> For the complete documentation index, see [llms.txt](https://hylozoic.gitbook.io/hylo/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://hylozoic.gitbook.io/hylo/guides/participatory-funding-rounds.md).

# Participatory Funding Rounds

Participatory grantmaking or budgeting is a practice where resources are distributed through a collective process by community members. This practice allows a wider group of stakeholders to have a voice in how funds are allocated or which projects are prioritized.

Funding Rounds on Hylo is a feature set that enables groups to run transparent, inclusive processes where members can:

* Submit project proposals
* Collectively discuss and evaluate submissions
* Vote on resource allocation using currency or token-based systems
* Build deeper relationships through collaborative decision-making

By involving a wider community in resource allocation, groups can ensure greater transparency, fairness, and member satisfaction while attracting new participants who want to be part of meaningful decision-making processes. Participatory budgeting is gaining ground in philanthropy and civic settings because it is a both effective and efficient way for resources to make their way to the most deserving and trusted people and projects.&#x20;

This feature has been made possible by the [11th Hour Project](https://11thhourproject.org/) and the Funding Lab for Open Agroecological Technologies, [FLOAT](https://float.ag/), to whom we on team Hylo are deeply grateful.

<figure><img src="/files/waeJIDU78iqYIPy0sthH" alt=""><figcaption></figcaption></figure>

{% embed url="<https://www.youtube.com/watch?index=13&list=PLc-MamjWTLZP84atN87fYddqKQriu8LY4&v=_GVds0csw9A>" %}

## Key Features

### Funding Round Creation

Group stewards create and manage participatory rounds with customizable parameters including voting methods, submission requirements, and participant eligibility.

### Round Workflows

Rounds progress through structured phases (announcement, submissions, discussion, voting, results), with options for manual or scheduled transitions between phases.

### Token or Currency-Based Voting

Flexible allocation systems allow for both co-budgeting (with real currency) and priority voting using distributed tokens.

### Built-in Discussion

Integrated chat rooms and comment systems facilitate collaboration and idea refinement throughout the process.

## Funding Rounds Interface

<figure><img src="/files/ulXTglAr5K6mQCe5YKJM" alt=""><figcaption></figcaption></figure>

***

For a step by step guide to creating a round, click Next.


---

# 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://hylozoic.gitbook.io/hylo/guides/participatory-funding-rounds.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.
