> For the complete documentation index, see [llms.txt](https://etherfi.gitbook.io/etherfi/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://etherfi.gitbook.io/etherfi/get-started/multichain-ecosystem/arbitrum-canonical-bridging.md).

# Arbitrum Canonical Bridging

## How to

**Step 1:** Head to [app.ether.fi](https://app.ether.fi/) and click on the eETH tab

**Step 2:** Connect your wallet

**Step 3:** Stake ETH (or any supported liquid staking token) to receive eETH

**Step 4:** Wrap wETH to receive weETH

**Step 5:** Head to [arbitrum.io](https://arbitrum.io/) and navigate to the bridge tab. Make sure you’re on the Ethereum Mainnet

**Step 6:** Connect your wallet

**Step 7:** Search for weETH on the “From” dropdown, and Arbitrum One on the “To” dropdown

\*\**DO NOT TRY TO BRIDGE eETH\*\* There is currently no market of eETH on Arbitrum.*

<figure><img src="https://lh7-us.googleusercontent.com/5cPIJtteYvjHSdYmFeyrSMlii5qXGMI7i8fATRQ1nsh7hfoSwdSZEbxUyV-lNa4h10kEZAEYNsYRCNvyEkurjeGcbsrXj2g3oJOazSbrZMBTXPihsm_0Pi-9ZDiJfRqqly8Xeu7iB5tlzYWO6J9bpW0" alt="" width="563"><figcaption></figcaption></figure>

**Step 8:** Click “Move Funds to Arbitrum One”, and then you’re done! From there you can use your weETH on Arbitrum Dapps.


---

# 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://etherfi.gitbook.io/etherfi/get-started/multichain-ecosystem/arbitrum-canonical-bridging.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.
