# Bridging TRB

### Prerequisites

* &#x20;Ethereum wallet with [TRB](https://etherscan.io/token/0x88df592f8eb5d7bd38bfef7deb0fbc02cf3778a0?a=0x8cfc184c877154a8f9ffe0fe75649dbe5e2dbebf).
* A [recieving address](/layer-docs/running-tellor/manage-accounts.md) on Tellor layer.

### How to Deposit:

Navigate to [hub.tellor.io](https://hub.tellor.io/).

Click the "bridge" circle. Then click "Connect Wallet" and connect your Ethereum wallet. (screenshot below)

Fill out the "TRB" field with the amount that you want to bridge to Tellor. Fill in the "to address" field with your tellor prefix account and approve the transaction in your wallet extension pop-up.

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

Click "Approve Deposit" and sign the proposed transaction with your ethereum wallet, then click "Bridge to Tellor" and do the same.

**After a 12 hour security delay, your balance of TRB will arrive in your tellor wallet automatically.** Congrats! This is a great time to pop into the [tellor discord ](https://discord.gg/tellor)and say hello!

### How to Withdraw (bridge back to Ethereum):

Navigate to [hub.tellor.io](https://hub.tellor.io/).

Click the "bridge" circle. Click "Connect Wallets" to connect your Ethereum wallet and your keplr wallet. (The keplr wallet must be the one that holds your funds on Tellor Layer.) \
\
Then also click "To Ethereum" as shown in the screenshot below.

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

Fill in the fields with your ethereum address and the amount of TRB that you would like to withdraw Click "Request Withdrawal" and sign the transaction with keplr. \
\
Wait 12 hours.

After 12 hours have passed, connect your wallets again (if necessary) and you should see two buttons next to your withdrawal details in the Withdrawal Transactions table.

<figure><img src="/files/7QL2y50q1Q4dJ0zDHsMz" alt="" width="323"><figcaption></figcaption></figure>

Click "Request attestation" and sign the tx with your keplr wallet.\
Click "Claim Withdrawal" and sign the tx with your ethereum wallet. The funds should arrive immediately.

### Backup Method:

If the bridge page is ever unavailable, use etherscan.

{% content-ref url="/pages/smAR9b8NuurWSoRyYAbI" %}
[Etherscan Method (Deposits)](/layer-docs/bridging-trb/etherscan-method-deposits.md)
{% endcontent-ref %}

If you want to make a withdrawal request using the layerd CLI:

{% content-ref url="/pages/I1FkqDvOqZZlehQrce3p" %}
[Request a Withdrawal via CLI](/layer-docs/bridging-trb/request-a-withdrawal-via-cli.md)
{% endcontent-ref %}


---

# 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.tellor.io/layer-docs/bridging-trb.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.
