# Customer Experience: Pool league achievements | Vronika

The achievements page loads the full pool-league achievement catalog and explains the recognition players can earn.

---

**Path:** /platform/frontend/pool-league-achievements
**Canonical:** https://vronika.co/platform/frontend/pool-league-achievements
**Category:** Platform: Customer Experience
**Live Route:** /pool-league/achievements
**Source File:** trifecta/client/src/pages/PoolLeagueAchievements.tsx

## How It Works

1. The component requests /api/pool-league/achievements.
2. Achievements are grouped and rendered with their criteria and reward presentation.
3. Authenticated players can continue to their personal achievement state.

## Features

- Live achievement catalog
- Criteria and reward details
- Grouped responsive display
- Player-dashboard handoff

## Integrations

- Pool league achievements API
- Player dashboard route

---

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