> For the complete documentation index, see [llms.txt](https://docs.units.network/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.units.network/index.md).

# Home

Welcome to the Units.Network Documentation Portal! Here, you'll find user tutorials, high-level concepts, and developer documentation related to ecosystem's products and services.

***

## Product Description

Unit Zero is a high-performance, scalable, secure Waves-based network with EVM compatibility, decentralized governance, and future-ready interoperability, powered by LPoS consensus and Unit0 incentives.

## Documentation Overview

The Units.Network documentation is structured to provide clear and comprehensive guidance on its ecosystem. Here’s what you’ll find:

* **How It Works**: Comprehensive details on how Units.Network operates:
  * [**Navigation**](/how-it-works/navigation.md): The contents to follow in the **How It Works** section.
  * [**Overview**](/how-it-works/overview.md): An exploration of the Units.Network's core features and workflow breakdown.
  * [**Key Components**](/how-it-works/key-components.md): A breakdown of the fundamental elements of the ecosystem.
* **Guides**: Step-by-step instructions on how to interact with Units.Network:
  * [**Navigation**](/guides/navigation.md): The contents to follow in the **Guides** section.
  * [**Node**](/guides/node.md): Instructions on running a node in different networks.
  * [**Network**](/guides/network.md): Guidance on connecting to Mainnet and Testnet networks.
  * [**Tokens**](/guides/tokens.md): Information on acquiring Unit0, WAVES, and L2MP tokens.
  * [**DAO**](/guides/dao.md): Procedures for adding, editing, retracting, and voting on proposals within the DAO.
  * [**dApp**](/guides/dapp.md): Details on deploying decentralized applications on Mainnet and Testnet.


---

# 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:

```
GET https://docs.units.network/index.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.
