Architecture at a glance
How the contracts below fit together. A Gnosis Safe multisig is the treasury and the only admin. The Fee Distributor is the concentrated-liquidity (v3) factory owner: it collects protocol fees, swaps them to PGX against an on-chain TWAP floor, then splits the result 70% to stakers, 30% to treasury. The PGX token is immutable with a fixed supply, and staking is the only upgradeable (UUPS) contract. Every contract in this diagram is listed with its address below.Arbitrum Sepolia (Testnet)
This is the Phase 1 infrastructure deployed on the Arbitrum Sepolia testnet for the functional MVP. Testnet is a practice network that uses valueless test tokens, great for trying PrigeeX risk-free before mainnet. All contracts below are verified on Arbiscan.Which addresses do I actually use? For everyday use you only touch the PGX token, the
Staking Proxy (not the implementation), and the two AMM routers. The remaining entries
are supporting infrastructure listed here for completeness and verification.
PrigeeX protocol contracts
The proprietary contracts: the PGX token and the revenue-distribution staking system.
Staking is an upgradeable (UUPS) contract: interact with the Staking Proxy. The
implementation holds the logic and should not be called directly.
Concentrated liquidity AMM (Uniswap v3 fork)
The customized concentrated-liquidity AMM that powers Concentrated pools.
The Nonfungible Position Manager mints and holds Concentrated position NFTs. The app
prices swaps through Quoter V2.
Classic AMM (Uniswap v2 fork)
The constant-product AMM that powers Classic pools.Core infrastructure & routing
Foundational contracts for base operations, approvals, and multi-hop routing.Arbitrum One (Mainnet)
Chain ID: 42161 · Explorer: arbiscan.ioMainnet addresses will be published here once the production deployment is live. Until
then, the entries below are placeholders. Do not send real funds to any address marked
TBD.PrigeeX protocol contracts
Concentrated liquidity AMM (Uniswap v3 fork)
Classic AMM (Uniswap v2 fork)
Core infrastructure & routing
Official links
Fill in the official URLs before publishing.
Always reach PrigeeX through these official links. See
Security & Safety.