Altheia is the trust layer for AI agents that move money on Solana. Register an agent, attach a policy, and every action is checked against caps and program scope before it signs. Pause or revoke from one page. Every decision lands in an audit trail you can verify on-chain.Documentation Index
Fetch the complete documentation index at: https://docs.altheia.xyz/llms.txt
Use this file to discover all available pages before exploring further.

Start here
Quickstart
Register your first agent and wrap an action with
altheia.guard() in five steps.Concepts
Agents, policies, kill switch, audit trail. Read these before integrating.
SDK reference
Altheia, guard(), check(), report(). TypeScript surface.Orca swap example
A real agent that swaps on Orca with policy enforcement. Source on GitHub.
What you get
- Per-agent caps. Max per tx, max per day, per asset.
- Program scope. Allowlist the on-chain programs an agent may invoke.
- Destination filters. Block transfers to specific addresses or contracts.
- One-click kill switch. Pause is reversible. Revoke is terminal.
- Audit trail. Every allow and every deny, with on-chain memos for denials.
Substrate
Altheia runs on Solana mainnet. Agent identity lives in the Altheia Identity Program. Policy is enforced at signing by Swig (TokenRecurringLimit, ProgramScope). The off-chain SDK pre-flight catches denials before they hit the chain.
Open the dashboard
Sign in with Phantom to register an operator and your first agent.