# Bitrock Bridge

{% hint style="success" %}
**The Bitrock bridge currently supports the below assets:**

* Bitrock(ERC-20) <> Brock(BROCK-20)
* USDT(ERC-20) <> USDB(BROCK-20)
  {% endhint %}

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

1. Navigate to [**https://bridge.bit-rock.io**](https://bridge.bit-rock.io) and connect your wallet to the chain (Ethereum or Bitrock) on which the assets to bridge are being held.
2. Select the asset you would like to bridge.
3. Enter the amount of tokens to bridge.
4. If bridging from the Ethereum chain for the first time, confirm token approval first.
5. Press Bridge Token and review your transaction before confirming in your wallet.
6. Await transaction completion, your bridged assets will arrive soon!

{% hint style="info" %}
**Important Notes**

* Each bridging transaction incurs a 0.5% bridging fee.
* If bridging USDT to USDB, please make sure to add the USDB contract in your wallet to view your bridged assets.
* USDB contract: `0xD647a6E1F898c39bA594443c19De0872EA935310`
  {% 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.bit-rock.io/tutorial/bitrock-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.
