> For the complete documentation index, see [llms.txt](https://docs.arkada.gg/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.arkada.gg/~/revisions/1voCrnKLklaK9UcK42CA/core-features/performance-hub.md).

# Performance Hub

The Performance Hub is the central dashboard where every Arkada user can monitor their progress, track seasonal performance, and showcase their achievements. It is the player’s main interface for understanding how individual actions — from completing quests to engaging with the community — translate into tangible rewards and contributed value.

At the top of the Performance Hub, each user sees their **profile**, including username, avatar, connected wallets, and their current standing in the **Season Rank** and [**Leaderboard**](https://docs.arkada.gg/~/revisions/1voCrnKLklaK9UcK42CA/core-features/leaderboard). The hub also highlights the current season theme, complete with visual identity and lore, and provides easy navigation to past seasons to review historical performance.

Central to the Performance Hub is the Season Rank display. This section shows the player’s current tier, total points, and progression toward the next rank.

> Season Rank Score = Season Tier Multiplier x (Quest Points + Referral Points + Arena Points) + Previous Season Bonus

Points are earned through:

* Quests — Completing on-chain and off-chain campaign tasks.
* Referrals — Earning points from the activity of invited users.
* PvP Arena — Scoring points through competitive matches.
* Previous Season Bonus — Carrying forward part of the prior season’s performance.

### Arkada Advanced Scoring Engine)

<br>

Your Season Rank score can be boosted by improving performance across key categories:

* On-chain — Interact with Arkada, complete quests, and explore DeFi to increase your on-chain score.
* X (Twitter) — Follow Arkada, engage with our posts, and create content to grow your X score.
* Discord — Join the Arkada server, participate in discussions, and stay active to improve your Discord score.
* Telegram — Subscribe to our channel and join the community chat to boost your Telegram score.
* Shogun NFTs — Collect unique NFT gear to unlock additional seasonal performance bonuses.

<br>

Each category has a maximum possible boost, and your combined multiplier determines how efficiently your points convert into a higher Season Rank.


---

# 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.arkada.gg/~/revisions/1voCrnKLklaK9UcK42CA/core-features/performance-hub.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.
