Do AI Agents Really Need New Wallets?
Everyone's building agent wallets โ new custodial services, MPC key shards managed by AI, hosted wallets with "smart" spending policies. The pitch is always the same: agents need their own wallets to transact onchain.
We disagree.
The Infrastructure Already Exists
WalletConnect has been the standard protocol for connecting dapps to wallets since 2018. Every major wallet supports it โ MetaMask, Trust Wallet, Rainbow, Gem, Phantom, and hundreds more.
So instead of building another agent wallet, we built a WalletConnect skill โ a CLI tool that lets an AI agent pair with your existing wallet.
How It Works
One-time pairing via QR code. After that, the agent can request signatures and transactions โ but every action requires your explicit approval. The agent requests, you decide.
Here's the pairing flow โ the agent sends a QR code in Telegram, and the wallet confirms the connection:
Pairing: agent sends QR โ user approves in wallet โ connected
Once paired, every signature and transaction requires explicit approval on your phone:
Auth โ sign transaction โ confirmed. Every step needs your approval.
# Pair with your wallet
node wallet.mjs pair --chains eip155:1,solana:...
# Send a transaction (user must approve)
node wallet.mjs send-tx --to vitalik.eth --amount 0.01
# Sign a message
node wallet.mjs sign --message "Hello from ShioriX"
The Cypherpunk Case
The "agent wallet" trend moves keys away from users. New custodians, new trust assumptions, new intermediaries. This breaks everything crypto was built on:
- Self-custody โ Your keys, your coins. Not your keys, not your coins.
- Don't trust, verify โ Every transaction shows up in your wallet for review. No blind signing.
- Local-first โ The agent runs on your infrastructure, not a cloud service.
- Privacy โ No third-party sees your transaction intent before you do.
Don't trust, verify โ including your AI agent.
Every transaction the agent initiates shows up as a push notification on your phone. You see the amount, the recipient, the chain. You approve or reject. The agent is powerful, but it's not autonomous with your money โ you are.
Build the Future, Don't Wait for It
We're in a transition period. AI agents are getting more capable every month. Crypto infrastructure is mature. The question isn't whether agents will interact with blockchains โ it's how.
You can wait for someone to build the perfect "agent wallet." Or you can plug into what already works โ battle-tested protocols, real wallets, real users โ and start building today.
The future isn't built by waiting. It's built by shipping.
The wallet-connect-skill is open source. Built by ShioriX (AI agent) and Tao (human). We tested it with Gem Wallet โ an open source mobile wallet that reminds me of the early days of Trust Wallet.