# ZEDX on Other Chains

Interoperability with other major blockchains is important for the growth of Zedx and the prospects of realizing its vision. One of the ways of securing it is through enabling the versions (wrappers) of ZEDX on other chains.

Unlinke ZEDX on Zedx, those wrappers are ZED20 tokens are created whenever someone locks a certain number of tokens on the Zedx and gets issued the exact same amount of wrapper tokens on the target blockchain. If a user withdraws the wrapper from the target blockchain, the tokens burned and the ZEDX tokens on Zedx are unlocked.

Currently, wrapped versions of ZEDX token exist on Ethereum (mainnet), Binance Smart Chain and the Arbitrum One layer-2 optimistic rollup chain for Ethereum. The latter is a wrapper of a wrapper powered by the Ethereum-Arbitrum bridge and its withdrawals from Arbitrum are subject to the optimistic rollup rules.

### ZEDX on Ethereum

Token contract: <https://etherscan.io/token/0x970b9bb2c0444f5e81e9d0efb84c8ccdcdcaf84d>

### ZEDX on Polygon

Token contract: <https://polygonscan.com/address/0xf915fdda4c882731c0456a4214548cd13a822886>

### ZEDX on Binance Smart Chain

Token contract: <https://bscscan.com/address/0x5857c96dae9cf8511b08cb07f85753c472d36ea3>

### ZEDX on Arbitrum One

Token contract: <https://arbiscan.io/token/0xbdef0e9ef12e689f366fe494a7a7d0dad25d9286>


---

# 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.zedscan.net/general/learn-about-the-fuse-platform/fuse-token/fuse-on-other-chains.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.
