> For the complete documentation index, see [llms.txt](https://palpaw-token.gitbook.io/palpaw/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://palpaw-token.gitbook.io/palpaw/utilities/loyalty-program.md).

# Loyalty Program

At PalPaw, we value the unwavering support and commitment of our community members. To express our gratitude and reward loyalty, we are excited to introduce our Loyalty Program.

**Program Benefits:**

1. **Exclusive Rewards:** Earn exclusive rewards based on your level of engagement and participation within the PalPaw community.
2. **Special Privileges:** Gain access to special privileges such as early access to product updates, exclusive events, and promotional offers.
3. **Community Recognition:** Be recognized for your contributions to the PalPaw community and receive special shoutouts and acknowledgments.
4. **VIP Treatment:** Enjoy VIP treatment with priority support, dedicated channels, and personalized assistance from our team.

**How to Participate:**

Participation in the Loyalty Program is automatic for all PalPaw token holders. Simply hold PalPaw tokens in your wallet and actively engage with the community through activities such as attending events, participating in discussions, and promoting PalPaw on social media.

**Levels and Rewards:**

The Loyalty Program consists of multiple levels, each offering progressively greater rewards and benefits. As you continue to support PalPaw and contribute to the community, you will advance through the levels and unlock exciting rewards along the way.

**Stay Tuned:**

Keep an eye out for updates and announcements regarding our Loyalty Program. We are continuously enhancing the program to provide even greater value and recognition to our loyal community members.

Thank you for your ongoing support and dedication to PalPaw. Together, we will continue to thrive and succeed in the ever-evolving world of cryptocurrency.


---

# 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://palpaw-token.gitbook.io/palpaw/utilities/loyalty-program.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.
