> For the complete documentation index, see [llms.txt](https://0xdao.gitbook.io/0x-dao/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://0xdao.gitbook.io/0x-dao/ecosystem-value-experiment/0xdao-grant-program-framework-v1-1.md).

# 0xDAO Grant Program Framework (v2)

> **Note:  Effective 15 May 2022, v2 supersedes v1**

### Background

Building on momentum, outcomes, and learnings from v1, 0xDAO Grants v2 is structured as an experiment focused on a specific use case, with tightly defined qualification criteria and active support commitments. &#x20;

### Qualification Criteria

* Must incorporate NFTs in some way (not necessarily a marketplace)
* Must use 0x(v4) + NFT Swap SDK (limited exceptions may be made for v2 or v3)
* Must support Polygon Network&#x20;
* Must use the `feeRecipient` or `affiliateAddress`  parameter in orders
* Must have a path to launch an MVP within 60 days of grant receipt
* Stackable bonus for projects that also incorporate Lens Protocol
* Preference will be given to bootstrapped projects, i.e., projects that don't have VC funding

> Note: Grants are intended to support new development and initiatives and generally will not be awarded retroactively for work already done unless there are unique or extenuating circumstances

### Our Commitments

* Up to $150k allocated in $5-10k grants (disbursed in $ZRX and $MATIC)
* Developer support in dedicated trader.xyz Discord channel&#x20;
* Shared, hosted orderbook (trader.xyz)
* Additional support for projects meeting certain metrics (TBD)
* Bonus grants may be awarded for projects that contribute new features to the SDK

### Application Form

<https://docs.google.com/forms/d/e/1FAIpQLSfZOZfdHSDU9dzz0G82Qrnb_Usm7Kp4w3mpRT6lUFLlGGiLRg/viewform><br>


---

# 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://0xdao.gitbook.io/0x-dao/ecosystem-value-experiment/0xdao-grant-program-framework-v1-1.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.
