> For the complete documentation index, see [llms.txt](https://docs.filliquid.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.filliquid.io/economics/fig-token/voting-power.md).

# Voting Power

The FILLiquid Pool operates under the governance and control of FIG token holders, giving the community the power to have input into the future direction of the protocol.

The governance token empowers the community to propose, vote on, and implement changes through established governance procedures.

By utilizing the governance powers of the FIG token, the community can propose modifications to system parameters, upgrade transaction rules, or introduce new functionalities to ensure the protocol can swiftly adapt to evolving market conditions.

The influence of FIG token holders on governance decisions is determined proportionally by the sum of their bonded token balances or their voting power. Those with more FIG bonded have a higher weighting in the voting outcome.

Voting Rules:

* To participate in voting, one must initially stake a certain number of FIG tokens to obtain voting eligibility.
* The voting is carried out using the already staked FIG tokens.
* 1 FIG = 1 vote.
* Minimum Votes: The lowest number of votes for a single voting action is 10 votes.

Lock Period:

* During the staking and voting period, FIG tokens cannot be withdrawn.
  * Staked FIG tokens will not be lost.
  * After the proposal ends, FIG tokens will be automatically unlocked and can be withdrawn to the wallet.

The governance process ensures transparency, fosters community engagement and enables the protocol to adapt to the evolving needs of the ecosystem.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.filliquid.io/economics/fig-token/voting-power.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
