# Voting Power and Commission Rates

Validator voting power is proportional to stake size, ensuring that network influence aligns with participation and commitment. For example, a validator staking 20,000 tokens would have twice the voting weight of one staking 10,000 tokens.&#x20;

Validators also set commission rates, typically between 5% and 10%, to cover operational costs. Higher commission rates may reduce delegation, while lower rates attract more participants.&#x20;


---

# 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://torram.gitbook.io/torram-documentation/technical-architecture-and-network-design/voting-power-and-commission-rates.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.
