AgentPayy 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.
共 1 个版本