> For the complete documentation index, see [llms.txt](https://build.intract.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://build.intract.io/ecosystem/grant-program.md).

# Grant Program

Build the next generation of applications where you don't have to trade off privacy with personalization.  Let’s redefine personalised experiences, together.

### Grant Categories

#### 🛠️ Small Grants (Up to $2,500 USD)

**For**: Early-stage projects, prototypes, or short-term experiments.\
**Ideal Applicants**: Individuals, small teams, researchers, and non-profits.\
**Requirements**:

* Demonstrate integration of **Persona Protocol** (e.g., using context artifacts or user repositories).
* Projects must align with our mission to enhance privacy and personalization.

**Example Projects**:

* Build a Chrome extension that lets users share context artifacts (e.g., "reading habits" from Google Docs) with news apps.
* Create a context model to infer DAO participation credentials from Discord activity.
* Prototype an AI agent that uses RAG embeddings from a user repository for personalized recommendations.

#### 🚀 Open Grants (Up to $10,000 USDC)

**For**: Ambitious projects driving protocol adoption or unlocking novel use cases.\
**Ideal Applicants**: Teams with a track record of execution and clear milestones.\
**Focus Areas**:

* **AI & Agents**: Privacy-first AI tools using context artifacts (e.g., agentic workflows for personalized health/fitness).
* **Identity & Reputation**: Decentralized identity systems, sybil-resistant mechanisms, or reputation graphs.
* **Storage & Tooling**: Enhance user repositories (e.g., ZK-proof storage adapters, query engines for context artifacts).
* **Community Growth**: Developer tools, SDKs, or educational content to onboard builders.

**Process**:

1. Submit a proposal via GitHub with technical specs, timelines, and budget.
2. Iterate with the Persona team for feasibility review.
3. Milestone-based payouts upon delivery.


---

# 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://build.intract.io/ecosystem/grant-program.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.
