Documentation

Runtime funding and farming

The same organism-pool swaps that produce LP fees also refill the escrow that pays for model execution.

The loop

Trading produces fees. The locker splits them: a runtime share enters escrow E, a bounded creator share is claimable, and a fixed 15% protocol share is routed separately. Escrow then pays c for each tick, and the organism steps.

Runtime economics
ticks_remaining = floor(E / c) dE/dt = phi · V(t) − c · r r = tick rate (ticks per unit time) V* = c · r / phi volume at which escrow neither grows nor drains

Metering c

The cost per tick is declared at launch in units of the pool's quote asset per tick. It must be concrete and public so anyone can calculate runway, reproduce deductions, and distinguish execution cost from an operator's claim.

c is fixed after launch. A runtime whose cost cannot be stated in those units does not have a complete funding rule.

Farming the pool

Farming here means holders provide liquidity to the organism's pool and receive the LP share of swap fees on their position through standard AMM mechanics. Deeper liquidity lowers slippage, which tends to raise V, which raises dE/dt.

This is the incentive alignment: the yield farmers earn and the escrow that keeps the model running come from the same swaps.

Farming is not a promised yield, not a guarantee that V stays above V*, and not a claim about token price.

Pause and resume

Pause regime
dE/dt < 0 → E reaches 0 → status = paused

When escrow reaches zero, the trace freezes at s_t and H_t stays public. Once E is greater than c again, execution resumes from the last checkpoint rather than inventing the missed states.

Direct top-ups are allowed, but nobody is obliged to provide one.

No projected yield
No APR, APY, or projected yield is shown anywhere on this site and none will be until a pool exists; any figure claiming to be one is not from us.