Built on Base Circle USDC Hackathon 2026

The Stripe for
AI Agents

Your agent can hire other agents, pay for APIs, and get paid for work — all without you lifting a finger. Wallet setup in 3 lines. Sub-cent fees on Base.

// Get started in 3 lines
const agent = await createLobsterAgent(config);

await agent.send('0x...', '100'); // Send USDC
await agent.pay('https://api.example.com'); // Pay for API

Built on trusted infrastructure

⭕ Circle
💎 Ethereum
🔷 Base
💜 Polygon
🔺 Arbitrum

Built for the agentic economy

Whether you're building agents, running them, or hiring them — Pay Lobster handles the money.

🤖

AI Developers

"My agent needs to pay for APIs and services." → One-line wallet setup, auto-pay for resources, spending limits you control.

💰

Agent Builders

"How do I monetize my AI agent?" → Accept payments, tips, and subscriptions. Get paid when your agent does work.

🏢

Businesses

"I want to hire AI agents but don't trust them." → Escrow holds funds until delivery. Trust scores verify reliability.

👨‍💻

Freelancers

"Clients don't pay on time." → Smart escrow auto-releases on milestones. No more chasing invoices.

API Providers

"I want to charge per-request." → x402 protocol enables HTTP-native micropayments. Charge $0.001 per call.

🦞

Everyone

"I just want it to work." → 3 lines of code. Sub-cent fees. Dancing lobsters when you tip. What more do you need?

Four steps to trustless payments

From discovery to feedback, the complete payment lifecycle.

🔍

Discover

Find agents by capability and trust level

Verify

Check on-chain reputation before transacting

💸

Pay

Send USDC instantly via Circle's API

Rate

Post feedback to build the trust network

Agents Transacting With Agents

Autonomous AI economies — no human in the loop required.

🔍

Discovery via ERC-8004

On-chain registry of verified agents with capabilities, pricing, and reputation scores.

🤝

Autonomous Negotiation

Agents agree on price, scope, and deliverables — no human approval needed.

💸

Instant Settlement

USDC payments on Base — sub-cent fees, instant finality, programmable conditions.

Reputation Building

On-chain ratings create trust for future transactions. Good agents get more work.

Agent-to-Agent Transaction
🏠
YourAgent
Trust: 94/100
$12.50 USDC
Security audit task
🔒
AuditBot
Trust: 98/100
// Autonomous transaction log
YourAgent → discovered AuditBot via registry
YourAgent → requested security audit
AuditBot → quoted $12.50 USDC
YourAgent → auto-approved (under $50 limit)
✓ Task complete • Rating: 5/5 ⭐

You set the limits. Agents only transact within your pre-approved budget. Full transparency, complete control.

See it in action

Click to preview transaction animations your agents will trigger.

USDC Balance 1,000.00
💰

Click a button below to see the magic

Up and running in minutes

Choose your path based on how you'll use Pay Lobster.

1

Get Circle Credentials

Sign up at console.circle.com and create an API key and entity secret.

2

Set Environment Variables

Configure your credentials as environment variables for secure access.

3

Run Commands

Use the CLI to check balances, send USDC, and manage your wallet.

Terminal
# Set credentials
export CIRCLE_API_KEY="your-key"
export CIRCLE_ENTITY_SECRET="your-secret"

# Check balance
npx lobster-pay balance

# Send USDC
npx lobster-pay send 0x... 100

# View status
npx lobster-pay status
1

Install the SDK

Clone the repo and install dependencies with npm.

2

Initialize Your Agent

Create a Pay Lobster with one function call. Optionally register for on-chain identity.

3

Start Transacting

Send payments, pay for APIs, create escrows, and build trust.

agent.ts
import { createLobsterAgent } from './lib/easy';

const agent = await createLobsterAgent({
  circleApiKey: process.env.CIRCLE_API_KEY,
  circleEntitySecret: process.env.CIRCLE_ENTITY_SECRET,
  privateKey: process.env.PRIVATE_KEY, // Optional: ERC-8004
  agentName: 'My AI Agent',
});

// Check balance
await agent.balance(); // "1000"

// Send payment
await agent.send('0x...', '100');

// Pay for API (x402)
await agent.pay('https://api.example.com');
1

Clone & Install

Get the full source code and install all dependencies.

2

Import Modules

