> For the complete documentation index, see [llms.txt](https://dev.hybrid-chain.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://dev.hybrid-chain.com/guides/consumer-platforms-and-payments/tokenized-loyalty-program.md).

# Tokenized Loyalty Program

**Overview:** Looking to create a modern, flexible, and self-custodial loyalty system? Hybrid-Chain allows you to issue branded reward tokens (fungible or non-fungible) that can be distributed to users based on purchases, referrals, or user activity—and redeemed across a wide range of services or converted into other digital assets.

**Platform Benefits:** Hybrid-Chain’s self-custodial model ensures users own their loyalty tokens, which can be transferred, stored, or traded. This increases retention, perceived value, and cross-platform usability. Because loyalty tokens are fully programmable and interoperable across Hybrid-Chain’s Layer-2 infrastructure, performance remains high while maintaining full auditability.

**Integration Flow:**

1. Log in as a Whitelabel Admin on the Hybrid-Chain Web Dashboard
2. Navigate to the Token Creation module and configure your Loyalty Token:
   * Set token name, symbol, description, decimal places, and total supply
   * Choose fungible or NFT format (e.g., 1 point per token or unique per tier)
   * Apply optional expiry dates or metadata tags (e.g., bronze, gold, platinum)
3. Define and register the reward packages or earning rules within your own platform
4. Register users via the API (or let them self-register via your frontend)
5. Use API calls to distribute tokens automatically based on:
   * Purchase actions
   * User milestones
   * Referral completions
6. Display the user’s reward balance in your platform UI using `GetWalletBalance()`
7. Allow users to redeem tokens:
   * For goods/services in-app
   * As discounts at checkout
   * Or by converting into another token using `TokenSwap()`
8. Use `SecureSend()` if you wish to reward tokens externally by email or phone number

**Optional Add-ons:**

* Enable NFT-based event badges or exclusive tiered memberships
* Set up TokenBurn() logic for one-time use rewards
* Introduce gamified features such as staking or level progression

**Note:** Tokenized Loyalty Programs may require disclosures under marketing, consumer protection, or financial incentive guidelines depending on your jurisdiction. Always comply with local law and Hybrid-Chain platform terms.


---

# 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://dev.hybrid-chain.com/guides/consumer-platforms-and-payments/tokenized-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.
