> For the complete documentation index, see [llms.txt](https://grizzyfi.gitbook.io/grizzyfi-launchpad/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://grizzyfi.gitbook.io/grizzyfi-launchpad/grizzy-fi-platform/publish-your-docs.md).

# Fund Pool Mechanism

Grizzy’s treasury for seed funding will be transparently managed in the Funding Pool, accessible to our community. We have two main ways to grow this treasury for expanding seed fundings: token allocations from funded projects and reserve tokens outlined in our tokenomics.

At its core, the fund pool aims to finance more projects, generating rewards for stakers and community experts involved in our programs, while ensuring resources are available to support Grizzy's growth.

Here’s how the fund pool operates:

1. Each project selected for seed funding and incubation through community DAO votes will receive $75,000.
2. In return, Grizzy will acquire 3% of the project’s tokens.
3. We recommend an acceptance threshold of 80% "yay" votes to invest in projects that our community truly supports (this may be adjusted through DAO governance as the fund pool evolves).

**Distribution of the 3% tokens generated from funded projects:**

* **50%** will be reinvested to grow the fund pool for future projects.
* **25%** will go to our stakers, providing a non-inflationary way for them to earn tokens from all incubated projects as long as they stake.
* **15%** will reward community members involved in our programs, recognizing their expertise and contributions to project success.
* **10%** will support Grizzy’s operations, helping us sustain our team, invest in marketing, and develop strategies for wider adoption.

This system ensures everyone benefits while fueling the growth of the Grizzy 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://grizzyfi.gitbook.io/grizzyfi-launchpad/grizzy-fi-platform/publish-your-docs.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.
