@blockrun/clawrouter 0.11.12 → 0.11.14

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -24,6 +24,7 @@ One wallet, 41+ models, zero API keys.
24
24
  [![USDC Hackathon Winner](https://img.shields.io/badge/🏆_USDC_Hackathon-Agentic_Commerce_Winner-gold?style=flat-square)](https://x.com/USDC/status/2021625822294216977)
25
25
  [![x402 Protocol](https://img.shields.io/badge/x402-Micropayments-purple?style=flat-square)](https://x402.org)
26
26
  [![Base Network](https://img.shields.io/badge/Base-USDC-0052FF?style=flat-square&logo=coinbase&logoColor=white)](https://base.org)
27
+ [![Solana](https://img.shields.io/badge/Solana-USDC-9945FF?style=flat-square&logo=solana&logoColor=white)](https://solana.com)
27
28
  [![OpenClaw Plugin](https://img.shields.io/badge/OpenClaw-Plugin-orange?style=flat-square)](https://openclaw.ai)
28
29
  [![Telegram](https://img.shields.io/badge/Telegram-Community-26A5E4?style=flat-square&logo=telegram)](https://t.me/blockrunAI)
29
30
 
@@ -56,7 +57,7 @@ One wallet, 41+ models, zero API keys.
56
57
  curl -fsSL https://blockrun.ai/ClawRouter-update | bash
57
58
  openclaw gateway restart
58
59
 
59
- # 2. Fund your wallet with USDC on Base (address printed on install)
60
+ # 2. Fund your wallet with USDC on Base or Solana (address printed on install)
60
61
  # $5 is enough for thousands of requests
61
62
  ```
62
63
 
@@ -199,18 +200,23 @@ No account. No API key. **Payment IS authentication** via [x402](https://x402.or
199
200
  Request → 402 (price: $0.003) → wallet signs USDC → retry → response
200
201
  ```
201
202
 
202
- USDC stays in your wallet until spent non-custodial. Price is visible in the 402 header before signing.
203
+ USDC stays in your wallet until spent - non-custodial. Price is visible in the 402 header before signing.
204
+
205
+ **Dual-chain support:** Pay with USDC on **Base (EVM)** or **Solana**. Both wallets are derived from a single BIP-39 mnemonic on first run. Existing EVM-only users can enable Solana with `/wallet setup-solana`.
203
206
 
204
207
  ```bash
205
- /wallet # Check balance and address
206
- /stats # View usage and savings
208
+ /wallet # Check balance and address (both chains)
209
+ /wallet export # Export keys and mnemonic for backup
210
+ /wallet solana # Enable Solana payments / switch to Solana
211
+ /wallet base # Switch back to Base (EVM)
212
+ /stats # View usage and savings
207
213
  ```
208
214
 
209
215
  **Fund your wallet:**
210
216
 
211
- - **Coinbase:** Buy USDC, send to Base
212
- - **Bridge:** Move USDC from any chain to Base
213
- - **CEX:** Withdraw USDC to Base network
217
+ - **Base (EVM):** Send USDC on Base to your EVM address
218
+ - **Solana:** Send USDC on Solana to your Solana address
219
+ - **Coinbase/CEX:** Withdraw USDC to either network
214
220
  - **Credit card:** Don't have USDC? Reach out to [@bc1max on Telegram](https://t.me/bc1max) — we accept credit card payments
215
221
 
216
222
  ---
@@ -219,11 +225,12 @@ USDC stays in your wallet until spent — non-custodial. Price is visible in the
219
225
 
220
226
  For basic usage, no configuration needed. For advanced options:
221
227
 
222
- | Variable | Default | Description |
223
- | --------------------- | -------------- | ----------------------- |
224
- | `BLOCKRUN_WALLET_KEY` | auto-generated | Your wallet private key |
225
- | `BLOCKRUN_PROXY_PORT` | `8402` | Local proxy port |
226
- | `CLAWROUTER_DISABLED` | `false` | Disable smart routing |
228
+ | Variable | Default | Description |
229
+ | --------------------------- | ------------------------------------ | ------------------------- |
230
+ | `BLOCKRUN_WALLET_KEY` | auto-generated | Your wallet private key |
231
+ | `BLOCKRUN_PROXY_PORT` | `8402` | Local proxy port |
232
+ | `CLAWROUTER_DISABLED` | `false` | Disable smart routing |
233
+ | `CLAWROUTER_SOLANA_RPC_URL` | `https://api.mainnet-beta.solana.com`| Solana RPC endpoint |
227
234
 
228
235
  **Full reference:** [docs/configuration.md](docs/configuration.md)
229
236