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

Mini Micro Fantasy Computer

https://miniscript.org/MiniMicro/index.html#about
1•nicoloren•59s ago•0 comments

Motorola's preinstalled "Smart Feed" app hijacks apps for affiliate revenue

https://old.reddit.com/r/Android/comments/1tno2z3/motorolas_preinstalled_smart_feed_app_hijacks/
1•stefan_•2m ago•0 comments

EU to squeeze US space tech out of prized satellite airwaves

https://www.politico.eu/article/eu-reserve-satellite-spectrum-operators/
1•berlianta•5m ago•0 comments

The Confession Nobody Expected

https://victoriaaremo.substack.com/p/the-confession-nobody-expected
2•victoria_aremo•7m ago•0 comments

NASA unveils next steps to build permanent Moon base

https://www.bbc.co.uk/news/articles/c39228nxyr4o
2•haack•7m ago•0 comments

Intel: Vision Without Execution, a comic-style deep dive (2000–2026)

https://zozo123.github.io/intel-story/
3•zozo123-IB•8m ago•0 comments

KDE Dolphin with tabs on top discussion

https://bugs.kde.org/show_bug.cgi?id=464386
2•maverick74•8m ago•0 comments

Scott Aaronson won't collaborate with the New York Times anymore

https://scottaaronson.blog/?p=9758
2•camillomiller•9m ago•0 comments

Why do most teleprompter apps suck?

https://thesmartteleprompter.com
1•timcombridge•13m ago•1 comments

Is GitHub Pull Request page copy broken?

https://imgur.com/a/CJfEaIr
2•__natty__•13m ago•0 comments

Uglycash

https://ugly.cash/
1•janandonly•14m ago•0 comments

OpenMLS Has Been Audited

https://blog.phnx.im/openmls-independent-security-audit/
4•raphaelrobert•17m ago•0 comments

1-Bit and Ternary Bonsai Image 4B: Image Generation for Local Devices

https://prismml.com/news/bonsai-image-4b
1•Marius77•18m ago•0 comments

Show HN: Wolf – Turn Slack threads into multiplayer agent workspaces

https://getwolf.dev
3•swimninja247•27m ago•3 comments

Jqwik 1.10.0 ships a hidden prompt injection telling AI agents to delete code

https://github.com/jqwik-team/jqwik/issues/708
1•rjbatllet•28m ago•0 comments

UFC fighting cage rises on White House lawn

https://apnews.com/article/ufc-octagon-white-house-trump-america-250-4fa60d8e0cd34448b55f34f41b18...
2•geox•28m ago•0 comments

Technical Demo Design: Live Coding vs. Pre-Recorded Demos

https://blog.segment8.com/posts/technical-demo-design/
1•ankitg12•29m ago•0 comments

EU Managed Kubernetes Comparison

https://www.eucloudcost.com/kubernetes/
3•mixxor•29m ago•0 comments

Building a Real-Time Stock Momentum Ranking System

https://medium.com/@DolphinDB_Inc/building-a-real-time-stock-momentum-ranking-system-with-dolphin...
3•CrazyTomato•33m ago•0 comments

Nextra – Next.js Static Site Generator

https://nextra.site
1•janandonly•34m ago•0 comments

Claude, Author of the Humanitas

https://linch.substack.com/p/claude-author-of-the-humanitas
1•wyclif•36m ago•0 comments

A Terminal‑Style Maze Game with Corruption and Zombies

https://bluebottleware.itch.io/the-labyrinth
1•j0hnsm1th•38m ago•0 comments

Discover European Tech Alternatives

https://techropa.com
2•doener•40m ago•0 comments

Quantum dot qubit using High NA EUV lithography

https://www.imec-int.com/en/press/world-first-imec-presents-quantum-dot-qubit-device-using-high-n...
1•luu•41m ago•0 comments

Is coherence still a useful signal of truth after generative AI?

https://philpapers.org/rec/JOVSII-2
1•thestructuralme•43m ago•0 comments

San Francisco offline route calculations in browser using Rust (live demo+MIT)

https://punnerud.github.io/mpee/
3•punnerud•49m ago•2 comments

Show HN: Sotto – AI interview assistant for Mac

https://getsotto.ai/
1•sweetgummybears•52m ago•0 comments

Go: Support for Generic Methods

https://github.com/golang/go/issues/77273
1•f311a•54m ago•0 comments

Embedded Recipes 2026 Day One – Live

https://www.youtube.com/watch?v=dFtNisipSY0
1•rettichschnidi•58m ago•1 comments

How AI Agents Work: An Architectural Deep Dive

https://deepresearch.ninja/2026/05/How-AI-Agents-Actually-Work-An-Architectural-Deep-Dive/
1•jackalxyz•1h ago•0 comments