frontpage.
newsnewestaskshowjobs

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

Meta fires 8k employees,replaces with agents.Then realised it was a mistake

https://timesofindia.indiatimes.com/technology/tech-news/after-laying-off-8000-employees-meta-ceo...
1•gilfoyle_7•1m ago•0 comments

Kubernetes v1.37: Etcd RangeStream Cuts Memory Use on Large List Reads

https://kubernetes.io/blog/2026/09/01/kubernetes-v1-37-etcd-range-stream/
1•hn3ufz62f7•1m ago•0 comments

HuggingFace: Security.txt

https://huggingface.co/security.txt
1•yarapavan•3m ago•0 comments

Introducing EP-1: A local model that summarises meetings

https://www.epilude.com/news/introducing-ep-1
1•oakst•3m ago•0 comments

EPA to Loosen Methane Rules, Boosting Pollution from Oil and Gas Wells

https://www.propublica.org/article/methane-gas-epa-proposal-stripper-wells
1•hn_acker•4m ago•0 comments

I built a browser and HTTP client together from scratch for pentesting

https://www.reddit.com/r/Pentesting/comments/1wdi180/i_built_a_browser_and_http_client_together_f...
1•syumei•5m ago•0 comments

Show HN: SQLite-Vector – Vector search for SQLite, now Apache 2.0

https://github.com/sqliteai/sqlite-vector
1•marcobambini•5m ago•0 comments

Ask HN: What if we funded math research like we fund AI labs?

1•Murfalo•6m ago•0 comments

Sandbox Boundaries

https://cantelop.com/blog/running-agents-as-untrusted-code
1•arsentjev•7m ago•0 comments

My hybrid app framework is now running on 100k devices

https://newsletter.masilotti.com/p/ruby-native-apps-are-running-on-100000
1•joemasilotti•7m ago•0 comments

Nitter Is Archived Again

1•worldsavior•10m ago•0 comments

Show HN: Tailboot – A bootable that connects to your Tailscale network

https://tailboot.download/
1•shoeb00m•11m ago•0 comments

30 Years of Postgres: A Conversation with Tom Lane [video]

https://www.youtube.com/watch?v=2ajXkLeVXxQ
1•craigkerstiens•11m ago•0 comments

Review a pull request by booting it (nix)

https://fzakaria.com/2026/09/09/review-a-pull-request-by-booting-it
2•mfrw•13m ago•0 comments

Collectiv Beta Built by Sol 5.6 Using Codex

1•spidathadonbook•14m ago•0 comments

Debusine: A CI platform for Debian-based distributions

https://freexian-team.pages.debian.net/debusine/index.html
1•Bluestein•14m ago•0 comments

AWS and Personal Financial Risk

https://paultreanor.com/aws-risk
1•paultreanor•15m ago•0 comments

Who pays the cost when Americans opt out of science?

https://bigthinkmedia.substack.com/p/who-pays-the-cost-when-americans
1•pseudolus•15m ago•0 comments

Making LLMs not eat my food or how I picked up TS

https://kol3x.com/blog/making-llms-not-eat-my-food-or-how-i-picked-up-ts/
1•kol3x•15m ago•0 comments

Elevated errors for Claude Mythos 5.1 and Claude Fable 5.1

https://status.claude.com/incidents/t33dncr5ydvl
2•claudeIsDown•16m ago•1 comments

Who's next for Bending Spoons to acquire?

https://nextspoons.com
2•jlaneve•16m ago•1 comments

Show HN: Agentwire, other people's shipped agent tooling

https://agentwire.thecompound.tech
1•kyisaiah47•19m ago•0 comments

A Peek Inside Meta's Muse VMs

https://rohanadwankar.github.io/posts/sandbox2.html
1•RohanAdwankar•19m ago•1 comments

The Worst Spam Emails: Inside iLands' AI Agent Hustle

https://tedium.co/2026/09/11/ilands-agents-email-spam-kaixin-tang/
1•shortformblog•20m ago•0 comments

Introduction to MACs and PHYs

http://axiomfactory.co/phy
1•dvc94ch•20m ago•1 comments

Very niche software, part 2

https://philbooth.me/blog/very-niche-software-part-2
1•philbo•20m ago•0 comments

Penchants of the polymaths (al-Biruni, Alhazen, Avicenna and al-Khwarizmi)

https://aeon.co/essays/four-islamic-polymaths-prove-breadth-beats-specialisation
1•mdp2021•20m ago•1 comments

I sold my company (2009)

https://longform.asmartbear.com/rich-vs-king-sold-company/
1•tosh•21m ago•0 comments

Hamas planned Berlin-Vienna attacks for Oct. 7 anniversary, GBA indictment shows

https://www.politico.eu/article/hamas-planned-berlin-vienna-attacks-for-oct-7-anniversary-indictm...
3•alephnerd•21m ago•0 comments

Bessent says 'a large bank' to be sanctioned on Monday as part of Iran strategy

https://www.cnbc.com/2026/09/11/bessent-large-bank-sanctioned.html
1•cramer4next•21m ago•0 comments