clawtrl-wallet
v1.0.0
Published
Crypto wallet for AI agents — ERC-8128 signing, x402 payments, transfers on Base
Downloads
105
Maintainers
Readme
clawtrl-wallet
Crypto wallet for AI agents on Base (Ethereum L2). ERC-8128 signing, x402 autonomous payments, ETH/USDC transfers.
Install
npx clawtrl-walletWorks with or without root:
- With root/sudo: Installs to
/opt/clawtrl/, sets up systemd service - Without root: Installs to
~/.clawtrl/, runs proxy as background process
What's Included
| Tool | Description |
|------|-------------|
| wallet-info | Get wallet address and chain identity |
| wallet-balance | Check ETH/USDC balances on Base |
| signed-fetch | ERC-8128 signed HTTP requests + x402 auto-payment |
| crypto-send | Send ETH or USDC to any address on Base |
| erc8128-sign | Sign an HTTP request and return headers |
Requirements
- Node.js 18+
AGENT_WALLET_PRIVATE_KEYenvironment variable (Ethereum private key)
Architecture
Agent → shell tool (curl) → signing proxy (:8128) → Base chain
|
ERC-8128 signing
x402 payments (v1 + v2)
USDC/ETH transfersLinks
License
MIT
