# Running an Aleph Node on Testnet

In order to participate in the Aleph protocol as a validator, the first thing you need is a running Aleph Node. Note that this is very different from just having a wallet, which is a tool for interacting with the network but does not constitute a part of it.

For validators, the node will have to keep running reliably at all times, so please make sure you have enough willpower and resources to facilitate that.

Next sections of this guide will walk you through downloading, running and customizing your node, using our handy Aleph Node Runner repository. If you wish to use other methods, please consult the [Building from source section](/aleph-zero/use/validate/running-an-aleph-node-on-testnet/building-and-running-from-source-advanced/building-from-source.md).


---

# 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.alephzero.org/aleph-zero/use/validate/running-an-aleph-node-on-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.
