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

Show HN: I turned my quote collection into a walkable 3D library

https://jakubhalmes.com/library/
1•jac08h•1m 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
1•fortran77•2m ago•1 comments

Barbarians at the Gateways (2013)

https://queue.acm.org/detail.cfm?id=2536492
1•tosh•3m ago•0 comments

Show HN: Learn by rebuilding Redis, Git, a database from scratch

https://shipthatcode.com
1•acley•4m ago•0 comments

Speculations Concerning the First Ultraintelligent Machine (1965) [pdf]

https://languagelog.ldc.upenn.edu/myl/Good1964.pdf
1•zetalyrae•12m ago•0 comments

DOGE Officially Shuts Down

https://thehill.com/homenews/administration/5955468-doge-shuts-down-operations/
3•thunderbong•14m ago•0 comments

Kairos Engine – a pipeline that kills trading strategies before they cost money

https://github.com/mohamadomar-ai/kairos-engine
1•Mohamad_Omar•20m ago•0 comments

Most ArXiv papers contain information never meant to be shared

https://www.nature.com/articles/d41586-026-02057-8
1•bookofjoe•23m ago•1 comments

Five Foreign Words English Should Steal Immediately

https://commonplacefacts.com/2026/07/11/foreign-words-english-needs/
2•theanonymousone•25m ago•0 comments

World oil demand set for first annual decline since 2020, IEA says

https://www.cnbc.com/2026/07/10/iea-world-oil-demand-declines-iran-war.html
2•geox•27m ago•0 comments

Introduction to Reinforcement Learning and Its Role in LLMs

https://huggingface.co/learn/llm-course/en/chapter12/2
1•tosh•30m ago•0 comments

Fable 5 made a Fireship Video for GPT 5.6 Sol

https://www.youtube.com/watch?v=cSsVNtGPOIg
1•mesmertech•31m ago•1 comments

Forking an Open Source Project

https://codeblog.jonskeet.uk/2026/07/11/forking-an-open-source-project/
1•ingve•31m ago•0 comments

Rollup Table

https://questdb.com/glossary/rollup-table/
1•tosh•32m ago•0 comments

FAA approves first space mirror

https://spacenews.com/fcc-approves-first-reflect-orbital-satellite/
1•stogot•34m ago•2 comments

Reimplementing pf as an eBPF/XDP dataplane on Linux

https://blog.nfsensei.org/the-packet-filter-reborn.html
1•882542F3884314B•35m ago•0 comments

CyberNom: Self-Hosted Threat Intel and SoC Monitoring Platform, Single Go Binary

https://github.com/Hayder-Rzaigui/cybernom-community
1•Hayderrr•36m ago•0 comments

G# – A modern .NET language with Go, Kotlin, and Swift ergonomics

https://davidobando.github.io/gsharp/
1•serial_dev•40m ago•0 comments

Semantic/Hybrid Search in the Browser

https://bart.degoe.de/semantic-search-in-your-browser/
4•bartdegoede•40m ago•0 comments

Show HN: Browser-only tools with no uploads and no accounts

https://toolsdeck.app/
1•biplabwagle•41m ago•0 comments

Two Database Migrations and a Divorce

https://usefathom.com/blog/two-database-migrations-and-a-divorce
1•tosh•44m ago•0 comments

Show HN: Sfotty Pie – A browser-based Atari 8-bit emulator in TypeScript

https://a8.aygun.me
1•cyco130•46m ago•0 comments

If You Want Taste, You're Gonna Have to Eat

https://jxnl.co/writing/2026/07/05/taste/
3•JumpCrisscross•55m ago•0 comments

Ask HN: What are some of the use-cases of the frontier models's max mode?

1•avinoth•57m ago•0 comments

Show HN: Mtg – Arcade games for the terminal, in Rust with Ratatui

https://github.com/modern-terminal-games/mtg
3•funnyfoobar•59m ago•0 comments

The Restraint Problem

https://bartkolendowski.com/writing/the-restraint-problem.html
3•riskcomplex•1h ago•1 comments

Steve Jobs: Let's force Amazon to use our payment system (2010)

https://twitter.com/TechEmails/status/1438188756738191362
1•downbad_•1h ago•1 comments

Show HN: A Figma file viewer for the 333 MHz Sony PSP

https://pocketjs.dev/blog/pocket-figma/
3•doodlewind•1h ago•1 comments

Alice and Mirror Alice [short story]

https://forum.effectivealtruism.org/posts/HtcQcQcTGqhpCJoiY/alice-and-mirror-alice-short-story
1•ClosedPistachio•1h ago•0 comments

Temper – A programming language for libraries translated to all the others

https://github.com/temperlang/temper
1•modinfo•1h ago•0 comments