diff --git a/utility-grants/2025-round-1-spring.html b/utility-grants/2025-round-1-spring.html new file mode 100644 index 0000000..ab02cdc --- /dev/null +++ b/utility-grants/2025-round-1-spring.html @@ -0,0 +1,170 @@ + + + + + + IPFS Implementation Fund + + + + + + + + + + + + + +
+

IPFS
Implementations
Grants

+

+ The IPFS Implementations Grants program was established in 2022 to advance the development, growth, and impact + of the InterPlanetary File System (IPFS) project through a focus on developer choice and availability. We provide + financial support to projects and teams working on integrations, extensions, and new implementations that make + IPFS accessible to more developer communities across a variety of languages, platforms, and systems. +

+ + +

Spring 2025 Request for Proposals: Content-Addressed Data Tools

+

Note: The Spring 2025 round is now closed.

+ + +

The IPFS Implementations Fund supports a more open, resilient, and efficient web by funding implementations of the IPFS protocol. It aims to broaden the reach and impact of the IPFS project by making content addressing and peer-to-peer networking more accessible across different platforms, programming languages, environments, and use cases.

+

Our Utility Grants program supports developers creating essential utilities, libraries, and tooling. Grants of $5,000-25,000 per project aim to fill critical tooling gaps and strengthen the foundations of an open and interoperable web.

+

For the Spring 2025 cycle, we seek proposals from qualified individuals or teams for the following:

+ + +

RFP #2025-01: CAR Archive Explorers and Utilities

+

The CAR format (Content Addressable aRchives) makes data reliably portable by packaging up content with its cryptographic identifiers. This ensures the same data can be verified and used across different systems and platforms, making it a good building block for “credible exit” and data portability. Typically found in a file with a .car filename extension, you can think of them like TAR files that are designed for storing collections of content addressed data.

+

Originally created as a way to create stable documents from large or dynamic IPLD graphs (including those graphs that populate “virtual directories” of files added to IPFS), CAR files can now be found in IPFS-based systems, Storacha, ATProto, and other open source projects. With growing interest in data independence – moving large datasets between storage providers, backing up personal content from hosted services, and maintaining data integrity across the web – there's a growing need for accessible tools that help people create, inspect, and manage their own CAR files.

+

Currently, there is limited stand-alone tooling for the CAR format. Prior art includes kubo's dag import and dag export CLIs, caribdis, and Bluesky’s goat, but they are mostly embedded within larger app-specific libraries and not ergonomic to use outside of that context. Standalone tools include ipfs-car and go-car.

+ + +

We are interested in tools that make CAR archives more useful and/or more usable. Command line tools, utility libraries, and browser-based explorers are equally welcome. Enhancements or extensions to existing tools or platforms are especially encouraged.

+ + +

RFP #2025-02: DASL Testing

+

DASL (Data-Addressed Structures & Links, pronounced "dazzle") is a small set of simple, standard primitives for working with content-addressable resources on today’s or tomorrow’s web. It is a strict subset of IPFS CIDs and IPLD, optimized for simplicity, HTTP, and longevity.

+

The DASL spec was published in December 2024, and is currently supported by 9 implementations or tools. Now, let’s test it. We are interested in proposals with two phases:

+ +

Additional notes:

+ + + +

RFP #2025-03: Improving Data Utilities

+

Recently, several new utilities, libraries, and tools have emerged for working with content-addressed data (CIDs, IPLD, DASL). We welcome these new contributions to the content-addressed ecosystem! We are interested in proposals to improve both longtime and emerging utilities.

+

The scope of work can range broadly, from technical improvements to docs, code examples, outreach, or education. This RFP is focused on active projects that show evidence of current usage and adoption (for example, Github stars, a variety of issue creators, a healthy dependency graph).

+ + +

How To Apply

+

Submission Process

+
    +
  1. Prepare your proposal document according to the requirements outlined below.
  2. +
  3. Submit your proposal no later than Sunday, March 30, 2025.
  4. +
  5. Ensure all team members are available for a potential Q&A call during the specified dates.
  6. +
+ + +

Proposal Document

+

Please prepare a clear and concise proposal (no longer than 2 pages) with the following sections:

+
    +
  1. Project Overview
  2. +
  3. Technical Design
  4. +
  5. User Feedback and Adoption Plan
  6. +
  7. Schedule and Budget
  8. +
  9. Qualifications of Team, including prior open-source work
  10. +
+ + +

Additional Information

+ + + +

Important Dates

+ + + +

Thank you for your interest and good luck with your submission! For any questions, please contact utility-grants@ipfs.io.

+ + +

How to Contribute

+

+ This program is supported by Protocol Labs (2022-2025) and the Filecoin Foundation (2022). If your fund or foundation aims + to boost open-source IPFS adoption, consider + joining as a funder. +

+ + +

About

+

+ The IPFS Implementations Grants program is a cell of the Open Impact Foundation, + a Liechtenstein charitable foundation. Our advisors are Michelle Lee, Juan Benet, and Dietrich Ayala (emeritus). + Thank you to Addie Wagenknecht, Matt Frehlich, and Patrick Kim. +

+

Past awardees, in alphabetic order:

+ +
+ + diff --git a/utility-grants/index.html b/utility-grants/index.html index d57a2b9..06daf50 100644 --- a/utility-grants/index.html +++ b/utility-grants/index.html @@ -26,76 +26,51 @@

