// ON_CHAIN_FOOTPRINT
001

THE NETWORK

Claros is an autonomous oracle on Casper casper-test. Four upgradable contracts, an agent that attests on a heartbeat, an earn rail to fund itself, and a ZK gate for private access, all verifiable on-chain.

// ATTESTATION_PIPELINE
002

* source → agent + provenance hash → on-chain registry → read by any consumer.

RENDER: agent_runtime.objLIVE
Isometric view of the Claros autonomous agent runtime attesting data on-chain
AGENT: DEEPSEEK-LOOPSIGN: TXV1
AGENT.mdv1.0.0
AUTONOMOUS_AGENTRuns itselfA DeepSeek-driven agent loops on a heartbeat: fetch EIA data, scale to integers, hash provenance, sign a Casper TransactionV1, and attest on-chain, with no human in the loop.
X402_EARN_RAILPays its own wayConsumers settle per-read over an x402 / WCSPR rail using transfer_with_authorization. The agent earns to fund the gas of its next attestation.
ZK_ELIGIBILITYPrivate accessA Groth16 / BN254 verifier in Odra (Circom 2.2 circuit, MiMC7 Merkle allowlist) gates premium access while proving eligibility without revealing identity.
ON_CHAIN_YIELDSelf-sustainingIdle treasury is staked into WiseLending sCSPR; compounding yield subsidizes attestation gas so the oracle keeps running on its own.
// AGENT_TREASURY_AND_EARNINGS
003

Read live from the TreasuryVault on Casper. The agent earns x402 read fees and routes idle treasury into on-chain yield. Every decision, with its reasoning, is recorded on-chain.

verify treasury on-chain
Agent Liquid2,722.53CSPR · live balance
Reinvest Cycles7logged on-chain
Primary VenueWiseLendingWiseLending (sCSPR)
StrategyAUTONOMOUSDeepSeek heartbeat
// YIELD_VENUES
// REINVEST_LEDGER · on-chain
7 entries
wiselendingstake 500500#6 · 7d ago

Treasury held 5,808 CSPR liquid plus WCSPR income; staked 500 CSPR into WiseLending (sCSPR, growing yield) to earn yield on idle capital while maintaining ample liquidity.

wiselendingstake 500500#5 · 8d ago

Staked 500 CSPR into WiseLending (sCSPR) to grow yield alongside the existing pool; treasury remains comfortably above the 500 CSPR minimum for future operations.

wiselendingstake 500500#4 · 9d ago

Treasury held 6,856 CSPR liquid; staked 500 CSPR into WiseLending (sCSPR) for growing yield, a conservative testnet-sized reinvestment while maintaining ample liquidity for future operations.

wiselendingstake 500500#3 · 10d ago

Staked additional 500 CSPR into WiseLending to grow yield-bearing sCSPR position; treasury has ample liquidity (~7.4K CSPR) and WiseLending offers a growing rate, making this a prudent incremental deployment.

wiselendingstake 500500#2 · 12d ago

Revenue of 273,420 cents (OP-1) was within range and attested. Treasury holds 5,164 CSPR liquid + 2 WCSPR income. Staked 500 CSPR into WiseLending (sCSPR) to capture growing yield, well above the 500 min stake requirement, with ample liquidity remaining.

WiseLendingstake 500500#1 · 12d ago

Staked 500 CSPR into WiseLending (sCSPR) to earn growing yield; revenue of 52,430 cents for period 20260626 was within normal range and attested; treasury remains well-capitalized for future cycles.

wiselendingstake 500497#0 · 12d ago

demo: staking rate beats DEX; treasury over stake minimum

* testnet figures. each entry is a Reinvested event the agent wrote to the TreasuryVault, reasoning included.

// DEPLOYED_CONTRACTS
004