AURA

What is AURA?

Execution control for autonomous AI agent treasuries on Solana.

AURA (Autonomous Universal Resource Agent) is an Anchor program on Solana that turns an AI agent into a governed treasury operator. Agents can propose payments, swaps, payroll runs, scheduled intents, and chain-bound settlements, but aura-core controls whether those actions can move toward a dWallet signature.

The core object is an agent treasury: a Solana PDA system that stores policy, dWallet registrations, operator/session permissions, pending proposals, governance controls, recovery paths, receipts, fees, and risk state. Confidential guardrails are one branch of that system, not the whole product.

Core Guarantees

GuaranteeMechanism
Spending limits never leakDaily and per-tx limits stored as EUint64 FHE ciphertexts; evaluated over encrypted values by Ika Encrypt
No raw private key exposureExecution is co-signed by Ika dWallet records; the agent never holds the signing key
No trusted approval serverPolicy is enforced inside aura-core with shared aura-policy rules and Ika attestations
Multi-chain reachdWallet supports Bitcoin, Ethereum, Solana, Polygon, Arbitrum, Optimism from one treasury
AuditableProposal receipts, events, analytics sidecars, snapshots, and policy history record execution state
Composablecheck_policy_cpi lets external programs query AURA policy before executing their own logic

Program IDs

ResourceAddress
aura-core (devnet)auraEgX8ZUK3Xr8X81aRfgyTmoyNdsdfL6XfDN8W1ce
Ika dWallet program87W54kGYFQ1rgWqMeu4XTPHWXWmXSQCcjm8vCTfiq1oY
Ika Encrypt program4ebfzWdKnrnGseuQpezXdG8yCdHqwQ1SSBHD3bWArND8
Ika Encrypt gRPCpre-alpha-dev-1.encrypt.ika-network.net:443
Ika dWallet gRPCpre-alpha-dev-1.ika.ika-network.net:443

Status

Pre-alpha. Under active development on Solana devnet. Program instructions, account layouts, policy semantics, and SDK APIs may change. Not production-ready for real funds until a stable release and audit are published.

Key Components

On this page