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

# Supported blockchains

To use Minimax, you'll need a wallet that supports any or all of the blockchains:

* Binance Smart Chain (BNB)&#x20;
* Polygon (MATIC)
* Fantom (FTM)
* Avalanche (AVAX)
* Arbitrum (ETH)
* Aurora (ETH)
* Moonbeam (GLMR)
* Ethereum (ETH)
* Meter (MTR)

Most popular wallets support all of these blockchains.

You'll need some BNB to pay for the transactions on BNB network, MATIC on Polygon, FTM on Fantom, AVAX on Avalanche, ETH on Ethereum, Arbitrum and Aurora, GLMR on Moonbeam and MTR on Meter.&#x20;

If you haven't got any of that yet, please don't worry, we'll help you to sort this out.&#x20;

If you already have a wallet and some tokens in the wallet, you can skip the 'How to get a wallet' and "How to get BNB, MATIC, FTM, AVAX and other tokens” sections and proceed to [How to Connect to Minimax](broken://pages/7ofFfNF3q3xEVhK0WTrB).


---

# 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.minimax.finance/get-started/supported-blockchains.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.
