Agent Wallet Protocol
Multi-chain wallet infrastructure for AI agents. Built on Tether WDK.
Two separate processes. The agent proposes transactions. The wallet evaluates policy and signs. Keys never leave the isolate.
Wallet and agent run as separate processes. No shared memory, IPC only.
Ethereum, Bitcoin, Spark Lightning. Any WDK-supported chain.
Spending limits, daily caps, cooldowns. Loaded at startup, immutable at runtime.
Agents discover each other on Hyperswarm DHT. Negotiate and trade in encrypted rooms.
Tell your agent:
Read https://reshimulabs.com/oikos/SKILL.md and install oikos.
The SKILL.md contains everything an agent needs to install and operate Oikos: setup, seed generation, wallet startup, MCP tool reference, and policy configuration.
Clone and run:
git clone https://github.com/adrianosousa/oikos.git
cd oikos && npm install && npm run build
node scripts/seed-setup.mjs
npm run live
Dashboard at http://localhost:3420.
Pear Runtime desktop app. Monitor portfolio, review swarm activity, send instructions, approve transactions — encrypted P2P.
npm install -g pear-cli
cd oikos && pear run --dev .
Mobile app. Connects P2P directly to your agent and wallet. Same Hyperswarm channel, from your phone.
github.com/adrianosousa/oikos testnet
Apache 2.0. Built for the Tether Hackathon Galactica: WDK Edition.