> For the complete documentation index, see [llms.txt](https://dione-protocol.gitbook.io/technical-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://dione-protocol.gitbook.io/technical-documentation/dapps/bridge.md).

# Bridge

**Step 1 - Add tokens to Odyssey Chain and Ethereum (testnet)**

You can add any available token to your wallet via contract address and if the bridge supports the token, you will be able to bridge your tokens between different supported networks.

Currently, we support the following tokens:

**USDC (Odyssey Chain):** 0x4e7a6A0958470d9b2100DC835049b7dc9E87Ce9b

**USDC (Sepolia):** 0x85e3cF7fD7C743721C01c91B1FAf7e8951cE7B5d

**Wrapped Dione (Sepolia):** 0xE3963d1eB102D25576CeB348284B67264bD4d6AA

#### Step 2 - Open the bridge website  <a href="#step-1-login-to-metamask-wallet" id="step-1-login-to-metamask-wallet"></a>

{% hint style="info" %}
Odyssey Chain's bridge is available at:

<https://bridge.dioneprotocol.com/>
{% endhint %}

#### Step 3 - Open Metamask wallet <a href="#step-1-login-to-metamask-wallet" id="step-1-login-to-metamask-wallet"></a>

Open your Metamask wallet and select the network that you want to send the funds from. If the wrong network is selected, you will see an error on the bridge website, prompting you to select the right one.

#### Step 4 - Connect your wallet <a href="#step-1-login-to-metamask-wallet" id="step-1-login-to-metamask-wallet"></a>

Click "Connect Wallet" at the bottom of the screen. Once connected, you will see your wallet address just above the "Connect Wallet" button.

#### Step 5 - Enter amount to transfer <a href="#step-1-login-to-metamask-wallet" id="step-1-login-to-metamask-wallet"></a>

Enter any amount out of your available balance that you want to transfer.

#### Step 6 - Confirm transaction <a href="#step-1-login-to-metamask-wallet" id="step-1-login-to-metamask-wallet"></a>

Now click "Confirm" at the bottom of the screen.&#x20;

Additionally, go to your Metamask wallet and Confirm/Approve the transaction from there as well.

{% hint style="info" %}
**Note:** Due to network congestion and different gateway contracts being involved, the transactions may be delayed.
{% endhint %}


---

# 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://dione-protocol.gitbook.io/technical-documentation/dapps/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.
