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

# Bridge Guide

## Open the bridge at [blocx.bridge.app](https://bridge.blocx.app/) and connect to MetaMask

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

## BLOCX. Mainnet to BLOCX ERC20

#### Remember, you will always receive fewer BLOCX ERC20 tokens than Mainnet Coins. This is because the bridge covers the fees when converting from Mainnet to ERC20.<br>

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

## After entering your desired amount, click on 'Bridge'

#### Ensure that your wallet address matches the one where you want to receive BLOCX ERC20 tokens. You can edit it manually if needed. The system automatically picks the currently connected address on the site.

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

## After verifying everything, click on 'Submit' to proceed to the next screen.

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

## Copy the wallet address and proceed to your wallet to transfer the required funds to the copied address.

#### You can use any available wallet: web, mobile, desktop, or even an exchange wallet. In this guide, we are using a desktop wallet.<br>

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

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

## After sending the funds, wait for one confirmation and then click on 'Confirm Deposit'

The bridge was successful; you can now find BLOCX ERC20 in your MetaMask wallet.<br>

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

## BLOCX. ERC20 to BLOCX. Mainnet

For swapping ERC20 BLOCX to BLOCX Mainnet, connect to your MetaMask and ensure you have enough ETH to cover transaction fees, as well as the BLOCX ERC20 tokens you want to swap.

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

## Enter your desired swapping amount, then click on 'Bridge'

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

## Enter the BLOCX Mainnet wallet address where you want to receive the coins and click 'Confirm Deposit'

#### You can use any wallet address, whether from a web, desktop, mobile, or exchange wallet.

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

## Confirm the transaction from MetaMask<br>

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

## You have successfully bridged your coins over to Mainnet and can now find them in your chosen wallet

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


---

# 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, and the optional `goal` query parameter:

```
GET https://blocx.gitbook.io/blocx./bridge/bridge-guide.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
