> For the complete documentation index, see [llms.txt](https://ample-2.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ample-2.gitbook.io/docs/vaults-and-deposits/chains-and-assets.md).

# Supported Chains & Assets

Live vaults as of June 2026. The deposit screen in the app is always the current list.

| Vault                     | Chain        | Asset             |
| ------------------------- | ------------ | ----------------- |
| USDC                      | Base         | USDC              |
| USDC                      | Arbitrum One | USDC              |
| AUSD                      | Monad        | Agora USD         |
| WHYPE                     | HyperEVM     | Wrapped HYPE      |
| vbUSDC (to be deprecated) | Katana       | Vault Bridge USDC |

You don't need to hold any of these assets to start. [Universal Deposits](/docs/vaults-and-deposits/universal-deposits.md) routes from supported assets on supported chains into any open vault, inside the deposit flow.

A note on the two vault types

Stablecoin vaults (USDC, vbUSDC, AUSD) hold their dollar value, so your balance reads the same week to week while your tickets accrue. The WHYPE vault holds an asset whose price moves, so your balance carries HYPE's market exposure alongside the savings mechanics. Tickets are computed on USD value in both cases.

Vaults occasionally reach their deposit caps, which keep each vault sized to what its strategies deploy well. A capped vault shows as full in the app until capacity opens.

### Solana

Native Solana vaults are **in development**. The vault program and payout pipeline are built and in testing, with mainnet launch to follow. They'll be documented here in full when live.

{% hint style="info" %}
New vaults are announced before launch, and this page updates the day a vault opens or closes.
{% endhint %}


---

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

```
GET https://ample-2.gitbook.io/docs/vaults-and-deposits/chains-and-assets.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.
