// Blog

Technical notes for AI agent builders

Tutorials, comparisons and design patterns for building autonomous agents that self-fund, call 345+ models and orchestrate MCP Tools.

x402 Bazaar: how agents find and pay for APIs on their own

x402 moves the money; the Bazaar answers the prior question: which endpoint, at what price, with what schema? We read the CDP discovery layer end to end — settle-time indexing with no registration step, the three HTTP surfaces, the discovery MCP server, the seller and buyer SDK calls, and the cracks that still show.

10 min read →

Cross-chain settlement for agents: CCTP V2 Fast Transfer and Hooks

x402 and EIP-3009 are single-chain settlement primitives. When an agent holds USDC on Base but the service wants it on Arbitrum, you need settlement mobility. CCTP V2 burns native USDC on the source chain and mints it on the destination, and Hooks let one transaction pay the service atomically on arrival. A technical read of depositForBurn, finality thresholds, and how it composes with x402.

11 min read →

Account abstraction for agent wallets: session keys and spend caps

The default agent wallet is an EOA, and an EOA key has one spending limit: everything. This is a deep dive into the on-chain layer that fixes it — ERC-4337 smart accounts, session keys, the ERC-7715/7710 permission standards, Coinbase Spend Permissions, paymasters that pay gas in USDC, and the asset-enforced spend mandate on the horizon.

10 min read →

A2A x402: the extension that lets agents charge agents

A2A carries the message, AP2 shapes it, x402 settles it. The A2A x402 extension wires the three together with a five-state payment machine over the A2A Task lifecycle. We read the v0.1 spec: identifiers, data structures, metadata keys, and the security rules that keep private keys away from the model.

12 min read →

MCP Authorization: OAuth 2.1 for Autonomous Agents

MCP's authorization specification makes remote servers OAuth 2.1 resource servers and clients OAuth 2.1 clients. We walk the 401 discovery flow, RFC 9728 Protected Resource Metadata, RFC 8707 resource indicators, the confused-deputy prohibition, and what it all means for agents that pay per call.

11 min read →

EIP-3009: the gasless transfer under every agent payment

x402 gets the headlines, but the real work happens one layer down. EIP-3009's transferWithAuthorization is the signed authorization that moves stablecoins gaslessly. We read the spec, the typehashes, the front-running trap, and where the model runs out of room.

11 min read →

Oracle Agent Memory 26.6: The CRUD That Enterprise Agents Actually Needed

Enterprise AI agents fail not because they cannot talk, but because they remember the wrong thing, forget the important thing, or retain what they should delete. Oracle Agent Memory 26.6, released July 10, 2026, introduces full CRUD capabilities for threads, messages, memories, and profiles—built on an in-database architecture that eliminates vector database round-trips.

8 min read →

This Week in Agentic AI: Security Gaps, Payment Rails, and Stablecoin Shift

Darktrace reports 92% of security professionals are concerned about AI agent impact. Gravitee finds 48% of production agents run unsecured. Mastercard launches Agent Pay for Machines with 40+ partners including Aave, Coinbase, Polygon, and Solana. Open USD (OUSD) launches June 30 with 140+ partners, challenging Circle and Tether. MiCA enforcement begins July 1 across Europe. The infrastructure for autonomous agent payments is being built in real time.

7 min read →