RADIX WikiRADIX Wiki

Stokenet is the persistent public test network for Radix. Launched in July 2021, Stokenet serves as a sandboxed environment for Radix users and project builders to test applications and the latest versions of the Radix Node software.

History and Purpose

Stokenet was launched on July 7, 2021 to replace the Olympia Betanet. The name "Stokenet" is a nod to Stoke-on-Trent, England, the birthplace of Radix, paying homage to the project's roots and origins.

The primary purpose of Stokenet is to provide a parallel ledger version history to the Radix mainnet, allowing developers, node runners, and enthusiasts to interact with and validate the Radix network without the risk of impacting the actual mainnet operations. Stokenet features a faucet system that distributes free (test) $XRD tokens, enabling users to explore and test the network's capabilities without the need for real-world value transactions.

Technical Details

Connect to Stokenet

  1. Download and install the Radix Wallet from https://wallet.radixdlt.com or by scanning the QR code below:

  2. From the Settings ⚙️ menu, click on App Settings:

  3. Switch on Developer Mode:

  4. Then click on Network Gateways:

  5. Click on Add New Gateway:

  6. Add the following gateway URL: https://babylon-stokenet-gateway.radixdlt.com

Get Test $XRD

  1. Click on your Stokenet account:

  2. Click on the menu in the top-right corner:

  3. Click on ‘Get XRD Test Tokens’ at the bottom of the page:

Features

Stokenet offers a range of features that facilitate comprehensive testing and experimentation for the Radix ecosystem:

  • Parallel Ledger Version History: One of the core features of Stokenet is its ability to maintain a ledger version history that runs parallel to the Radix mainnet. This ensures that developers and node runners can accurately simulate and test various scenarios without impacting the live mainnet operations.

  • Faucet for Test $XRD: To enable seamless testing and exploration, Stokenet provides a faucet system that distributes free (test) XRD tokens to users. These test tokens have no real-world value but allow users to interact with the network, deploy smart contracts, and test various functionalities without the need for real-world value transactions.

  • Community Node Runner Participation: Stokenet is designed to be an open test environment for the Radix community. Node runners interested in testing and practicing the operation of validator nodes can join the official Radix Discord and request stake allocation. However, it's important to note that stake on Stokenet is not guaranteed, and the Radix team may adjust or reset it as needed during testing phases.

  • Different Address Prefix: To prevent accidental transfers between the Stokenet and the Radix mainnet, all addresses and IDs on Stokenet have a distinct human-readable prefix. This ensures that the test network addresses are clearly differentiated from mainnet addresses, mitigating the risk of unintentionally sending real tokens to a test network address or vice versa.

Developer Tooling

Stokenet's hosted web tooling was retired during 2026. Verified 30 July 2026: stokenet-console.radixdlt.com and stokenet-sandbox.radixdlt.com return HTTP 530 from the Cloudflare edge with no origin behind them, and stokenet-dashboard.radixdlt.com issues a redirect to the mainnet dashboard homepage, discarding both the network and the requested path. No Stokenet instance exists under radixscan.io either.

Mainnet's equivalents still resolve, but no longer from Radix: dashboard.radixdlt.com and console.radixdlt.com redirect (paths preserved) to community deployments run by RadixScan.

To get a Stokenet Dashboard or Developer Console, run one from radixdlt/dapps-monorepo (Apache-2.0): set PUBLIC_NETWORK_NAME=stokenet plus a Stokenet dApp definition address, then build with npx turbo run build --filter=console and run node apps/console/build, or deploy apps/console on Vercel with the Vercel SvelteKit adapter. The repository's README carries the full deployment guide.

Stokenet's Gateway itself is unaffected and still answers at babylon-stokenet-gateway.radixdlt.com.

HydrateLast updated Jul 30, 2026v1.2.16 revisions