> For the complete documentation index, see [llms.txt](https://docs.gibble.xyz/app-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.gibble.xyz/app-docs/referral-program/how-it-works.md).

# How it works

1. **Blast Points for Referred Person and Referrer:**
   * When a referred person joins Gibble and makes offers, they will earn Blast Points proportional to the amount they have locked on the platform.
   * The referrer will receive 10% of the Blast Points earned by the referred person.
2. **Gibble Points for Both Parties:**
   * Both the referrer and the referred person will receive Gibble Points.
   * The amount of Gibble Points awarded is 10 times the Blast Points earned.
3. **Transaction Fee Rewards for Referrer:**
   * The referrer will also receive 10% of the transaction fees paid by the referred person to the platform.

### How to invite a User to Gibble

Step 1: Click on the Referrals button available on the top right corner of the home page.

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

step 2: Click on 'GET REFERRAL CODE' button to get your referral code

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

Step 3: You will have to make 2 signatures with your wallet for creating a user.

<figure><img src="/files/e46dqmvSSg5pWAEjq2lI" alt="" width="375"><figcaption></figcaption></figure>

<figure><img src="/files/cqJ4VVPn34Z13wTCYIED" alt="" width="375"><figcaption></figcaption></figure>

Step 4: You will recieve your referral code using which you can Invite new users to Gibble.

<figure><img src="/files/Vy74E7hgYI6un4fTXPUv" 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://docs.gibble.xyz/app-docs/referral-program/how-it-works.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.
