> For the complete documentation index, see [llms.txt](https://docs.blockpi.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.blockpi.io/basic-tutorials/blockpi-loyalty-points.md).

# BlockPI Loyalty Points

BlockPI's Loyalty Points Program allows users to earn points through platform purchases and referrals, and redeem them as credit toward RU package orders.

***

## Earning Points

### Spend & Earn

Points are earned automatically on every RU package purchase.

| Spend (USD) | Points Earned |
| ----------- | ------------- |
| $1          | 100           |

Points are credited upon successful payment confirmation.

### Referral Program

#### New User Bonus

New users receive **500 points** immediately upon successful registration.

#### Referral Reward

When an invited user completes their first RU package purchase of **$45 or more**, the inviter receives a one-time reward.

| Period                              | Minimum Purchase | Inviter Reward |
| ----------------------------------- | ---------------- | -------------- |
| First 2 months after program launch | $45              | 10,000 points  |

{% hint style="info" %}
This is a launch-exclusive promotion. The referral reward structure is subject to adjustment after the initial 2-month window starting from 2026/7/30.
{% endhint %}

***

## Redeeming Points

* **Conversion rate:** 2,000 points = $1.00 USD
* **Limit:** Points may cover up to **5%** of the total order amount per purchase
* **Usage:** Log in to the [BlockPI Dashboard](https://dashboard.blockpi.io/), proceed to purchase an RU package, and select **"Discount option"**. The system will display your available balance and the maximum redeemable amount automatically.<br>

  <figure><img src="/files/4mltp5kR1lfZ5hTIZsVM" alt=""><figcaption></figcaption></figure>

***

## Program Rules Summary

| Rule                          | Detail                                 |
| ----------------------------- | -------------------------------------- |
| Earn rate                     | 100 points per $1 spent                |
| Redemption rate               | 2,000 points = $1                      |
| Max points coverage per order | 5% of total order amount               |
| New user registration bonus   | 500 points                             |
| Referral reward (promotional) | 10,000 points (invitee purchase ≥ $45) |
| Promotional period            | 2 months from program launch           |


---

# 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.blockpi.io/basic-tutorials/blockpi-loyalty-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.
