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

# Microgrants

We are so grateful to have such an engaged community and are offering microgrants to work with members to further academic research, product offerings, and much more. So far, we have provided over $40k in grants!

### How can I get involved?

1. Pitch your project to us by filling out this [form](https://polymarket.co/MediumAirtable)
2. Our team will review your submission and provide feedback on your proposal
3. If selected, we will quote you a grant. (Grant sizes range from $100 to $75,000!)
4. Get to work 💪
5. Keep us up-to-date on your progress and coordinate with us on your project’s debut
6. Showcase what you and others in the Polymarket community are up to for the world to see

### What Criteria Will You Consider for My Project?

1. **Impact:** How much of an impact will your project have on our community and/or in educating the broader public about Polymarket
2. **Implementation:** How difficult will this undertaking be and how long will it take to execute your vision
3. **Experience:** What skills and experiences do you (or your team) bring to turn your pitch into a reality


---

# 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://legacy-docs.polymarket.com/microgrants.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.
