# Community Grants

The **Anchor Community Fund** is a reserve of ANC tokens owned by governance. The Anchor governance can create proposals of ANC token grants to fund community developments and contributors in the Anchor ecosystem.

The purpose of grants are to empower ecosystem teams to build necessary tools and infrastructure that helps Anchor Protocol to further mature. Projects that are value additive to Anchor and/or improve user experience are eligible for community grant funding. Great examples of eligible grants include, but not limited to: the creation of new smart contract applications that enable greater access to Anchor, or dashboards and other tools for managing assets on Anchor Protocol. Any grant proposal that passes a governance poll can receive funding from the community fund.&#x20;

## Poll Format

| Title              | Description                          | Optionality |
| ------------------ | ------------------------------------ | ----------- |
| Title              | Poll title                           | Required    |
| Proposal Rationale | Short description of poll rationale  | Required    |
| Information Link   | External URL for further information | Optional    |
| Recipient          | Recipient terra address of grant     | Required    |
| Amount             | Grant size in ANC                    | Required    |


---

# Agent Instructions: 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://docs.anchorprotocol.com/anchor-2/protocol/anchor-governance/spend-community-pool.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.
