# ærc Bridge

<table data-view="cards"><thead><tr><th></th><th data-hidden data-card-target data-type="content-ref"></th><th data-hidden data-card-cover data-type="files"></th></tr></thead><tbody><tr><td>ærc Bridge Website</td><td><a href="https://ae-bridge.com/">https://ae-bridge.com/</a></td><td><a href="/files/0NCGyNc4zbJxJv6fkjlQ">/files/0NCGyNc4zbJxJv6fkjlQ</a></td></tr><tr><td>ærc Bridge FAQ</td><td><a href="https://ae-bridge.com/faq">https://ae-bridge.com/faq</a></td><td><a href="/files/60QmGVxDyAZeLFAtGHRM">/files/60QmGVxDyAZeLFAtGHRM</a></td></tr><tr><td>ærc Bridge Documentation</td><td><a href="/pages/4J7GtJCVnrhf5jkmFuaF">/pages/4J7GtJCVnrhf5jkmFuaF</a></td><td><a href="/files/nfNFa2XYDMzMsLVvtznp">/files/nfNFa2XYDMzMsLVvtznp</a></td></tr></tbody></table>

## ærc Bridge User Guide

The ærc bridge is a cross-chain bridge enabling seamless transfer of tokens and native cryptocurrencies between Ethereum and æternity blockchains. This guide will walk you through using the bridge, understanding its mechanics, and troubleshooting common issues.

### Overview

The ærc bridge facilitates:

* Bridging of native cryptocurrencies (ETH and AE)
* Transfer of supported tokens between chains
* Wrapped token functionality (wETH on æternity and wAE on Ethereum)

### Prerequisites

Before using the bridge, ensure you have:

* A wallet compatible with Ethereum (like MetaMask)
* A wallet compatible with æternity (like Superhero Wallet)
* Sufficient funds for network fees on the source chain

### Step-by-Step Bridging Process

#### 1. Network Selection and Wallet Connection

1. Visit the[ ærc bridge interface](https://ae-bridge.com)
2. Select your source network (Ethereum or æternity)
3. Connect your wallet when prompted
   * Accept the connection request from your wallet
   * If no prompt appears, use the "Connect Wallet" button or reload the page

#### 2. Asset Selection and Transfer Details

1. Choose the asset to bridge from the dropdown menu
2. Enter the recipient address on the target network
   * Must be a valid address you control
   * Can be a smart contract capable of receiving and transferring assets
3. Verify the amount you wish to bridge

#### 3. Initiating the Transfer

1. Click the bridge/transfer button
2. Confirm the transaction in your wallet
3. Wait for transaction confirmation
   * Source chain will process the lock transaction
   * Target chain will process the release transaction

#### 4. Completing the Transfer

Once the bridging transaction is confirmed:

* For æternity: Assets will appear automatically in Superhero Wallet
* For Ethereum: You may need to add the token to your wallet manually using the contract address from our supported tokens list

### Advanced:&#x20;

### Troubleshooting

If you encounter issues:

1. **Transaction Pending**
   * Check gas prices on source network
   * Verify transaction status in block explorer
2. **Assets Not Received**
   * Confirm target address is correct
   * Wait for additional block confirmations
   * Add token to wallet manually (Ethereum)
3. **Connection Issues**
   * Clear browser cache
   * Reconnect wallet
   * Try alternative supported browser

### Support

For additional assistance:

* Visit the [æternity Forum](https://forum.aeternity.com)
* Check [GitHub Issues](https://github.com/aeternity/ae-bridge/issues)
* Review the ærc Bridge [FAQ Section](https://ae-bridge.com/faq)


---

# 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.aeternity.com/aeternity-user-tools-and-services/aerc-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.
