> For the complete documentation index, see [llms.txt](https://ais-organization-2.gitbook.io/ai-trader/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ais-organization-2.gitbook.io/ai-trader/docs/bridging-assets.md).

# Bridging assets

### Bridges

Bridges exist to connect blockchain networks. They enable connectivity and interoperability between blockchains. This makes the main network ecology more inclusive, so that all other chain applications can be migrated to the AI Trader main network.

### Default bridges <a href="#default-bridges" id="default-bridges"></a>

You can get default bridges' addresses using the `AIT_getBridgeContracts` endpoint or `getDefaultBridgeAddresses` method of `Provider` in our [Javascript SDK](/ai-trader/docs/ai-trader-typescript-sdk.md) (similar methods are available in the other SDKs).

### Deposits <a href="#deposits" id="deposits"></a>

Use the standard bridge contract only with standard bridge tokens

Only use standard bridge contracts with standard bridge tokens Note that if you use the AITrader bridge (opens new window) or the AITrader SDK, it automatically selects the correct bridge contract, so this issue does not occur. There are two ways to check if a token can use the standard bridge: View a list of tokens (opens new window). If the token can use a standard bridge, then the "ChainId": 20 entry will have the standard bridge address 0x8200..0898


---

# 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:

```
GET https://ais-organization-2.gitbook.io/ai-trader/docs/bridging-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.
