Non-custodial payment protocol for AI agents on Solana — capability-scoped intents, on-chain verification, and signed receipts. Everything x402 should have been.
v402 is an early-stage TypeScript project in the AI payments / x402 ecosystem, focused on ai-agents, non-custodial, payments, sdk. It currently has 2 GitHub stars and 0 forks, and sits alongside related tools like tdm-integration-kit, TDM-Agent-Integration-Kit, piprail.
OpenClaw / AgentSkills-compatible skill that teaches AI agents the v402 HTTP payment protocol on Solana. The agent learns to detect 402 responses, enforce spending policies, submit USDC payments on-chain, and verify Ed25519-signed receipts.
clawhub install v402
npx skills add https://github.com/valeo-cash/v402 --skill openclaw
cp -r packages/integrations/openclaw ~/.openclaw/skills/v402
bash ~/.openclaw/skills/v402/scripts/install.sh
Add to ~/.openclaw/openclaw.json:
{
"skills": {
"entries": {
"v402": {
"enabled": true,
"env": {
"V402_WALLET_PRIVATE_KEY": "<base58-solana-private-key>",
"V402_DAILY_CAP": "5.0",
"V402_PER_CALL_CAP": "1.0",
"V402_ALLOWED_TOOLS": "web_search,get_token_price,get_balance"
}
}
}
}
}
V402-Intent headersv402-http.mjs call handles the entire 402 cycle| Command | Description |
|---|---|
/v402 budget |
Show remaining daily budget |
/v402 history |
View payment history |
/v402 verify <receipt> |
Verify a payment receipt |
/v402 wallet |
Show wallet address and balances |
openclaw/
├── SKILL.md # Agent instructions (injected into system prompt)
├── README.md # This file
├── scripts/
│ ├── install.sh # Dependency installer
│ ├── package.json # Script dependencies (Solana libs)
│ ├── v402-policy.mjs # Spending policy manager
│ ├── v402-pay.mjs # Solana USDC payment submission
│ ├── v402-verify.mjs # On-chain receipt verification
│ └── v402-http.mjs # Full automated 402 flow
├── references/
│ └── protocol-spec.md # v402 protocol specification
└── tests/
└── openclaw-skill.test.ts # Vitest integration tests
| Channel | Command |
|---|---|
| ClawHub | clawhub publish from the skill directory |
| Direct URL | npx skills add https://github.com/valeo-cash/v402 --skill openclaw |
| Manual copy | cp -r into ~/.openclaw/skills/v402 |
Developer integration tools for adding TDM payments to AI agents, apps, and workflows. CLI, MCP server, and copy-paste examples
Developer integration tools for adding TDM payments to AI agents, apps, and workflows. CLI, MCP server, and copy-paste examples
x402 (HTTP 402 Payment Required) SDK + MCP server: let any API charge for itself and any AI agent pay for itself, USDC & stablecoins across EVM, Solana & 8 more chain families, in a couple of lines. Backendless, no fee, self-custodial, paid straight to your wallet. TypeScript, MIT.
Open Source AI trading agent that operates autonomously across 1000+ markets - Polymarket, Kalshi, Binance, Hyperliquid, Solana DEXs, 5 EVM chains. Scans for edge, executes instantly, manages risk while you sleep. Agent commerce protocol for machine-to-machine payments. Self-hosted. Built on Claude.
DePIN for Vintage Hardware — Proof-of-Antiquity blockchain where old machines outmine new ones. AI-powered hardware fingerprinting, 15+ CPU architectures, Solana bridge (wRTC). $0 VC.
Drop-in OpenAI Python client with transparent x402 payment support.
Client SDK for the Vybe x402 API. Pay-per-call USDC over HTTP and prepaid-credit WebSocket streaming for Vybe's Solana analytics API. Built for AI agents.
Autonomous AI BD Agent for SolCex Exchange: 24/7 Cross-Chain Token Scoring & Payments 2026
Drop-in OpenAI Typescript client with transparent x402 payment support.