P0oL v1.0.0[ SYSTEM_TERMINAL ]
← BACK_TO_TERMINALP0oL · WHITEPAPER · v1.0.0

P0oL — PROTOCOL_PRIMER

A no-team-allocation, fair-launch liquidity bootstrap on Uniswap V4. Deposit ETH during the MINT phase; the contract pairs every ETH with the project token at a fixed initial price and seeds the V4 pool. Once the cap is hit, trading opens automatically and minters claim their LP share.

▸ EFFECTIVELY A FREE MINT

Before the cap is reached, your ETH is fully refundable any time — no fees, no penalty. After trading opens, your deposit is held as a real V4 LP share (100% of supply enters the pool, no team cut). Once your exit slot opens, burning your LP returns both the ETH and the P0oL tokens back to your wallet. Earlier minters reach their exit slot earlier — the same fair-launch order, mirrored 1:1. Net cost of participation approaches zero; the upside is whatever the market pays for P0oL.

/ 1. PHASES

MINT
Deposit ETH at the fixed initial price. No buys, no sells, no LP movement. Your ETH is fully refundable at any time via WITHDRAW.
TRADING
When the cap is reached, the pool opens automatically with full-range liquidity. Minters claim their LP share with CLAIM_LP and can later burn it for ETH and P0oL — exits open in mint order (see §4).

If the window closes before the minimum target is reached, the launch is cancelled and every participant gets their ETH back 1:1 through REFUND.

/ 2. ECONOMICS

TOTAL_SUPPLY10,000,000 P0oL
HARD_CAP10 ETH (fixed)
MIN_TARGET10 ETH
INITIAL_PRICE1e-6 ETH per P0oL
LP_AT_LAUNCH100% — entire supply enters the pool
TEAM_ALLOCATION0 — no pre-mint, no insider cliff
TRADING_FEE5% per swap

The raise is hard-capped at 10 ETH. When the cap is reached, trading opens automatically.

/ 3. TRADING_FEE

Every swap pays a flat 5% fee. Part of this fee is routed back to LP stakers as P0oL rewards (see §5). That creates a buy-back loop: traders pay fee → stakers earn P0oL → stakers either hold (reduces float) or sell back into the same pool (recycled volume).

/ 4. EXIT_ORDER

First in, first out. Exit slots open in the same order people minted — mirrored 1:1. If you entered the MINT phase t seconds in, your exit slot opens t seconds into TRADING. The mechanism keeps the launch fair: no one can drain the pool in the opening block, and your wait time is exactly the time you yourself sat on others while they were still waiting to mint.

  • The earliest minter reaches their exit slot the moment trading opens.
  • The last-minute minter waits one mint-window length — symmetric to the MINT phase they helped close.
  • Slots are per-wallet, anchored to your first deposit. A regret-withdraw resets the stamp.
  • You can claim the LP token immediately at trading open and freely transfer it; the exit-slot check only applies when you burn LP back into the pool.

/ 5. STAKING

Stake your LP-ERC20 to earn P0oL rewards proportional to amount × time × boost.

  • Boost is determined by the lock duration you choose (longer lock → higher boost).
  • Rewards are paid in P0oL, drawn from the trading fee stream described in §3.
  • Exit is always open — you can unstake and claim accrued rewards whenever your lock allows.

/ 6. CONTRACTS

P0oLHook
P0oLToken
P0oLStaking
V4_PoolManagercanonical mainnet deployment

Addresses are filled at deployment and verified on Etherscan with full source.

/ 7. DISCLAIMER

P0oL is experimental software. Smart contracts may contain bugs. The 5% pool fee is a meaningful drag on short-term trading. LP holders bear impermanent loss. Nothing on this page is investment advice. Do not deposit funds you cannot afford to lose.