CenturionDEX
Launch App

Who uses the protocol?

Last modified:

Three participant classes form a self-reinforcing cycle: traders generate fee revenue, liquidity providers supply the capital that keeps slippage low, and developers extend the system through permissionless smart-contract integration.

Traders

Any address — externally owned or contract — can swap against protocol pools.

ParticipantRole
Retail tradersSwap tokens through the web app or third-party frontends
ArbitrageursAlign pool prices with external markets by exploiting mispricings
DEX aggregatorsRoute orders across multiple venues to minimise price impact
On-chain protocolsExecute swaps programmatically via the SwapRouter within larger DeFi workflows

Every swap pays the pool's fee tier regardless of caller. Fees accrue exclusively to in-range liquidity — see Fees.

Liquidity providers

LPs deposit token pairs and earn a pro-rata share of swap fees. Risk and reward vary with strategy:

StrategyDescriptionProfile
Passive full-rangeDeposit and hold — equivalent to v2 behaviourLow maintenance, lower fee APR
Concentrated rangeAllocate capital within a chosen price bandHigher APR, requires periodic rebalancing
Algorithmic market makingManage multiple positions, adjust ranges programmaticallyHighest potential return, highest operational cost
Token issuersSeed initial liquidity to bootstrap a tradable marketOne-time setup, long-term hold

For a detailed treatment, see LP Profitability and Impermanent Loss.

Developers

All contracts are open-source and permissionless. Common integration patterns include:

See the contract reference and SDK guides to get started.