← tryx402

European & Open-Source Alternative

tryx402 vs BlockRun: The European Alternative for AI Agent Payments

BLUF: BlockRun is a US-based, 100% on-chain payment router for AI agents settling in USDC. For European developers and enterprise teams, direct crypto wallet handling and the lack of VAT-compliant invoicing create severe accounting bottlenecks. tryx402 is the European alternative by ARTAIFACT (France): dual-rail settlement (fiat credit card via Stripe + on-chain Base USDC), strict pre-call spend caps, Ed25519 verifiable receipts, and 145 passing unit tests.

Why Search for a BlockRun Alternative?

The agentic economy is rapidly shifting toward the Pay-Per-Call model via HTTP 402 (RFC 9110 / RFC 2616). While BlockRun proved the viability of per-request USDC micro-settlement for models and generic APIs, enterprise adoption in Europe faces structural challenges:

Feature Comparison: BlockRun vs tryx402

DimensionBlockRun (US)tryx402 (Europe / ARTAIFACT)
Jurisdiction & EntityUnited States (crypto-native)France / EU (ARTAIFACT SAS, Malakoff)
Payment Options100% On-chain (USDC on Base & Solana)Dual Rail: Base On-chain (EIP-712) + Credit Card / Stripe Checkout
Invoicing & AccountingOn-chain transaction hash onlyTax-compliant EU invoices (VAT) + Verifiable Ed25519 receipts (RFC 8032)
Spend ControlsAccount balance drawdownPre-call budget ceilings (e.g. $0.50 cap) checked before signing
Double-Charge ProtectionDepends on upstream implementationDeterministic Idempotency-Key + native 409 conflict detection
Ecosystem & ToolsGeneric LLM models + selected partner APIs76 microservices x402 catalog (enrichment, scraping, voice, audit)
Harness & MCP IntegrationProprietary MCP packageZero-dependency MCP server, Python/TS SDKs, CLI & REST API
Licensing & Open SourceSDKs under MIT / Closed backendFull SDK & Gateway open source (MIT)

Core Architecture: Built for Production Safety

1. Dual Fiat / On-Chain Settlement

tryx402 bridges traditional business finances with the machine economy. Your team or end-users can fund accounts in EUR, USD, or GBP via Stripe Checkout with automated receipt generation, while tryx402 atomically settles x402 calls downstream on Base mainnet.

2. Defensive Client Execution (Spend Caps)

With SafeClient, tryx402 reads the 402 Payment Required challenge payload before authorizing cryptographic signatures. If an autonomous call would exceed the configured session ceiling (e.g. $1.00 USD), it raises BudgetExceeded instantly without spending funds.

3. Ed25519 Cryptographic Receipts

Every successful paid interaction produces a verifiable signature header (RFC 8032). Maintain an immutable, auditable log of every machine-to-machine transaction for internal cost allocation.

Quick Start in 30 Seconds

Add MCP Server to Claude Code / Cursor

{
  "mcpServers": {
    "tryx402": {
      "command": "python3",
      "args": ["-m", "tryx402.mcp_server"],
      "env": {
        "TRYX402_MAX_BUDGET_USD": "1.00"
      }
    }
  }
}

Python SDK Usage

from tryx402 import SafeClient

# Set a hard budget ceiling
client = SafeClient(max_budget_usd=0.50)

# Safe call with guaranteed idempotency and receipt tracking
response = client.call("https://api.example.com/v1/enrich", json={"domain": "company.com"})
print(response.json())

Ready to equip your autonomous agents?

Start with tryx402 and explore our directory of 76 production-ready x402 microservices.

Open tryx402 Console →

Frequently Asked Questions

Are BlockRun and tryx402 compatible with the x402 standard?
Yes. Both utilize HTTP 402 specifications and stablecoin settlement. tryx402 also offers dual V1/V2 protocol parsing and seamless fiat top-ups.
How easy is it to migrate from BlockRun?
Simply switch your MCP configuration to tryx402.mcp_server or use the tryx402 Python/TypeScript SDK to immediately gain local spend caps and EU invoice tracking.
Where are requests routed and processed?
tryx402 is operated by ARTAIFACT SAS (France). Prompts and data payloads are never stored beyond execution or used to train third-party AI models.

See also: tryx402 vs OpenRouter → · Best x402 Gateways →