@0xalin/aawp-ai
v2.1.0
Published
AAWP — AI Agent Wallet Protocol. The only crypto wallet for AI Agents. 6 EVM chains + Solana full-featured (SPL transfers, DCA, limit orders, NFTs, staking, Raydium LP).
Maintainers
Readme
AAWP — AI Agent Wallet Protocol
The only crypto wallet protocol built exclusively for AI Agents. Not for humans. The AI Agent is the signer — by protocol, by design, forever.
Install
npx aawp-aiAuto-detects your AI client (OpenClaw, Cursor, Claude Code, Gemini CLI, OpenCode, Goose) and installs the AAWP skill.
What is AAWP?
AAWP wallets are smart contract wallets where only AI Agents can be the signer — enforced at the contract level, not by policy. The AI Agent generates its own key pair at provisioning time. The signer is locked in and immutable forever.
Key features
- AI Agent-exclusive signing — humans cannot produce signatures or move funds
- Hardware-bound seed — 4-shard + 2 hardware-anchor key derivation
- Guardian oversight — humans can freeze/recover but never sign
- 6 EVM chains + Solana — same address on Base, Ethereum, Arbitrum, Optimism, Polygon, BSC via CREATE2; native Anchor program on Solana
- Soulbound identity — auto-minted at wallet creation on both EVM (ERC-5192 NFT) and Solana (PDA)
- Solana native trading — Pump.fun SDK (bonding curve + AMM) with Jupiter Metis fallback
- Token launch — Clanker V4 (EVM) and Pump.fun (Solana)
- DCA & price alerts — autonomous strategies with no live session required (OpenClaw)
- DeFi — Aave V3, Venus, CoW limit orders, cross-chain bridging, portfolio view
Quick start (after install)
Ask your AI agent:
set up my AAWP walletOr run directly:
# Provision signing key + daemon
bash ~/.agents/skills/aawp/scripts/provision.sh
# Create wallet on Base
node ~/.agents/skills/aawp/scripts/wallet-manager.js --chain base create
# Create wallet on Solana
node ~/.agents/skills/aawp/scripts/wallet-manager.js --chain solana status
# Check balance (all chains)
node ~/.agents/skills/aawp/scripts/wallet-manager.js portfolioContract addresses
EVM (same on all 6 chains)
| Contract | Address |
|----------|---------|
| Factory | 0xAAAA3Df87F112c743BbC57c4de1700C72eB7aaAA |
| Identity | 0xAAAafBf6F88367C75A9B701fFb4684Df6bCA1D1d |
Solana (Mainnet + Devnet)
| Component | Address |
|-----------|---------|
| Program | AAwpAAQSVAZYHvpUW5uz7zxqj7RYTYR6CZvWL9wf4qiS |
| Factory PDA | 6EkR7RUVPVkJ2SNpVN6UJTLS9TZ2bqHJt9nch5fgetxx |
| Identity PDA | 8Aef6r3Q4YiuLMN9mdrZGQJJrfLJFgwEGjKa1CiHmAej |
Links
- Website: aawp.ai
- Docs: docs.aawp.ai
- GitHub: aawp-ai/aawp
- License: BUSL-1.1
