> For the complete documentation index, see [llms.txt](https://discover.theiofoundation.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://discover.theiofoundation.org/fiscal-hosting/about/packages.md).

# Packages

## About

Below is a table summarizing the tiered pricing list for The IO Foundation’s Fiscal Hosting service.

<table data-header-hidden><thead><tr><th width="112">Tier</th><th width="121">Eligibility (Annual Funds)</th><th width="147">Fee</th><th>Services Included</th><th>Example Use Case</th></tr></thead><tbody><tr><td>Sponsored</td><td>Under </td><td>Free</td><td></td><td></td></tr><tr><td><strong>Starter</strong></td><td>Up to $50.000</td><td>8% of funds (min. $500/yr)</td><td><ul><li>Fund receipt/disbursement</li><li>Basic compliance</li><li>Quarterly reports</li><li>Donor acknowledgments</li><li>Financial dashboard</li></ul></td><td>Small Open Source project with crowdfunding or grassroots NGO with a single grant</td></tr><tr><td><strong>Growth</strong></td><td><p>Between</p><p>$50.001–$250.000</p></td><td>7% of funds (min. $2,000/yr)</td><td><ul><li>All Starter services</li><li>Monthly reports</li><li>Grant application support</li><li>International transactions</li><li>48-hour email support</li></ul></td><td>NGO with regional campaign or Open Source project with multiple corporate sponsors</td></tr><tr><td><strong>Impact</strong></td><td><p>Between</p><p>$250.001–$1.000.000+</p></td><td>6% of funds (min. $5,000/yr)</td><td><ul><li>All Growth services</li><li>Bi-weekly reports (if needed)</li><li>Customized compliance</li><li>Dedicated account manager</li><li>Fundraising consultation</li></ul></td><td>Global Open Source initiative or NGO with multi-country programs</td></tr><tr><td><strong>Custom</strong></td><td><p>Over</p><p>$1.000.001+ or unique needs</p></td><td><p>Negotiated</p><p> (min. $10,000/yr)</p></td><td><ul><li>All Impact services</li><li>Customized reporting/compliance</li><li>24-hour support</li><li>Complex legal support</li><li>Optional add-ons (e.g., payroll, events)</li></ul></td><td>Global NGO consortium or Open Source project hosting major events with multiple funds</td></tr></tbody></table>

#### Notes:

* **Fees**: Deducted automatically from funds received; minimum fees invoiced quarterly if funds are below the threshold.
* **Add-Ons**: Payroll (2% extra), event hosting ($1,000/event), grant writing ($50/hour).
* **Discounts**: 1% fee reduction for multi-year agreements; pro bono/reduced fees for highly aligned projects (case-by-case).
* **Transparency**: Fees support The IO Foundation’s mission and cover banking, compliance, and administrative costs.

This table can be embedded on your website (e.g., in HTML or a CMS table plugin), included in brochures, or adapted into infographics for social media. Let me know if you need help with formatting for a specific platform or additional details!


---

# 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://discover.theiofoundation.org/fiscal-hosting/about/packages.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.
