> 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/get-started-minato.md).

# Get Started (Minato)

To join SuperVol, head over to the SuperVol website. Make sure the link is <https://supervol.io>

On the top right, you’ll see two buttons: click **Get Started** if this is your first visit.

* For mobile, expand the three-line menu on the top right to find **Get Started**

***

Follow the Get Started instructions step-by-step, and you're set. Here's the details:

<figure><img src="/files/pbPL6igqEm1pKh5IBbqt" alt="" width="375"><figcaption><p>Get Started Pop-up</p></figcaption></figure>

1. Connect your Wallet to SuperVol.io, or login using your socials through thirdweb.
2. Switch networks to **Minato Testnet**
3. Claim Testnet Tokens through the [#claim-testnet-tokens](https://discord.com/channels/1270574937106812951/1282917917088022550) channel in SuperVol [Discord](https://discord.gg/CgY2bUSehe).&#x20;
   * *Check the*  [Broken mention](broken://pages/QUjQoHdk11MeU8lzqXGP) *page for details*
4. Deposit vUSDC to SuperVol
   * Expand 'View History' to check your deposits & withdrawals
   * Deposited tokens are accessible **only through** your own wallet, not even by SuperVol operators.
5. Let's Trade!


---

# 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/get-started-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.
