# Validators

Anyone can become a validator on Canto. In exchange for securing the network, validators can charge a percentage fee of their choosing on [staking rewards](/user-guides/staking.md) distributed to their delegators.

This section contains instructions on how to launch a validator node, as well as information and best practices on troubleshooting, slashing, and ensuring node uptime.

{% hint style="info" %}
For community troubleshooting and assistance, see the #builders-chat channel in the [Canto Discord](https://discord.gg/canto).
{% endhint %}

## Hosted Nodes

As an alternative to setting up and syncing a Canto node independently, dedicated validating nodes can be easily provisioned with [Ansybl](https://www.ansybl.io/).


---

# 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.canto.io/canto-node/validators.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.
