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

# Supported Assets & Blockchains

Revelator Wallet is a multi-chain wallet, and we support EVM-compatible blockchains (such as Base and Polygon) and selected cryptocurrency assets on each network.

## Blockchain networks we support <a href="#what-networks-does-coinbase-wallet-support" id="what-networks-does-coinbase-wallet-support"></a>

The following networks are currently configured for use:

* Base
* Polygon

In addition to the networks above, we also support their testnets, Sepolia (for Base), and Mumbai (for Polygon). More blockchain networks will be added in the future based on user demand.

## Assets we support

We support the native cryptocurrencies for each blockchain above as well as a shortlist of ERC-20 tokens. Each asset we support is available across all blockchains mentioned above.

* ETH
* POL (previously MATIC)
* USDC
* Royalty Splits¹
* Group Splits²

{% hint style="info" %}
¹ Royalty Splits are minted using the [**Original Works Protocol**](https://original.works/en/protocol), and can be minted as either ERC20 or ERC1155 tokens with a fixed supply.

² Group Splits are minted as ERC20 Tokens with a fixed supply.&#x20;
{% 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, and the optional `goal` query parameter:

```
GET https://docs.revelator.com/wallet/getting-started/supported-assets-and-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.