IPFS
Implementations
Grants

IPFS accessible to more developer communities across a variety of languages, platforms, and systems.

-

Spring 2025 Request for Proposals: Content-Addressed Data Tools

+

Summer 2025 Request for Proposals: Content-Addressed Data Tools

The IPFS Implementations Fund supports a more open, resilient, and efficient web by funding implementations of the IPFS protocol. It aims to broaden the reach and impact of the IPFS project by making content addressing and peer-to-peer networking more accessible across different platforms, programming languages, environments, and use cases.

Our Utility Grants program supports developers creating essential utilities, libraries, and tooling. Grants of $5,000-25,000 per project aim to fill critical tooling gaps and strengthen the foundations of an open and interoperable web.

-

For the Spring 2025 cycle, we seek proposals from qualified individuals or teams for the following:

+

For the Summer 2025 cycle, we seek proposals from qualified individuals or teams for the following:

-

RFP #2025-01: CAR Archive Explorers and Utilities

-

The CAR format (Content Addressable aRchives) makes data reliably portable by packaging up content with its cryptographic identifiers. This ensures the same data can be verified and used across different systems and platforms, making it a good building block for “credible exit” and data portability. Typically found in a file with a .car filename extension, you can think of them like TAR files that are designed for storing collections of content addressed data.

-

Originally created as a way to create stable documents from large or dynamic IPLD graphs (including those graphs that populate “virtual directories” of files added to IPFS), CAR files can now be found in IPFS-based systems, Storacha, ATProto, and other open source projects. With growing interest in data independence – moving large datasets between storage providers, backing up personal content from hosted services, and maintaining data integrity across the web – there's a growing need for accessible tools that help people create, inspect, and manage their own CAR files.

-

Currently, there is limited stand-alone tooling for the CAR format. Prior art includes kubo's dag import and dag export CLIs, caribdis, and Bluesky’s goat, but they are mostly embedded within larger app-specific libraries and not ergonomic to use outside of that context. Standalone tools include ipfs-car and go-car.

+

RFP #2025-04: Lean and Performant Libraries

+

Now that a DASL test suite is in place, we are seeking proposals for lean and performant implementations in commonly used languages such as JavaScript/TypeScript, Python, Go, Rust, Java, C, C#, or others with demonstrated developer adoption. These libraries should prioritize minimal dependencies, fast execution, and ergonomic APIs that make DASL accessible to developers who may be new to content-addressed systems. Implementations should include core DASL functionality including CID handling, dCBOR42 encoding/decoding, and basic CAR file operations. They may also include additional capabilities such as range requests.

-

We are interested in tools that make CAR archives more useful and/or more usable. Command line tools, utility libraries, and browser-based explorers are equally welcome. Enhancements or extensions to existing tools or platforms are especially encouraged.

+

Successful proposals will demonstrate clear performance benchmarks, consideration for multiple sizes and configurations of files and folders, minimal memory footprint, and straightforward integration patterns. We're particularly interested in libraries that can serve as drop-in components for existing web applications, API services, or data processing pipelines in large-scale production environments. Projects should include documentation and usage examples.

-

RFP #2025-02: DASL Testing

-

DASL (Data-Addressed Structures & Links, pronounced "dazzle") is a small set of simple, standard primitives for working with content-addressable resources on today’s or tomorrow’s web. It is a strict subset of IPFS CIDs and IPLD, optimized for simplicity, HTTP, and longevity.

-

The DASL spec was published in December 2024, and is currently supported by 9 implementations or tools. Now, let’s test it. We are interested in proposals with two phases:

-

Additional notes:

-

RFP #2025-03: Improving Data Utilities

-

Recently, several new utilities, libraries, and tools have emerged for working with content-addressed data (CIDs, IPLD, DASL). We welcome these new contributions to the content-addressed ecosystem! We are interested in proposals to improve both longtime and emerging utilities.

-

The scope of work can range broadly, from technical improvements to docs, code examples, outreach, or education. This RFP is focused on active projects that show evidence of current usage and adoption (for example, Github stars, a variety of issue creators, a healthy dependency graph).

- -

How To Apply

-

Submission Process

-
    -
  1. Prepare your proposal document according to the requirements outlined below.
  2. -
  3. Submit your proposal no later than Sunday, March 30, 2025.
  4. -
  5. Ensure all team members are available for a potential Q&A call during the specified dates.
  6. -
-

Proposal Document

-

Please prepare a clear and concise proposal (no longer than 2 pages) with the following sections:

+

Please prepare a clear and concise proposal (no longer than 2 pages) with the following sections and submit it to utility-grants@ipfs.io:

  1. Project Overview
  2. Technical Design
  3. User Feedback and Adoption Plan
  4. Schedule and Budget
  5. -
  6. Qualifications of Team, including prior open-source work
  7. +
  8. Qualifications of Team, including prior experience with content-addressed systems and performance

Additional Information

Important Dates

Thank you for your interest and good luck with your submission! For any questions, please contact utility-grants@ipfs.io.

@@ -113,7 +88,13 @@

About

a Liechtenstein charitable foundation. Our advisors are Michelle Lee, Juan Benet, and Dietrich Ayala (emeritus). Thank you to Addie Wagenknecht, Matt Frehlich, and Patrick Kim.

-

Past awardees, in alphabetic order:

+ +

Past cycles

+ + +

Past awardees, in alphabetic order: