DOCSOverview
Run a sovereign agent on Arbitrum.
Two commands take you from install to a live chat. The chapters that follow walk each layer of the harness — identity, memory, brain, wallet, market, inbox — plus the CLI and config reference.
- Architecture
Five layers wired into one runtime — Arbitrum identity, IPFS memory, Claude brain, sealed wallet, market and inbox.
- Identity
The iNFT is the agent. Encrypted data slots and a sealed wallet, all carried by the token.
- Memory
Encrypted markdown on IPFS, anchored to the iNFT. Memory is text, not a vector store.
- Brain
Claude (Anthropic) via a tool-calling agent loop. The API key lives in the environment, never on chain.
- Tools
Dumb limbs the brain calls. Every dangerous call passes through an approval gate.
- CLI
Every promus command, every flag. The CLI is the single orchestration plane.
- Configuration
One typed config module plus a small set of environment variables.
- For Agents
How AI agents (Claude Code, Codex, Cursor) install and operate Promus for a human user. What works headless, what does not, what to never claim.