> For the complete documentation index, see [llms.txt](https://docs.energyweb.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.energyweb.org/community-ressources/community-resources/using-the-energy-web-chain/token-bridge/ewc-less-than-greater-than-ethereum.md).

# EWC <-> Ethereum

### Bridging EWT (Energy Web Chain) <-> EWTB (Ethereum)

#### Bridging EWT to EWTB

1. [Using the bridge user interface](https://bridge.energyweb.org/), a user confirms the amount of EWT to be bridged to EWTB
2. The EWT are locked in a smart contract that is deployed on the Energy Web Chain.&#x20;
3. On the Ethereum Mainnet, an equal value (minus the cost of gas) of EWTB are minted
4. The EWTB are released to the user's address on Ethereum Mainnet

#### Bridging EWTB to EWT

1. [Using the bridge user interface](https://bridge.energyweb.org/), a user confirms the amount of EWTB to be bridged back to EWT
2. An amount of EWT corresponding to the number of EWTB being bridged are released to the user's wallet from the holding smart contract.
3. The corresponding EWTB on the Ethereum Mainnet are burned

{% hint style="info" %}
Note that the bridge transfer could take some time as the transaction must be picked up, approved and added to a block on the Ethereum Mainnet.&#x20;
{% endhint %}

### Walkthrough of Energy Web Bridge Interface

1. Connect your MetaMask to the Energy Web Chain Network. For directions on how to do this, go [here.](broken://pages/-MhJxK0Indgu1ustBC1E)&#x20;
2. Navigate to <https://bridge.energyweb.org/> and connect to MetaMask. Select the account that has the tokens you want to bridge. Once connected. you should see your EWT balance in the bridge under Energy Web Chain. <img src="/files/-Mj5uwWmFLaXmGgKFOqL" alt="" data-size="original"> &#x20;
3. Click on the "Show More" link. **Note that it specifies a maximum and minimum amount for a bridge transaction**.  <img src="/files/-Mjjge8mmz8y222FlIO8" alt="" data-size="original">
4. Input the amount of EWT to bridge. Note that some of this amount will go toward the gas fee to execute the transaction on the Ethereum Mainnet, so account for this in your total transfer amount
5. Click "Transfer"&#x20;
6. Approve the transfer transaction in MetaMask
7. Change your MetaMask network to the Ethereum Mainnet <img src="/files/-Mj5uR9V167QrX3C00Zz" alt="" data-size="original">&#x20;
8. When the transaction goes through, you will see your EWTB balance **in the same account that you initiated the bridge transaction from** on the Ethereum Mainnet Network

![](/files/-MjjgXy_U3H-MbXXyjyy)


---

# 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://docs.energyweb.org/community-ressources/community-resources/using-the-energy-web-chain/token-bridge/ewc-less-than-greater-than-ethereum.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.
