> For the complete documentation index, see [llms.txt](https://docs.catalystcontributors.org/catalyst-contributors/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.catalystcontributors.org/catalyst-contributors/catalyst-contributor/roles/minimum-thresholds.md).

# Minimum Thresholds

Minimum thresholds set out a value for the minimum amount of contributors that will be selected for a given role for a given funding round. The purpose of thresholds is to ensure there are enough of each skill set available from the combined amount of contributors so that the ecosystem gets maintained and improved most effectively.

You can see actual values for the minimum threshold within each of the funds under the [proposals](/catalyst-contributors/category-proposal/fund-9.md) section.

### Process for setting minimum thresholds

**Current -** Initially the approach for deciding on minimum thresholds will be to gather feedback from engaged community members to set the values.

**Mid term future -** Introduce a voting system where engaged community participants can help to set what the thresholds are suitable for each funding round.

**Long term future** - With a well defined product workflow setup it will become clearer where there is lacking resources for certain areas in the ecosystem. A feedback system will also be able to find out where the community thinks improvements can be made. This could support a more reactive system outside the funding process where contributors can vote to hire other contributors based on dynamic demands of the ecosystem. In a similar approach if requirements change then contributors can be removed if that role is no longer providing enough impact.


---

# 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.catalystcontributors.org/catalyst-contributors/catalyst-contributor/roles/minimum-thresholds.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.
