# Token Registration for Bridging

- [Registration Using Etherscan](https://bridge-docs.orbitchain.io/token-registration-for-bridging/registration-using-etherscan.md): Bridge ERC-20 to another chain (Klaytn, Polygon, etc...)
- [Registration Using Remix](https://bridge-docs.orbitchain.io/token-registration-for-bridging/registration-using-remix.md): Bridge KIP-7 (fungible token, original token on KLAYTN) to another chain (Ethereum, Polygon, etc...)
- [Bridge to The Open Network(TON)](https://bridge-docs.orbitchain.io/token-registration-for-bridging/bridge-to-the-open-network-ton.md): Guideline for bridging tokens to TON
- [Registration on TON Using Etherscan](https://bridge-docs.orbitchain.io/token-registration-for-bridging/bridge-to-the-open-network-ton/registration-on-ton-using-etherscan.md): Bridge ERC-20 to TON
- [Registration on TON Using Remix](https://bridge-docs.orbitchain.io/token-registration-for-bridging/bridge-to-the-open-network-ton/registration-on-ton-using-remix.md): Bridge KIP-7 (fungible token, original token on KLAYTN) to TON


---

# 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://bridge-docs.orbitchain.io/token-registration-for-bridging.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.