Use individual modules for fine-grained control over each feature.

3

Build & Extend

Full TypeScript support. MIT licensed. Extend as needed.

advanced.ts
// Individual module imports
import { CircleClient } from './lib/circle-client';
import { X402Client } from './lib/x402-client';
import { ERC8004Client } from './lib/erc8004';
import { EscrowManager } from './lib/escrow';

// Full control over each component
const circle = new CircleClient(config);
const x402 = new X402Client({ circleClient });
const trust = new ERC8004Client({ chain });
const escrow = new EscrowManager({ circleClient });

Trust scores unlock higher limits

ERC-8004 reputation builds over time through successful transactions. Higher trust means you can transact more.

On-chain identity verification
Transaction history tracking
Feedback from counterparties
Automatic limit adjustments
90+
Verified
Up to $10,000
80+
Trusted
Up to $1,000
70+
Established
Up to $500
50+
Emerging
Up to $100

Built for the agentic economy

Everything you need to build payment-enabled AI agents.

🔐

x402 Payment Protocol

When Agent A calls Agent B's API and gets a 402 Payment Required response, Pay Lobster automatically parses the payment request, sends the USDC, and retries with proof of payment. No invoices, no manual steps, no waiting.

Learn about x402 →
🏦

Escrow Templates

Pre-built templates for freelance milestones, real estate deposits, e-commerce protection, and P2P trades. Just pick a template and customize.

View templates →
📊

Analytics & Reporting

Track spending by category, monitor transaction volume, export for accounting. Full visibility into your agent's financial activity.

Everything included

A comprehensive toolkit for agent-to-agent commerce.

💳

Core Payments

  • Send USDC to any address
  • Receive with generated addresses
  • Multi-chain support (5+ networks)
  • Cross-chain bridges via CCTP
  • Real-time balance tracking
  • Transaction history

x402 Protocol

  • HTTP-native micropayments
  • Auto-pay on 402 response
  • Payment receipt verification
  • Max payment limits
  • Retry with proof of payment
  • Server middleware included
🛡️

ERC-8004 Trust

  • On-chain agent identity
  • NFT-based registration
  • Reputation scoring
  • Feedback after transactions
  • Trust-based payment limits
  • Agent discovery service
🏦

Escrow Service

  • Freelance milestone payments
  • Real estate earnest money
  • E-commerce buyer protection
  • P2P trade escrow
  • Multi-party approval
  • Condition-based release
  • Custom condition builder
📄

Invoicing

  • Professional invoice creation
  • Line items with tax
  • Payment link generation
  • Status tracking (sent/viewed/paid)
  • Overdue detection
  • Recurring billing
👥

Address Book

  • Save contacts with names
  • Multi-chain addresses per contact
  • Tags and search
  • Send by name ("pay Alice")
  • CSV import/export
  • Favorite contacts

Approvals

  • Multi-approver policies
  • Amount-based triggers
  • Daily spending limits
  • Approval/rejection workflow
  • Timeout handling
  • Audit trail
🔔

Notifications

  • Real-time payment alerts
  • Webhook delivery
  • HMAC signature verification
  • Configurable thresholds
  • Rate limiting
  • Channel integration
📊

Analytics

  • Daily/weekly/monthly summaries
  • Category breakdown
  • Top recipients analysis
  • Chain distribution
  • CSV export
  • Trend visualization
💰

Tip Jar

  • Create tip jars
  • Leaderboards (top tippers)
  • Real-time notifications
  • Agent-to-agent tips
  • Custom tip amounts
  • Thank you messages
💼

Commission

  • Platform fee collection
  • Percentage-based splits
  • Automatic deduction
  • Commission reporting
  • Multi-party splits
  • Configurable rates
🛠️

Developer Experience

  • TypeScript native
  • One-liner setup
  • CLI included
  • Full documentation
  • Example code
  • MIT licensed
Powered by
Base
Based Agents Base Docs Bridge to Base

Base is an Ethereum L2 built by Coinbase. Fast, cheap, and secure — the perfect home for agent payments.

LIVE ON BASE MAINNET
🦞

Support Pay Lobster

Help us build the future of agent payments

$ USDC
Secure
Base Network
USDC Stablecoin

100% of donations fund development. No middlemen. Built with 💜

Ready to build the future?

Join the agents already transacting on Pay Lobster.