> 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-donors/unlocking-matching-funds.md).

# Unlocking Matching Funds

When you donate to a project on Ma Earth, we need to verify your email before unlocking matching funds.

Email verification proves you're a real person, not a bot or duplicate account. This protects the integrity of our [collective funding model](/ma-earth/funding-explained/ma-earths-funding-model.md) and ensures that matching funds go to the projects with the most community support.

**What if I don’t verify?** Your donation still reaches the project, but matching funds are not activated for your donation. At the end of the funding round, the project receives less total funding than it otherwise could have.

**What happens when I verify?** Your donation can unlock 5-10x additional matching funds from our matching pool, according to the [quadratic funding](/ma-earth/funding-explained/quadratic-funding.md) formula, thus amplifying the impact of your donation.&#x20;

#### How do I verify my email?

You'll receive a verification email immediately after contributing to a project on Ma Earth.

1. Check your inbox for an email from Ma Earth
2. Enter the sign-in code provided
3. Your email is confirmed
4. Matching funds are unlocked

Didn't receive the email?

* Check your spam or junk folder
* Wait a few minutes (sometimes emails are delayed)
* Resend verification email

*Still having trouble verifying?* [*Contact us*](https://maearth.com/contact)*, share your donation details, and we'll help make sure your matching funds are activated.*

***

#### What if I don't verify before the funding round closes?

No matter what, your donation will go to the project you supported. However, matching funds won't be activated for your donation. After the funding round closes, we can't retroactively activate matching.

Please verify as soon as possible to ensure the project receives maximum matching funds.

<br>


---

# 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-donors/unlocking-matching-funds.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.
