> For the complete documentation index, see [llms.txt](https://whitepaper.minerio.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://whitepaper.minerio.net/learn-more/game-systems/the-oasis-network.md).

# The Oasis network

The network behind the game is called the "Oasis," and all miner NFTs are connected to this network. The Oasis is a blockchain simulation network and works inside the Minerio metaverse. You can interact with the Oasis network via the terminal hub located in your warehouse. The Oasis network is powered by artificial intelligence and uses machine learning to be as efficient as possible.

We will update the Oasis mining proof protocol over time. The basic protocol is POW (Proof of work)

![Renting a warehouse will provide the infrastructure you need to start mining $RIOZ](/files/aebMQykRikyoQCpw6Ock)

To connect to the Oasis network, you should have at least one internet connection line inside your warehouse. All warehouses have one free internet connection, so connecting to the network is significant. The main challenge is establishing the most stable and reliable connection to the network. The Oasis network will prioritize warehouses based on:&#x20;

1. Network quality
2. Network speed
3. Total hash rate
4. Perks
5. Network load
6. Random parameters
7. etc.

![Oasis network](/files/WyNZkSMoA6gLEsRu3X1M)

The Oasis network will use A.I. methods like machine learning to ensure the best rates that are fair to every player. However, we should first gather a massive amount of data from the network operation to feed the A.I. machine, which will take time. We will update you about the Oasis updates on our [Twitter](https://twitter.com/MinerioGame).

The network will use a consensus protocol beside several other factors (Distinct & Random) to determine the rewards. The proof protocols include and are not limited to:

* POW: Proof of work
* POS: Proof of Stake
* POC: Proof of Contribution


---

# 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 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, and the optional `goal` query parameter:

```
GET https://whitepaper.minerio.net/learn-more/game-systems/the-oasis-network.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
