> For the complete documentation index, see [llms.txt](https://docs.mangrove.exchange/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mangrove.exchange/mgv-incentives/ms1-program-closed/referral-points.md).

# Referral Points

Encouraging ecosystem growth and a tight community, the Referral Program rewards users who introduce active traders and liquidity providers to Mangrove. Both referrer and referee receive a 10% bonus on trading and LP points.

### How does it work?[​](https://docs.mangrove.exchange/general/points/referral-points#how-does-it-work) <a href="#how-does-it-work" id="how-does-it-work"></a>

1. Access the referral page on [Mangrove dApp](https://app.mangrove.exchange/referrals)
2. Select “Create a referral link” and sign the transaction on your wallet
3. Share your link on social media and with your friends
   * For each maker & trader point they generate they get 10% extra as Referral points.
   * You earn 10% of their boosted maker and taker points as Referral points. Their points are unaffected by the extra 10% points that you receive.

🥳There is no limit on the number of referrals. The more friends join the party, the more points for you!

🎈You receive your referral points based on the boosted amounts of points earned by the referee. However your own boost level doesn’t affect your referral points.

#### Example[​](https://docs.mangrove.exchange/general/points/referral-points#example) <a href="#example" id="example"></a>

1. Bob refers Alice to Mangrove.
2. Alice earns 100 points from her market volume.
3. Alice has her boost applied, giving her an end total of 250 points

* Alice's bonus: Receives an extra 25 points (0.1 \* 250) as a referral bonus, totaling 275 points.
* Bob's benefit: Earns 25 points (10% of Alice's boosted 250 points) for referring Alice.

This referral program rewards both Alice for her activities and Bob for bringing a new participant to Mangrove.


---

# 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://docs.mangrove.exchange/mgv-incentives/ms1-program-closed/referral-points.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.
