# Official ATH Bridges

This page lists all bridge contracts associated with the ATH token, including active official bridges, deprecated contracts, and confirmed fraudulent deployments. Always verify contract addresses before interacting with any bridge.

### ✅ Active Official Bridges&#x20;

These are the only contracts Aethir officially supports for bridging ATH.

#### ATH — Ethereum ↔ Arbitrum (Axelar)

This is the primary bridge for moving ATH between Ethereum and Arbitrum.

| Field    | Details                                      |
| -------- | -------------------------------------------- |
| Token    | Aethir — ATH                                 |
| Networks | Ethereum ↔ Arbitrum                          |
| Contract | `0x148f010746c2999abc3fd5533746632ad9771948` |
| Protocol | Axelar                                       |
| Status   | ✅ Active                                     |

***

### ⚠️ Deprecated Contracts

The following contract is no longer supported. Do not use it to bridge funds. If you hold tokens associated with this contract, contact Aethir support for migration guidance.

#### ATH — Ethereum (Deprecated)

| Field    | Details                                      |
| -------- | -------------------------------------------- |
| Token    | Aethir — ATH                                 |
| Network  | Ethereum                                     |
| Contract | `0x5786c150609a4ef8957bc614a13e8e29558eaba4` |
| Status   | ⚠️ Deprecated — do not use                   |

***

### 🚨 Fake / Fraudulent Contracts

The following contract is **not affiliated with Aethir** in any way. It is a fraudulent deployment that impersonates the Aethir bridge infrastructure. Interacting with it risks permanent loss of funds.

#### wATH OFT - Base (Fake Bridge)

| Field    | Details                                      |
| -------- | -------------------------------------------- |
| Token    | OFT: wATH                                    |
| Network  | Base                                         |
| Contract | `0xadaf70f7ed29262097358d2fb092e6397a526757` |
| Status   | 🚨 Fake - not affiliated with Aethir         |

> **Warning:** Aethir has no bridge deployment on Base. This contract is fraudulent. Do not approve token transfers, do not send funds, and do not interact with this address under any circumstances.

***

### How to Stay Safe

* Only bridge ATH using contracts listed under **Active Official Bridges** above.
* Always cross-reference contract addresses on this page before signing any transaction.
* Aethir will never ask you to migrate funds through an unofficial bridge.
* If you encounter a bridge contract not listed here, assume it is fraudulent until confirmed otherwise by Aethir's official channels.

***

### eATH Bridges

Below are the only official eATH blockchain bridges.

#### eATH - Arbitrum

| Field    | Details                                      |
| -------- | -------------------------------------------- |
| Token    | Aethir - eATH                                |
| Network  | Arbitrum                                     |
| Contract | `0x1903aa5b603819b9debd2f4b202b686e9e393aff` |
| Protocol | LayerZero                                    |
| Status   | ✅ Active                                     |

***

#### eATH - Ethereum

| Field    | Details                                      |
| -------- | -------------------------------------------- |
| Token    | Aethir - eATH                                |
| Network  | Ethereum                                     |
| Contract | `0x68ff002b30360d3c613c2d6bc7e8c3e1f94883b9` |
| Protocol | LayerZero                                    |
| Status   | ✅ Active                                     |

*Last updated: April 2026. For questions or to report a suspicious contract, reach out via Aethir's official community channels.*


---

# 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.aethir.com/aethir-tokenomics/official-ath-bridges.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.
