# Getting Started

On this page we'll provide an overview on how to get started with Node Voting.

### **1. Stake QI to Accumulate BENQI Miles**

Begin by navigating to the ["Stake" tab](https://staking.benqi.fi/veqi/stake) on the BENQI Liquid Staking interface. Stake your QI tokens to start accumulating BENQI Miles, which are required for voting.&#x20;

Accumulated Miles will reflect your influence in the Node Voting process, allowing you to vote for validators who will in turn receive a greater share of delegations from the BENQI Miles Pool (35% of delegations).

### **2. Navigate to the Vote Tab & Select a Validator**

Once you have Miles, switch to the ["Vote" tab](https://staking.benqi.fi/veqi/vote) to participate in Node Voting. Here, you’ll see your total Miles balance and your voting power.

Choose an Avalanche validator from the available list or enter the NodeID of a specific validator you want to support. You can direct all your voting power to a single validator or split it among multiple validators based on your preference.

### **4. Confirm Your Vote Allocation**

Allocate your Miles to the chosen validator(s).&#x20;

The amount of AVAX delegated to a validator is determined by their total Miles votes from the community. Validators with more votes are more likely to receive AVAX delegations from the BENQI Liquid Staking Pool.


---

# 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.benqi.fi/node-voting/getting-started.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.
