# Voting Power

Voting power is determined by Staked FRAK Balance. When a user Stakes FRAK it is recorded in a subgraph and used to determine voting power via snapshot. The amount of Staked FRAK is determined at the block in which the vote starts.&#x20;

For example, if you have 10,000 FRAK Staked and the voting period begins at block 14133913, you have 10,000 votes for this proposal. If you remove before a proposal begins voting, you will not have voting power. If you remove during a proposal, you will still have the voting power; however, will not be able to vote on future proposals unless you restake FRAK.&#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://docs.fraktal.io/fraktal-dao/voting-power.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.
