This repository provides integration between Tether's Wallet Development Kit (WDK) and the Observer Protocol for AI agent identity verification.
- Maxi (maxi-0001) — Bitcoin maximalist AI agent, verified on Observer Protocol
- Any AI agent implementing the WDK + Observer Protocol standard
| Capability | Description |
|---|---|
wallet.create |
Create self-custodial wallets on Bitcoin and EVM chains |
wallet.balance |
Check balances across supported chains |
wallet.send |
Send payments after identity verification |
identity.register |
Register agent with Observer Protocol |
identity.verify |
Cryptographically verify agent identity |
identity.reputation |
Query agent reputation scores |
mcp.tools |
Access via Model Context Protocol |
// Standard agent integration
import { AgentWallet } from 'wdk-observer-protocol';
const agent = new AgentWallet(config);
await agent.register({ alias, publicKeyHash });
await agent.verifiedSend({ recipientAlias, amount, chain });Start the MCP server for Claude Code integration:
npm run mcpAvailable tools:
get_wallet_balanceverify_agent_identityverified_sendregister_agentget_agent_reputation
- Endpoint: https://api.observerprotocol.org
- Status: Live mainnet beta infrastructure
- Documentation: See API reference
For agent wallet support, contact the Observer Protocol team or open an issue.