# Testnet

<table data-view="cards"><thead><tr><th align="center"></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th><th data-hidden data-card-cover data-type="files"></th></tr></thead><tbody><tr><td align="center"><strong>Testnet Endpoints</strong></td><td><em>Necessary endpoints to connect and interact with the Realio testnet</em></td><td></td><td><a href="testnet/endpoints">endpoints</a></td><td><a href="https://3102326533-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FcTPyogw4Q0VgnBLVntiv%2Fuploads%2FLAEqnd7v47eH1vJNtWd0%2FTestnet%20Endpoints%20-%20Testnet.png?alt=media&#x26;token=68bd5800-a24a-4ec0-aa19-9b3149eab06d">Testnet Endpoints - Testnet.png</a></td></tr><tr><td align="center"><strong>Public Testnet Setup</strong></td><td><em>Step-by-step guide to join the public testnet.</em></td><td></td><td><a href="testnet/public-testnet-setup">public-testnet-setup</a></td><td><a href="https://3102326533-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FcTPyogw4Q0VgnBLVntiv%2Fuploads%2F3iG8JY6CneLNUpfSTq8S%2FPublic%20Testnet%20Setup%20-%20Testnet.png?alt=media&#x26;token=be237463-631e-41b8-9031-54371815f568">Public Testnet Setup - Testnet.png</a></td></tr><tr><td align="center"><strong>Testnet Genisis File</strong></td><td><em>Download the genesis file for the Realio testnet.</em></td><td></td><td><a href="testnet/public-testnet-setup/genesis-file">genesis-file</a></td><td><a href="https://3102326533-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FcTPyogw4Q0VgnBLVntiv%2Fuploads%2FNHeaUk1SXP9jXoKnKI10%2FIntroduction%20-%20Intro.png?alt=media&#x26;token=d4ac3dd9-b0ce-44df-9c93-af17eb2ef1b0">Introduction - Intro.png</a></td></tr><tr><td align="center"><strong>Testnet Seed Nodes</strong></td><td><em>Connect to seed nodes on the Realio testnet.</em></td><td></td><td><a href="testnet/public-testnet-setup/seed-nodes">seed-nodes</a></td><td><a href="https://3102326533-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FcTPyogw4Q0VgnBLVntiv%2Fuploads%2FUCvwsTQLP0iV6po2w1eZ%2FMainnet%20seed%20nodes%20-%20mainnet.png?alt=media&#x26;token=b2436200-6834-45e5-a109-75e5cb524edd">Mainnet seed nodes - mainnet.png</a></td></tr></tbody></table>

### Testnet Overview

Testnets are the way we at Realio Network use to test all the features of our blockchain before launching them publicly.

In other words, a testnet is the playground that you can use to start learning about the Realio Network and its features.

There are two different types of testnets:

* Public testnets
* Local testnets

### Public testnet[​](https://docs.realio.network/testnet/overview#public-testnet) <a href="#public-testnet" id="public-testnet"></a>

A Public testnet is a preview of what the Realio Network mainnet will actually be.

Testnet's [validators](https://docs.realio.network/validators) are publicly known and every developer can write and read transactions from them.

Public testnets are the battlefields on which you can test the integration of your app (or your validator's setup) without worrying too much about security, but being sure to always be up-to-date with the latest stable changes.

{% hint style="success" %}
**JOINING THE PUBLIC TESTNET**

If you want to know more about how to join the currently running public testnet, please refer to the [*Join the public testnet* ](https://app.gitbook.com/o/nn37pmu8ZXfOKNMEC2W9/s/cTPyogw4Q0VgnBLVntiv/testnet/public-testnet-setup)page.
{% endhint %}

### Local testnet[​](https://docs.realio.network/testnet/overview#local-testnet) <a href="#local-testnet" id="local-testnet"></a>

A Local testnet exists only on the machine that is used to running it. This means that none, except you, can actually access the data you store.

Local testnets are perfect if you want to quickly setup a Realio Network blockchain instance without worrying too much about setting up a public full-node machine.

They also might be particularly useful to developers that do not want to write on the public net but want first to try out their app's integration locally to make sure everything works properly.

{% hint style="success" %}
**CREATING A LOCAL TESTNET**\
If you want to know more about how creating a local testnet, please refer to the *<mark style="background-color:red;">Create a local testnet</mark>* page.
{% endhint %}


---

# 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://docs.realio.network/testnet.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.
