> For the complete documentation index, see [llms.txt](https://help.maearth.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.maearth.com/resources-for-land-stewards/about-host-partners.md).

# About Host Partners

#### What is a host partner?

A host partner (also called a fiscal host or fiscal sponsor) is an established nonprofit organization that receives and manages funds for groups that don't have their own nonprofit status, or who aren't in a [Stripe-supported country](https://help.maearth.com/resources-for-host-partners/stripe-onboarding/stripe-supported-countries).

For example, if you're a land steward working with a community group, but you don’t have a registered nonprofit, a host partner can receive the donations and then fund your project's work, and keep an administration fee.

#### What does a host partner do?

A host partner will typically carry certain responsibilities to support organizations without nonprofit status to raise money.

These include:

* Receiving donations for your project
* Disbursing funds (to your organization) and ensuring they're used for stated purposes
* Providing financial oversight and reporting (often minimal for small projects)
* Sometimes offering additional support like insurance, legal guidance, or training

#### Is there a cost?

Typically, host partners take 5-10% of funds to cover their administrative costs. This is separate from Stripe's payment processing fees and must be negotiated directly with your host partner.

#### Do I need a host partner?

You may need a host partner in order to participate in a funding round on Ma Earth if one or both of the following apply:

1. **You're not a registered nonprofit, e.g.**

* You're an informal community group
* You're a collective without legal incorporation
* You're in the process of getting nonprofit status but not there yet
* You’re a business

2. **You're in a country where Ma Earth can't process payments directly.** Even if you are a registered nonprofit, our current payment processing (Stripe) only works in [certain countries](https://help.maearth.com/resources-for-host-partners/stripe-onboarding/stripe-supported-countries). A host partner in a Stripe-supported country enables you to receive funding.

#### How do I find a host partner?

In our next funding round, Ma Earth will be able to connect some projects to host partners.

*If you have been accepted to the next funding round,* [*contact us*](https://maearth.com/contact) *if you do not have a host partner for your project and think you may need one.*

#### What should I do now?

If you are not a nonprofit or not in a Stripe-supported country and you have been accepted to a funding round, but do not yet have a host partner, here's how to get set up:

1. You will be invited to confirm your participation on our platform and invite your host partner directly from there.
2. If you do not have a host partner lined up, [contact us](https://maearth.com/contact) to discuss options for connecting you.
3. Your host partner will receive an email invitation from us to create a profile on Ma Earth and create a Stripe account.
4. Once they have successfully onboarded, you will be notified by us by email and you'll be able to participate in the funding round.
5. As your project receives crowdfunding donations on Ma Earth, your host partner can disburse funds to you according to your agreement with them.
6. After the funding round is complete, your host partner disburses the matching grant to your project.


---

# 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://help.maearth.com/resources-for-land-stewards/about-host-partners.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.
