Token Contracts on Gravity
Canonical ERC-20 token contracts on Gravity L1.
This page is the authoritative list of canonical ERC-20 token contracts on Gravity L1. The list is populated as tokens are bridged in and deployed.
Native token
G
Native coin — no ERC-20 address
Used for gas, staking, and governance. Bridged from Ethereum ERC-20 0x9C7BEBa8F6eF6643aBd725e45a4E8387eF260649 via the canonical bridge (see How to Get G).
Bridged assets
These addresses are populated as the canonical bridge goes live for each asset. Each entry lists the canonical L1 address, the Ethereum source contract, and the official bridge route used.
wG (Wrapped G)
0xBB859E225ac8Fb6BE1C7e38D87b767e95Fef0EbD
native G on L1 (wrapper, not bridged from an external chain)
—
WETH.e (Bridged WETH)
0x9Da9C5b2CBf7dcC773071338A6480e0E5FDee177
Native ETH
wiring in progress
USDT.e (Bridged USDT)
0x06Fd3e67231baea179676c490482372F7Fb4A3f2
0xdac17f958d2ee523a2206206994597c13d831ec7
wiring in progress
USDC.e (Bridged USDC)
0x979c024b381E25a093b8B4CEb06e74B8140664ff
0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48
wiring in progress
DAI
TBA
0x6B175474E89094C44Da98b954EedeAC495271d0F
TBA
WBTC
TBA
0x2260fac5e5542a773aa44fbcfedf7c193bc2c599
TBA
These three tokens are deployed but not yet usable. USDC.e follows Circle's Bridged USDC Standard (FiatToken v2.2 behind a proxy, upgradeable to native USDC by Circle later); USDT.e and WETH.e are Chainlink BurnMintERC20 contracts. Until the bridge partner (Chainlink) completes the white-glove wire-up, total supply is 0, nothing can be minted, and no bridge route exists — do not integrate them as live assets or provide liquidity against them. Full deployment details and the permission model: gravity-preinstalls (docs/TOKEN_SECURITY.md).
Submitting a new token
Canonical tokens are tracked in the public Galxe/gravity-token-list repository (src/tokenlist.json). To get your token added:
Deploy the ERC-20 on Gravity L1.
Fork Galxe/gravity-token-list.
Add an entry to
src/tokenlist.jsonwithchainId: 127001, address, symbol, decimals, and logo URI.Open a PR following the template. The Gravity team reviews for basic sanity (no impersonation, verified contract, correct metadata).
See also
G Token — native token overview.
How to Get G — bridging flow.
Gravity Mainnet (L1) Contracts — system and bridge contract addresses.
Legacy L2 token list — Alpha Mainnet (L2) canonical list.
Last updated
Was this helpful?

