# Funding Pools

In Gardens v2, Funding pools are designed to receive proposals for funding community projects. Members can allocate a portion of their pool voting power to support proposals based on their conviction in their merits and potential impact.&#x20;

The level of support a proposal receives influences its likelihood of approval. Members can manage their support by adjusting the percentage of their staked tokens allocated to each proposal, aligning their voting power with their priorities.&#x20;

Each funding proposal has an execution threshold based on the requested amount relative to the total funds available in the  pool. Higher funding requests require greater community backing to secure approval. If a proposal meets this threshold, the execute function is ready to be trigger. When execution happends, requested  funds are allocated to the beneficiary, enabling the project to move forward and fostering a collaborative environment for community participation.


---

# 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.gardens.fund/coordination-hierarchy/images-and-media/funding-pools.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.
