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

# Leaderboard & Points

ChartFi Arena is built around more than just rewards.

It is built around reputation.

Every competition gives traders the opportunity to climb the leaderboard, earn championship points, and establish themselves as one of the best traders in the ChartFi community.

The leaderboard recognizes performance.

The points system rewards consistency.

Together, they create a competitive environment where every trade matters.

***

## 🏆 Weekly Leaderboard

At the conclusion of every weekly competition, traders are ranked according to their:

**Final Account Equity**

The Top 10 traders receive:

🏆 $CHART Rewards

📊 Championship Points

🥇 Weekly Recognition

Every week begins with a fresh leaderboard, giving every participant a new opportunity to compete.

***

## 👑 Monthly Leaderboard

While weekly competitions celebrate individual victories, the Monthly Leaderboard rewards consistent performance.

Championship points earned each week are accumulated throughout the month.

At the end of the fourth weekly competition, the traders with the highest total points become the Monthly Champions.

Consistency is the ultimate measure of success.

***

## 📈 Championship Points

Points are awarded every week as follows.

| Position | Points |
| -------- | -----: |
| 🥇 1st   |     10 |
| 🥈 2nd   |      9 |
| 🥉 3rd   |      8 |
| 4️⃣ 4th  |      7 |
| 5️⃣ 5th  |      6 |
| 6️⃣ 6th  |      5 |
| 7️⃣ 7th  |      4 |
| 8️⃣ 8th  |      3 |
| 9️⃣ 9th  |      2 |
| 🔟 10th  |      1 |

Every point contributes toward the Monthly Championship.

Even a single point may determine the final rankings.

***

## ⚖️ Tie-Breaker Rules

In the event that two or more traders finish the month with the same number of championship points, rankings will be determined using the following criteria:

1. Highest cumulative trading profit.
2. Highest individual weekly finish.
3. Highest final account equity during the final competition week.

These rules ensure fair and transparent championship rankings.

***

## 🏅 Hall of Fame

Every Monthly Champion becomes part of the ChartFi Arena Hall of Fame.

The Hall of Fame celebrates the traders who demonstrate exceptional consistency, discipline, and performance.

As the Arena grows, this record will showcase the community's greatest traders across every season.

***

## 🌟 Reputation Matters

Winning rewards is exciting.

Building a reputation is even greater.

Every competition provides an opportunity to earn recognition within the ChartFi community and establish yourself among the Arena's most skilled traders.

### **🏟️ Welcome to the Arena.**

#### **Only the disciplined become champions.**


---

# 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.chartfidocs.xyz/chartfi-arena/leaderboard-and-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.
