> For the complete documentation index, see [llms.txt](https://learn.mvs.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://learn.mvs.org/developer-guides/testnet.md).

# Testnet Set Up

In this section, developers will find&#x20;the technical documentation and information on how you can run our Alpha testnet node and connect to the Betelgeuse testnet blockchain. Our testnet is a great environment to test your code before deploying it on the testnet.&#x20;

**Important notice** – once your node is set up and ready to run, please send us your testnet address, and we will send you 50 testnet ETP tokens because you will need them to test our new features.

Contact us on [Discord](https://discord.gg/56ky6fb) should you have any additional questions or concerns.

**Useful resources** – Betelgeuse Testnet: <https://github.com/mvs-org/betelgeuse>


---

# 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://learn.mvs.org/developer-guides/testnet.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.
