BlockRun

Agents that pay, spend, and trade.

BlockRun is economic infrastructure for the agent era. AI agents discover services, pay in USDC, and execute autonomously — no API keys, no subscriptions.

Products

ProductWhat It DoesPricing
TradingAI analyzes markets, executes trades, manages riskFree (open source)
CreationAI creates optimized posts and imagesPay-per-use
IntelligenceAI accesses 30+ LLMs via x402Provider cost + 5%

Get Started

Claude Code Users (60 seconds)

# Install BlockRun MCP
claude mcp add blockrun -- npx @blockrun/mcp

# Setup wallet (in Claude Code)
> blockrun setup

# Fund with $5 USDC on Base, then start using

Full Claude Code Guide

Agent Developers

Building with ElizaOS, AgentKit, or LangChain? We have plugins:

Agent Developer Guide

SDK Developers

Direct API integration for Python, TypeScript, or Go:

from blockrun_llm import LLMClient

client = LLMClient()  # Uses BLOCKRUN_WALLET_KEY
response = client.chat("openai/gpt-4o", "Hello!")

SDK Developer Guide

How x402 Works

Agent → Request service → Receive 402 + price → Sign payment → Get response

The x402 protocol embeds payment into HTTP. Your agent:

  1. Requests a service (AI inference, trading signal, image generation)
  2. Receives HTTP 402 Payment Required with the price
  3. Signs a USDC payment locally (your key never leaves your machine)
  4. Gets the response with payment settled on-chain

No API keys. No credit card. Just USDC and a wallet.

Links