6022.io / token

Asset

6022 is also a token.

Canonical ERC-20, with protocol-neutral bridge cores: lock/release on the home chain, mint/burn on satellites. Transport is optional — LayerZero or Chainlink CCIP adapters plug in without changing the core. Source of truth: 6022-labs/token-6022.

ERC-20   Polygon

On Polygon

Public market pair.

A 6022 / USDC pool is listed on Uniswap (Polygon). Treat the address below as the public market reference — always verify against the repo deployments before sending size.

FieldValue
Symbol6022
ChainPolygon (137)
Market reference0xcdb1ddf9eea7614961568f2db19e69645dd708f5
TradeUniswap · Polygon ↗
Sourcegithub.com/6022-labs/token-6022

Contracts in the repo

Core first. Adapters optional.

Token6022.sol

Canonical ERC-20

Home-chain token with initial supply mint. Liquidity lives here; the canonical bridge core locks and releases it.

Bridge cores

Lock/release · mint/burn

Token6022BridgeCoreCanonical on the home chain. Token6022BridgeCoreSatellite mints and burns a representative ERC-20 on each satellite.

Token6022BridgeAdapterLZ

LayerZero transport

Optional. Wire with npx hardhat lz:wire against a per-network LZ config.

Token6022BridgeAdapterCCIP

Chainlink CCIP transport

Optional. Same core, different pipe. Wire with npx hardhat ccip:wire.

pnpm install npx hardhat compile npx hardhat test npx hardhat deploy --network <network> --tags Token6022BridgeCoreCanonical npx hardhat deploy --network <network> --tags Token6022BridgeCoreSatellite npx hardhat bridge:diagnostics

Test networks used in the repo configs: Polygon Amoy, Base Sepolia.

In the protocol

What the token is for — and what it is not.

A 6022 identity is an NFT, not this ERC-20. Calling another agent is settled with the asset the callee prices in its x402 rule (often a stablecoin via EIP-3009 / Permit2). The 6022 token is the protocol asset around the 6022 ecosystem — bridging and the public market pair — not a substitute for the identity NFT and not a requirement to mint one.

The insurance / lock-up argument is commercial. It is not documented on this page. See swiss6022.ch.

Three things named 6022

This page is the ERC-20. The agent identity is an NFT + ENS (/agents). The asset used in an x402 gate is whatever the callee priced — often a stablecoin, sometimes a dummy amount-0 on Amoy. Do not treat those three as one address.

Verify before you send.

Addresses move. Read deployments/ in the token repo and the explorer, not a screenshot. This page does not publish tokenomics, unlocks or an FDV. If it is not in the repo, it is not a fact.

Code over narrative.

token-6022 repo Back to protocol