---
title: "RCnet"
path: "/contents/tech/releases/rcnet"
version: "1.3.0"
author: "Hydrate"
createdAt: "2026-02-03T17:47:16.295Z"
updatedAt: "2026-03-16T18:25:46.688Z"
---

# RCnet

**RCnet** was a test network developed by Radix to provide developers with the tools and standards necessary for creating more robust applications on Radix. It has since been superceded by [Stokenet](/contents/tech/releases/stokenet).

## Features

### Transaction Review

The latest iOS Wallet preview build includes an initial version of the transaction review functionality, enabling users to monitor their account transactions, view the [badges](https://docs.radixdlt.com/docs/authorization) they are presenting, and interact with various applications. Although the feature remains under development, it establishes a foundation for future enhancements, such as:

- Customizable guarantees on deposits.

- Prominent warnings for potentially high-risk transactions.

- Special views for specific transaction types.

- An "advanced view" for users desiring a detailed examination of [transaction manifests](/contents/tech/core-protocols/transaction-manifests).

- Improved handling of resources created within transactions.

- Metadata-defined icons for applications, components, and resources.

- Links to additional screens detailing user interactions with dApps and resources.

- Accurate fee estimates and a breakdown of fees between network costs and royalties.

- Multiple visual adjustments and refinements.

### [Core API](https://docs.radixdlt.com/docs/core-api) for Integrators

The node-provided [Core API](https://docs.radixdlt.com/docs/core-api-providers) streamlines the [Babylon](https://www.radixdlt.com/blog/radix-babylon-launch) integration process for exchanges and other third parties, allowing key integrators to work with the [Radix Engine](/developers/legacy-docs/reference/radix-engine/radix-engine) and node without the need to operate their own Gateway instance.

### [Personas](/contents/tech/core-protocols/personas) and Off-Ledger Data Sharing with dApps

The updated Wallet preview now incorporates [Personas](/contents/tech/core-protocols/personas), enabling developers to request personal data directly from the [Radix Wallet](/contents/tech/core-protocols/radix-wallet). The current preview Wallet supports a limited set of personal data fields, with plans to expand the range of fields as development continues.

### [Radix dApp Toolkit](https://github.com/radixdlt/radix-dapp-toolkit)

The Radix dApp Toolkit extends the capabilities of the [Radix Connect](/contents/tech/core-protocols/radix-connect) Button, offering automatic session management, tracking and notifications for requests and transactions, data caching, and more.

Metadata Updates and New Standards

RCnet introduces an initial set of metadata standards designed to assist developers in ensuring proper integration of their dApps, tokens, [NFTs](https://en.wikipedia.org/wiki/Non-fungible_token), and other components with the [Radix Wallet](/contents/tech/core-protocols/radix-wallet) and other clients.

### [Radix Engine Toolkit](/developers/legacy-docs/integrate/radix-engine-toolkit/radix-engine-toolkit) Expansion

In response to developer feedback and the needs of early integrators, the [Radix Engine Toolkit](/developers/legacy-docs/integrate/radix-engine-toolkit/radix-engine-toolkit) will be updated with new features, such as a TypeScript target, a command-line version for [Scrypto](/developers/legacy-docs/updates/roadmap/scrypto/scrypto) developers, and additional functions for building and signing basic transactions.

### Limitations and Ongoing Development

While RCnet achieved the majority of its objectives, certain areas, including the [Gateway API](https://docs.radixdlt.com/docs/gateway-api), Radix Off-Ledger Authentication ([ROLA](https://docs.radixdlt.com/docs/rola)), and fee table adjustments, remain under development. These features will be available before the [Babylon](https://learn.radixdlt.com/article/what-is-radixs-babylon-mainnet) release, although no specific release date has been provided.

<Infobox>
|  | **
DEVELOPMENT** |
| **Launch Date** | [2021-07-28](https://www.radixdlt.com/post/radix-olympia-mainnet-is-here) |
| **Antecedent** | [eMunie](/contents/tech/research/emunie) |
| **Postcedent** | [Stokenet](/contents/tech/releases/stokenet) |
| **Code Repository** | [https://github.com/radixdlt/babylon-node/blob/4e6ef24f3dff750ea3515416e27bcaa8f454cbdc/olympia-engine/](https://github.com/radixdlt/babylon-node/blob/4e6ef24f3dff750ea3515416e27bcaa8f454cbdc/olympia-engine/) |
| **License** | [Radix License, v1](http://radixfoundation.org/licenses/license-v1) |
|  | **LEDGER** |
| **State Model** | [Sharded](/contents/tech/core-concepts/sharding) |
| **Shard Groups** | [1](/contents/tech/core-concepts/shard-groups) |
| **Sybil Protection** | [Delegated Proof of Stake](/contents/tech/core-concepts/delegated-proof-of-stake-dpos) |
| **Consensus Protocol** | [Hotstuff](https://hackernoon.com/hotstuff-the-consensus-protocol-behind-safestake-and-facebooks-librabft) |
| **Execution Environment** | [Radix Engine](/contents/tech/core-protocols/radix-engine) v1 |
| **Validator Node Cap** | 100 |
</Infobox>