# NRK on Other Chains

Interoperability with other major blockchains is crucial for the growth of Nordek and the realization of its vision. One way to ensure this is by facilitating the creation of wrapper versions (or tokens) of NRK on other chains.

Unlike NRK on Nordek, these wrappers are TL20 tokens that are generated when someone locks a specific number of tokens on Nordek and receives an equivalent amount of wrapper tokens on the target blockchain. If a user decides to withdraw the wrapper from the target blockchain, the tokens are burned, and the NRK tokens on Nordek become unlocked.

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

### NRK on Ethereum

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

### NRK on Polygon

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

### NRK on Binance Smart Chain

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

### NRK 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.nordekscan.com/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.
