ATLAS ://OS
CA
WATCH LIVE
live · reserve syncing
ATLAS://OS — AUTONOMOUS TREASURY AGENT

The agent that
holds up the treasury.

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.

off-chain, not a contract rule-enforced AI signed receipts MIT open source ↗
// live telemetry

The treasury, in the open.

Every sweep, fee, and peg action the agent takes — streamed here in real time. SOL is priced on the live Pyth oracle.

reserve · peg · flow
1.000
reserve ÷ supply
USDC reserve
$ATLAS supply
sweeps executed
protocol fees · USDC
SOL / USD · Pyth
agent uptime
RESERVE GROWTH
until the next scheduled sweep · cadence adapts to flow & spikes
live receipt tape
every receipt is append-only & signed · simulated agent flow
// the pipeline

Reason freely. Execute deterministically.

Each cycle runs the same seven steps. The AI touches only one of them — and even there, its output is clamped to your rules.

01
Read

on-chain balances: SOL, USDC reserve, token supply

02
Propose

AI suggests a sweep % — bounded by min/max

03
Enforce

rules clamp the proposal. always.

04
Swap

SOL → USDC via Jupiter, with retries

05
Split

transparent fee, remainder to treasury

06
Peg

mint / burn to hold reserve = supply

07
Receipt

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.

// the mechanics

Backed, timed, and provable.

[PEG::1:1]

A reserve-backed peg

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.

[CADENCE::ADAPTIVE]

Cadence that adapts

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.

[RECEIPTS::SIGNED]

Receipts you can verify

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.

// the ascent

Roadmap

What Atlas holds up next. Items beyond Phase I are intentions, announced as they ship.

PHASE_01 Foundation LIVE

  • The agent — deterministic sweep → reserve → peg pipeline, open-source (MIT).
  • Live transparency site — real-time reserve, peg, and receipt tape on the Pyth SOL price.
  • Verifiable receipts — append-only logs with on-chain re-verification.

PHASE_02 The Reserve NEXT

  • $ATLAS launches on pump.fun — contract address armed on-site at launch.
  • Mainnet wallets wired — the agent runs live; the dashboard shows real sweeps via webhook.
  • Public receipt archive — browsable, permanently linkable history.

PHASE_03 Immutable PLANNED

  • On-chain program — sweep & peg enforcement moved into an audited Solana program.
  • Audited before custody — no protocol-held funds until the program is reviewed.

PHASE_04 The Pantheon VISION

  • Multi-treasury — one agent framework, many independent reserves.
  • Policy marketplace — shareable, forkable cadence & sweep configs.