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

# Gain Grid Referral Program

Our referral program is designed to thank our users for their trust and support. When you invite a friend to stake in Gain Grid, you'll earn a bonus based on their investments!

### How it works:

1. Invite a friend using your unique referral link.
2. Once your friend stakes in Gain Grid using your referral link, you will immediately earn a bonus equivalent to 3% of their staked amount.
3. Additionally, every time your referred friend harvests their rewards, you will earn an additional 5% bonus.

### Example:

If you invite a friend using your referral code, and they stake $1000 in Gain Grid, you will instantly earn $30 (3% of $1000). And, each time your friend harvests their rewards, you'll earn an additional 5% of the harvested amount.

### Terms and Conditions:

* We use cookies to track referrals. Only the first referral link used by a new user will be recorded.
* Self-referrals are not permitted. Users found to be referring themselves will be disqualified from the program.
* Each user can only have one referral. Multiple referrals from the same user will not be counted.
* The instant bonus of 3% of the staked amount is only available the first time a referred user stakes.
* Gain Grid reserves the right to change or end the referral program at any time without prior notice.
* Any form of fraudulent activities, such as creating multiple accounts to farm referrals, will lead to immediate disqualification from the referral program.
* All rewards from the referral program are subject to taxation and other legal obligations.
* By participating in the Gain Grid referral program, you agree to abide by these terms and conditions.

Share the benefits of staking in Gain Grid with your friends and earn rewards together! Start referring today.


---

# 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.position.exchange/products/gain-grid/gain-grid-referral-program.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.
