> For the complete documentation index, see [llms.txt](https://docs.anyone.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.anyone.io/tokenomics/multichain.md).

# Multichain

ANYONE is now multichain! Through a combination of strategic partnerships and bridging setup, you can move your tokens from Ethereum to a range of other chains.&#x20;

### Base

{% code title="ANYONE contract address on BASE" %}

```
0xe67F39FbE8C24ef8b3542efED1eE9963cEFC1f2a
```

{% endcode %}

The Anyone token can be bridged 1:1 to the Base L1, powered by LayerZero's OFT. You can interact with LayerZero and bridge via a straightforward UI on [https://stargate.finance](https://stargate.finance/).

The primary DEX for trading or adding liquidity to $ANYONE on Base is [https://aerodrome.finance](https://aerodrome.finance/). &#x20;

### peaq

{% code title="ANYONE contract address on PEAQ" %}

```
0xe67F39FbE8C24ef8b3542efED1eE9963cEFC1f2a
```

{% endcode %}

The Anyone token can be bridged 1:1 to Peaq chain, powered by LayerZero's OFT. You can interact with LayerZero and bridge via a straightforward UI on [https://stargate.finance](https://stargate.finance/).

The primary DEX for trading $ANYONE on peaq is <https://app.machinex.xyz/>.&#x20;

### AO by Arweave

{% code title="ANYONE contract address on AO" %}

```
H41CVAmengY3BuSz1aLjFJf26RKFbj0ENGTI7aG8j-U
```

{% endcode %}

You can also bridge Anyone to AO using <https://aox.xyz/>, and trade wrapped ANYONE on <https://www.permaswap.network/>. See the token distribution on AO through [ao.link](https://www.ao.link/#/token/H41CVAmengY3BuSz1aLjFJf26RKFbj0ENGTI7aG8j-U).&#x20;

## Upcoming

Look out for our presence on Base next!&#x20;


---

# 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.anyone.io/tokenomics/multichain.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.
