> 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.md).

# Core Features

The Arkada platform features a comprehensive user profile, which includes two main components: the **Arkada Score** and the **Quests Point System**. These systems are designed to track and reward user engagement based on their activities and quest completions, helping you climb the ranks and unlock more features.

***

## Arkada Score

Your **Arkada Score** is calculated based on your past and current Web3 activities, with points awarded for various actions, such as on-chain activities, social media engagement, and interactions within the ecosystem. These points contribute to your **Profile Rating**, which determines your rank within the platform.

Points are awarded for the following actions:

* **Wallet on-chain activities**
* **Twitter Score**
* **GitHub Score**
* **Telegram (TG) Score**
* **Ecosystem Score**&#x20;

As your Arkada Score increases, you rise through different ranks: **Steel**, **Bronze**, **Silver**, **Gold**, **Platinum**, and **Diamond**. The higher your rank, the greater your access to premium features and rewards. Additionally, users can compare their Arkada Score to others through the **Leaderboard**, which displays the top-ranking users. You can always track your position and see the users ahead and behind you directly in your profile.

***

## Quests Point System

The **Quests Point System** is a key part of your profile, displaying the total points you’ve accumulated by completing various quests within the Arkada platform. Unlike the **Arkada Score**, which tracks your overall activity, the **Quests Point System** specifically focuses on the points you earn from completing quests.

There are two types of quests:

* **Regular Quests** – Available to all users.
* **Premium Quests** – Accessible based on your rank and accumulated **Arkada Score**.

Quests are further divided into categories based on the type of tasks involved:

### **On-chain Tasks**

* **Token Swaps**
* **Staking**
* **Governance Voting**
* **Liquidity Provider (LP) Tasks**

### **Off-chain Activities**

* **Subscriptions and Engagement on Social Media (SM)**
* **Likes and Comments on SM**
* **Obtaining Roles on SM**
* **Creating Tutorials**
* **Tech and Other Tasks**

The points awarded for completing quests vary depending on their difficulty. Regular quests, which are available to all users, usually have moderate point rewards. On the other hand, **Premium Quests**, which are accessible only to users with higher ranks (e.g., Gold, Platinum, Diamond), offer much greater point rewards.

The quests are also categorized by difficulty, with higher-difficulty quests awarding more points. For example:

* **Easy Quests**: 50–100 points
* **Medium Quests**: 100–200 points
* **Hard Quests**: 200–300 points

For **Premium Quests**, the point rewards are significantly higher:

* **Easy**: 500–1000 points
* **Medium**: 1000–2000 points
* **Hard**: 2000–3000 points

***

## Tracking Your Progress

To keep track of your progress and compare your quest performance to other users, the Arkada platform features two separate leaderboards: one for **Arkada Score** and one for **Quest Points**. You can see the top 5 users ahead of you and the 5 users below you in each leaderboard directly from your profile page. If you want to view the full leaderboard, you can access it via a special tab in the app.

**Important:** The leaderboards for **Arkada Score** and **Quest Points** are independent of each other. The ranking in one does not directly affect the ranking in the other.

Additionally, you can track your **GitHub**, **Twitter**, and **Telegram** scores by connecting those accounts to your profile, earning more points for your activities on these platforms. You can also view your **NFTs**, your **invited users** through the Arkada referral system, and the total number of **quests** you’ve completed.

By completing **Regular Quests**, you can steadily increase your **Arkada Score**, climb the ranks, and unlock **Premium Quests**, which offer greater rewards. This dynamic system ensures that as you engage more with the platform, your rewards and opportunities grow, giving you a rich and rewarding experience as you explore the Arkada ecosystem.


---

# 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.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.
