1,000 tokens added in genesis, forever locked
9,000 CORE still on the contract, bought at the live pool price
Buying from this contract equals locking LP position forever
Put in 1,000 USDC → that USDC and the CORE it buys go into the pool together, locked forever. You receive a position, not the token.
From now on you will be receiving proportional 4% yield on all the trades in the pool forever. Paid in USDC.
1The whole supply is created once, inside a one-shot
setFurnace that only the deploying address can call and
that reverts on any second call. The token carries no mint function,
no burn function, no owner and no upgrade path.
2Buying off the contract takes no fee and cannot move the price. A proportional add to a constant-product pool leaves the ratio, and therefore the price, where it was.
3removeLiquidity is present and reverts for every
caller, the treasury included. There is no owner and no upgrade path.
4For the first 120 seconds after the pool opens every trade pays a launch tax on top, starting at 90% and decaying to this 5%. Buying off the contract is never taxed.
5Not an estimate. The pair pays position owners exactly 4% of every trade, so the USDC they have been paid, multiplied by 100 and divided by 4, is the volume that produced it. The launch tax never touches that 4%, so this holds through the window too.
6What positions have been paid so far, against the USDC standing in the pool. It is a running total since the pool opened, not a rate and not a projection.
7Soulbound for thirty days from deploy, then free to sell to anyone. That moves the claim on the fee stream and nothing else — the liquidity behind it stays in the pair permanently, for the buyer exactly as it did for the seller. Fees already earned stay with the position, so the seller cannot take them and the buyer collects them. There is no day on which the liquidity can be withdrawn.