> For the complete documentation index, see [llms.txt](https://guide.geyser.fund/geyser-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide.geyser.fund/geyser-docs/product-guides/project-features/ambassador-earnings.md).

# Ambassador Earnings

Anyone who shares your project using their referral link and enables a contribution automatically becomes an ambassador. Once they help bring in a contribution, they can be showcased on your project page as someone who helped support and promote your campaign.

### What are ambassadors

When someone shares your project using their referral link and another person contributes through that link, the sharer becomes an ambassador for your project.

The refferral link looks like this at the end of the project link:

```
?hero=username
```

This helps creators see who is helping spread the word and gives supporters a simple way to contribute beyond donating directly.

<figure><img src="/files/XGqHnqm08RPmtZ7KyOck" alt=""><figcaption></figcaption></figure>

### Activate Ambassadors Earnings

When **Ambassador Earnings** are active, 5% of eligible contributions go to the ambassador who enabled the contribution. This is in addition to Geyser’s standard 5% fee.

That means the total amount deducted from a contribution can be:

**5% Geyser fee + 5% Ambassador Reward = 10% total**

This is especially important to keep in mind if you are selling a product, perk, or physical item. Make sure your pricing accounts for the additional 5% ambassador reward so your margins remain sustainable.

You can activate/disactivate Ambassador Earnings in:

* The Project creation flow
* The Creator Dashboard > Promotions page

### Recommendation

We strongly recommend keeping Ambassador Rewards activated if your goal is to increase visibility, sharing, and contributions.

It gives your community a direct incentive to support your campaign’s growth and can help turn your existing audience into an active promotion network.

<figure><img src="/files/Ka4XIezNQgK1RGzDYI3I" alt=""><figcaption></figcaption></figure>


---

# 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://guide.geyser.fund/geyser-docs/product-guides/project-features/ambassador-earnings.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.
