Atlas Treasury OS is an off-chain, deterministic treasury agent for Solana. It sweeps SOL into a USDC reserve, backs a 1:1 peg, and narrates every action in public — the AI can reason and propose, but it can never move funds outside the rules.
Every sweep, fee, and peg action the agent takes — streamed here in real time. SOL is priced on the live Pyth oracle.
Each cycle runs the same seven steps. The AI touches only one of them — and even there, its output is clamped to your rules.
on-chain balances: SOL, USDC reserve, token supply
AI suggests a sweep % — bounded by min/max
rules clamp the proposal. always.
SOL → USDC via Jupiter, with retries
transparent fee, remainder to treasury
mint / burn to hold reserve = supply
signed, append-only, verifiable on-chain
The AI may propose values and narrate — it can never sign a transaction or move funds outside predefined constraints. Enforcement is deterministic, every time.
Every sweep grows a USDC reserve. The agent mints or burns $ATLAS to close any drift, holding reserve = supply (1:1). The peg is a promise the reserve keeps — and you can watch it hold, live.
A 24-hour launch-safety window first. Then a value-based interval that widens or tightens with treasury size — and a spike detector that shortens cadence when inflows surge. No fixed cron; the rhythm follows the flow.
Every action writes an append-only JSON receipt with its transaction signatures. Run npm run verify against any receipt to re-check it on-chain. Nothing is asserted that can't be independently confirmed.
What Atlas holds up next. Items beyond Phase I are intentions, announced as they ship.