# Asset Bridging

## Asset Bridging

### Overview

Bridging assets to the EDU Chain is essential for users who wish to interact with either the **EDU Chain Mainnet** or **EDU Chain Testnet**. This section provides a comprehensive guide on how to bridge your assets effectively using the appropriate bridge.

#### Bridges Available

* **EDU Chain Mainnet Bridge**: For transferring assets from Arbitrum One to the EDU Chain Mainnet.
* **EDU Chain Testnet Bridge**: For transferring assets from Arbitrum Sepolia to the EDU Chain Testnet.

#### Step-by-Step Guide to Using the Official Bridge Portals

<figure><img src="/files/fuMChw8gflIyfm4QS7qT" alt=""><figcaption></figcaption></figure>

**1. EDU Chain Mainnet Bridge**

* [Visit the official EDU Chain Mainnet Bridge Portal and connect your wallet](https://bridge.gelato.network/bridge/edu-chain).
* Choose **Arbitrum One** as the source and **EDU Chain Mainnet** as the destination.
* Input the amount of assets you want to bridge.
* Confirm and sign the transaction with your wallet.

**2. EDU Chain Testnet Bridge**

* [Visit the official EDU Chain Testnet Bridge Portal and connect your wallet](https://bridge.gelato.network/bridge/open-campus-codex).
* Choose **Arbitrum Sepolia** as the source and **EDU Chain Testnet** as the destination.
* Input the amount of assets you want to bridge.
* Confirm and sign the transaction with your wallet.

After the transaction is confirmed, the bridged assets will be available in your wallet on the selected EDU Chain network, allowing you to interact with dApps and other network features.

:::note Transaction times can vary based on network congestion and gas fees. Ensure you have enough ETH in your wallet to cover the transaction fees. :::


---

# 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://devdocs.educhain.xyz/start-building/asset-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.
