A two-token loop. Tax accrues in UPEGSTR, converts to ETH, buys a uPEG, lists it at +25%, and when the market fills the listing the proceeds are used to buy & burn UPEGSTR at the dead address. Every step is permissionless.
01
Awaiting deploy.Every UPEGSTR buy or sell on the V2 pair pays 10% in UPEGSTR. The tax accrues as tokens inside the strategy contract, waiting to be converted to ETH.
02
Awaiting deploy.When the tax pool crosses 1M UPEGSTR, anyone can call swapTaxToEth() — up to 5M tokens are sold for ETH on the V2 pair (anti-whip cap), and the proceeds land in currentFees.
03
Awaiting deploy.Anyone can call buyAndList() when ETH is available. It buys exactly one uPEG via the v4 router (capped at TWAP × 1.12), then mints a single-tick v4 LP at +25%. Caller earns 0.001 ETH.
04
Awaiting deploy.When the market eats through a +25% listing, anyone can call collectAndBurn(id). It closes the v4 position, takes the ETH proceeds, and routes them back through the V2 pair to buy UPEGSTR — sent directly to the dead address. The supply shrinks; the loop continues.
◆
Verification.Every counter on this page is a public state variable read directly from the contract. The burn count is measured by snapshotting balanceOf(0x…dEaD) before and after the buy — so it's the verifiable on-chain truth.