# Introduction

Ternoa ecosystem is composed of two networks, one for development: **Alphanet** and one for production: **Mainnet**.

**Alphanet network** is the test network on the Ternoa blockchain. The goal of the Alphanet network is to test features before the final version is released on the Mainnet blockchain. The tokens on Alphanet have no real value, so developers can deploy, test, and execute their projects on a functioning blockchain freely.

**Mainnet network** is the primary Ternoa network, where actual-value transactions occur with native CAPS to pay transaction fees and for staking. Mainnet is the final production network for blockchain projects and accessible to users, validators, and stakers.


---

# 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://wiki.ternoa.network/build/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.
