This document extends the Grant Pools component of DAOIP-5 to include additional metadata fields that provide better financial transparency and governance visibility for grant pools. These fields are designed to enhance interoperability and provide more granular data for grants management.
DAOIP-5 defines standards for managing grants, organizing them into four main components: Grant Systems, Grant Pools, Projects, and Applications. This extension modifies the Grant Pools component by introducing two additional fields:
The extension preserves backward compatibility with the existing DAOIP-5 specification and ensures seamless integration with existing implementations.
As grants programs grow in scale and complexity, additional metadata is required to:
These fields address gaps in the current specification, making it more robust for analyzing and managing grants data at scale.
The DAOIP-5 specification is organized into four main components:
This specification extends the Grant Pools component of DAOIP-5.
GrantPoolSize:
string
"1000000 USDC"
"500 ETH"
GrantPoolFunders:
array of strings
Below is the extended schema, incorporating the new fields:
Field Name | Type | Description | Required |
---|---|---|---|
grantPoolSize |
String | Total size of the grant pool in a specified denomination (e.g., USD or ETH). | Yes |
grantPoolFunders |
Array of Strings | List of URIs identifying the entities funding the grant pool. | Yes |
The extension preserves compatibility with existing DAOIP-5 implementations. Systems not utilizing the new fields will continue to function correctly.
grantPoolSize
and grantPoolFunders
adhere to their defined types and constraints.Special thanks to the DAOIP community and contributors for the collaborative development of DAOIP-5 and its extensions.