Autonomous spend agents
An agent that pays for its own compute, data, and APIs — capped at a budget you set and can cut off instantly.
Give an AI agent a wallet, a verifiable identity, and the right to act — within limits you set and can revoke.
Core Pillars
A non-custodial wallet an agent can control within owner-set limits. Budget-capped, revocable, and auditable. Chain-agnostic by design.
Portable, verifiable identity for agents. Issue signed attestations, notarize what an agent does, and let anyone verify it independently — no central authority, no exposed data.
Move value and signed data across chains — and between agents — with no middleman. Cross-chain transfers happen by atomic swap: no bridges, no custody, nothing to hack. Works online, or even fully off-grid.
// Chains
Cardano is our launch chain. The same primitives run across EVM, Solana, Bitcoin, Polkadot, and Monero — proof that sovereignty shouldn't depend on any single chain.
Use Cases
An agent that pays for its own compute, data, and APIs — capped at a budget you set and can cut off instantly.
Move value between chains by atomic swap — your agent settles in the native asset it needs, with no bridge to hack and no custody.
Agents that monitor, decide, and act on infrastructure you own — every action notarized, so anyone can verify what happened.
Process
Define what your agent may do — budgets, allowed actions, revocation rules. You own the policy.
Sovegent Identity issues the agent a verifiable identity; Sovegent Wallet provisions a non-custodial, budget-capped wallet — .
The agent transacts, signs, and operates autonomously — but only inside the boundaries you set. Every step is logged.
Audit any action independently. Tighten limits or revoke the wallet instantly. Sovereignty stays with you.
Open Source
The execution engine for AI agents that run on infrastructure you own. Not a chatbot wrapper — infrastructure. Implements a full ReAct loop with every step logged, persisted, and traceable.
Non-custodial multi-chain agent wallet. Give an agent a wallet it controls within owner-set limits — budget-capped, revocable, and auditable. Chain-agnostic by design.
Identity & verification SDK. Give agents portable, verifiable identity and notarize what they do — attestation and content-binding you can check independently.
Chain-agnostic mesh transport for sovereign agents. Carry signed transactions, proofs, and agent-to-agent messages over any medium — including off-grid — with no servers in the middle.
# Clone and install
git clone https://github.com/sovegent/agent-runtime
cd agent-runtime && pip install -r requirements.txt
# Run with cloud model
export ANTHROPIC_API_KEY=sk-ant-...
python main.py "Check disk usage and summarize"
# Or run fully locally — no API key needed
ollama pull llama3.2
python run_ollama.py "Check disk usage and summarize"
Tell us what you're building — or pull the stack and run it yourself.