# Customer Experience: Rewards wallet | Vronika

The rewards wallet shows a guest's points and transaction history and can link the account to messaging with a one-time code.

---

**Path:** /platform/frontend/rewards
**Canonical:** https://vronika.co/platform/frontend/rewards
**Category:** Platform: Customer Experience
**Live Route:** /rewards
**Source File:** trifecta/client/src/pages/Rewards.tsx

## How It Works

1. The page requests the signed-in guest's point balance, reward transactions, and current messaging-link status.
2. When requested, it posts for a messaging link code and then refreshes the link state.
3. Navigation connects the wallet to the leaderboard, Hall of Fame, and Trophy Room.

## Features

- Current points balance
- Reward transaction history
- Messaging-link status
- One-time link-code flow
- Connected recognition pages

## Integrations

- Rewards points API
- Rewards transactions API
- Blooio messaging-link API
- Authenticated guest session

---

## Sources
Content derived from the live trifectabar.com codebase and deployed platform. This explainer documents implemented code and does not expose protected source routes or business data.