# Credit System

DexPal uses a dual-reward system: Credits (temporary) and Points (permanent).

## DexPal Credits (Temporary)

* Earned during each round from trading activity
* Reset to zero at the start of every new round
* Determine Points allocation at round end
* Track performance within the current round

## DexPal Points (Permanent)

Points are your core reward currency for long-term value.

* Awarded at round end based on Credits earned
* Never reset — accumulate forever
* Represent long-term contribution to the platform

## Points Distribution — Round One

**Total pool: 100,000 DexPal Points**

| Category          | Allocation | Distribution Basis                      |
| ----------------- | ---------- | --------------------------------------- |
| Volume Credits    | 5%–10%     | Credits earned from trading volume      |
| Prize Pool (Fees) | 30%–40%    | Credits from fees contributed           |
| Quests            | 10%–15%    | Credits from completed quests           |
| Degen Board       | 5%–15%     | Top 100 users by volume & fees          |
| DEX Competitions  | 10%        | Top performers in DEX-specific contests |
| Referrals         | 10%        | Credits from successful referrals       |

## Key Differences

| Aspect   | Credits                  | Points                  |
| -------- | ------------------------ | ----------------------- |
| Duration | Round only               | Forever                 |
| Reset    | Every round              | Never                   |
| Purpose  | Track current activity   | Long-term rewards       |
| Value    | Determines Points earned | Future benefits & perks |


---

# 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://docs.dexpal.io/for-users/rewards/credit-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.
