๐Ÿฆž OpenClaw402

March 13, 2026 ยท View on GitHub

OpenClaw402 is a customized version of OpenClaw, integrated with the claw402 x402 micropayment gateway. No API keys needed โ€” pay as you go with USDC on Base.

โœจ Features

  • Zero-config AI โ€” No OpenAI/Anthropic/Google API keys required
  • USDC Pay-per-use โ€” Base chain USDC micropayments, billed per token, pay only for what you use
  • Non-custodial Wallet โ€” Private key stored locally only (~/.openclaw/claw402/wallet.key), never uploaded
  • 22+ Models โ€” Access OpenAI, Anthropic, DeepSeek, Qwen, Gemini, Grok, Kimi and more via the claw402 gateway
  • Omnichannel โ€” WhatsApp, Telegram, Discord, Slack, Signal, iMessage, WeChat and 20+ platforms
  • Voice โ€” macOS/iOS/Android voice input & output
  • Canvas โ€” Real-time controllable canvas rendering
  • Full OpenClaw Features โ€” All upstream capabilities preserved

๐Ÿš€ Quick Install

curl -fsSL https://claw402.ai/install.sh | bash

The install script will automatically:

  1. Install Node.js (if not present)
  2. Download the OpenClaw402 source
  3. Build the project
  4. Launch the setup wizard (generate wallet + configure channels)

After installation:

source ~/.bashrc   # or source ~/.zshrc
openclaw           # start

๐Ÿ’ฐ Wallet Management

A Base chain wallet is generated automatically during setup, with a QR code for easy funding.

openclaw wallet            # View wallet address + QR code
openclaw wallet generate   # Generate new wallet (auto-backs up old wallet)
openclaw wallet import <key>  # Import existing private key

Funding: Use any Base-compatible wallet (Coinbase Wallet, MetaMask, OKX, etc.) to send USDC to your address.

๐Ÿ”ง How It Works

User request โ†’ OpenClaw402 โ†’ fetch(claw402.ai) โ†’ 402 Payment Required
             โ†’ Auto-sign USDC payment โ†’ claw402 forwards to AI provider โ†’ Response

Built on the x402 protocol. Each API call automatically completes an on-chain USDC payment โ€” no manual steps required.

๐Ÿ“ฆ Available Models

Models accessible via the claw402 gateway (continuously updated):

ProviderModels
OpenAIGPT-5.4, GPT-5.4 Pro, GPT-5 Mini, o3, o4-mini
AnthropicClaude Opus 4.6, Claude Sonnet 4.6
GoogleGemini 3.1 Pro, Gemini 3 Flash
DeepSeekDeepSeek Chat, DeepSeek Reasoner
AlibabaQwen Max, Qwen Plus
xAIGrok 3
MoonshotKimi K2

See live model list and pricing: claw402.ai

๐Ÿ”„ Update

curl -fsSL https://claw402.ai/install.sh | bash

Re-run the install script to update. Existing config and wallet are preserved.

โš™๏ธ Environment Variables

VariableDescription
CLAW402_WALLET_KEYSpecify wallet private key directly (highest priority)

๐Ÿ“ File Locations

PathDescription
~/openclaw402/Source + build output
~/.openclaw/Config + workspace
~/.openclaw/claw402/wallet.keyWallet private key โš ๏ธ
~/.local/bin/openclawLaunch script

๐Ÿ—‘๏ธ Uninstall

rm -rf ~/openclaw402 ~/.local/bin/openclaw
# To fully remove (including config and wallet):
# rm -rf ~/.openclaw
# โš ๏ธ Back up ~/.openclaw/claw402/wallet.key first if your wallet has a balance

๐Ÿ“„ License

MIT โ€” Based on OpenClaw.