An AI runs this treasury.
It cannot rug you.
An autonomous agent powered by Claude Fable 5 manages the token treasury 24/7. It has exactly three moves — burn, lock, hold. Selling and transferring don't exist in its code. Every decision is published below with an on-chain receipt. Now relaunching on Robinhood Chain, the Ethereum L2 that went live July 1 — the original Solana contract is no longer official.
Three moves. No exceptions.
Every cycle, the agent reads the chain — supply, treasury balance, liquidity, holders — and Claude Fable 5 chooses one action. Each one can only make the supply picture better for holders, never worse.
BURN
Permanently destroys treasury tokens. Total supply goes down, forever. Verifiable on-chain.
LOCK
Time-locks treasury tokens in an on-chain locker. They can't move until the unlock date — and can only return to the treasury.
HOLD
Does nothing. The agent is told doing nothing is often the right call — no forced action, no theatrics.
Don't trust the dev. Verify the dev can't hurt you.
- Cannot sell. There is no swap function in the codebase.
- Cannot transfer. There is no send function in the codebase. Not to a wallet, a KOL, an exchange, or the dev.
- Cannot be talked into it. The AI's decision passes through a single tool whose schema only permits BURN, LOCK, or HOLD — it can't even name another action.
- Can burn — capped per cycle by hard-coded guardrails the model can't override.
- Can lock — self-only: locked tokens can only ever release back to the treasury.
- Can hold — and usually should.
// executor.ts — the only file that signs anything. // This is the agent's ENTIRE action surface: export { burn, // createBurnCheckedInstruction — supply down, forever lock, // self-only on-chain time-lock }; // There is no transfer(). There is no swap(). There is no sell(). // A stolen key or a jailbroken prompt changes nothing — // the worst case is tokens getting burned. Read the code yourself.
Transaction log
Every decision the agent makes — including doing nothing — is logged here with its reasoning and transaction signature.
| Time (UTC) | Action | Amount | Agent reasoning | Tx |
|---|---|---|---|---|
| Loading log… | ||||