On-Chain Verification

Pons Liquidity Locker Addresses and Checks

Resolve the correct locker for a launch and avoid confusing a Uniswap infrastructure contract with the protocol locker.

Direct answer

The documented active pons locker is 0x736D…7F35. The legacy locker is 0x31ca…54B5. The frequently searched 0x7399…E0D3 is the Uniswap V3 position manager, not the pons locker.

Addresses verified against official pons documentation on 20 July 2026.

Address map

Active factory · start block 8,991,1180xA5aAb3F0c6EeadF30Ef1D3Eb997108E976351feBOpen
Active locker0x736D76699C26D0d966744cAe304C000d471f7F35Open
Legacy factory · start block 8,600,6120x0c37a24F5D23A486FA692d1500881d698B1F77a4Open
Legacy locker0x31ca5E101941A93A7DD6d0497928700625CF54B5Open
Uniswap V3 position manager · not a pons locker0x73991a25C818Bf1f1128dEAaB1492D45638DE0D3Open

Why the position manager appears in searches

Uniswap V3 liquidity positions are NFTs created by the NonfungiblePositionManager. A launch transaction interacts with that infrastructure to create the position, so the address appears in traces and approvals. The protocol locker is the contract responsible for the locked-position rules and fee routing. They have different roles.

How to verify an individual token

  1. Start with the token address. Ignore matching names or images.
  2. Find its launch factory. Check the factory’s TokenLaunched event or query documented factory state.
  3. Read locker() from that factory. This avoids assuming all versions share one address.
  4. Read the token’s liquidityPool() and the launch record’s position ID.
  5. Inspect verified code and state. Confirm fee redirects and relevant ownership paths. If source is not verified, uncertainty is materially higher.

What “locked forever” can mean

The pons documentation says pool liquidity is locked automatically and that creator rewards accrue through the locked position. A rigorous review asks whether principal can be withdrawn, migrated, rescued or indirectly transferred, and whether an upgrade path can change those rules. Do not substitute a UI padlock for those checks.

Scope: Even an irreversible LP lock does not lock token holders, token price or project activity. Review holder concentration and transaction history separately.

Primary sources

Frequently Asked Questions

Your token, your contract

Go from an idea to on-chain in minutes.

Deploy a standard, OpenZeppelin-based ERC-20 across eight EVM networks. No code, no custody and no ongoing platform fees.

Create Token From 0.030 ETH · one-time fee