> For the complete documentation index, see [llms.txt](https://docs.defi.app/knowledge-base/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.defi.app/knowledge-base/onboarding/funding-your-smart-account/deposit-crypto.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

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

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
