BlockRun

Ecosystem

Projects, integrations, and partners building with BlockRun and x402. Every row under Official projects is a public, actively maintained repository in the BlockRunAI GitHub org; archived repos are not listed.

Official projects

Entry points

ProjectWhat it isInstall
blockrun-mcpMCP server for Claude Code and any MCP client — 19 tools: chat across the full model catalog, image / video / music / speech, web + neural search, prediction markets (read and trade Polymarket), crypto data, Pyth prices, multi-chain RPC, DeFi data, sandboxed code exec, phone calls, walletclaude mcp add blockrun -s user -- npx -y @blockrun/mcp@latest
blockrun-cliUmbrella CLI (blockrun) + @blockrun/core shared kernel — one wallet, one x402 payment path, one {ok,data|error} output contract. ~40 commands: wallet, inference, multimodal, data, generic api / pay for any x402 endpoint, spending guardrails, agent skills; prefix discovery routes to ClawRouter, Franklin, MCP and the Codex bridgenpm install -g @blockrun/cli
ClawRouterThe agent-native LLM router — every frontier model behind one wallet, <1ms local routing, USDC on Base & Solana via x402. OpenClaw plugin; free models need no walletnpm install -g @blockrun/clawrouter
router-coreThe routing engine underneath ClawRouter, Franklin, ClawRouter-Hermes and dsh-clawrouter. Deterministic, constraint-first model routing — classify, hard-filter, rank — locally in <1ms, with no inference call. Product-neutral: no wallet, gateway, or telemetryLibrary (@blockrun/router-core, consumed from GitHub)
FranklinThe AI agent with a wallet — spends USDC autonomously to get real work done. Apache-2.0, TypeScriptnpm install -g @blockrun/franklin

Routers and agent-runtime plugins

ProjectWhat it isInstall
XClawRouterClawRouter powered by the OKX OnchainOS wallet — full model catalog, wallet-based auth, USDC micropayments via x402 on Base & Solana. OpenClaw plugincurl -fsSL https://blockrun.ai/XClawRouter-update | bash then npx @blockrun/xclawrouter setup
ClawRouter-HermesClawRouter for NousResearch Hermes — Python plugin wrapping the ClawRouter proxy; one Hermes provider for the whole catalog, paid per request in USDC on Base & Solanapip install hermes-plugin-clawrouter then hermes plugins enable clawrouter
dsh-clawrouterSafety gate for DeepSeek Harness: a stronger model reviews dangerous tool calls before they run. Adds vision and the full model catalog from one wallet, paid per request over x402dsh plugin --profile web add dsh-clawrouter
clawrouter-codexOpenAI Codex (CLI, IDE, Desktop) ↔ BlockRun bridge — translates the Responses API to Chat Completions, pays per request from a local wallet, blockrun/auto smart routing, zero API keysnpx @blockrun/clawrouter-codex up then codex --profile clawrouter
blockrun-claude-pluginClaude Code media plugin (prototype) — wraps the MCP media profile with spend confirmation before each paid call, a running cost meter, a status-line balance, and /blockrun-media:* slash commandsclaude --plugin-dir /path/to/blockrun-plugin
blockrun-codex-pluginCodex port of the media plugin — image / video / audio with spend gate and real-ledger cost metercodex plugin marketplace add BlockRunAI/blockrun-codex-plugin then codex plugin install blockrun-media
@blockrun/opencodeOpenCode plugin — chat, multi-turn messages, image generation and an auto-generated wallet for OpenCode agents (npm only, no public repo)add "@blockrun/opencode" to the plugin list in opencode.json
blockrun-litellmLiteLLM adapter — call x402-paid models through LiteLLM as an in-process custom provider (blockrun/<model>) or a local OpenAI-compatible proxy. Base and Solanapip install blockrun-litellm ([proxy], [solana] extras)
lobstercash-blockrun-skillBlockRun skill for the lobster.cash OpenClaw plugin — chat, image generation and model browsing, paid with Solana USDC from the lobster.cash smart walletcurl -sSL https://raw.githubusercontent.com/BlockRunAI/lobstercash-blockrun-skill/main/install.sh | bash
elizaos-plugin-blockrunElizaOS plugin for x402 pay-per-request AI on Basenpm install @blockrun/elizaos-plugin

