# Bridge

{% hint style="info" %}
This page is work in progress, and new bridges will be added from time to time.
{% endhint %}

### uniBTC cross-chain via [Chainlink CCIP](https://ccip.chain.link/)

Bedrock is proud to team up with Chainlink and bring the first cross-chain function of uniBTC. So now the uniBTC token holders will be able to bridge their uniBTC tokens to a supported network comes in batches in below table.

## Features & Limitations

### Wallet type

Bedrock uniBTC bridge only supports cross-chain operations with EOA addresses.

### Supported networks via Chaink CCIP

<table><thead><tr><th></th><th data-type="checkbox">ETH</th><th data-type="checkbox">ARB</th><th data-type="checkbox">BNB Chain</th><th data-type="checkbox">Mode</th><th data-type="checkbox">Optimism</th><th data-type="checkbox">Mantle</th><th data-type="checkbox">Corn</th><th data-type="checkbox">Bera</th><th data-type="checkbox">B2</th><th data-type="checkbox">BOB</th></tr></thead><tbody><tr><td>ETH</td><td>false</td><td>true</td><td>true</td><td>true</td><td>true</td><td>true</td><td>true</td><td>true</td><td>true</td><td>true</td></tr><tr><td>ARB</td><td>true</td><td>false</td><td>true</td><td>false</td><td>false</td><td>false</td><td>false</td><td>false</td><td>false</td><td>false</td></tr><tr><td>BNB Chain</td><td>true</td><td>true</td><td>false</td><td>false</td><td>false</td><td>false</td><td>false</td><td>false</td><td>false</td><td>false</td></tr><tr><td>Mode</td><td>true</td><td>false</td><td>false</td><td>false</td><td>false</td><td>false</td><td>false</td><td>false</td><td>false</td><td>false</td></tr><tr><td>Optimism</td><td>true</td><td>false</td><td>false</td><td>false</td><td>false</td><td>false</td><td>false</td><td>false</td><td>false</td><td>false</td></tr><tr><td>Mantle</td><td>true</td><td>false</td><td>false</td><td>false</td><td>false</td><td>false</td><td>false</td><td>false</td><td>false</td><td>false</td></tr><tr><td>Corn</td><td>true</td><td>false</td><td>false</td><td>false</td><td>false</td><td>false</td><td>false</td><td>false</td><td>false</td><td>false</td></tr><tr><td>Bera</td><td>true</td><td>false</td><td>false</td><td>false</td><td>false</td><td>false</td><td>false</td><td>false</td><td>false</td><td>false</td></tr><tr><td>B2</td><td>true</td><td>false</td><td>false</td><td>false</td><td>false</td><td>false</td><td>false</td><td>false</td><td>false</td><td>true</td></tr><tr><td>BOB</td><td>true</td><td>false</td><td>false</td><td>false</td><td>false</td><td>false</td><td>false</td><td>true</td><td>false</td><td>false</td></tr></tbody></table>

### Cap <a href="#bridge-quota" id="bridge-quota"></a>

There is cap per souce chain to desination chain to ensure the security of the bridge.&#x20;

The cap will be reflected in real-time in the UI, the bridge request will be rejected if exceeding the available cap.&#x20;

### Cross-chain history

User can check the cross-chain history any time via Chainlink CCIP page, the link is provided in the bottom of the bridge page upon wallet connection.&#x20;


---

# 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.bedrock.technology/multi-asset-liquid-staking/unibtc/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.
