# Supported assets

## Ante v0.6

Ante v0.6 pools are currently staked in WETH only. If you are working with a project that would like to stake in another ERC20, reach out to <hello@ante.xyz>!

<table><thead><tr><th width="251">Network</th><th>ERC20 Token</th></tr></thead><tbody><tr><td>Ethereum Mainnet</td><td><a href="https://etherscan.io/token/0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2">WETH</a></td></tr></tbody></table>

## Ante v0.5

Ante v0.5 pools are staked in the native gas token of the chain the pool is hosted on.

<table><thead><tr><th width="251">Network</th><th>Gas Token</th></tr></thead><tbody><tr><td>Ethereum Mainnet</td><td>ETH</td></tr><tr><td>Avalanche</td><td>AVAX</td></tr><tr><td>Polygon</td><td>MATIC</td></tr><tr><td>BSC</td><td>BNB</td></tr><tr><td>Fantom</td><td>FTM</td></tr><tr><td>Optimism</td><td>ETH</td></tr><tr><td>Arbitrum</td><td>ETH</td></tr><tr><td>Aurora</td><td>ETH</td></tr></tbody></table>


---

# 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.ante.finance/ante/getting-started/how-ante-works/supported-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.
