# Deposit & Withdraw

### How to Deposit: Funding Your Account

{% hint style="warning" %}

#### Safety Warning

Always double-check both the asset and the network. If you deposit BNB on the Solana network, your funds will be irretrievably lost.

***

Do not send unsupported tokens.

***

Ensure your deposit meets the minimum amount listed above to avoid issues.
{% endhint %}

{% stepper %}
{% step %}

#### Open FOMO → go to “Wallet” → “Deposit”

{% endstep %}

{% step %}

#### Choose your preferred method:

<table data-view="cards"><thead><tr><th align="center"></th><th align="center"></th></tr></thead><tbody><tr><td align="center"><strong>Deposit on-chain</strong></td><td align="center">Transfer crypto from any external wallet or exchange. </td></tr><tr><td align="center"><strong>Buy with USD/EUR</strong></td><td align="center">Use a credit or debit card through integrated payment partners.</td></tr><tr><td align="center"><strong>Buy with RUB</strong></td><td align="center">Pay via SBP or local CIS bank cards through supported providers.</td></tr></tbody></table>

Recommended deposit on-chain for lower fees and faster confirmations.
{% endstep %}

{% step %}

#### If you’re depositing on-chain, check the table below for minimum amounts and network compatibility:

<table><thead><tr><th width="98.595458984375" align="center">Asset</th><th width="162.982666015625" align="center">Minimum Deposit</th><th align="center">Supported Network(s)</th><th align="center">Key Info</th></tr></thead><tbody><tr><td align="center">USDC</td><td align="center">20 USDC</td><td align="center">Arbitrum, Polygon, etc.</td><td align="center">Stablecoin — low fees, fastest option.</td></tr><tr><td align="center">SOL</td><td align="center">0.089 SOL</td><td align="center">Solana (SPL)</td><td align="center">Must use the Solana network.</td></tr><tr><td align="center">USDT</td><td align="center">20 USDT</td><td align="center">Arbitrum, TRON (TRC-20), etc.</td><td align="center">Stablecoin alternative to USDC.</td></tr><tr><td align="center">ETH</td><td align="center">0.0046 ETH</td><td align="center">Arbitrum, Ethereum (ERC-20), etc.</td><td align="center">Main gas token and trading collateral.</td></tr><tr><td align="center">BNB</td><td align="center">0.02 BNB</td><td align="center">BNB Smart Chain (BSC)</td><td align="center">Must use the BSC network.</td></tr></tbody></table>
{% endstep %}

{% step %}

#### **Select the correct network** for your chosen asset

Prefer Layer-2 networks (e.g., Arbitrum) for lower gas fees and faster confirmation.
{% endstep %}

{% step %}

#### Tap “Copy Address,” then paste it into your external wallet or exchange withdrawal form and approve the transaction

{% endstep %}

{% step %}

#### Wait for confirmation

{% hint style="success" %}
Funds should appear in your balance within 1–5 minutes (up to 1 hour during network congestion).
{% endhint %}
{% endstep %}
{% endstepper %}

***

### How to Withdraw: Securing Your Profits

{% hint style="warning" %}

#### Safety Warning

Always make sure your receiving wallet supports the Arbitrum network for USDC. Sending funds to an unsupported network will result in permanent loss.
{% endhint %}

{% stepper %}
{% step %}

#### Open FOMO → go to “Wallet”  → “Withdraw Funds”

{% endstep %}

{% step %}

#### Review withdrawal details:

{% hint style="info" %}
All withdrawals are processed exclusively via Arbitrum.

***

A fixed 1 USD withdrawal fee applies.

***

Check your available USDC balance (e.g., 20.49 USDC) before proceeding.
{% endhint %}
{% endstep %}

{% step %}

#### Enter address and amount

Paste your Arbitrum-compatible wallet address, enter the amount you want to withdraw, and FOMO will automatically calculate your final amount after the $1 fee.
{% endstep %}

{% step %}

#### Tap the green “Withdraw” button

{% endstep %}

{% step %}

#### Confirm the transaction

{% hint style="success" %}
Funds will be sent to your specified address on the Arbitrum network.
{% endhint %}

{% 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.onfomo.com/trading/deposit-and-withdraw.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.
