frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Open in hackernews

Show HN: X402 – an open standard for internet native payments

https://www.x402.org/
16•__erik•1y ago
Hi HN – excited to announce x402, initially developed by Coinbase (YC 12)

x402 lets any HTTP API charge per request without issuing API keys or storing credit cards. Buyers (humans or AI agents) keep funds in their own wallet and dynamically discover compatible endpoints, call them as usual, and automatically pay a microtransaction in USDC or other tokens to settle.

90 second demo: https://www.youtube.com/watch?v=PV-L2AfLhJg

Problem: Every time we want to use a new API we have to: find the service online create a developer account, copy a secret key into env vars, pre-fund or hand over a credit card

This flow blocks agents even more. They can’t solve CAPTCHAs or enter credit cards. It also hurts sellers: fraud, chargebacks, onboarding friction, and marketing to humans are huge pain points.

Why buyers care Zero setup – Hit a new endpoint immediately. Runtime discovery – Because every x402 service exists in a common registry, an agent can search, compare, and invoke in one loop. Self-assembling agents become practical. Easily create proxy servers – Want an endpoint that isn’t supported? You can use our proxy server template to spin up an x402-compatible instance yourself using traditional API keys, and monetize it for others wanting access.

Why sellers care Reach incremental demand – Long-tail bots, side projects, one-off scripts, all of which too small for an account/signup flow, can now pay you. Micropayments without fraud – All payments settle onchain, nothing for stolen credit cards or chargebacks to reverse. Embedded distribution – instead of marketing to humans, create a compelling service meeting demand for agents and watch the requests roll in.

How we got here Last year we launched AgentKit (wallets for AI agents). Tens of thousands of agents now hold onchain balances, but they can’t pay for most web services. We revived the long-unused HTTP 402 (“Payment Required”) status code and wrote a spec to make it real. Marc Andresseen calls the lack of native value transfer “the original sin of the internet,” and we see x402 as the absolution of this sin.

How it works: x402 specifies a standard response body to accompany a 402 status code. This response body contains machine understandable instructions for how to pay. Payments are signature based an included as an `X-PAYMENT` header in a subsequent request to the same API endpoint. The accepting server can verify and settle payment themselves, or delegate the onchain settlement to what we call a facilitator. This means you don't have to touch crypto as a developer, you can just integrate a middleware and start receiving stablecoin payments in as little as 1 line of code. Because x402 natively traverses your existing client / server requests, it can be implemented in any language, and doesn't require webhooks, or any other complex integration. Its literally this simple: `paymentMiddleware("0xYourAddress", {"/your-endpoint": "$0.01"})`

Ask HN API providers – does the one-line integration fit your stack? What’s missing? Agent / infra builders – if a service isn’t available is the proxy server template sufficient? File issues, PRs welcome Everyone – poke holes in the trust and fee model; we’d love to iterate with your feedback

Curious to learn more? Check out our documentation and repo for more information, and please don’t hesitate to reach out to get onboard.

https://github.com/coinbase/x402 https://x402.org https://x402.gitbook.io/x402/getting-started/quickstart-for-...

Comments

danxkim•1y ago
Time to kill the API key.
pestatije•1y ago
standard X.402 (ISO/IEC 10021-2) does already exist
xinbenlv•1y ago
Congrats Erik. We are launching something that support x402 soon. DM'ed you on LinkedIn
ruiseal•1y ago
So it's an "open standard" and you can use any chain that meets Coinbase's "acceptance criteria". So under this guise, their whole goal is to make themselves centralizing force.
__erik•1y ago
we will happy accept PRs the add support for any chains that can perform the payment flows in a safe, non-custodial way for the client, resource server and faciliator. Currently x402 works with any EVM chain, and we're working with several chains on integrating.
ricochet11•1y ago
this looks great, gonna look into writing something to use with fastapi

A Practical Order Matching Framework for High-Frequency Strategy Backtesting

https://medium.com/@DolphinDB_Inc/a-practical-order-matching-framework-for-high-frequency-strateg...
2•dbaa4real•1m ago•0 comments

OpenClaw for Sales – Using Local-First AI Agents for Sales Workflows

https://www.kickscale.com/en/blog/openclaw-sales-ai-agent-revolution
2•mjenul•1m ago•0 comments

25th of May – Towel Day

https://en.wikipedia.org/wiki/Towel_Day
2•smig0•2m ago•0 comments

The Simula One: Linux VR Computer