SDKs

ProjectWhat it isInstall
blockrun-llmPython SDK — every model, pay-per-call with USDC, OpenAI-compatible, zero rate limits. Chat, images, video, music, search, prediction markets, smart routing, Base + Solanapip install blockrun-llm ([solana] extra)
blockrun-llm-tsTypeScript SDK — smart routing built in, OpenAI drop-in, Base + Solananpm install @blockrun/llm
blockrun-llm-goGo SDK — chat, image, video, music, speech, voice, web search, market data, prediction markets, DeFi/DEX and multi-chain RPC. Base or Solanago get github.com/BlockRunAI/blockrun-llm-go
blockrun-llm-vipNative passthrough for the Anthropic and OpenAI APIs (Python) — subclasses the official SDKs and swaps only transport and base URL, so responses come back verbatim: real thinking-block signatures, native content[], cache-token usage. Zero model substitution. Base or Solanapip install blockrun-llm-vip
blockrun-llm-go-vipGo counterpart — returns the official anthropic-sdk-go and openai-go client types with x402 transport, zero response reshapinggo get github.com/BlockRunAI/blockrun-llm-go-vip
blockrun-nano-clientTypeScript SDK for nano.blockrun.ai — the full model catalog paid with gas-free, batched USDC via Circle Gateway on Polygon, Arbitrum, Optimism and Unichain mainnet (Base buyers use native x402 on blockrun.ai)npm install @blockrun/nano-client
blockrun-llm-xrplXRPL SDK (RLUSD) — deprecated, see the XRPL noticepip install blockrun-llm-xrpl

Franklin apps

ProjectWhat it isInstall
Franklin-TradingWallet-native trading agent forked from Franklin — multi-persona debate, Backtest → Paper → Live lifecycle, multi-venue on-chain execution, x402 USDC receipt per fillnpm install -g @blockrun/franklin-trading
franklin-canvasOpen-source node-based AI media studio — image, video and music on an infinite canvas, or let an agent build a whole short film from one prompt. Pay-per-use in USDCgit clone + npm start
franklin-betAI World Cup match predictions — a council of frontier models researches the form, reads live odds, and bets on every 2026 World Cup match. Static, reproducible pipeline built on Franklin × BlockRunnpm run generate -- --agent
franklin-runSource of franklin.run, Franklin's landing site, blog and docs (13 locales)

Skills, agents, and samples

ProjectWhat it isInstall
Claude-Code-GPT-IMAGE2-SeeDance-BlockRunRun any awesome-gpt-image-2 or Seedance prompt as a one-line Claude Code command — /headshot, /dance, /poster, /launch-film + an 848-case library. Pay per image with x402 USDC on Basecurl -fsSL https://raw.githubusercontent.com/BlockRunAI/Claude-Code-GPT-IMAGE2-SeeDance-BlockRun/main/install.sh | bash
polymarket-agentAutonomous AI-powered prediction-market trading agent using x402 micropayments — owns its wallet, pays for its own inferencegit clone + pip install -r requirements.txt
circle-nanopayment-sampleCircle Gateway nanopayment sample — an AI agent pays for API access with gas-free, batched USDC micropaymentsnpm run setup

Curated lists and org infrastructure

ProjectWhat it is
awesome-OpenClaw-Money-MakerCurated list of ways to make money with OpenClaw — automations, skills, services, and strategies
awesome-finance-mcpA curated list of MCP servers for AI finance agents
awesome-healthcare-mcpA curated list of MCP servers for healthcare and medical
awesome-mcp-serversA collection of MCP servers
awesome-blockrunThis repo — docs, SDK index, research, and community
brandingOfficial brand kit — logos, colors, and usage guidelines (live preview)
renovate-configShared Renovate preset for every BlockRun repo

Enterprise (coming soon)

