> 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-funding-rounds.md).

# About Funding Rounds

A funding round is a designated time period when land stewards can run fundraising campaigns on the Ma Earth platform alongside dozens, or hundreds, of aligned projects.

All accepted nature projects go through the process together—preparing, launching campaigns, and succeeding collectively.

[Sign up](https://maearth.com/fundraise) for our newsletter to hear about the next funding round right away!

***

#### Questions?

[Visit the Funding Round 3 hub](/resources-for-land-stewards/funding-round-3-hub.md).

[Learn about our collective funding model](/ma-earth/funding-explained/ma-earths-funding-model.md).

[Learn more about Ma Earth](/ma-earth/about-ma-earth.md).

[Join a community call.](https://luma.com/maearth)

***

#### How often are funding rounds?

**Currently:** 2 funding rounds per year

**Timing varies** based on:

* Platform development
* Partnership readiness
* Matching pool availability
* Team capacity

**Stay informed:**

* Join our mailing list
* Follow us on social media

***

#### **Can I reapply?**

Yes. Each application round is different, with different reviewers, different applicant pools, and different timing.

If you reapply, we suggest revisiting our [Project Guide](/resources-for-land-stewards/project-guide.md) and updating your project description to reflect any new developments.


---

# 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-funding-rounds.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.
