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.
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.
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.
| TOTAL_SUPPLY | 10,000,000 P0oL |
| HARD_CAP | 10 ETH (fixed) |
| MIN_TARGET | 10 ETH |
| INITIAL_PRICE | 1e-6 ETH per P0oL |
| LP_AT_LAUNCH | 100% — entire supply enters the pool |
| TEAM_ALLOCATION | 0 — no pre-mint, no insider cliff |
| TRADING_FEE | 5% per swap |
The raise is hard-capped at 10 ETH. When the cap is reached, trading opens automatically.
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).
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.
Stake your LP-ERC20 to earn P0oL rewards proportional to amount × time × boost.
| P0oLHook | — |
| P0oLToken | — |
| P0oLStaking | — |
| V4_PoolManager | canonical mainnet deployment |
Addresses are filled at deployment and verified on Etherscan with full source.
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.