> For the complete documentation index, see [llms.txt](https://radixlogicalmoon.gitbook.io/radix-logical-moon-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://radixlogicalmoon.gitbook.io/radix-logical-moon-docs/staking/how-to-choose-a-validator.md).

# How to choose a validator?

For a comprehensive explanation of how best to choose a validator we recommend reading this [post on RadixTalk](https://radixtalk.com/t/how-do-i-choose-which-validators-to-delegate-stake-to/140/2)&#x20;

The complete list of validators are listed on the official [Radix Explorer](https://explorer.radixdlt.com/#/validators). You can find details for Logical Moon on the Radix Explorer [here](https://explorer.radixdlt.com/#/validators/rv1qtzlupqghjyvdsp3nn0cpkdvmtrfe7ac8czump5r6hgm0rnlhvznj88xw7a). Note in the interests of the network, please select a validator that falls below the line in the Radix Explorer

In addition to the official Radix Explorer we find the following dashboards provide a fantastic level of detail&#x20;

* [Radix Dashboard](https://www.radixdashboard.com/) by Avaunt Staking&#x20;
* [Validator Table](https://www.radixscan.io/ValidatorTable.shtml) from RadixScan
* [Radix Dashboard](https://validators.stakesafe.net/) from StakeSafe

{% hint style="info" %}
Radix Logical Moon is in no way affiliated with any of the above validator nodes and any advice provided is general
{% endhint %}


---

# 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, and the optional `goal` query parameter:

```
GET https://radixlogicalmoon.gitbook.io/radix-logical-moon-docs/staking/how-to-choose-a-validator.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
