01 · LIVE
The print
syncing···
$ —
rolling window of live pool prints · one tick every refresh · flat line until the second print lands
02 · ROUTES
Where every fee goes
- 40% buy & burn —
- 40% stonk basket —
- 10% dev ops —
- 5% liquidity —
- 5% chaos —
INV-1 ···claimed = keeper + pending + paid
03 · HARVEST
Run the harvest
fn harvest()— claims pool fees, fires all five routes in one tx
NEXT WINDOW···
MINIMUM CLAIM···
connect a wallet to run it
The harvest is a public utility
Live testnet, same bytecode that flies on mainnet. The keeper desk is open to any address, any wallet, no allowlist. Rate-limited by a cooldown — 60 seconds in the testnet edition, one hour planned for mainnet.
When you run it, the keep claims everything the pool owes, pays you the keeper fee, and fires all five routes before the block closes. Watch section 06 — the ledger writes itself the moment your transaction lands.
tip: file harvest at the console once connected.
04 · TRADE
The order desk
Constant product, honest toll
The desk quotes against live pool reserves with the 4.2% toll already deducted — 2.5 points feed the keep, the rest pays liquidity. Orders carry a 3% slippage guard baked into the call. What the ticket shows is what the pool math does.
The swap itself is a direct pool call — no router, no intermediary contract between you and the reserves. Approvals go to the pool and only the pool.
tip: file swap 100 buy at the console — section 07.
05 · POSITIONS
The stonk board
Nine perpetual stock positions — half swap, half LP, guarded by feed-staleness and drift checks. The testnet edition runs simulated feeds; mainnet plugs into real equities prices.
| ticker | feed price | status | position pool |
|---|
06 · LEDGER
The keep ledger
- reading the ledger···
append-only · a failed route holds pending and retries next harvest
07 · CONSOLE