# Deposit & Withdrawal

**Connect Wallet**

Once you're on Satori's trading website, just go ahead and click on \[Connect Wallet].&#x20;

<figure><img src="/files/GkU0C3loNdoej6gBmmo5" alt=""><figcaption></figcaption></figure>

Chose a wallet you're using and then connect:&#x20;

<div align="left"><figure><img src="/files/EGVECzj4rpTykbakZouJ" alt="" width="375"><figcaption></figcaption></figure></div>

## Deposit

1\. Select \[**Account**]-\[**Deposit**] and confirm the coin type and amount you would like to deposit (Only USDC/USDT are acceptable now).

<figure><img src="/files/kAqv6QpWPbloOlueG7rj" alt=""><figcaption></figcaption></figure>

<img src="/files/LVGoQsYMXhZpwSr1BbMv" alt="" data-size="original">

If you don't have available assets on your L2 wallet, you first need to use the bridge to deposit USDC/USDT to the corresponding L2 networks. Then, you can use Satori to deposit your stablecoins into the Satori contract.&#x20;

**Bridges**

* Polygon zkEVM: <https://portal.polygon.technology/>
* zkSync: <https://portal.zksync.io/bridge/>
* Scroll: <https://scroll.io/bridge>
* Linea: <https://bridge.linea.build/>
* Base: <https://bridge.base.org/deposit>
* XLayer: <https://www.okx.com/xlayer/bridge>
* Arbitrum：<https://bridge.arbitrum.io/>
* Plume: <https://bridge.plumenetwork.xyz/>
* Zircuit: <https://bridge.zircuit.com/>&#x20;
* X Layer: <https://www.okx.com/zh-hans/xlayer/bridge>
* Optimism: <https://app.optimism.io/bridge/deposit/>

Here are the stablecoins supported by each network:&#x20;

| Networks      | Deposit Coin | Withdraw Coin |
| ------------- | ------------ | ------------- |
| Ethereum      | USDC         | USDC          |
| Plume         | USDC         | USDC          |
| Zircuit       | USDC         | USDC          |
| BNB           | USDC         | USDC          |
| zkSync        | USDC         | USDC          |
| Linea         | USDC         | USDC          |
| Arbitrum      | USDC         | USDC          |
| Base          | USDC         | USDC          |
| Scroll        | USDC         | USDC          |
| Polygon zkEVM | USDT         | USDT          |
| X Layer       | USDC         | USDC          |
| Optimism      | USDC         | USDC          |
| Story         | USDC, USDT   | USDC, USDT    |
| TON           | USDT         | USDT          |

{% hint style="info" %}
USDC/USDT will be exchanged USD at a 1:1 ratio after you depositing；
{% endhint %}

2. Confirm the transaction in your wallet.
3. You will be able to see your total balance under \[**Assets**].

<div align="left"><figure><img src="/files/PebUvqGJcYHTt5R6kc6P" alt="" width="375"><figcaption></figcaption></figure></div>

In the \[Portfolio] - \[History] - \[Transfer] list, you can view your deposit, withdrawal histories, and transaction status.&#x20;

<figure><img src="/files/SBXfR9sYsRTYs3yNx4AQ" alt=""><figcaption></figcaption></figure>

In the \[Trade] - \[Assets] list, you can view the changes of your balances.&#x20;

<figure><img src="/files/1ptJj5uKfZpjkVCJdRmb" alt=""><figcaption></figcaption></figure>

## Withdrawal

1\. Select \[**Account**]-\[**Withdraw**] and confirm the coin type and amount you would like to withdraw.

<figure><img src="/files/sZ4wd8IPZIIhcLJf6VyZ" alt=""><figcaption></figcaption></figure>

<div align="left"><figure><img src="/files/s6kzP0xuVrhAkaZqkfQG" alt="" width="371"><figcaption></figcaption></figure></div>

{% hint style="info" %}

* When withdrawing, USD will be exchanged for USDT/USDC at a 1:1 ratio;&#x20;
* The margin allocated to open orders and open positions cannot be withdrawn.
* Withdrawal timeouts or rejections by the wallet will result in a 10-minute withdrawal freeze. You can retry the withdrawal after 10 minutes.&#x20;
* The daily withdrawal limit now is 5000 USD per wallet, and Satori will adjust the withdrawal limit based on risk control policies.&#x20;
  {% endhint %}

2. Confirm the transaction in your wallet.&#x20;
3. Wait a moment and you will be able to see the fund in your wallet once the transaction is confirmed.&#x20;


---

# 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.satori.finance/beginners-guide/deposit-and-withdrawal.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.
