> For the complete documentation index, see [llms.txt](https://docs.gardens.fund/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.gardens.fund/start-here/voting-power/why-your-voting-power-changes.md).

# Why Your Voting Power Changes

Here are the main reasons why its value may vary:

* **New members joining and activating governance in the pool:**\
  As more members participate, the pool’s total voting  distribution expands. Your share of that total (your percentage) may decrease, even if your token balance stays the same.
* **Changes in your community staked tokens:**\
  If you stake more tokens in the community, your voting power increases in pools that are **dynamic-based, like Unlimited or Quadratic systems**

***

* **Fixed pools (Fixed):**\
  In fixed pools, every member has the same voting power, meaning changes in total community stake don’t affect.
* **Dynamic pools (Unlimited or Quadratic):**\
  In dynamic pools, your voting power adjusts based on how much you’ve staked compared to other members.

Your voting power represents your share of influence — and just like the community itself, it evolves as participation and stakes change.


---

# 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:

```
GET https://docs.gardens.fund/start-here/voting-power/why-your-voting-power-changes.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.
