> For the complete documentation index, see [llms.txt](https://starmakers-organization.gitbook.io/product-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://starmakers-organization.gitbook.io/product-docs/protocol/ido-crowdpooling/crowdfunding-quota.md).

# Crowdfunding Quota

We have set up the participation quota for the crowdfunding pools, so that pools can be set up with different user quotas. Some use cases are:

1.The Crowdpooling campaign sets a certain quota for whitelist users and uncertain for common users - this allows for the implementation of a whitelist feature.

2.A quota could also be set according to users' STAR balances, with the Crowdpooling campaign being set to have different quota tiers based on how much STAR someone holds.

Starmaker crowdfunding pools support configuring whitelists and only allowing whitelisted users to participate in crowdfunding activities.


---

# 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:

```
GET https://starmakers-organization.gitbook.io/product-docs/protocol/ido-crowdpooling/crowdfunding-quota.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
