> For the complete documentation index, see [llms.txt](https://roundoperations.gitcoin.co/round-operations/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://roundoperations.gitcoin.co/round-operations/post-round/how-to-do-payouts/how-funds-are-disbursed.md).

# How funds are disbursed

Quadratic funding mechanism is designed to harness the collective wisdom of its community, moving away from the conventional dollar-for-dollar matching system. Instead, the Gitcoin software emphasizes a more democratic distribution of funds as it uses QF algorithm. This approach prioritizes the number of individual contributors rather than the total amount donated, effectively reducing the influence of large-scale donors ("whales") and elevating projects with broader community support.

In terms of funds, Gitcoin does not take custody of any funds. Donations are made directly to grantees through smart contracts. Projects that wish to receive funding set up their pages (applications) and, once approved by round operators, are eligible to receive community donations. These donations are then matched according to the platform's unique formula, which considers the number of donations a project receives. Projects with a higher number of donations are generally matched with larger funds.

Delve deeper into the quadratic funding mechanism [here](https://www.wtfisqf.com/)

After the donations are collected and matched, the matching funds are distributed as a bulk transaction at the end of the funding round. The final payout to the grantees occurs once the round concludes and the results are confirmed. \
\
The following key points need to be communicated to the grantees:

1. **Payout Timing:** You'll receive your payout at the end of the round. We'll notify you as soon as the round concludes.
2. **Grant Amount Calculation:** Your final grant amount depends on the donations you recieved. It is based more on the number of contributors than the total donation amount.
3. **Matching Fund Process:** After donations, Gitcoin's software matches these funds democratically. The more support your project has, the higher the potential matching funds.


---

# 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://roundoperations.gitcoin.co/round-operations/post-round/how-to-do-payouts/how-funds-are-disbursed.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.
