# Deposit & Withdraw

### Deposit <a href="#deposit" id="deposit"></a>

* 'My Balance' reflects the amount currently deposited from my wallet to the on-chain contract, which is available for trading.
* If you want to trade more, click \[Deposit] or 'My  Balance' button, input the amount, and confirm the deposit with an on-chain signature to increase My balance.

<figure><img src="/files/4Mx23AeiSeeoJ6Nx56zg" alt="" width="563"><figcaption></figcaption></figure>

* **Approve** USDC token & Confirm your Deposit by clicking the <mark style="color:yellow;">**Yellow**</mark> **Deposit** button.

{% hint style="info" %}
MAKE SURE you confirm both Approval and Deposit in your Wallet (Metamask, etc.), to finalize deposit & become eligible for any **Deposit Event** rewards!!
{% endhint %}

<figure><img src="/files/8iDxtiATpa20U6POQOlA" alt=""><figcaption></figcaption></figure>

### Withdraw <a href="#withdraw" id="withdraw"></a>

* Click \[Deposit] next to My balance -> Withdraw
* Input the amount you wish to withdraw, and confirm the withdrawal with an on-chain signature to decrease My balance.

<figure><img src="/files/NhexcXd0jb6gGbbyvPQH" alt="" width="375"><figcaption></figcaption></figure>


---

# 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.supervol.io/overview/user-guide/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.
