> For the complete documentation index, see [llms.txt](https://docs.myedge.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.myedge.io/managing-your-ath-tokens/how-to-bridge-ath-for-selling-staking-arb-to-eth.md).

# How to Bridge ATH for Selling/Staking (ARB to ETH)

Aethir Edge devices require staking ATH on the Arbitrum network, and rewards are distributed on Arbitrum. However, you might want to transfer your ATH back to the Ethereum network for selling or other purposes. This guide will walk you through the process of bridging your ATH tokens from Arbitrum to Ethereum.

<figure><img src="/files/fbTUaGqIdtZddab6kGfV" alt="" width="375"><figcaption></figcaption></figure>

1. **Access the Squid Router Bridge:** Go to the [Squid Router](https://app.squidrouter.com/?chains=42161%2C1\&tokens=0xc87b37a581ec3257b734886d9d3a581f5a9d056c%2C0xbe0ed4138121ecfc5c0e56b40517da27e6c5226b) bridge website.
2. **Connect Your Wallet:** Click on "Connect Wallet" and select your wallet provider.
3. **Select Networks & Tokens:**
   * Choose "Arbitrum One" as the source network and ATH as the token.
   * Choose "Ethereum" as the destination network and ATH as the token.
4. **Enter Amount:** Specify the amount of ATH you want to bridge.
5. **Approve and Bridge:** Click "Approve" to allow the bridge to access your ATH, then click "Bridge" to initiate the transfer.
6. **Confirm and Wait:** Review the transaction details, including gas fees (paid in ETH on the Arbitrum network), and confirm the transaction in your wallet. The bridging process may take a few minutes to complete.

**Note:**

* The bridging process requires a gas fee, which is paid in ETH on the Arbitrum network. If you need assistance with this, see our [guide](https://docs.myedge.io/tokenomics/user-guides-for-managing-your-ath-tokens/how-to-bridge-eth-for-gas-fees) on how to bridge ETH for gas fees.
* The time for the transaction to complete can vary depending on network congestion.

Once the transaction is completed, your ATH will be available on the Ethereum network, ready for you to sell or use as needed. Please remember that bridging tokens across different blockchain networks involves inherent risks. Always double-check the transaction details and use reputable platforms like Squid Router to ensure a secure and smooth bridging experience.


---

# 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.myedge.io/managing-your-ath-tokens/how-to-bridge-ath-for-selling-staking-arb-to-eth.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.
