RADIXBETA
Ecosystem

Infrastructure

Full-stack technical architecture of Radix

Hyperscale

Linear scalability: 500,000+ TPS with cross-shard atomicity

Radix Seal

Self-custody signing, encryption and secure chat: no servers hold your files

Google Wallet × Radix

Invisible digital ownership: NFT tickets with a simple NFC tap

Dashboard

Explore transactions, validators, and real-time staking status.

Dapps

Native DeFi apps in the ecosystem

Games

Play and earn XRD in weekly tournaments

Astrolescent

The most advanced DeFi aggregator on Radix

Developers

Docs

Technical documentation and whitepapers

Academy

Learn Scrypto from scratch, for free

Console

Developer console: tokens, packages, manifests and metadata

Radix Wiki

The community-maintained encyclopedia with all technical information and official documentation

Wallet

Download iOS

Radix Wallet for iPhone

Download Android

Radix Wallet for Android

Download Chrome

Radix Wallet Connector for Chrome to link chrome with Radix Wallet

Buy XRD

Buy XRD directly with a credit or debit card

RadQuest

Gamified onboarding to learn Radix

Gumball Club

Interactive playground for native assets

Community

Governance

Community proposals, results and voting

Blog

Latest news and protocol updates

Forum

Community debates and proposals

YouTube

Official videos, tutorials and conferences

X (Twitter)

Follow official Radix news and updates in real-time

Telegram

Join the global Radix community chat

Discord

Connect with developers and ecosystem members

Roadmap

Radix DLT

Track the evolution of the Radix mainnet

Hyperscale

Discover the path to infinite scalability

About

About Us

Discover our mission, vision and team

Transparency

Open and auditable ecosystem management

Language

Appearance

Select Network

Select Network

Allocation of Recoverable hUSDC Collateral Following the 31 August 2026 Exploit

Temperature check #7 · Radix Consultation

RadixDAO: Constitutional ratification of the Governance Framework

Proposal #0 · Radix DAO

RadixDAO: Constitutional ratification of the Governance Framework

Temperature check #0 · Radix DAO

Adding Radix to the x402 payment standard and the CAIP namespaces registry

Temperature check #6 · Radix Consultation

Migrate the Radix Website from Webflow to Cloudflare

Proposal #2 · Radix Consultation

Stokenet hosting proposal

Proposal #1 · Radix Consultation

Migrate the Radix Website from Webflow to Cloudflare

Temperature check #5 · Radix Consultation

Stokenet hosting proposal

Temperature check #4 · Radix Consultation

Proposal: Radix Onboarding Agent — Bringing External Liquidity Into Radix via AI

Temperature check #3 · Radix Consultation

Xi’an: Delivering Hyperscale for Radix

Proposal #0 · Radix Consultation

Xi’an: Delivering Hyperscale for Radix

Temperature check #2 · Radix Consultation

Best Shrek Movie

Temperature check #1 · Radix Consultation

Genesis

Temperature check #0 · Radix Consultation

RADIXBETA

The only Layer-1 DLT infrastructure designed from scratch for the global financial system. ROA, Cerberus, and Scrypto solve the Crypto Trilemma.

For Institutions

  • Institutional Pilot
  • Atomic DvP (T+0)
  • On-Chain KYC/AML
  • RWA Tokenization
  • Radix Seal
  • Google Wallet × Radix

Developers

  • Official Documentation
  • Radix Academy
  • Web3 Console
  • Hyperscale Architecture
  • Radix Wiki

Users

  • iOS Wallet
  • Android Wallet
  • Chrome Connector
  • Buy XRD
  • Stake XRD
Privacy PolicyTerms of Service
All votes
Temperature checkClosedRadix Consultation · #6

Adding Radix to the x402 payment standard and the CAIP namespaces registry

I’m proposing that we, as a community, back an effort to (1) register Radix in the Chain Agnostic (CAIP) namespaces registry and (2) add Radix as a supported network in the x402 open payment standard. A non-binding Temperature Check vote will follow this thread so XRD holders can signal support which will be used to support both submissions to the relevant orgs

Full text of the proposal

Temperature Check: Adding Radix to the x402 payment standard and the CAIP namespaces registry

TL;DR — I'm proposing that we, as a community, back an effort to (1) register Radix in the Chain Agnostic (CAIP) namespaces registry and (2) add Radix as a supported network in the x402 open payment standard. A non-binding Temperature Check vote will follow this thread so XRD holders can signal support before any full governance vote.

What is x402?

x402 is an open, Apache-2.0 licensed payment standard built around the HTTP 402 Payment Required status code. It lets any API or web service charge for access directly over HTTP — no accounts, no sessions, no card details. A client requests a resource, the server replies with payment requirements, the client signs a payment, and the server verifies and settles it on-chain. It is designed for machine-to-machine payments and micropayments, which makes it one of the main emerging standards for AI agents paying for services autonomously.

x402 is governed by the x402 Foundation and is deliberately network-agnostic: EVM chains, Solana, Stellar, Aptos, TON, Algorand, NEAR, XRPL, Hedera and others are already specified or supported. Radix is not — yet.

Why this matters for Radix

  • Agentic payments are becoming a real market. If AI agents settle payments over x402, the networks listed in the standard are the networks that traffic flows to. Radix's transaction model is genuinely well-suited to this: subintents let a user sign exactly the payment and nothing else, and fee sponsorship means the payer never needs XRD for gas.
  • Every fungible resource on Radix becomes usable. x402 facilitators support networks, not tokens — once Radix is in, any Radix stablecoin or token can be used for payments by any x402-compatible service.
  • Standards visibility. The CAIP registry (chainagnostic.org) is the reference used by wallets, dapps, and cross-chain tooling to identify chains, accounts, and assets unambiguously. Radix currently has no registered namespace there, which means every cross-chain tool that touches Radix invents its own identifiers.

