> 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/getting-started/become-an-ambassador-and-earn.md).

# Become an Ambassador & Earn

**The role**\
Ambassadors play an essential role in the ecosystem. They help great Bitcoin projects get discovered, funded, and launched.

With Ambassador Earnings, you are now rewarded for that impact.\
Earn sats every time someone funds or creates a project through your link, while gaining recognition on the leaderboards.

***

**How does it work?**\
Every user has a personal Hero Link that looks like this:\
`?hero=yourname`

When you share a project using your Hero Link:

* You earn **5% of any contribution** made through your link
* If someone creates a project through your link, you earn **5,000 sats + 5% of contributions enabled**

You help projects get discovered 👉 you get rewarded.

For example:\
If User A shares a project using their Hero Link and User B contributes 10,000 sats:

* User A earns **500 sats (5%)**
* User A is recognized as an Ambassador
* 10,000 sats are attributed to them on the leaderboards

***

**Project control & transparency**\
Projects stay in control. They can enable Ambassador Earnings or opt out entirely.

Contributors always see who referred them at checkout.\
No hidden fees - just transparent, aligned incentives between discovery and funding.

***

**Hero Card**\
All your activity is captured in your Hero Card.

It showcases your impact as a creator, contributor, and ambassador, highlighting how you help drive Bitcoin adoption forward.

You can find your Hero Card on your profile page and in the profile dropdown.


---

# 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/getting-started/become-an-ambassador-and-earn.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.
