> For the complete documentation index, see [llms.txt](https://docs.supervol.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.supervol.io/archives/minato-testnet-archives/user-guide-minato/deposit-and-withdraw-minato.md).

# Deposit & Withdraw (Minato)

### 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] next to My balance, input the amount, and confirm the deposit with an on-chain signature to increase My balance.
* First time users will have to Approve vUSDC token usage in their wallets.

### 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.


---

# 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.supervol.io/archives/minato-testnet-archives/user-guide-minato/deposit-and-withdraw-minato.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.
