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

# Points Principles

While many crypto points programs devolve into short-term, extractive farming games, we are returning to first principles to align users with the protocol's long-term health. The program is guided by a transparent set of core principles.

#### Guiding Design Principles

* Reward real, productive protocol usage that strengthens long-term health.
* Reward sustained participation rather than one-off actions.
* Incentivize genuine contribution and disincentivize short-term speculation or system gaming.
* Protect real users by safeguarding against sybil attacks and whale domination.
* Favor early contributors, as early participation holds greater value.
* Treat points as earned reflections of contribution, not entitlements.

#### How Points Are Earned

Points accrue across four primary categories:

**Actual Protocol Usage**

Points are driven by net productive capital, calculated as (Splits - Redeems) + Swaps + (Liquidity Provided - Liquidity Withdrawn). Long-term, net committed capital matters more than short-term flows. Greater weight is placed on net splitting activity and net liquidity provision.

**Referrals**

Rewards are based on real economic contribution, measured by the revenue generated by referred users. Vanity metrics and superficial activity are not rewarded.

**Trading Competition**

This serves as an educational mechanism to help users understand the utility of SMART Tokens in a hands-on environment. It is designed to be interactive, accelerate protocol adoption, and put RiskFi on the DeFi map.

**Discretionary**

Contributions that strengthen the ecosystem in other ways, including user education and feedback, constructive participation, and community building.

***

*The Risk Protocol reserves the right to modify the points program as needed to ensure it remains aligned with these principles and continues to protect genuine contributors.*


---

# 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.riskprotocol.io/resources/points-program/points-principles.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.
