PRE-LAUNCHCHAIN BLOCK INDEX LAG KEEPER MODE NOT STARTED
§ DESKS

Six desks, one book

Each desk has its own mandate, its own capital limit, and its own feature flag. A desk that is off is off in the configuration the keeper actually reads — not merely undocumented.

Config unavailable
Desk configuration — not trading yetThe desk has not been connected to a live feed. Nothing has been observed, so nothing is reported here.This panel fills in from the chain the moment the desk starts. No figure on this site is ever estimated or placeheld.
§00

How a desk gets turned on

Capability is added in phases and each phase requires evidence from the one before it. There is no path in the code from scaffolded to live trading that a person does not take deliberately.

1 · Scaffolded
The desk exists, is typed, and is covered by tests, but its flag is off and the keeper never calls it.
2 · Replay
Run against recorded history with no look-ahead. A desk that only works when it can see the next block is not a strategy.
3 · Paper
Live data, real quotes, real receipts, no transactions. Forecast error against actuals is measured here.
4 · Live, capped
Small size, hard per-cycle and per-day limits, and a guardian who can pause immediately.
§01

Inventory

Phase 3unknown
What it does

Acquires tokenised equities when the executable acquisition price sits inside a tight band around reference, deploying only free capital in weighted round-robin clips.

Why it is built that way

The desk needs something to sell when a pool dislocates. Buying above reference is refused outright: a market maker that pays a premium for inventory is just a slow bag holder.

Gated byenableInventoryDeskunknown
Inventory desk
§02

Dislocation exit

Phase 3unknown
What it does

Sells held inventory into pools trading rich, sized by binary search against real quotes and released in tranches with a cooldown between each.

Why it is built that way

This is where realized profit comes from. It watches a lower threshold than the general alert level, because exiting a position you already hold is cheaper than entering one.

Gated byenableExitDeskunknown
Dislocation exit desk
§03

Liquidity

Phase 4unknown
What it does

Runs three position shapes: a one-sided bid band below market, a two-sided band around price, and an ask ladder that sells inventory into strength while collecting fees.

Why it is built that way

Fees are earned whether or not a dislocation appears. Recentring is rule-bound and hard-capped per day, because a band that chases price is just a slow market order.

Gated byenableLpDeskunknown
Liquidity desk
§04

Launch

Phase 6unknown
What it does

Watches new Pons v2 launches for sustained volume without a reasonable USDG venue, and may propose seeding one.

Why it is built that way

Starts in OBSERVE_ONLY and advances only through paper, then manual approval, on recorded replay evidence. Nothing in the code promotes it.

Gated byenableLaunchDeskunknown
Launch desk
§05

Distribution

Phase 5unknown
What it does

Reconstructs $RAT ownership from Transfer history, reconciles it against chain state, and pushes payment in batches.

Why it is built that way

A round commits a total on chain before any batch runs, so no sequence of batches can pay out more than was committed, and no holder can be paid twice.

Gated byenableDistributionunknown
Distribution desk
§06

Buyback and burn

Phase 5unknown
What it does

Spends the buyback allocation on $RAT and burns it, verifying that total supply actually fell.

Why it is built that way

Fees received directly in $RAT are burned outright rather than sold and rebought, which would pay two spreads to arrive in the same place.

Gated byenableBuybackunknown
Buyback and burn desk
§07

Limits that apply to every desk

These are not per-desk courtesies. They are checked in one place, and a desk cannot opt out of them.

A · Free capital only
Money owed to holders is excluded from every sizing decision. A desk cannot spend a liability.
B · Executable price, not spot
Sizing comes from a probe ladder against the real quoter. The price a pool displays is recorded and never acted on.
C · Balance delta is authoritative
A quote is never the accounting result. Profit is the observed change in the vault's balance after settlement.
D · Never trade a halted market
A halted instrument, or one whose reference is past its session heartbeat, is not traded automatically at any spread.
E · Custody stays put
Rotating the keeper key does not move custody. The keeper is a low-authority hot key; administrative withdrawal is timelocked.
F · A receipt either way
Every evaluation writes a receipt, executed or not, so the desk can be audited on what it declined.
Spread Rat — the rat lives in the spread