The pool
Every Archr pool has the same shape at launch:
This is the “single-sided sell wall” model: the pool is created with only the coin side seeded. The first buyer trades ETH into the pool and gets coin back, which pushes the price up through the tick range. Each subsequent buyer pays a higher marginal price than the last.
The wall’s size depends on the launch type. A plain launch seeds 950M coins (95% of supply); the remaining 5% is escrowed by the contract in the same transaction for holder rewards. Airdrop launches seed smaller walls (650M or 350M) at higher launch FDVs, so pool liquidity depth stays constant across tiers. Coins launched before the current program seeded the full 1B supply. See launch overview for the full split.
How price discovers
The pool prices as any V4 pool from block one: the initial price is set at the launch tick and moves up as coin flows out. There is no bonding curve, no graduation event, no “phase 1 vs phase 2.” Every buy and sell trades against the same burned LP position. Traders on the sell side (holders who bought earlier, want to exit) fill the “buy side” of the pool as they sell. The pool accumulates ETH from their sales, and later buyers face a mixed ETH+coin book like any V4 pool that has seen two-sided flow.The 1% ETH skim
A 1% cut of the ETH side is taken on every trade by the pool’s hook, both buys and sells:- On a buy, 1% of the ETH going into the pool is skimmed.
- On a sell, 1% of the ETH coming out is skimmed.
- Current coins: 100% of the skim is claimable to the coin’s recorded creator, paid as pure ETH. Anyone can trigger the collect, and the contract routes the entire amount to the creator; there is no platform cut and no function that routes it anywhere else (enforced on-chain). See creator fees.
- Coins launched before the current program: those coins traded on a Uniswap V3 pool with a 1% pool fee, and that fee feeds the legacy fee-flywheel, which recycles it into airdrops for ARCHR holders.
Finding coins
The archr.win front page lists every coin launched on the network in a browse grid. Each card shows the coin’s name, symbol, live market cap, and launch date, and links through to the coin’s full page. You can sort the grid three ways:- Market cap. Largest coins first. The market cap is live: it is read from each pool’s current price, so it tracks where the coin trades right now rather than the valuation it launched at.
- Newest. Most recently launched first.
- Oldest. Earliest launches first.
Where to swap
Every coin’s page atarchr.win/token/<address> has a built-in swap widget wired to the V4 Universal Router on 4663. It handles the routing and the slippage check for you.
Because the pool is a standard V4 pool, anything on 4663 that speaks V4 also works:
- The canonical Uniswap V4 Universal Router at
0x53BF6B0684Ec7eF91e1387Da3D1a1769bC5A6F77. - Any aggregator or wallet that supports 4663 and V4 pools.
Selling: Permit2 approval
A sell on a V4 pool needs a standard one-time Permit2 approval before the swap. This is normal for V4: the router pulls the coin from your wallet through Permit2 rather than a direct ERC-20 transfer. The swap widget prompts for the approval the first time you sell a given coin; after that, sells go through in a single step. Buys need no approval, because they spend native ETH.Slippage
The swap widget’s default slippage tolerance is picked to catch normal volatility on 4663. If your swap reverts with a slippage error, raise the tolerance or wait for the pool to settle. For very large trades, split into smaller pieces to reduce marginal price impact.Verifying a coin before you buy
Anyone can launch anything, and there is no global uniqueness check on name or symbol. Before you buy:- Verify you have the right contract address; do not trust the symbol alone. Coins are found by address, either from the trigger reply (Reddit / X) or the coin’s page URL on
archr.win. - Open the coin on Blockscout and confirm the fixed supply is
1,000,000,000e18and that the coin’s launch-wall LP position is owned by the burn address0x…dEaD. That is the “liquidity is burned” invariant, and it is one explorer click to confirm. - See risks for what a burned LP does not protect you against (market risk, price manipulation, coin-specific launcher intent).

