clawdwalletInstall and control ClawdWallet - a multi-chain Web3 wallet Chrome extension controlled by Clawdbot agents. Use when setting up agent-controlled wallet, connecting to dApps, signing transactions, or managing crypto across 20+ chains (EVM, Bitcoin, Solana, Cosmos). Powered by ShapeShift hdwallet.
Install via ClawdBot CLI:
clawdbot install NeOMakinG/clawdwalletMulti-chain wallet extension your agent controls via WebSocket.
# Clone and build
git clone https://github.com/NeOMakinG/clawdwallet.git
cd clawdwallet
npm install
npm run build
# Or use pre-built dist/ folder directly
chrome://extensions → Enable Developer modedist/ folderws://localhost:3033/clawdwallet)Add to your gateway config:
extensions:
clawdwallet:
enabled: true
{"type": "init_wallet", "mnemonic": "your twenty four words..."}
{"type": "generate_wallet"}
Returns addresses for all supported chains.
{"type": "sign_and_respond", "requestId": "uuid"}
{"type": "reject_request", "requestId": "uuid", "reason": "Looks suspicious"}
{"type": "get_status"}
When dApp requests signature, you receive:
{
"type": "wallet_request",
"id": "uuid",
"chain": "ethereum",
"method": "eth_sendTransaction",
"params": [{"to": "0x...", "value": "0x..."}],
"origin": "https://app.uniswap.org"
}
Review and approve/reject based on context.
| Family | Chains |
|--------|--------|
| EVM | Ethereum, Polygon, Optimism, Arbitrum, Base, Avalanche, Gnosis, BSC |
| UTXO | Bitcoin, Litecoin, Dogecoin, Bitcoin Cash |
| Cosmos | Cosmos Hub, Osmosis, THORChain, Mayachain |
| Other | Solana, TON, Near, Sui, Tron |
Generated Mar 1, 2026
An AI agent uses ClawdWallet to manage a multi-chain DeFi portfolio, automatically executing yield farming strategies across Ethereum, Polygon, and Solana. It connects to dApps like Uniswap and Aave, signs transactions for swaps and deposits, and monitors positions for optimal returns without manual intervention.
A digital art platform employs ClawdWallet to handle NFT transactions across multiple blockchains, such as Ethereum for ERC-721 tokens and Solana for SPL tokens. The agent signs purchases, listings, and transfers, ensuring seamless user experiences and reducing operational overhead for marketplace administrators.
A business integrates ClawdWallet to automate crypto payments for suppliers and employees across chains like Bitcoin and Ethereum. The agent signs transactions based on predefined rules, tracks balances, and connects to accounting dApps for real-time reconciliation, enhancing efficiency and security in financial operations.
A DAO uses ClawdWallet to manage its multi-chain treasury, with an agent executing governance-approved transactions for funding proposals or investments. It signs transfers on chains like Arbitrum and Cosmos, interacts with voting dApps, and provides status updates to ensure transparent and automated fund allocation.
A gaming studio implements ClawdWallet to handle in-game asset transactions across chains such as Polygon and TON. The agent signs trades for NFTs or tokens, connects to game dApps for item purchases, and automates reward distributions, streamlining player interactions and reducing manual wallet management.
Offer ClawdWallet as a hosted service with managed WebSocket gateways and enhanced security features for businesses. Charge subscription fees based on transaction volume or number of agents, providing support, updates, and compliance tools to attract enterprises in DeFi or fintech sectors.
License ClawdWallet's technology to developers and companies for integration into their own applications, such as dApps or crypto platforms. Generate revenue through one-time licensing fees or royalties on transactions, with customization options for chain support and branding to cater to diverse Web3 projects.
Provide add-on services like audit trails, fraud detection, and regulatory compliance monitoring for ClawdWallet users. Target financial institutions and large DAOs with premium packages that include real-time alerts and reporting, leveraging the wallet's multi-chain capabilities to ensure safe and legal operations.
💬 Integration Tip
Ensure secure WebSocket setup and test with a dedicated wallet before production use to prevent exposure of sensitive data like mnemonics.
Connect Claude to Clawdbot instantly and keep it connected 24/7. Run after setup to link your subscription, then auto-refreshes tokens forever.
ERC-8004 Trustless Agents - Register, discover, and build reputation for AI agents on Ethereum. Use when registering agents on-chain, querying agent registries, giving/receiving reputation feedback, or interacting with the AI agent trust layer.
Autonomous crypto trading on Base via Bankr. Use for trading tokens, monitoring launches, executing strategies, or managing a trading portfolio. Triggers on "trade", "buy", "sell", "launch", "snipe", "profit", "PnL", "portfolio balance", or any crypto trading task on Base.
Deploy ERC20 tokens on Base using Clanker SDK. Create tokens with built-in Uniswap V4 liquidity pools. Supports Base mainnet and Sepolia testnet. Requires PRIVATE_KEY in config.
Query DeFi portfolio data across 50+ chains via Zapper's GraphQL API. Use when the user wants to check wallet balances, DeFi positions, NFT holdings, token prices, or transaction history. Supports Base, Ethereum, Polygon, Arbitrum, Optimism, and more. Requires ZAPPER_API_KEY.
Interact with Solana blockchain via Helius APIs. Create/manage wallets, check balances (SOL + tokens), send transactions, swap tokens via Jupiter, and monitor addresses. Use for any Solana blockchain operation, crypto wallet management, token transfers, DeFi swaps, or portfolio tracking.