# Deposit Crypto

You can transfer supported tokens from another wallet directly into your Defi App account.

***

## Supported Networks

Defi App supports the following networks:

<img src="/files/Ul1IwJwQhYCAsK7LL7E8" alt="" data-size="line">  Arbitrum

<img src="/files/XZQJYD15Tplnm2eAg9H1" alt="" data-size="line">  Base

<img src="/files/2LhUyqhviz8P89bDpl6B" alt="" data-size="line">  BNB Chain

<img src="/files/WyVVhqnhDrL2CyWTUeQR" alt="" data-size="line">  Ethereum Mainnet

<img src="/files/ZJ3g0rFLLbDmVxtIQbCx" alt="" data-size="line">  Solana

<img src="/files/Lb6ORh8QzdITQa66kK7i" alt="" data-size="line">  Sonic

{% hint style="info" %}
Defi App adds additional networks as it expands.
{% endhint %}

***

## **Procedure**

{% stepper %}
{% step %}

### Select Crypto.

On the funding screen, choose the **Crypto** option.
{% endstep %}

{% step %}

### **Choose your token and network.**

You’ll be prompted to select from a list of supported tokens/networks.
{% endstep %}

{% step %}

### Select the appropriate network for your transfer.

{% hint style="danger" %}
You must select a network that supports the token you're depositing, otherwise your funds may be lost.
{% endhint %}

<div align="left"><figure><img src="/files/tjBH1AsE2wifKD40tsPj" alt=""><figcaption></figcaption></figure></div>

Options vary based on your deposit token.
{% endstep %}

{% step %}

### Initiate the deposit.

You can either:

* **Deposit from Your Wallet**: Click **Deposit from your wallet** and connect your existing wallet (such as MetaMask, Phantom, Coinbase Wallet, etc.). Follow the prompts to approve the transaction and initiate the transfer.
* **Use QR Code**: Alternatively, you can scan the QR code displayed on the deposit screen. Use your wallet app to scan the code and complete the transaction.
  {% endstep %}

{% step %}

### Enter an amount and click Deposit.

{% endstep %}

{% step %}

### You're done!

Your funds are available immediately. You can [Start Trading](/knowledge-base/onboarding/start-trading.md) with Defi App.
{% endstep %}
{% endstepper %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.defi.app/knowledge-base/onboarding/fund-your-account/deposit-crypto.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
