> For the complete documentation index, see [llms.txt](https://docs.projectcatalyst.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.projectcatalyst.io/open-funding/decision.md).

# Decision

Decision is the stage where funding outcomes are made. Every proposal that passes [Curation](https://docs.projectcatalyst.io/open-funding/curation) is scored on two fronts: a **technical review** (is the integration sound and buildable to mainnet within the timeline?) and a **business review** (is there real demand, a credible route to users, and usage that lasts?). Declared adoption targets are scored in both directions: too timid loses points, and too aggressive without supporting evidence loses points too.

Assessments from a decision panel of institutional and community members are merged into a single outcome, and the top-ranked eligible proposals that fit the budget and cohort are selected. The funding pool is a ceiling, not a quota: if too few proposals meet the bar, the program funds fewer teams than the target cohort. Applying does not guarantee funding.

**A note on community voting.** Multi-stage public voting is not part of this pilot. That is not because it is deprecated: a pilot is the place to trial a different selection model at small scale. The community remains in the process, since the curation pool is drawn from experienced community members and community members sit on the decision panel. How future rounds decide, including the role of public voting, stays an open question, and this pilot's published results are part of how it gets answered.

**In this section:**

* [Panelist Guidance](https://docs.projectcatalyst.io/open-funding/decision/panelist-guidance) - the mission, how reviews and scoring work, etc.
* [Panelist Terms & Conditions](https://docs.projectcatalyst.io/open-funding/decision/panelist-terms-and-conditions) - the terms every Panelist accepts before reviewing.

<br>


---

# 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://docs.projectcatalyst.io/open-funding/decision.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.
