# Testnet: Your Development Playground

The **Verona testnet** (`xion-testnet-2`) is a permissionless environment for building, testing, and refining applications before deploying to **Mainnet**.

## **Why Use Testnet?**

Testnet serves as a critical step in the development process, offering:

* **Permissionless Deployment** – No governance approval is required, allowing developers to freely deploy and test their contracts.
* **Risk-Free Testing** – Transactions and contract interactions use test tokens, meaning no real assets are at stake.
* **Community Feedback** – Engaging users early helps refine apps before Mainnet launch.
* **Pre-Mainnet Validation** – Identifying and fixing issues beforehand increases the chances of passing Mainnet governance.

## **Testnet Resources**

To begin building on testnet, set up your development environment using the [local environment setup guide](/verona/build-on-verona/computation/local-development/setting-up-env/installation-prerequisites-setup-local-environment.md).

You'll need $VERONA test tokens (Previously $XION) to interact with the network. These are free and available through [Requesting Testnet Tokens](/verona/build-on-verona/references/testnet-tokens.md). Once funded, connect using [Public Endpoints & Resources](/verona/build-on-verona/references/public-endpoints-and-resources.md#testnet-2).

Monitor activity with [Block Explorers](/verona/build-on-verona/references/block-explorers.md). For cross-chain functionality, explore [IBC Denoms](/verona/build-on-verona/references/ibc-denoms.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 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.burnt.com/verona/build-on-verona/building-for-production/testnet-playground.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.
