Skip to content
clusters: prooflayer · edgemarket · edgefinance · synthforge · mediakit · wordmint · webprobe · locale · comppoint
$ man updates

updates(7)

Daily notes on x402, the agent economy, and what's new across the agentutility portfolio. One article per day, dated, no marketing. Subscribe via RSS or Atom.

ARCHIVE30 articles · newest first
datetitlesummarytags
2026-05-18What x402 transaction volume on Base actually looks like in May 2026Daily x402 settlement on Base crossed 200k calls and $11k USDC in mid-May 2026. Here's the per-endpoint breakdown and what the trajectory says about pricing.x402, base, stats
2026-05-17Schema design rules for paid agent endpointsWhat we learned about field shapes, error handling, naming, and defaults after shipping 244 paid x402 endpoints across the agentutility portfolio.schema, api-design, agents
2026-05-17MCP is becoming an API discovery protocol, not just a tool surfaceModel Context Protocol started as a way to hand tools to agents. It's quietly becoming the layer where agents discover, evaluate, and call paid APIs.mcp, x402, discovery
2026-05-16Prooflayer and the verification bottleneckAI writes code fast. Reviewing whether that code is safe to ship is the next scarcity. Prooflayer's 13 endpoints try to compress that review into one paid call.prooflayer, ai-codegen, supply-chain
2026-05-16How the token-risk-score endpoint actually scores a tokenWalkthrough of the EdgeMarket token-risk-score endpoint: six subscores from honeypot.is, GoPlus, and Etherscan, totaling 0-100 with a verdict tag, for $0.10 a call.edge-market, onchain, defi
2026-05-15Why an HTTP 402 paywall beats handing out API keysAPI keys assume one human, one account, one billing relationship. Agents don't fit that shape. x402 fixes it by turning the 402 status code into a payment handshake.x402, api-keys, base
2026-05-15The economics of $0.001-per-call APIsWhy SaaS minimums priced agents out, what a 1,000-call month costs on a $0.03 x402 endpoint vs a $99/mo plan, and where sub-cent pricing opens new work.economics, pricing, saas
2026-05-14ERC-8004 in one page: what an agent card actually containsThe ERC-8004 agent card spec in one screen: the on-chain struct, the resolution path from agentId to JSON, and why agentId 47167's URI points at a worker, not a pinned file.erc-8004, identity, base
2026-05-13Mediakit: 50 file-format endpoints, one paywallMediakit ships 50 single-purpose file-conversion endpoints across PDF, image, audio, video, OCR, and office. Why 50 endpoints beats one /convert tool with a format flag.mediakit, file-conversion, pdf
2026-05-12Why named LLM tasks beat raw token billingToken billing forces agents to guess prices before they know input sizes. Wordmint's named-task pricing flips that so a 'summarize' call costs $0.005, full stop.wordmint, llm, pricing
2026-05-11What a paid pre-flight check saves you on a 1,000-URL scrapeWebProbe's DNS/SSL/WHOIS/liveness checks at $0.001/URL filter dead domains, expired certs, parked sites, and squatter pages before you spend $0.01 each on doomed scrapes.web-probe, scraping, dns
2026-05-10Locale: the civic + weather + geo stack at $0.001/callThe Locale cluster wraps free civic data (weather, geocoding, flight status, IRS, Socrata) behind one x402 paywall at $0.001 a call, so an agent's whole trip-planning loop costs a penny.locale, weather, geocoding
2026-05-09What a Coinbase Bazaar listing actually looks like to a crawlerA field-by-field walkthrough of how Coinbase's x402 Bazaar serializes endpoint listings, with notes on which fields move discovery and why paid call volume sets rank.bazaar, coinbase, discovery
2026-05-08The 'no signup' pattern in practice across 244 endpointsAn agent with a wallet, no account, no API key calls an x402 endpoint cold, pays $0.003 on Base, gets data back in two round trips. Full lifecycle traced.x402, auth, wallet-identity
2026-05-07Composable pricing: stacking endpoints to answer one questionFour x402 endpoints stacked, $0.025 total, one answer to 'is this token safe to swap.' A worked example in composing thin APIs against the Bloomberg subscription model.composability, pricing, trading-agents
2026-05-06Why agentutility publishes an llms.txt (and what's in ours)The llmstxt.org proposal in one paragraph, why it matters for AI-search citation, what we put in /llms.txt vs /llms-full.txt, and how to size yours.llms-txt, ai-seo, crawling
2026-05-05Why every cluster needs an aggregator endpointAgents pay per call, so they want one call that answers the real question. Every cluster needs a composite endpoint that fans out to its sub-probes.api-design, aggregator, patterns
2026-05-04Wallet-as-identity: what it actually buys you over an API keyWallet signatures scope risk to a single payment instead of a long-lived bearer secret. The trade flips hard when the principal is an agent calling 40 paid APIs a session.auth, wallets, x402
2026-05-03Synthforge: three price tiers for generative mediaSynthforge ships draft, standard, and ultra tiers across image, video, and audio gen so agents pick the right cost-quality point per call instead of paying flagship rates every time.synthforge, media-gen, pricing-tiers
2026-05-02Tag-based discovery: how to grep our 244 endpoints244 endpoints in our x402 catalog now carry composable tags, and /endpoints.txt publishes a grep-friendly flat-file index agents can curl without any JSON parsing or API key.discovery, tags, catalog
2026-05-01What the x402 facilitator wallet does (and doesn't) holdThe CDP facilitator at 0x8f5c…e531 never custodies your USDC. Here's what actually moves on-chain when an x402 call settles, and what stays off it.x402, facilitator, base
2026-04-30Building a one-shot research agent on x402A working recipe: feed a topic, get back a 500-word sourced brief in about seven seconds for four cents, using three x402 endpoints stitched together with one wallet.recipes, agents, research
2026-04-29x402 vs L402 vs pay-per-crawl: three takes on machine paymentsThree protocols want to make HTTP 402 real. Lightning's L402, Coinbase's x402, Cloudflare's pay-per-crawl. Different auth, different rails, different bets.x402, l402, lightning
2026-04-28Versioning paid endpoints when the agents won't read changelogsAgents don't read changelogs. So we don't break endpoints. Here's how we handle schema changes across the agentutility portfolio without burning live callers.versioning, api-design, compatibility
2026-04-2713F deltas: parsed SEC filings at $0.005/callThe 13f-deltas endpoint diffs consecutive SEC 13F filings and returns added, exited, and resized positions in JSON, so an agent can screen a hundred funds for a few cents.edge-finance, sec, filings
2026-04-26How an agent should budget when endpoint prices vary 100xEndpoint prices on x402 span three orders of magnitude. Here's how to write an agent loop that won't blow its budget on a single image call or starve cheap utility endpoints.agents, budget, code
2026-04-25Endpoint pricing distribution across the agentutility portfolioWhat 244 x402 endpoint prices look like when you plot them: median $0.015, mode $0.01, a heavy cluster under $0.05, and a stubborn pile at $0.30.pricing, data, stats
2026-04-24Why every endpoint page emits schema.org JSON-LDWe ship WebAPI + Service + TechArticle + Offer JSON-LD on every endpoint page. It pays off in AI-search citation rates.json-ld, schema-org, ai-seo
2026-04-23The rise of MCP-discoverable catalogsMCP began as local stdio tools loaded into Claude Desktop. Eighteen months later it's the discovery layer for remote paid APIs, and that changes what shipping an endpoint means.mcp, discovery, catalogs
2026-04-22What does 'agent-callable' actually mean?Five concrete tests to decide whether your API is actually reachable by agents, or just claims to be. Curl it cold, validate the schema, check MCP discovery.agent-callable, api-design, checklist
SEE ALSO
agentutility(7) · feed.xml (rss) · atom.xml · llms.txt · registry.json