What has been done already

A complete draft specification for the x402 exact payment scheme on Radix has been written against the current upstream x402 repo — you can read it here:

  • Draft Radix scheme spec: scheme_exact_radix.md
  • Radix entry in the cross-network scheme overview: scheme_exact.md

The spec covers two settlement modes:

  1. Sponsored (recommended): the client signs a payment subintent; the facilitator wraps it in a root transaction and pays fees — the payer needs zero XRD.
  2. Non-sponsored: the client signs a complete transaction including fees.

It defines the full verification and settlement rules a facilitator must enforce (exact-amount matching, replay protection, facilitator-safety checks, preview/simulation requirements), has been cross-checked against the official Radix integrator documentation (well-known addresses, address format, transaction outcome handling), and follows the same conventions as the recently merged Starknet, XRPL, and NEAR specs. The fork is kept in sync with the upstream x402 repo, so what you're reading reflects the current state of the standard.

The plan

Step 1 — CAIP namespaces registration. Submit a PR to ChainAgnostic/namespaces registering the radix namespace with three profiles:

  • CAIP-2 (Blockchain IDs): chain identifiers, e.g. radix:mainnet and radix:stokenet, with the mapping to Radix network IDs and address HRPs.
  • CAIP-10 (Account IDs): the bech32m account address format (account_rdx1...).
  • CAIP-19 (Asset IDs): resource addresses (resource_rdx1...) so tokens can be referenced unambiguously cross-chain.

This is a documentation PR reviewed by the CASA editors — no fee, no token listing, no protocol change. It benefits the whole ecosystem beyond x402 (wallets, bridges, WalletConnect-style tooling all key off CAIP identifiers).

Step 2 — x402 specification PR. Submit the Radix exact scheme spec (linked above) to the x402 Foundation repo. Their process for a new chain family is spec first, then a reference SDK implementation, then further SDK ports — each a separate PR with Foundation review.

Step 3 — Reference implementation and facilitator. After spec approval, implement the Radix mechanism in one of the x402 SDKs (TypeScript or Python) with the required unit/integration/e2e tests, and stand up a public facilitator on Stokenet so anyone can test end-to-end before mainnet use.

Why a Temperature Check?

None of the above technically requires a governance vote — anyone can submit these PRs. But I want to do this with visible community backing, for two reasons:

  1. Credibility upstream. Both the x402 Foundation and the CAIP editors look for evidence that a submission represents an ecosystem, not one individual. A supportive community signal materially strengthens both PRs.
  2. Shared identifiers are forever. The CAIP-2/10/19 profiles define how the outside world refers to Radix networks, accounts, and assets. That deserves community eyes before it's locked in — for example, whether chain references should be named (radix:mainnet) or numeric (radix:1).

The Temperature Check is a non-binding signal vote for XRD holders. It asks one question:

Should the community support registering Radix in the CAIP namespaces registry (CAIP-2, CAIP-10, CAIP-19) and submitting Radix for inclusion in the x402 payment standard?

A positive result does not commit anyone to anything or spend any funds — it gauges sentiment before this potentially proceeds to a full governance vote (for instance, if the community later wants ecosystem funding for the facilitator or SDK maintenance). A negative or mixed result tells us to rework the approach here first.

What I'm asking from you

  • Read the draft spec and critique the approach — especially the CAIP-2 reference format question (named vs. numeric chain references) and anything in the payment flow you think is unsafe or un-Radix-like.
  • If you build wallets, tooling, or dapps on Radix: does the CAIP profile shape work for you? Your feedback belongs in the registration PR's discussion thread.
  • Vote in the Temperature Check when it opens, whichever way you lean.

References

  • Draft Radix x402 spec: https://github.com/AVaunt-consulting/x402/blob/main/specs/schemes/exact/scheme_exact_radix.md
  • x402 documentation: https://docs.x402.org/introduction
  • x402 network & token support: https://docs.x402.org/core-concepts/network-and-token-support
  • x402 Foundation repo: https://github.com/x402-foundation/x402
  • CAIP-2 (Blockchain IDs): https://chainagnostic.org/CAIPs/caip-2
  • CAIP-10 (Account IDs): https://chainagnostic.org/CAIPs/caip-10
  • CAIP-19 (Asset IDs): https://chainagnostic.org/CAIPs/caip-19
  • CAIP namespaces registry: https://github.com/ChainAgnostic/namespaces

Learn more

radixtalk.com/t/adding-radix-to-the-x402-payment-standard-and-the-caip-namespaces-registry/2321github.com/AVaunt-consulting/x402/blob/main/specs/schemes/exact/scheme_exact_radix.mddocs.x402.org/introductiondocs.x402.org/core-concepts/network-and-token-supportgithub.com/x402-foundation/x402chainagnostic.org/CAIPs/caip-2chainagnostic.org/CAIPs/caip-10chainagnostic.org/CAIPs/caip-19github.com/ChainAgnostic/namespacesgithub.com/AVaunt-consulting/namespaces

Your vote

Voting is closed. No more votes can be cast.

Vote details

SystemRadix Consultation
TypeTemperature check
Number#6
OpensAug 1, 2026, 9:28 AM
ClosesAug 6, 2026, 9:28 AM
Raised byaccount_rdx1…j8f5w4
Componentcomponent_rd…d3k3xt