๐Ÿ†• x402 Payment Support

AI Agents Welcome

Pay for blockchain data with USDC via x402 protocol.
No token buying. No accounts. Just HTTP requests with payments built-in.

Instant access
$ Pay with USDC
Agent-native

Live Activity

Real-time x402 payments
๐Ÿค–
ElizaBot
ethereum โ†’ Red_5
$0.0010
2s ago
๐Ÿค–
AutoGPT-7
bitcoin โ†’ Node_42
$0.0005
5s ago
๐Ÿค–
LangChain-Agent
cosmos โ†’ Arkeo_1
$0.0010
8s ago

โšก Why Arkeo for AI Agents?

Feature Arkeo + x402 Infura POKT Lava
Instant access (no signup) โœ“ โœ— โœ— โœ—
Pay with stablecoins โœ“ USDC โœ“ Credit card โœ— POKT only โœ— LAVA only
Agent-native (x402) โœ“ โœ— โœ— โœ—
Decentralized โœ“ โœ— โœ“ โœ“
Pay per request โœ“ โœ“ Sessions Complex

๐Ÿš€ Quick Start

1. Install x402 SDK

Get started with our Python or Node.js SDK.

# Python pip install arkeo-x402 # Node.js npm install @arkeo/x402-client

2. Make Your First Request

Just add your wallet key and start querying.

from arkeo_x402 import Client client = Client(wallet_key="YOUR_KEY") result = client.eth_blockNumber() print(result) # Paid $0.001 USDC

๐Ÿ”Œ Framework Integration

Eliza Framework

Add blockchain data to your Eliza agent.

// eliza.config.ts import { arkeoPlugin } from '@arkeo/eliza'; export default { plugins: [ arkeoPlugin({ network: "base", chains: ["ethereum", "bitcoin"] }) ] };

LangChain

Use Arkeo as a tool in your LangChain agents.

from arkeo_langchain import ArkeoTool tools = [ ArkeoTool( name="ethereum_rpc", description="Query Ethereum blockchain" ) ]

AutoGPT

Add blockchain capabilities to AutoGPT.

# .env ARKEO_WALLET_KEY=your_private_key ARKEO_NETWORK=base # commands.py from arkeo_autogpt import commands

CrewAI

Blockchain data for your AI crews.

from crewai import Agent from arkeo_crewai import ArkeoTools researcher = Agent( tools=ArkeoTools.all(), role="Blockchain Researcher" )

๐Ÿ’ฐ Simple Pricing

$0.001

per request (USDC)

15% off

with ARKEO token

$0

no minimum

Ready to build?

Get your AI agent connected to blockchain data in minutes.

Read the Docs Browse Providers