# Leaderboard

The Horizon Leaderboard allows users to track their portfolio progress, view earnings, and compare performance within the community.

***

<h2 align="center">Leaderboard Stats</h2>

<table data-header-hidden><thead><tr><th width="105.3333740234375"></th><th width="179"></th><th></th><th></th><th></th></tr></thead><tbody><tr><td><strong>Rank</strong></td><td><strong>Wallet Address</strong></td><td><strong>Horizon Balance</strong></td><td><strong>Total Earnings (USD)</strong></td><td><strong>Horizon Burnt</strong></td></tr><tr><td>1</td><td><strong>0x1234...abcd</strong></td><td>1,250.67 Horizon</td><td>$15,000.00</td><td>1,250.67 Horizon</td></tr><tr><td>2</td><td><strong>0x5678...efgh</strong></td><td>1,150.89 Horizon</td><td>$12,500.00</td><td>1,150.89 Horizon</td></tr><tr><td>3</td><td><strong>0x9101...ijkl</strong></td><td>1,050.33 Horizon</td><td>$10,000.00</td><td>1,050.33 Horizon</td></tr><tr><td>…</td><td>…</td><td>…</td><td>…</td><td></td></tr></tbody></table>

***

<h2 align="center">How It Works:</h2>

* Rank: Your position on the leaderboard based on Horizon earnings.
* Wallet Address: A unique identifier for each miner’s account, ensuring transparency.
* Horizon Balance: The total amount of Horizon you have in your portfolio.
* Total Earnings (USD): The total earned by using the platform.
* Horizon Burnt: The total Horizon amount burnt.
* Every portfolio on the leaderboard is publicly viewable.
* Click on a wallet address to open its portfolio page.
* Review strategies, positions, and activity.
* This feature gives the community full transparency and creates opportunities to learn from top performers.


---

# Agent Instructions: 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:

```
GET https://trader-li.gitbook.io/horizon-protocol/leaderboard.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
