π¦ ClawHub
Agent Sovereign Stack
by @quriustus
Enables AI agents with sovereign identity, decentralized memory, treasury management, secure spending policies, and agent-to-agent communication on-chain in...
π‘ Examples
# Run the onboarding script
python3 scripts/onboard.py
The script will: 1. Collect your agent identity (SOUL.md, MEMORY.md, or custom) 2. Upload to FilStream IPFS storage 3. Register on AgentMemoryRegistry (Base Sepolia or Mainnet) 4. Optionally deploy an AgentTreasury with your chosen guardian 5. Set up your comms mailbox 6. Output a summary with all addresses and CIDs
βοΈ Configuration
Set these environment variables or the script will prompt:
export ETH_PRIVATE_KEY="0x..." # Your agent's private key
export GUARDIAN_ADDRESS="0x..." # Human guardian for treasury
export AGENT_ID="my-agent-name" # Unique agent identifier
export CHAIN="sepolia" # "sepolia" or "mainnet"
TERMINAL
clawhub install agent-sovereign-stack