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

# Prime Points

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

Prime Points is a system that offers a quantifiable measure of a user’s contribution to the success of the Prime ecosystem. There are currently three ways to earn points: Deposit, Borrow, and Referrals. Additional ways to earn points, such as community challenges, will become available as the Prime ecosystem expands. This program is an extension of the previous Prime Early Adopter Program — all the points you’ve gained thus far will remain, but now there are more ways to earn!

* For every 1 dollar deposited, one point is gained per year
* For every 1 dollar borrowed, three points are gained per year
* After your deposits or borrows are kept in the protocol for 1 week, points will start to accumulate at 2x the normal rate. This means that every dollar deposited for more than 1 week will earn 2 points per dollar per year, and every dollar borrowed for more than 1 week will earn 6 points per dollar per year.
* After your deposits or borrows are kept in the protocol for 2 weeks, points will start to accumulate at 3x the normal rate. This means that every dollar deposited for more than 2 weeks will earn 3 points per dollar per year, and every dollar borrowed for more than 2 weeks will earn 9 points per dollar per year.
* Points can now also be acquired through referrals! Referring users are entitled to 10% of the points earned by the individuals they referred. Notably, these points don’t diminish from the referred users’ balances, ensuring they continue to accumulate points at the stipulated rate.

*\*Note: Referrals are only recorded when you refer new users (users who haven’t previously deposited or borrowed)*

* If you withdraw or repay tokens, the rate of points accumulation on that market will be reset to 1x. Any points you gained up until this point will stay on the protocol. New deposits and borrows will earn the higher points accumulation after the thresholds are met again.

Climb the ranks and see where you stand in the Prime Community with the brand new points leaderboard!&#x20;


---

# 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.primeprotocol.xyz/navigating-prime/prime-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.
