# DuckChain

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

<table data-header-hidden><thead><tr><th></th><th></th><th></th><th></th><th data-hidden>Xai Testnet (Sepolia)</th></tr></thead><tbody><tr><td><a href="https://duckchain.io/">Website</a></td><td><a href="https://scan.duckchain.io/">Chain Explorer</a></td><td><a href="https://x.com/Duck_Chain">X</a></td><td><a href="https://t.me/DuckChainAnn">Telegram</a></td><td><a href="https://testnet-v2.xai-chain.net/rpc">https://testnet-v2.xai-chain.net/rpc</a></td></tr></tbody></table>

DuckChain is an advanced Layer 3 blockchain crafted to enhance DeFi and gaming within the TON ecosystem. Powered by Arbitrum Orbit technology, it delivers fast, cost-efficient, and secure transactions. Fully compatible with Ethereum's Virtual Machine (EVM), DuckChain bridges TON and Ethereum, enabling seamless interoperability and improved liquidity. Its flexible design supports both permissioned and open environments, making it a practical solution for a variety of applications

## Connect your wallet to DuckChain

Throughout this guide, we will assume that you are using the Metamask wallet since it is the one most people use, the process of setting up a wallet should be very similar regardless of the wallet you choose

1. The first step is to open Metamask and select the <mark style="color:yellow;">network icon</mark> dropdown menu
2. When the pop-up appears, click <mark style="color:yellow;">Add Network</mark>
3. The Add a network page will open. Add the following details:

<table><thead><tr><th>Network name</th><th>DuckChain</th><th data-hidden>Xai Testnet (Sepolia)</th></tr></thead><tbody><tr><td>RPC URL</td><td><a href="https://rpc.duckchain.io">https://rpc.duckchain.io</a></td><td><a href="https://testnet-v2.xai-chain.net/rpc">https://testnet-v2.xai-chain.net/rpc</a></td></tr><tr><td>Chain ID</td><td>5545</td><td>37714555429</td></tr><tr><td>Currency symbol</td><td>TON</td><td>sXAI</td></tr><tr><td>Block explorer URL</td><td><a href="https://scan.duckchain.io/">https://scan.duckchain.io/</a></td><td><a href="https://testnet-explorer-v2.xai-chain.net/">https://testnet-explorer-v2.xai-chain.net/</a></td></tr></tbody></table>

Once you're finished, click <mark style="color:yellow;">Save</mark>

4. You are now connected to the DuckChain

### Bridge to DuckChain

Tokens can be bridged to the DuckChain using the official [Duck bridge](https://bridge.duckchain.io/) or multi-chain [Meson bridge](https://meson.fi/)

{% hint style="danger" %}
Gas on the DuckChain is paid in TON\
Therefore, we recommend bridging it as the first token so you can process transactions
{% endhint %}

1. Visit the [Duck bridge](https://bridge.duckchain.io/) and connect your wallet\
   You will see the screen below:<br>

   <figure><img src="/files/dZ1CqGMklOtlFFbNMaO4" alt=""><figcaption></figcaption></figure>
2. Select the token/network and input the amount you want to transfer and click <mark style="color:yellow;">Deposit</mark>

<figure><img src="/files/3DpUcGZMyHmcnUOwgoIP" alt=""><figcaption></figcaption></figure>

3. Input recipient DuckChain address or connect wallet and click <mark style="color:yellow;">Deposit</mark>

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

4. Ensure that the recipient address is correct and confirm deposit

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

5. After the deposit is succesfull, you will see a confirmation like the one shown below

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

{% hint style="success" %}
The bridging transfer should take approximately 5 - 20 minutes, but it may take longer during periods of high traffic
{% endhint %}


---

# 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://docs.camelot.exchange/orbital-liquidity-network/duckchain.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.
