惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

有赞技术团队
有赞技术团队
H
Hackread – Cybersecurity News, Data Breaches, AI and More
I
InfoQ
J
Java Code Geeks
Microsoft Security Blog
Microsoft Security Blog
G
Google Developers Blog
D
DataBreaches.Net
Recent Announcements
Recent Announcements
Microsoft Azure Blog
Microsoft Azure Blog
B
Blog RSS Feed
Y
Y Combinator Blog
博客园 - 【当耐特】
博客园 - 聂微东
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
大猫的无限游戏
大猫的无限游戏
P
Proofpoint News Feed
量子位
C
Check Point Blog
F
Fortinet All Blogs
罗磊的独立博客
Last Week in AI
Last Week in AI
GbyAI
GbyAI
L
LangChain Blog
博客园 - 司徒正美

DEV Community

Authentication Security Deep Dive: From Brute Force to Salted Hashing (With Java Examples) Why AI Systems Don’t Fail — They Drift Spilling beans for how i learn for exam😁"Reinforcement Learning Cheat Sheet" I Replaced Chrome with Safari for AI Browser Automation. Here's What Broke (and What Finally Worked) How Python Borrows Other People's Work The $40 Architecture: Processing 1 Billion API Requests with 99.99% Uptime Vibe Coding: A Workflow Guide (From Zero to SaaS) Most webhook security guides protect the wrong side. The scary part is delivery. Headless CMS for TanStack Start: Build a Blog with Cosmic EU Age Verification App "Hacked in 2 Minutes" — What Actually Happened Comfy Cloud’s delete function does not actually remove files Running AI Models on GPU Cloud Servers: A Beginner Guide Event-driven media intelligence with AWS Step Functions and Bedrock I scored 500 AI prompts across 8 quality dimensions — here's what broke How to Call Google Gemini API from Next.js (Free Tier, No Backend Needed) The Portal Protocol: Reclaiming Human Connection in the Age of AI How to Fix Your Team's Scattered Knowledge Problem With a Self-Hosted Forum Intro to tc Cloud Functors: A Graph-First Mental Model for the Modern Cloud Designing Multi-Tenant Backends With Both Ownership and Team Access I Built a Neumorphic CSS Library with 77+ Components — Here's What I Learned PostgreSQL Performance Optimization: Why Connection Pooling Is Critical at Scale Cómo construí un SaaS multi-rubro para gestionar expensas en Argentina con FastAPI + Vue 3 🚀 I Built an Ethical Hacking Scanner Tool – Open Source Project I Replaced /usage and /context in Claude Code With a Single Statusline A Pythonic Way to Handle Emails (IMAP/SMTP) with Auto-Discovery and AI-Ready Design I Collected 8.9 Million Polymarket Price Points — Here's What I Found About How Markets Really Move EcoTrack AI — Carbon Footprint Tracker & Dashboard Everyone's Using AI. No One Agrees How. 5 self-hosted ebook managers worth trying in 2026 Building Your First AI Agent with LangChain: From Chatbot to Autonomous Assistant
Pay.sh Lets AI Agents Pay Google Cloud in USDC
Tom Wang · 2026-05-06 · via DEV Community

Tom Wang

Pay.sh — a joint launch from the Solana Foundation and Google Cloud — went live this week, and it is the first time a hyperscaler has agreed to take stablecoin payments natively over x402. AI agents can now spend USDC on Solana to call Gemini, BigQuery, Vertex AI, plus 50+ third-party APIs including OpenAI's Codex, Anthropic's Claude Code, OpenClaw, Hermes, Helius, Alchemy, Dune Analytics, and Nansen. For any AI agent developer UK, crypto developer UK, or payment developer building on autonomous infrastructure, this is the most consequential x402 deployment to date.

Stripe, Meta, Alipay, and now Solana + Google Cloud — the production deployments are no longer trickling in. The agentic commerce stack is shipping at hyperscaler density.

What Pay.sh Actually Is

The architecture is deliberately thin. Pay.sh sits as an API proxy on Google Cloud Platform, in front of the existing Gemini, BigQuery, and Vertex AI endpoints. When an agent makes a request, the proxy can either let it through (free tier, authenticated user, etc.) or respond with an HTTP 402 Payment Required. The agent then settles on Solana — sub-cent USDC — and retries. The proxy verifies, releases the response, and bills the agent's wallet.

Two protocols do the heavy lifting:

  • x402 — Coinbase's HTTP-native payment standard, transferred to the Linux Foundation in April. Provides the 402 Payment Required flow, payment instructions header, and the receipt format.
  • MPP (Machine Payments Protocol) — Stripe and Tempo's spec for agent-to-agent payment intent. Pay.sh accepts both, which is significant: it normalises the "two competing protocols" narrative into "use whichever your agent runtime emits."

For the developer, the surface area is tiny. An MCP- or LangChain-style tool emits an HTTP request; the SDK handles the 402 dance underneath. A Solana wallet — from Privy, Phantom programmatic, or a custodial agent wallet — signs the transfer.

Why This Is the First Real x402 Production Story

x402 has had a handful of production endpoints since the protocol launched, but Pay.sh is the first time a top-three hyperscaler is on the receive side. The implications matter:

  • Catalogue scale. Gemini, BigQuery, and Vertex AI are some of the most-called APIs on the public internet. Pay.sh routes every one of those calls through an x402-aware proxy — instantly making Solana stablecoins a first-class payment rail for AI workloads.
  • Long tail attached. The 50+ community providers (Codex, Claude Code, OpenClaw, Hermes, Helius, Alchemy, Dune, Nansen) ride the same proxy. Adding new endpoints is now an SDK integration, not a billing-team negotiation.
  • Per-call economics. Agents pay fractions of a cent per call with no minimum spend. This kills the legacy SaaS metering model for the agentic use case — there is no enterprise contract, no monthly invoice, no procurement cycle. The agent expenses what it consumes.

Read the full article on tomcn.uk →


About the Author

I'm Tom Wang, an AI Developer & Fintech Developer — building AI agents, crypto payment infrastructure, and cross-border payout systems with Rust, Go, and TypeScript. Based in London, UK.

Currently open to new opportunities in fintech, crypto payments, and AI agent engineering.