# Bridging 10,000+ AZERO from Aleph Zero WASM to EVM

The MOST bridge has a built-in limit of transfers over 10,000 AZERO between Layer 1 and Layer 2. You can still complete such a transaction, although you'd need to take a different route to complete it.

On a high level, it requires following these two steps:

1. Bridge your AZERO on WASM Layer 1 to Ethereum.
2. Bridge AZERO from Ethereum to Aleph Zero EVM.

Here's a detailed breakdown of the exact steps that you'll need to take.

### Bridging AZERO to Ethereum

1. Go to [dex.common.fi/bridge](https://dex.common.fi/bridge) and select Aleph Zero WASM as a source (top field) and Ethereum as a destination (bottom field).

   <figure><img src="/files/jOlhzYrhNmZSTFQxF4ah" alt="" width="375"><figcaption></figcaption></figure>
2. Connect your Aleph Zero WASM wallet, such as Subwallet or Talisman, and your Ethereum wallet, such as Metamask, Rabby, or others.

<figure><img src="/files/IRHJACm9JwTRvErxlDeb" alt="" width="375"><figcaption><p>Connect two wallets and enter the amo</p></figcaption></figure>

3. Choose AZERO as the token to bridge and enter the amount you wish to transfer.
4. Sign the transactions.

The above steps have allowed you to move AZERO from Aleph Zero WASM to Ethereum, where they are now ERC-20 tokens.

Now, we need to move the tokens from Ethereum to Aleph Zero EVM.

### Bridging AZERO from Ethereum to Aleph Zero EVM

1. The interface for bridging from Ethereum to Aleph Zero EVM is the same, [dex.common.fi/bridge](https://dex.common.fi/bridge).
2. Pick the source chain (top field) as Ethereum and the destination chain (bottom field) as Aleph Zero EVM.
3. Connect your Ethereum (EVM) wallet (such as Metamask, Rainbow, or others). It will also work with Aleph Zero EVM to store your AZERO and interact with Common.

<figure><img src="/files/t8XwceQoOxrXxFQZro0a" alt="" width="371"><figcaption></figcaption></figure>

3. Enter the AZERO amount you wish to bridge to Aleph Zero EVM.

<figure><img src="/files/ANMr3rYysqBP227Yo2MU" alt="" width="360"><figcaption></figcaption></figure>

4. **Make sure you have some ETH on Ethereum to cover the network fee.**
5. Sign the transaction.

You have now your AZERO on Aleph Zero EVM!


---

# 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.common.fi/knowledge-base/legacy-info/dex-and-bridge/bridge/bridging-10-000+-azero-from-aleph-zero-wasm-to-evm.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.
