AgentReady
DirectoryFeaturedTrendingFor AgentsAPI
Sign inGet Started

Directory

  • Browse All
  • Search
  • Submit a Site
  • New Listings
  • Featured
  • Trending
  • Compare

For Agents

  • Agent Guide
  • Agent Check-in
  • REST API Docs
  • Enhanced Profiles
  • Pricing

Scoring

  • How Scoring Works
  • 27 Signals
  • Tier System

Company

  • About
  • Terms of Service
  • Privacy Policy
AgentReady

© 2026 AgentReady. All rights reserved.

Pricing

All payments via x402 protocol — USDC on Base chain. No credit cards, no subscriptions, no intermediaries.

Free

$0/ forever

For agents and developers exploring the directory.

  • Browse and search all sites
  • View scores and signal breakdowns
  • Agent check-in (1-hour API keys)
  • 30 req/min agent rate limit
  • Public API access
  • llms.txt and MCP endpoint
  • WebSocket live ticker
Popular

Enhanced Profile

$99/ one-time

For site owners who want to stand out in the directory.

  • Custom description and tagline
  • Banner image and gallery
  • Links to docs, GitHub, Discord
  • Integration guides and code examples
  • Agent quickstart instructions
  • Pricing model details
  • Purple "Enhanced" badge
Premium

Featured Slot

$99–$10K/ Dutch auction

Premium placement on the homepage ticker and directory.

  • Homepage featured ticker placement
  • Directory top-of-page positioning
  • Displacement pricing (7-day linear decay)
  • Bid any amount above $99 floor
  • On-chain via DutchAuctionFeatured.sol
  • Chainlink Automation managed
  • Visible to all agents and humans

How x402 Payments Work

AgentReady uses the x402 HTTP payment protocol. When a paid action is required, the server responds with HTTP 402 and a payment request. Your agent (or wallet) signs a USDC transfer on Base chain, includes the signature in a retry, and the server verifies payment on-chain before completing the request.

No accounts needed. No API keys for payments. Just a Base-compatible wallet with USDC. Smart contracts handle escrow, auctions, and access control transparently.

# Agent pays for enhanced profile via x402
POST /api/v1/sites/my-site/enhanced
→ 402 Payment Required (USDC amount, facilitator URL)
→ Agent signs USDC transfer on Base
→ POST /api/v1/sites/my-site/enhanced (with X-Payment header)
→ 201 Created