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

# Strix Points

Strix Points reward the people who make Strix Lab a great place to trade — active traders and liquidity providers. Points track your contribution over time and feed the leaderboard.

{% hint style="info" %}
**What Points are — and aren't.** The Strix Points program is rolling out in phases. Exact earn rates, multipliers, and any future benefits tied to Points will be announced in-app and on this page as they go live. **Nothing on this page is a promise of a specific reward, benefit, or future value.** Points recognize participation — trade because you have a view, not to farm points.
{% endhint %}

### How you earn

<table data-view="cards"><thead><tr><th></th><th></th></tr></thead><tbody><tr><td><strong>Trading activity</strong></td><td>Earn points for your trading volume across markets.</td></tr><tr><td><strong>Providing liquidity</strong></td><td>Earn additional points for resting orders that deepen the book — see <a href="https://docs.strixlab.io/rewards/liquidity-rewards">Liquidity Rewards</a>.</td></tr><tr><td><strong>Referrals</strong></td><td>Earn when friends you invite sign up and take their first positions — see <a href="https://docs.strixlab.io/rewards/referrals">Refer &#x26; Earn</a>.</td></tr></tbody></table>

{% hint style="info" %}
New to the maker concept? It's covered in [The Order Book](https://docs.strixlab.io/trading/order-book#how-a-trade-matches).
{% endhint %}

### The leaderboard

Points accumulate and are ranked on a leaderboard, so you can see how you stack up against other traders. Standings update on a regular cycle.

### Tips to earn more

* **Trade the markets you know.** Consistent, informed participation compounds over time — points follow good trading, not the other way around.
* **Rest limit orders instead of only taking the market.** You pay [no fees as a maker](https://docs.strixlab.io/trading/fees) and earn liquidity points on top.
* **Invite friends** with your [referral link](https://docs.strixlab.io/rewards/referrals).


---

# 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.strixlab.io/rewards/strix-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.
