# Set-up Guide

1. **Provision Infrastructure**\
   Deploy a cloud instance or on-prem server meeting the validator requirements.
2. **Install Node Software**\
   Download the official ChainVast validator node package via AvaCloud or configure AvalancheGo with ChainVast subnet parameters.
3. **Register Your Validator**
   * Submit your node’s ID and staking address via the ChainVast Validator Portal.
   * Stake the minimum required INVAST tokens.
4. **Start Validating**
   * Sync with the ChainVast blockchain.
   * Begin participating in Snowman++ consensus.


---

# 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.invast.io/node-and-validator-operations/set-up-guide.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.
