# Supported Blockchains and Assets

OffBlocks is built in a chain-agnostic way and we're striving to support all major blockchains with smart contract and account abstraction support. Nevertheless, we are adding support for new blockchains in a staged approach with major EVM-based blockchains leading the way.

When it comes to assets available to fund payments, we are striving to support as many tokens as we can, with initial emphasis being on natively supported stablecoins such as USDC and EURC.

Please, refer to the following tables for latest status on all supported blockchains and assets.

### Testnets

<table data-full-width="true"><thead><tr><th>Name</th><th>ID</th><th>Status</th><th data-hidden data-type="checkbox"></th></tr></thead><tbody><tr><td>zkSync Sepolia</td><td>eip155:300</td><td>Building in Sandbox</td><td>true</td></tr><tr><td>Arbitrum Sepolia</td><td>eip155:421614</td><td>Building in Sandbox</td><td>true</td></tr><tr><td>Polygon PoS Mumbai</td><td>eip155:80001</td><td>Building in Sandbox</td><td>true</td></tr></tbody></table>

### Testnet Assets

<table data-full-width="true"><thead><tr><th width="126">Name</th><th width="192">Blockchain</th><th width="443">ID</th><th>Status</th><th data-hidden data-type="checkbox"></th></tr></thead><tbody><tr><td>USD Coin</td><td>Arbitrum Sepolia</td><td>epi155:421614/erc20:0x75faf114eafb1BDbe2F0316DF893fd58CE46AA4d</td><td>Building in Sandbox</td><td>true</td></tr><tr><td>USD Coin</td><td>Polygon PoS Mumbai</td><td>eip155:80001/erc20:0x9999f7fea5938fd3b1e26a12c3f2fb024e194f97</td><td>Building in Sandbox</td><td>true</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.offblocks.xyz/overview/supported-blockchains-and-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.
