# Rewards and Loyalty Program

#### Overview <a href="#overview-1" id="overview-1"></a>

Zodor's loyalty program features three primary reward mechanisms plus a community-incentive program:

1. **AR Points** earned through referrals, daily logins, KYC completion, and platform engagement
2. **NFT Shards** collectible pieces in **Common, Rare, Epic, and Legendary** rarities that combine to mint unique NFTs
3. **Level-Up Badges** achievement badges that apply multipliers on AR Points earnings

#### Key Features <a href="#key-features-2" id="key-features-2"></a>

**Spin the Wheel**

An interactive feature offering random rewards: AR Points, NFT Shards, or Level-Up Badges. Spin probabilities live in `spinWheelProbabilities`, badge tiers in `spinBadgeLevel`, and shard progression rules in `shardProgressionConfig`.

**Ambassador & KOL Programs**

Power users join the **Ambassador Program** (`ambassadorTradingVolume`) or the **KOL leaderboard** (`KOL`) for trading-volume rebates and curated invitation rights.

**Referral Hub**

Each user gets a unique referral code (`referral` + `ReferralCodes`). Successful referrals earn AR Points, multiplier badges, and a share of the referee's trading fees for a configurable window.

**Getting Started**

Users engage with the platform through activities and community events, spin the wheel for rewards, and build collections of NFT Shards while accumulating AR Points and badges.

#### GodView Incentivized Program (TerraScan) <a href="#godview-incentivized-program-terrascan" id="godview-incentivized-program-terrascan"></a>

Users earn T**okens** by contributing to platform accuracy through activities like:

* Submitting geotagged images of tokenized properties or energy projects
* Validating data points and IPFS-anchored metadata
* Providing real-time local asset updates

All contributions undergo verification before token rewards are distributed. TerraScan strengthens network security through community-driven verification while empowering participants with token rewards.


---

# 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://whitepaper.zodor.io/user-experience/rewards-and-loyalty-program.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.
