# Intro to Bridge

## Cross-chain token transfer

Offer the capability of cross-chain tokens transferring between Amino X and other blockchains, below is the supported EVM compatible blockchains and ERC-20 tokens.

## Supported blockchains and tokens

<table><thead><tr><th width="194">Token \ Blockchain</th><th width="168">Amino X</th><th width="244">BNB Smart Chain Mainnet</th><th>TRON Mainnet</th></tr></thead><tbody><tr><td>USDT<br>(Tether USD)</td><td><a href="https://aminox.blockscout.alphacarbon.network/token/0xffffffff8d2ee523a2206206994597c13d831ec7">0xFFfffffF8d2EE523a2206206994597c13D831EC7</a></td><td><a href="https://bscscan.com/token/0x55d398326f99059ff775485246999027b3197955">0x55d398326f99059fF775485246999027B3197955</a></td><td><a href="https://tronscan.org/#/token20/TR7NHqjeKQxGTCi8q8ZY4pL8otSzgjLj6t">TR7NHqjeKQxGTCi8q8ZY4pL8otSzgjLj6t</a></td></tr><tr><td>ACT<br>(Alpha Carbon Token)</td><td><a href="https://aminox.blockscout.alphacarbon.network/token/0x0000000000000000000000000000000000000800">0x0000000000000000000000000000000000000800</a></td><td><a href="https://bscscan.com/token/0x2de33f9dc49ab68775160921e043d7dfc4bbb2b7">0x2de33F9DC49Ab68775160921E043d7DFC4BBB2B7</a></td><td></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://alpha-carbon.gitbook.io/docs/cross-chain-bridge/intro-to-bridge.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.
