# Introduction

DexPal is a discovery, rewards, and data platform for decentralized exchanges. These docs cover the public user experience, beta access, rewards program, roadmap, and the partner DEX API used to send market, rewards, and user-level data into DexPal.

## For Users

| Page                                                                    | Scope                                       |
| ----------------------------------------------------------------------- | ------------------------------------------- |
| [`users/README.md`](/for-users/users.md)                                | User documentation index                    |
| [`users/beta-access.md`](/for-users/beta-access.md)                     | Beta access and early-user benefits         |
| [`users/product-roadmap.md`](/for-users/product-roadmap.md)             | Product capabilities and roadmap            |
| [`users/rewards/README.md`](/for-users/rewards.md)                      | Degen Club rewards overview                 |
| [`users/rewards/how-it-works.md`](/for-users/rewards/how-it-works.md)   | Reward rounds and distribution              |
| [`users/rewards/credit-system.md`](/for-users/rewards/credit-system.md) | Credits, points, and round-one distribution |
| [`users/rewards/earning.md`](/for-users/rewards/earning.md)             | Ways to earn                                |
| [`users/rewards/competitions.md`](/for-users/rewards/competitions.md)   | Global and DEX-specific competitions        |
| [`users/rewards/referrals.md`](/for-users/rewards/referrals.md)         | Referral rules                              |
| [`users/rewards/faq.md`](/for-users/rewards/faq.md)                     | Rewards FAQ                                 |

## For Partner DEXes

| Page                                                                                           | Scope                                                              |
| ---------------------------------------------------------------------------------------------- | ------------------------------------------------------------------ |
| [`partners/README.md`](/for-partners/partners.md)                                              | Partner documentation index                                        |
| [`partners/dex-api-spec/README.md`](/for-partners/dex-api-spec.md)                             | DEX API overview, authentication, envelope, endpoints, and schemas |
| [`partners/dex-api-spec/endpoints/dex-markets.md`](/for-partners/endpoints/dex-markets.md)     | Market data endpoint                                               |
| [`partners/dex-api-spec/endpoints/dex-rewards.md`](/for-partners/endpoints/dex-rewards.md)     | Rewards endpoint                                                   |
| [`partners/dex-api-spec/endpoints/user-accounts.md`](/for-partners/endpoints/user-accounts.md) | User account endpoint                                              |


---

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