Blog

Notes on agent-native commerce, x402, and what we're building.

Price transparency for agents: how CDK Bot prices compare to G2A, Eneba and Kinguin

· 8 min read · CDK Bot

CDK Bot ships its competitors' live prices inside its own API response — every product carries a marketplace_offers array with the current G2A, Eneba and Kinguin price in USD, so an agent can compare the whole market in one call instead of scraping keyshops. Here's why an agent-native merchant surfaces rivals' prices, plus the full-catalog numbers — all 27,000+ titles with live offers — on how it actually stacks up.

Read more →

The agentic commerce stack for digital goods: x402 + MCP + USDC

· 8 min read · CDK Bot

An autonomous agent buying a digital good end-to-end needs three layers: a payment protocol it can complete (x402), a settlement asset that's instant and final (USDC on Base), and a tool interface it can read (MCP / agent-native API). Here's why each exists, what human-web default it replaces, and how the layers fit together.

Read more →

How an AI agent buys a Steam key with USDC (step by step)

· 7 min read · CDK Bot

The precise reference. A wallet-native agent can buy a Steam key in a single gasless call — a signed X-PAYMENT header a facilitator settles — or run the explicit x402 two-step: POST /purchase for a 402 with the USDC amount and a quote_id, send USDC on Base, then POST /purchase again with the tx_hash. Exact contract, chain, confirmations, and quote lock included.

Read more →

Agents won't buy pizza first — they'll buy game keys

· 7 min read · CDK Bot

Everyone pictures an AI agent ordering dinner or booking a flight. Those are the last things it'll buy unattended — with no human tapping confirm — not the first. The first market for fully autonomous agent commerce is digital goods, and game keys are the cleanest consumer example. Here's the framework.

Read more →

Building a game-buying AI agent in 200 lines with x402 + MCP

· 6 min read · CDK Bot

How to give an autonomous AI agent the ability to buy any of 40,000+ video game keys, gift cards, and subscriptions — paying onchain in stablecoins and other crypto (USDC, USDT, EURC), no human in the loop. The fast path is a single gasless one-shot call; the two-step flow is the universal fallback. Code, flow, and the pitfalls we hit.

Read more →