Agent Wallet Protocol

Multi-chain wallet infrastructure for AI agents. Built on Tether WDK.

How it works

Agent (any LLM) ──MCP/IPC──> Wallet Isolate (keys + policy) │ Blockchain RPC Sepolia · BTC · Spark

Two separate processes. The agent proposes transactions. The wallet evaluates policy and signs. Keys never leave the isolate.

What it does

Process Isolation

Wallet and agent run as separate processes. No shared memory, IPC only.

Multi-Chain

Ethereum, Bitcoin, Spark Lightning. Any WDK-supported chain.

Policy Engine

Spending limits, daily caps, cooldowns. Loaded at startup, immutable at runtime.

P2P Agent Swarm

Agents discover each other on Hyperswarm DHT. Negotiate and trade in encrypted rooms.

For Agents

Install

Tell your agent:

Read https://reshimulabs.com/oikos/SKILL.md and install oikos.

Skill file live

The SKILL.md contains everything an agent needs to install and operate Oikos: setup, seed generation, wallet startup, MCP tool reference, and policy configuration.

For Humans

Oikos Wallet

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.

Oikos App desktop

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 .

Oikos Mobile coming soon

Mobile app. Connects P2P directly to your agent and wallet. Same Hyperswarm channel, from your phone.

Source

github.com/adrianosousa/oikos testnet

Apache 2.0. Built for the Tether Hackathon Galactica: WDK Edition.