# Reference System

## 🧾 Referral Point System

Doginal Buds Bot’s referral system is divided into two main categories: **Social Points** and **Prestige Points**.\
Both types of points reward users for inviting others and for engaging with the platform.

### 🧩 Social Points

Social Points are earned through basic interactions and onboarding actions.\
Here's how points are distributed between the referrer (A) and the referred user (B):

| 🧍 Action                     | 🎯 Referrer (A) Gains | 🎁 Referred (B) Gains |
| ----------------------------- | --------------------- | --------------------- |
| B joins via A’s referral link | +25 Social Points     | +15 Social Points     |
| B follows Twitter (X)         | +1 Social Points      | +10 Social Points     |
| B opens a trade               | +10 Social Points     | +100 Social Points    |

> 💡 *Social Points reward both outreach and platform engagement. The more active your referrals, the more you earn*

### 🛠 Referral Tools

To support the referral system and earn **Social Points**, users can complete additional social tasks using the following commands:

#### `/twittercheck`

Starts the task to follow our official **Twitter (X)** account.\
Completing this task will grant you Social Points.

> 📲 Make sure you're logged in to your X account in the same browser before starting.

***

### 👑 Prestige Points

Prestige Points are tied to subscription activity and are designed to reward long-term retention and commitment.

| 🧍 Action                             | 🎯 Referrer (A) Gains | 🎁 Referred (B) Gains |
| ------------------------------------- | --------------------- | --------------------- |
| B becomes a subscriber (1-month)      | +10 Prestige Points   | +100 Prestige Points  |
| B renews their subscription (monthly) | +10 Prestige / month  | +100 Prestige / month |

> 🏆 *Prestige Points scale with loyalty. As long as your referrals remain subscribed, you keep earning every month.*


---

# 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://doginal.gitbook.io/doginal-buds-bot/terminal/reference-system.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.