https://shop.simulavr.com/
2•poly2it•4m ago•0 comments

Your Python Scraper Has a Tell. Curl-Cffi Is How You Hide It

https://medium.com/@farbodkhorramvatan/your-python-scraper-has-a-tell-curl-cffi-is-how-you-hide-i...
2•theanonymousone•11m ago•0 comments

Autonomous bus collided with tram on its first day of service in Sweden

https://brusselssignal.eu/2026/05/tram-hits-self-driving-bus-on-first-day-of-passenger-service-in...
3•zx8080•11m ago•0 comments

Peter Higgs: I wouldn't be productive enough for today's academic system

https://www.theguardian.com/science/2013/dec/06/peter-higgs-boson-academic-system
1•Anon84•15m ago•0 comments

Sentry.io DE Region Outage

https://status.sentry.io
1•coronapl•17m ago•0 comments

RSS Anyway

https://astrohacker.com/blog/2026-04-24-introducing-rss-anyway/
1•berlianta•17m ago•0 comments

La Page Du Temps

https://vigilix.fr/
1•zekinht•18m ago•0 comments

AI overly affirms users asking for personal advice

https://vechron.com/2026/05/ai-overly-affirms-users-asking-for-personal-advice/
6•ofcyes•19m ago•1 comments

OWASP CVE Lite CLI

https://github.com/OWASP/cve-lite-cli
1•mjtk•20m ago•0 comments

Oak Ridge Starts Weaving Together a Quantum, Classical HPC, and AI System Stack

https://www.nextplatform.com/hpc/2026/05/21/oak-ridge-starts-weaving-together-a-quantum-classical...
1•rbanffy•22m ago•0 comments

Ask HN: How do you deal with analysis paralysis on big goals?

2•SidVikJay•22m ago•0 comments

Citing Gandalf, Pope Leo says we must "disarm" AI

https://arstechnica.com/tech-policy/2026/05/citing-gandalf-pope-leo-says-we-must-disarm-ai/
1•rbanffy•23m ago•1 comments

RetinaDesk: Definitive guide to 5K and 6K displays for Mac

https://retinadesk.com/
1•ingve•24m ago•0 comments

Launching Avrea: CI that helps teams ship faster

https://avrea.com/blog/launching-avrea
1•_Ormod_•25m ago•0 comments

Layered retrieval beats grep alone for LLM-generated engineering docs

https://github.com/rduffyuk/engineering-memory-benchmark
1•rduffyuk•26m ago•0 comments

SkillOpt – Executive Strategy for Self-Evolving Agent Skills

https://microsoft.github.io/SkillOpt/
1•gfortaine•31m ago•0 comments

News about Raspberry Pi 6 and Microcontroller Development – Jeff Geerling

https://www.jeffgeerling.com/blog/2026/news-about-raspberry-pi-6-and-microcontroller-development/
2•rbanffy•33m ago•0 comments

Out of the Loop

https://volary.ai/articles/sdlc-agents
1•CamouflagedKiwi•35m ago•0 comments

Meteor strike captured on volcano livestream [video]

https://www.youtube.com/watch?v=kRntP5h3AqI
3•hermitcrab•38m ago•0 comments

Agent Activity: User Activity Recon Toolkit

https://github.com/RafaGomezGuillen/agent-activity
1•rafagomezgu•39m ago•0 comments

Improving Local Techdocs for Your AI Coding Agent

https://www.heltweg.org/posts/improving-local-techdocs-for-your-ai-coding-agent/
1•rhazn•39m ago•0 comments

Nano Browser LLM

https://nano-browser-llm.vercel.app/
1•trastentrasten•41m ago•0 comments

Show HN: atproxy – proxy Android app TCP traffic to an upstream HTTP proxy

https://github.com/lc-at/atproxy
1•loncat4215•41m ago•0 comments

Nonprofits, organizations, and individuals who accept donations via Monero

https://donatemonero.org/
1•Cider9986•42m ago•0 comments

Why East of Eden, Not the Grapes of Wrath, Is Steinbeck's Masterpiece

https://systemsthinkingcollection.substack.com/p/outliving-the-exodus
1•InputName•45m ago•0 comments

Ask HN: Which product branding do you prefer?

1•hackermanai•46m ago•0 comments

The Open/Closed Problem in AI

https://blog.mempko.com/the-open-closed-problem-in-ai/
2•vinhnx•52m ago•0 comments