> For the complete documentation index, see [llms.txt](https://docs.rujira.network/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.rujira.network/how-it-works/frequently-asked-questions/ruji-leagues-points-competition.md).

# RUJI Leagues - Points competition

**Q: What is RUJI Leagues?**\
RUJI Leagues is our in-house competition where you can earn rewards by using Rujira products.

You can access the leaderboard of RUJI Leagues on [rujira.network/leaderboard](https://rujira.network/leaderboard).

**Q: What do I have to do to be eligible?**\
The first season hasn't started yet, at the moment everyone is earning points. To be eligible and capitalize on the points you have earned to date, you will need to register your wallet for RUJI Leagues Season 1 (to be announced). Participating in the Leagues will require staking some RUJI.\
\
**Q: How do I earn points?**\
You earn points by using Rujira products. Every time you generate revenue for the protocol, the fees you pay are converted into points. The more points you collect, the higher your rank and the better your rewards.

**Q: How are points calculated?**\
The baseline is that every $1 of fees you paid gives you 69 points. But there will be some exceptions that might be temporary to highlight the usage of a product for a season, or permanent to sweeten certain negative events. For example, we plan to apply a larger multiplier to liquidation fees so that, even when the market isn't following your plans, there is still something extra to earn.

**Q: What are the rewards?**\
Rewards will be paid out at the end of each season in $USDC and $RUJI. A detailed breakdown of the rewards will be shared once we start the first season.

**Q: How long does a season last?**\
Each season lasts for 6 weeks. After that, rewards are distributed, points reset, and a new season begins.


---

# 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.rujira.network/how-it-works/frequently-asked-questions/ruji-leagues-points-competition.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.
