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

42% of adults rely on their parents for financial support

https://www.cnbc.com/2026/07/16/42percent-of-adults-rely-on-their-parents-for-financial-supportth...
1•root-parent•25s ago•0 comments

The Ethics Issue of AI-Assisted Creation

https://im.not.ci/ai-creator-ethic/
1•uneven9434•2m ago•0 comments

I built a Mac app that turns native-language drafts into natural English

https://www.echoo.ai/
1•mike-el•2m ago•1 comments

The Growing Compute Shortage

https://www.apollo.com/wealth/insights-news/insights/2026/06/growing-compute-shortage
1•dmitriy_ko•3m ago•0 comments

AI Will Not Eat You

https://im.not.ci/ai-is-not-eating-you/
1•uneven9434•3m ago•0 comments

Harnessing Harnesses

https://blog.zsec.uk/harnessing-harnesses/
1•wslh•4m ago•0 comments

The Mind-Bending Company That Gets a Million Job Applications–and Rejects 99.9%

https://www.wsj.com/business/bending-spoons-jobs-hiring-stock-eaed2b8e
2•simonebrunozzi•5m ago•0 comments

Bokal – An open-source cookie editor that asks for no host permissions up front

https://bokal.dev
1•bolalapp•7m ago•0 comments

ChatGPT Has Merch

https://openai.com/supply/shop/
1•mrmarket•7m ago•1 comments

Should I Use an Agent?

https://shouldiuseanagent.com/
1•gregsadetsky•7m ago•0 comments

California Steps Back From Dangerous Expansion of its Age-Gating Law

https://www.eff.org/deeplinks/2026/07/california-steps-back-dangerous-expansion-its-age-gating-law
1•Brajeshwar•9m ago•0 comments

Reverse Engineering the Firmware of an MP3 Player with LLMs

https://im.not.ci/echo-mini-rse/
1•uneven9434•9m ago•0 comments

Chinese filing implies DeepSeek valuation of around $52B

https://www.reuters.com/world/asia-pacific/chinese-filing-implies-deepseek-valuation-around-52-bi...
1•01-_-•9m ago•0 comments

Energy IPOs surge as investors hunt for ways to play AI boom

https://arstechnica.com/information-technology/2026/07/energy-ipos-surge-as-investors-hunt-for-wa...
2•joozio•10m ago•0 comments

Anthropic CEO gives $1M to super PAC amid battle of AI big-money groups

https://www.politico.com/news/2026/07/16/anthropics-ceo-gives-1-million-to-super-pac-amid-feud-of...
2•01-_-•10m ago•0 comments

Why Domain-Driven Design Is a Great Fit for Coding with Claude

https://menelaos.vergis.net/posts/Why-Domain-Driven-Design-Is-a-Great-Fit-for-Coding-with-Claude
1•melenaos•11m ago•0 comments

The Bug Bounty Singularity: Our Hackbot

https://josephthacker.com/hacking/2026/07/01/we-built-a-hackbot.html
1•wslh•11m ago•0 comments

VarAlign – catch the duplicate variables AI agents scatter across sessions

https://github.com/greenyogainc/varalign
1•andreab67•11m ago•0 comments

Village in UK Successful Succession Vote

https://en.wikipedia.org/wiki/Piddington,_Oxfordshire
1•Eaglo•12m ago•2 comments

Show HN: Embusa, a malware analysis team at your fingertips

https://www.embusa.ai
2•gxenos95•12m ago•0 comments

We Rebuilt Screpy

https://screpy.substack.com/p/we-rebuilt-screpy-take-another-look
1•criexe•12m ago•0 comments

Hearts and Minds: An Ambivalent Review of "Project Hail Mary"

https://www.rifters.com/crawl/?p=11659
2•leephillips•14m ago•0 comments

Apple's Chipmaker Pledges $100B More for US Plants

https://www.macrumors.com/2026/07/16/tsmc-pledges-100-billion-for-us-plants/
1•tosh•15m ago•0 comments

Show HN: Skupa – Map Azure SQL/Synapse dependencies, read-only and offline

https://www.skupa.io/
1•StudioHeat•16m ago•0 comments

Driving

https://nonogra.ph/driving-07-16-2026
1•filup•16m ago•0 comments

What good are wings without the courage to fly?

1•koobear•17m ago•0 comments

We Open-Sourced an Identity Lifecycle Management Platform

https://omnitrust.com/why-we-open-sourced-ilm/
1•carolineilm•18m ago•1 comments

Launch HN: Traceforce (YC S26) – Company-wide security monitoring for AI apps

2•XiaHua•20m ago•1 comments

Chatto Is Robots

https://hmans.dev/blog/chatto-is-robots
1•janpio•20m ago•0 comments

Someone Used AI to Write an Unauthorized Biography of Me

https://www.nytimes.com/2026/07/16/technology/ai-slop-books-biography-amazon.html
1•igonvalue•21m ago•0 comments