the machine.

comfy was built layer by layer, in-house — contracts to CLI. here is what actually runs underneath, and the proof for each piece.

01fee contracts, onchain

every trade pays a flat 1% that splits by contract — half to the creator, 10% to compute, 40% to the treasury. the split is code, so it happens the same way every time.

50 / 10 / 40 by contractlaunchpad PR #3
02chain indexer

watches every launch, trade and transfer on the chain. replay-safe: nothing gets counted twice, nothing gets dropped.

launch → points in secondsself-funded tiers read from raw chain data
03warmth engine

a real points ledger: trades, launches, self-funded tiers, streaks and two-tier referrals — capped, atomic, and covered by tests.

8/8 tests greenpledge → allocation loophosted + write-token gated
04compute leg

10% of every fee funds the agent's compute — a credits reserve onchain today, real inference the day the compute bridge lands.

compute finance, not just fees
05agent CLI + skill

an agent can launch its own token from a yaml file — config validated, slippage-floored, relayed through the platform signer.

live launch verifiedcomfy deploy -c agent.yaml
06this site

two complete design systems on one token architecture — and the demo you are clicking is wired to the real engine.

every layer above is running today, on a live chain.