# Testnets

The Real Testnet, officially named REAL, is a testing environment for the Real blockchain, a decentralized Layer 1 (L1) network focused on tokenizing real-world assets (RWAs) for small and medium enterprises (SMEs). The REAL Testnet allows developers, businesses, and users to experiment with Real’s features—such as RWA tokenization, smart contracts, and staking—without risking real funds. This page provides an overview of the REAL Testnet and how to get started.

***

## What is the REAL Testnet?

The **REAL Testnet** is a fully functional replica of the **Real** Mainnet, designed for testing and development purposes. It mirrors the Mainnet’s architecture, including its consensus mechanism (Tendermint-based Proof-of-Stake via the Cosmos SDK), smart contract functionality, and RWA tokenization capabilities. The key difference is that the REAL Testnet uses test $ASSET tokens, which have no real-world value, allowing users to experiment freely.

### Key Features of the REAL Testnet

* **Safe Testing Environment:** Test features like tokenizing assets, deploying smart contracts, and staking without financial risk.
* **Identical to Mainnet:** The Testnet replicates the Mainnet’s functionality, ensuring that applications and workflows tested here will work seamlessly on the live network.
* **Developer-Friendly:** Built for developers to test dApps, smart contracts, and integrations before deploying to the REAL Mainnet.
* **Community Access:** Open to all users, including SMEs, investors, and developers, to explore Real’s ecosystem.

### Use Cases

* **Developers:** Test smart contracts, dApps, and integrations with Real’s infrastructure.
* **SMEs:** Experiment with tokenizing RWAs, such as real estate or inventory, to understand the process.
* **Users:** Learn how to stake $ASSET tokens, participate in governance, or interact with the Real platform.

### $ASSET Tokens and Transaction Fees

The REAL Testnet uses **test $ASSET tokens** to simulate real-world interactions on the network, including the payment of transaction fees.

### Role of Test $ASSET Tokens

* **Transaction Fees:** Just like on the Mainnet, $ASSET tokens are used to pay for transaction fees on the REAL Testnet. This includes fees for:
  * Deploying and executing smart contracts (e.g., creating a tokenized RWA).
  * Transferring test tokenized assets.
  * Interacting with dApps or staking mechanisms.
* **No Real Value:** Test $ASSET tokens are used solely for testing purposes and have no monetary value. They cannot be traded or used on the Mainnet.
* **Staking and Governance:** Test $ASSET tokens can also be used to simulate staking and governance activities, helping users understand how these mechanisms work.

### How to Get Test $ASSET Tokens

To interact with the REAL Testnet, you’ll need test $ASSET tokens to cover transaction fees. Here’s how to get them:

1. **Visit the Real Testnet Faucet:** Go to the [Real Testnet Faucet](https://faucet.real.finance).
2. **Request Tokens:**
   * Enter your Real Testnet wallet address.
   * Request a small amount of test $ASSET tokens (e.g., 1,000 $ASSET, sufficient for testing).
   * Tokens will be sent to your wallet within a few seconds.
3. **Fund Your Wallet:** Ensure your wallet is connected to the REAL Testnet (see instructions below) to receive and use the tokens.

### Example Transaction Fees

* **Deploying a smart contract:** \~50 test $ASSET.
* **Tokenizing a test RWA:** \~100 test $ASSET.
* T**ransferring a tokenized asset:** \~10 test $ASSET. Fees on the Testnet are set to mirror Mainnet conditions, providing a realistic testing experience.

## Getting Started with the REAL Testnet

### Step 1: Set Up a Wallet

You’ll need a wallet to interact with the REAL Testnet.

1. **Choose a Wallet:** Use a compatible wallet like MetaMask or Real’s native wallet. Follow our [Getting Started Guide](https://docs.real.finance/getting-started) for wallet setup.
2. **Add the REAL Testnet:**
   * Network Name: REAL Testnet
   * RPC URL: `https://rpc-testnet.real.finance`
   * Chain ID: `real-testnet-1`
   * Symbol: $ASSET `(test)`
   * Block Explorer URL: `https://explorer-testnet.real.finnace`
3. **Switch to the Testnet:** Ensure your wallet is connected to the REAL Testnet network.

### Step 2: Fund Your Wallet with Test $ASSET Tokens

Follow the instructions above to request test $ASSET tokens from the [Real Testnet Faucet](https://faucet.real.finance). Once funded, you’re ready to start testing.

### Step 3: Test Key Features

Here are some activities you can try on the REAL Testnet:

* **Tokenize an RWA:** Use the Real platform at [app.real.finance](https://app.real.finance/) to simulate tokenizing a test asset (e.g., a piece of real estate or inventory).
* **Deploy a Smart Contract:** Write and deploy a smart contract using CosmWasm. Follow our [Tutorials](https://docs.real.finance/tutorials) for a step-by-step guide.
* **Stake Test $ASSET Tokens:** Simulate staking by delegating test $ASSET tokens to a validator. See our [Consensus Guide](https://docs.real.finance/consensus).
* **Interact with dApps:** Explore dApps built on Real by visiting our [Ecosystem page](https://www.real.finance/ecosystem).

### Step 4: Monitor Your Activity

Use the Real Testnet Explorer to track your transactions and test activities:

* **Explorer URL:** [explorer-testnet.real.finance](https://explorer-testnet.real.finance)
* Search for your wallet address or transaction hashes to view details.

### Transitioning to the Mainnet

Once you’re comfortable with the REAL Testnet, you can deploy your applications or workflows on the REAL Mainnet. The process is nearly identical, but you’ll need real **$ASSET** tokens for transaction fees. Learn more in our [Mainnet Guide](https://docs.realfin.io/mainnet).

***

### Need Help?

If you have questions about the REAL Testnet or need assistance with testing, reach out to our team:

* Email: <team@real.finance>
* X:@[RealFinOfficial](https://x.com/RealFinOfficial)
* Telegram: [t.me/RealFinanceRWA](https://t.me/RealFinanceRWA)

The REAL Testnet is your sandbox for exploring the future of RWA tokenization. Start testing today and help us build a decentralized financial ecosystem for SMEs and investors!


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://realfinance.gitbook.io/docs/networks/testnets.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
