> For the complete documentation index, see [llms.txt](https://docs.okkult.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.okkult.io/getting-started/supported-tokens.md).

# Supported tokens

## Supported tokens

Okkult operates on Ethereum Mainnet.

The following tokens are currently supported by the active shielded pool configuration.

### Supported assets

| Symbol | Address                                      |
| ------ | -------------------------------------------- |
| `USDC` | `0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48` |
| `WETH` | `0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2` |
| `DAI`  | `0x6B175474E89094C44Da98b954EedeAC495271d0F` |
| `WBTC` | `0x2260FAC5E5542a773Aa44fBCfeDf7C193bc2C599` |
| `USDT` | `0xdAC17F958D2ee523a2206206994597C13D831ec7` |

### Token requirements

| Requirement | Details                          |
| ----------- | -------------------------------- |
| Network     | Ethereum Mainnet                 |
| Standard    | Native ETH or supported `ERC-20` |
| Visibility  | Listed in the app flow           |

### What to check

1. Confirm the asset appears in the app.
2. Confirm you hold enough balance.
3. Keep extra ETH for gas and protocol fees.

### Notes

Supported tokens are standard read-only `ERC-20` assets on Ethereum Mainnet.

Use the app token selector and deployed address page as the current source of truth.

### Next Steps

* Connect a wallet.
* Generate a proof.
* Shield assets.


---

# 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://docs.okkult.io/getting-started/supported-tokens.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.
