> ## Documentation Index
> Fetch the complete documentation index at: https://docs.peaq.xyz/llms.txt
> Use this file to discover all available pages before exploring further.

# PEAQ Token Contracts

> The official PEAQ token contract addresses on peaq, Ethereum, BNB Smart Chain, Base, and Solana.

This page is the canonical registry of every official PEAQ token contract. It mirrors [peaq.xyz/token](https://www.peaq.xyz/token).

<Warning>
  Impostor tokens named peaq circulate on pump.fun, Clanker, and other launchpads, some with copycat addresses and faked liquidity. peaq will never DM you a contract address or ask you to migrate tokens. If an address is not on this page, do not trust it.
</Warning>

## PEAQ on peaq

PEAQ is the native token of the peaq network. It pays for gas and secures the chain through staking. On the Substrate side it exists at protocol level and has no contract address. For EVM tooling it is exposed through a precompile, and WPEAQ is the canonical wrapped ERC-20.

| Token                | Standard                 | Address                                                                                                                    | Decimals |
| -------------------- | ------------------------ | -------------------------------------------------------------------------------------------------------------------------- | -------- |
| PEAQ                 | Native ERC-20 precompile | [`0x0000000000000000000000000000000000000809`](https://peaq.subscan.io/account/0x0000000000000000000000000000000000000809) | 18       |
| WPEAQ (Wrapped PEAQ) | ERC-20, wrapped native   | [`0x3cD66d2e1fac1751B0A20BeBF6cA4c9699Bb12d7`](https://peaq.subscan.io/account/0x3cD66d2e1fac1751B0A20BeBF6cA4c9699Bb12d7) | 18       |

<Note>
  The LayerZero OFT adapter [`0xe4103e80c967f58591a1d7cA443ed7E392FeD862`](https://peaq.subscan.io/account/0xe4103e80c967f58591a1d7cA443ed7E392FeD862) is the bridge contract that locks native PEAQ for cross-chain transfers. It is infrastructure, not a token — do not add it to your wallet.
</Note>

## PEAQ on other chains

Every deployment below is a LayerZero Omnichain Fungible Token (OFT), pegged 1:1 to native PEAQ and mint/burn-bridged through LayerZero V2. These are the only official PEAQ deployments outside the peaq network.

| Chain           | Address                                                                                                                 | Decimals |
| --------------- | ----------------------------------------------------------------------------------------------------------------------- | -------- |
| Ethereum        | [`0x1EeF208926667594E5136e89D0e9DD6907959197`](https://etherscan.io/token/0x1EeF208926667594E5136e89D0e9DD6907959197)   | 18       |
| BNB Smart Chain | [`0x8b9Ee39195eA99d6ddD68030F44131116bc218F6`](https://bscscan.com/token/0x8b9Ee39195eA99d6ddD68030F44131116bc218F6)    | 18       |
| Base            | [`0x9B56B112BbD6343a8961a093315A9A60b8cB1F36`](https://basescan.org/token/0x9B56B112BbD6343a8961a093315A9A60b8cB1F36)   | 18       |
| Solana          | [`2Rnib6xHEYQTidiMfLDenHtofW9iKgNh5wvkjMcYV2eg`](https://solscan.io/token/2Rnib6xHEYQTidiMfLDenHtofW9iKgNh5wvkjMcYV2eg) | 9        |

Cross-chain transfers use 6 shared decimals under the hood, so bridged amounts are truncated to 6-decimal precision regardless of a deployment's local decimals (18 on the EVM chains, 9 on Solana).

## How to verify an address yourself

* Check it against this page or [peaq.xyz/token](https://www.peaq.xyz/token).
* Look it up in [LayerZero's deployment registry](https://docs.layerzero.network/v2/deployments/chains/peaq): official OFT legs are pegged to native PEAQ on the peaq chain.
* On the destination explorer, the EVM OFT contracts are verified-source contracts named `PeaqOFT` with symbol `PEAQ`. On Solana, the mint's authority is the OFT program's store account, and its supply is minted only by LayerZero messages from the peaq adapter.
* Tokens on peaq itself are registered in the [peaq Token List](/peaqchain/build/getting-started/token-list).
