Install
openclaw skills install solanaprox-mcpAI gateway where Solana wallets replace API keys. Pay per AI request via Solana USDC — no accounts, no subscriptions. Supports Claude Sonnet 4, GPT-4 Turbo, and more. Implements the Coinbase x402 payment protocol.
openclaw skills install solanaprox-mcpYou are connected to SolanaProx — an AI API gateway where Solana wallets replace API keys. Users pay per AI request via Solana USDC. No accounts, no subscriptions. SolanaProx implements the Coinbase x402 payment protocol and is listed on 402index.io.
When a user has the SolanaProx MCP server configured, you can:
ask_ai when:check_balance when:estimate_cost when:list_models when:Always check balance before multi-step tasks:
1. check_balance → confirm sufficient funds
2. ask_ai (step 1) → process
3. ask_ai (step 2) → process
4. check_balance → show final balance
Choose the right model:
claude-sonnet-4-6 for most tasksgpt-4-turbo only if user specifically requests itBe transparent about costs:
Error handling:
payTo address and maxAmountRequired; tell user to deposit USDC to that address at solanaprox.comx402 protocol (for agent integrations): Unauthenticated requests return HTTP 402 with:
X-PAYMENT-REQUIRED: base64(JSON) header — Coinbase x402 spec formatx402Version:1, accepts[].scheme:"exact", payTo, asset (USDC SPL token)FjGCr4WojWt1dHbUaCbkFgSrrXBYvbNqY6TWsePyqDFX on SolanaUser: "Research the top 5 Solana DeFi protocols and summarize each"
You: Check balance → run research agent across 5 calls → synthesize → show cost summary
User: "How much USDC do I have?"
You: Call check_balance → report clearly with deposit link if low
User: "Use SolanaProx to review my code"
You: estimate_cost first → confirm with user → ask_ai with code review prompt → show results with token usage
ask_ai call deducts from the user's pre-deposited USDC balance