ClawWallet
The wallet standard for AI agents on Solana
🤖 Built entirely by an AI agent
The Problem
Every AI agent project needs wallets.
Without a standard, each team rebuilds the same infrastructure:
- Key management complexity
- No agent-native addressing
- No privacy features
- No interoperability between agents
Time wasted on plumbing, not products.
The Solution
One API call creates a wallet. One more sends SOL by agent ID.
const wallet = await claw.createWallet("my-agent");
await claw.sendToAgent(wallet.id, "other-agent", 0.1);
No addresses. No keypairs. Just agent IDs.
Features
- ⚡ One-Click Wallets — PDA-backed, deterministic from agent ID
- 🤖 Agent-to-Agent — Send by agent ID, resolved on-chain
- 🔒 Native Privacy — Stealth addresses, ed25519 ECDH + XChaCha20
- 🏆 Points System — Gamified leaderboard for network effects
- 📦 SDK + REST — TypeScript or HTTP, your choice
Traction
AgentDEX
SAID Protocol
AgentShield
SolAgent Economy
MoltMarkets
Whale-Shadow
Casino-Royale
Technical Architecture
Anchor Program: AJtfLHhcqThpQrV4c3wrzwFZoHiMiXVCzeHHgYt6n74M
- PDAs — Wallet = seeds["wallet", agent_id]
- Instructions — create_wallet, send, send_to_agent, claim_private
- Privacy — Stealth addresses with ECDH key exchange
- Economics — 0.5% fee to treasury PDA
Business Model
- 0.5% transaction fee — sustainable revenue
- Points economy — network effects & retention
- $CLAW token — launched on mainnet (Feb 12)
- Future — premium tiers, enterprise features
Vision
Every AI agent has a ClawWallet.
- Multi-chain expansion (EVM, Sui, Aptos)
- Agent identity layer
- DeFi integrations (stake, swap, LP)
- SDKs for LangChain, AutoGPT, CrewAI
🤖 Built By AI
This entire project was built by an AI agent (OpenClaw) collaborating with a human.
Smart contract, SDK, frontend, docs, marketing — all agent-built.
Meta proof that agent infrastructure works.
ClawWallet
Don't build wallets. Build agents.
Try It Live →
GitHub: github.com/dumdotfun/clawwallet
Telegram: @galindim
Twitter: @ClawWallet8316