user.blockrun.ai — enterprise access for teams that cannot run wallets: authenticate with an API key (brk_live_…), pay by wire (prepaid credit), and get billed post-hoc at exact actual usage — no per-call minimum, no per-call fee. It is a standard x402-paying client of the main gateway, so the gateway itself stays wallet-native. Sign-in and self-serve API keys are not yet open; contact the team via Telegram for early access.

API Products

ProductEndpointPricingStatus
LLM Chat/v1/chat/completionsPer token (provider cost, no platform margin) + $0.001/request✅ Live
Anthropic-Compat/v1/messagesPer token + $0.001/request✅ Live
Responses API/v1/responsesPer token + $0.001/request✅ Live
Image Generation/v1/images/generations$0.015–0.10/image✅ Live
Image Editing/v1/images/image2imagePer request✅ Live
Video Generation/v1/videos/generationsPer second / per M tokens✅ Live
Music Generation/v1/audio/generations$0.1585/track✅ Live
Text-to-Speech/v1/audio/speech$0.05–0.10/1k chars✅ Live
Sound Effects/v1/audio/sound-effects$0.0535/generation✅ Live
Voice Calls/v1/voice/call$0.541 flat✅ Live
Phone Numbers/v1/phone/numbers/*$5.001/30 days✅ Live
Search/v1/search$0.026/source✅ Live
Exa Web Search/api/v1/exa/*$0.003–0.011✅ Live
0x Swap (DEX)/api/v1/zerox/*Free✅ Live
Multi-chain RPC/api/v1/rpc/{network} (40 chains)$0.003/call✅ Live
Prediction Markets/v1/pm/*$0.0085✅ Live
DefiLlama/api/v1/defillama/*$0.002–0.006✅ Live
Market Data (Pyth)/v1/{crypto,fx,commodity}/*Free✅ Live
Equity Prices (Pyth)/v1/{usstock,stocks}/*$0.002✅ Live
RealFace Enrollment/v1/realface/enroll$0.011✅ Live
Virtual Portrait/v1/portrait/enroll$0.011✅ Live
Polymarket Funding/v1/polymarket/fund$0.011 fee✅ Live
Coinbase Onramp/v1/onramp/tokenFree (Base only)✅ Live
Modal Sandbox/v1/modal/*$0.002–0.011✅ Live
Models/v1/modelsFree✅ Live
Pricing/api/pricingFree✅ Live
Balance/v1/balanceFree✅ Live

Per-token chat carries no platform margin — only the flat $0.001 transaction fee. Media generation and Live Search carry 5%. See Pricing and the full x402 endpoint catalog.

Framework Integrations

Framework / runtimeStatusLink
Claude Code, Cursor, any MCP clientReleasedblockrun-mcp · blockrun-claude-plugin
OpenClawReleasedClawRouter · XClawRouter (OKX OnchainOS wallet) · lobstercash-blockrun-skill
OpenAI CodexReleasedclawrouter-codex · blockrun-codex-plugin
NousResearch HermesReleasedClawRouter-Hermes
DeepSeek HarnessReleaseddsh-clawrouter
OpenCodeReleased@blockrun/opencode
LiteLLMReleasedblockrun-litellm
ContinueReleasedNative provider — ClawRouter as a built-in LLM provider
ElizaOSReleasedelizaos-plugin-blockrun
GOAT SDKIn ReviewGitHub Issue
AgentKitAvailableIntegration Guide
LangChainAvailableCustom LLM Guide

Community Projects

Projects built by the community using BlockRun.

ProjectCategoryDescription
PredictOSPrediction MarketsPrediction market analysis with multi-AI provider support
LLM_traderTrading BotAutonomous crypto trading with Visual Cortex chart analysis
Spraayx402 GatewayMulti-chain x402 payment gateway with dual-provider AI inference
NoFxCrypto TradingPersonal AI trading assistant - any market, any model, pay with USDC
Voyage GEOAI AnalyticsGenerative Engine Optimization - track AI brand mentions across multiple models

Networks

NetworkGatewayAssetSettlementStatus
Baseblockrun.aiUSDCPer-call x402✅ Live
Solanasol.blockrun.aiUSDC (SPL)Per-call x402✅ Live
Polygon / Arbitrum / Optimism / Unichainnano.blockrun.aiUSDC via Circle GatewayGas-free, batched nanopayments✅ Live
Base Sepoliatestnet.blockrun.aiUSDC (testnet)Per-call x402✅ Testnet
XRP Ledgerxrpl.blockrun.aiRLUSD⛔ Sunset (gateway offline)

x402 Facilitators

BlockRun works with the x402 facilitator network:

FacilitatorNetworkLink
Coinbase CDPBase, Ethereumcoinbase.com/cloud
Circle GatewayPolygon, Arbitrum, Optimism, Unichain (batched nanopayments)developers.circle.com/gateway
PayAIBase, Solanapayai.network
QuestFlowBasequestflow.ai
AnySpendBaseanyspend.com
AurraCloudBaseaurracloud.com
thirdwebBase, Ethereumthirdweb.com

Partners

PartnerRelationship
CircleAlliance Partner — USDC payments on Base; Circle Gateway nanopayments on nano.blockrun.ai
Coinbase CDPx402 facilitator infrastructure
x402 FoundationProtocol development
thirdwebWallet & payment infrastructure
OKX OnchainOSAgentic wallet behind XClawRouter
PredexonPrediction market data
ModalSandbox compute (isolated code execution)
Bland.aiConversational voice AI — outbound calls
TwilioPhone-number provisioning (wallet-owned US/CA numbers)
ExaNeural web search
0xDEX aggregation (Swap V2 + Gasless V2)
TatumMulti-chain JSON-RPC (40 chains)
PythCrypto, FX, commodity and equity prices

AI Providers

BlockRun routes to these providers via x402:

ProviderModelsInput/Output per 1M tokens
OpenAIGPT-5.5, GPT-5.4, GPT-5.4 Pro, GPT-5.2$1.75–$30.00 / $14.00–$180.00
AnthropicClaude Fable 5, Claude Opus 5, Claude Opus 4.8, Claude Sonnet 5, Claude Sonnet 4.6, Claude Haiku 4.5$1.00–$10.00 / $5.00–$50.00
GoogleGemini 3.1 Pro, Gemini 3.5 Flash$1.50–$2.00 / $9.00–$12.00
DeepSeekDeepSeek V4 Flash Chat, DeepSeek V4 Flash Reasoner, DeepSeek V4 Flash Vision, DeepSeek V4 Pro$0.14–$1.32 / $0.28–$3.96
xAIGrok 4.5, Grok 4.3, Grok Build 0.1$1.00–$2.00 / $2.00–$6.00
Z.AIGLM-5.2 (1M context), GLM-5.1, GLM-5, GLM-5 Turbo$1.00–$1.40 / $3.20–$4.40
MoonshotKimi K3 (1M context, image + text input)$3.00 / $15.00
MiniMaxMiniMax M3 (1M context)$0.30 / $1.20
QwenQwen3.7 Max (1M context, flagship)$1.48 / $4.43
Free tier5 reasoning, coding, and vision modelsFree

Image Models

ModelPrice per image
OpenAI GPT Image 1$0.02–0.04
OpenAI ChatGPT Images 2.0$0.06–0.12
Nano Banana$0.05
Nano Banana Pro$0.10–0.15
CogView-4$0.015–0.02
Grok Imagine / Grok Imagine Pro$0.02 / $0.07

x402 Protocol

The x402 protocol is open and can be implemented by anyone:

ResourceDescriptionLink
x402 LibraryOfficial TypeScript librarygithub.com/coinbase/x402
Protocol SpecTechnical specificationx402.org
CDP DocsFacilitator documentationdocs.cdp.coinbase.com

Add Your Project

Building with BlockRun? We'd love to feature your project!

  1. Open a PR to awesome-blockrun
  2. Open an issue
  3. Tag @BlockRunAI on X

Become a Partner

Interested in partnering with BlockRun?

  • Facilitators — Integrate your x402 facilitator
  • Agent Frameworks — Add BlockRun as an LLM provider
  • AI Providers — Get listed on our gateway
  • Data Providers — Monetize your API via x402

Contact: Open an issue or Telegram

What's next?