# Networks

## Mainnet

Mainnet is the most important network with real coins, smart-contracts, accounts and so on

{% embed url="<https://klyntarscan.org/>" %}

## Testnet

Testnet is your playground for testing transfers, deploying smart-contracts, interaction with contracts and so on

{% embed url="<https://testnet.klyntarscan.org/>" %}

## Devnet

Devnet is a network for developers(team) - it is completely controlled by the Klyntar team and is used for local development, testing new features, etc.

**It can be rebooted at any time**

{% embed url="<https://devnet.klyntarscan.org/>" %}


---

# 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.klyntar.org/build-core-and-join-network/networks.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.
