# Realio Network

## Realio Network

- [Introduction](https://docs.realio.network/introduction.md): The Realio Network is designed as a multi-chain layer 1 Web3 ecosystem focused on the issuance and management of digitally native and real-world assets across many non-EVM and EVM compatible chains.
- [Running a Full Node](https://docs.realio.network/running-a-full-node.md)
- [Requirements](https://docs.realio.network/running-a-full-node/requirements.md)
- [Setup](https://docs.realio.network/running-a-full-node/setup.md): Below you will find the instructions on how to manually setup your Realio Network full node.
- [Update](https://docs.realio.network/running-a-full-node/update.md): These instructions are for full nodes that are running on previous versions of RealioNetwork and need to update to the latest version of the RealioNetwork software.
- [Cosmovisor](https://docs.realio.network/running-a-full-node/cosmovisor.md)
- [Reset the data](https://docs.realio.network/running-a-full-node/reset-the-data.md): In case something goes wrong and your node can't be recovered, you can reset it and sync it again.
- [State sync](https://docs.realio.network/running-a-full-node/state-sync.md)
- [Validators](https://docs.realio.network/validators.md)
- [Setup](https://docs.realio.network/validators/setup.md)
- [Halting](https://docs.realio.network/validators/halting.md)
- [Migrating](https://docs.realio.network/validators/migrating.md)
- [Common Problems](https://docs.realio.network/validators/common-problems.md)
- [Validator FAQs](https://docs.realio.network/validators/validator-faqs.md)
- [Security](https://docs.realio.network/validators/security.md)
- [Delegators](https://docs.realio.network/delegators.md)
- [Delegator FAQs](https://docs.realio.network/delegators/delegator-faqs.md)
- [Testnet](https://docs.realio.network/testnet.md)
- [Endpoints](https://docs.realio.network/testnet/endpoints.md)
- [Public Testnet Setup](https://docs.realio.network/testnet/public-testnet-setup.md)
- [Genesis file](https://docs.realio.network/testnet/public-testnet-setup/genesis-file.md)
- [Seed nodes](https://docs.realio.network/testnet/public-testnet-setup/seed-nodes.md)
- [Mainnet](https://docs.realio.network/mainnet.md)
- [Genesis file](https://docs.realio.network/mainnet/genesis-file.md)
- [Setup](https://docs.realio.network/mainnet/setup.md)
- [Seed nodes](https://docs.realio.network/mainnet/seed-nodes.md)
- [Developers](https://docs.realio.network/developers.md)
- [Single Node](https://docs.realio.network/developers/single-node.md): If you would like to quickly get a single node up and running for local testing, this is the quickest way to go!
- [Multi Node](https://docs.realio.network/developers/multi-node.md)
- [Testnet command](https://docs.realio.network/developers/testnet-command.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.realio.network/introduction.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.
