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

# Supported tokens and pools

> Which tokens have MixFun pools, and how to find current denominations.

MixFun does not maintain a hardcoded list of supported tokens. Any SPL token (including Token2022) can have pools deployed for it. The app fetches the live list of denominations per token at request time.

## How to check what is available

1. **Open the Shielded Pools flow** in the app.
2. **Enter a token mint address.** The app accepts any valid Solana SPL mint.
3. **The app returns the active denominations** for that mint. If no pools exist, the app shows an empty list.

## Always-available flows (SOL)

* **Private Send.** SOL only. Denominations 0.1, 1, 10, and 100 SOL. See [Denominations](/mixfun/reference/denominations.md).
* **Private Swap.** Any token pair where both the input pool and a Jupiter route exist.
* **Stealth Transfers.** No pool requirement. Stealth works for any SOL or SPL token transferred directly to a stealth address.

## Commonly deployed Shielded Pool tokens

Deployment status of specific token pools changes over time. At the time of writing, pools have been deployed for USDC on mainnet. Check the app for the current authoritative list rather than relying on this page.

## Token2022 support

MixFun's Shield and Stealth flows work with both standard SPL tokens and Token2022 tokens. The Shield relayer detects the token program type automatically when deriving associated token accounts. Some Token2022 extensions (transfer fees, default account state) may interact with pools in unusual ways; test a new Token2022 mint with a small amount first.

See [Fees](/mixfun/reference/fees.md) for fee rates and [Denominations](/mixfun/reference/denominations.md) for the SOL denomination list.


---

# 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://mixfun.gitbook.io/mixfun/reference/supported-tokens-and-pools.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.
