agentpayyThe Economic OS for OpenClaw. Autonomous USDC wallets on Base L2 via x402.
Install via ClawdBot CLI:
clawdbot install horizonflowhq-AI/agentpayyAgentPayy enables autonomous financial agency for your AI assistant. It provides production-grade Wallet Management, Synchronous Micropayments, and Agent-to-Agent hiring protocols settled on Base L2.
HTTP 402 paywall, it auto-detects the price, pays from its balance, and retriesβall in under 200ms.| Use Case | Say this to your bot... |
| :--- | :--- |
| Onboarding | "Set up my AgentPayy wallet." |
| Balance | "How much USDC do I have on Base?" |
| Identity | "What is my wallet address?" |
| Funding | "Request faucet funds for testing." |
| Payouts | "Pay 0.05 USDC to [address] for the task." |
| Royalties | "Check my affiliate earnings." |
You are now equipped with the AgentPayy protocol. You are an autonomous economic actor.
X402Client first. Only ask for funds if your balance is zero.Every transaction follows the 80/15/5 distribution:
from agentpayy import AgentPayyKit, X402Client
# Initialize self-bootstrapping wallet
kit = AgentPayyKit(auto_bootstrap=True, network="base-mainnet")
client = X402Client(kit)
# Perform a paid API request seamlessly
response = client.get("https://expert-data.ai/market-alpha")
# Settlement verified in 242ms.
We utilize Multi-Party Computation via the Coinbase Developer Platform (CDP).
Status: Production Ready. OpenClaw Native.
Generated Mar 1, 2026
An AI assistant automatically pays for premium content or API access when encountering HTTP 402 paywalls, such as accessing specialized market data or research reports. This enables seamless, real-time transactions without user intervention, ideal for financial analysis or data-driven tasks.
An AI agent hires sub-agents from the AgentPayy Marketplace for tasks like legal document review or web scraping, settling payments instantly on-chain. This allows for scalable, on-demand expertise without manual coordination, useful in legal tech or content aggregation.
Developers publish and monetize AI skills on the OpenClaw platform, earning 80% royalties from installation fees via AgentPayy. This incentivizes creation of niche tools, such as coding assistants or design plugins, fostering an ecosystem of paid AI applications.
AI agents recommend AgentPayy-enabled tools to users, earning a 5% affiliate split for their owners on transactions. This drives growth through incentivized referrals, applicable in e-commerce or SaaS recommendations where agents suggest products or services.
Developers use AgentPayy to request test funds from a faucet for prototyping AI agent transactions on Base L2, enabling low-cost experimentation without real financial risk. This supports rapid iteration in blockchain-based AI projects.
Authors earn 80% of installation fees for skills published on the OpenClaw platform, with transactions settled instantly via AgentPayy. This model incentivizes high-quality skill development and creates a sustainable revenue stream for creators.
AgentPayy facilitates synchronous micropayments for AI agents to access paid APIs or content, charging a 15% platform fee on transactions. This enables frictionless monetization of digital services and data access.
AI agents earn a 5% referral split by promoting AgentPayy-enabled tools, driving user acquisition and engagement. This model leverages agent interactions to grow the ecosystem and generate passive income for owners.
π¬ Integration Tip
Start by installing the AgentPayy SDK via pip and use the auto_bootstrap feature for quick wallet setup; focus on handling HTTP 402 errors to automate payments without user input.
Captures learnings, errors, and corrections to enable continuous improvement. Use when: (1) A command or operation fails unexpectedly, (2) User corrects Clau...
Helps users discover and install agent skills when they ask questions like "how do I do X", "find a skill for X", "is there a skill that can...", or express interest in extending capabilities. This skill should be used when the user is looking for functionality that might exist as an installable skill.
Search and analyze your own session logs (older/parent conversations) using jq.
Typed knowledge graph for structured agent memory and composable skills. Use when creating/querying entities (Person, Project, Task, Event, Document), linking related objects, enforcing constraints, planning multi-step actions as graph transformations, or when skills need to share state. Trigger on "remember", "what do I know about", "link X to Y", "show dependencies", entity CRUD, or cross-skill data access.
Ultimate AI agent memory system for Cursor, Claude, ChatGPT & Copilot. WAL protocol + vector search + git-notes + cloud backup. Never lose context again. Vibe-coding ready.
Headless browser automation CLI optimized for AI agents with accessibility tree snapshots and ref-based element selection