---
title: "Use Case: High Roller Achievment"
slug: "use-case-high-roller-achievment"
updated: 2026-06-10T15:13:06Z
published: 2026-06-10T15:13:06Z
canonical: "docs.xtremepush.com/use-case-high-roller-achievment"
---

> ## Documentation Index
> Fetch the complete documentation index at: https://docs.xtremepush.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Use Case: High Roller Achievment

In this example, users are given a *High Roller* achievement if they’ve done the following:

- Completed more than 20 quests
- Earned more than 500 tokens

This example uses loyalty system attributes for quest completions and total rewards earned: *quest.completionsTotal* and *reward.primaryReward*

This achievement is only available to users who are at Level 2 or higher, and is hidden from the loyalty widget until the user successfully fulfills the **Completions Conditions** of the achievement.

The configuration for this example is as follows:

## Specify Completion Conditions

- *quest.completionsTotal* equals `20`
- *reward.primaryReward* equals `500` as shown in the image below.

This ensures that a user earns the achievement when they complete 20 quests and earn more than 500 tokens.

![](https://cdn.document360.io/b056e88b-f6c1-4bd2-b5b8-08e9336a17c9/Images/Documentation/7742b52e8ffa67ca062f9fc308a80297e930ad621d9dcdd43ce944479d94e572-37(1).png)

## Specify Achievement Restrictions

Only users Level 2 and higher are eligible to earn this achievement.

![](https://cdn.document360.io/b056e88b-f6c1-4bd2-b5b8-08e9336a17c9/Images/Documentation/f89768706b1213d6137eb94bcc0f787775860f909cbe0e2d0d4ffe7fa4e7d250-38(1).png)

## Specify Rewards

The reward for completing this achievement is 100 tokens and 10 free spins from your bonus engine integration.

![](https://cdn.document360.io/b056e88b-f6c1-4bd2-b5b8-08e9336a17c9/Images/Documentation/a39e0e013ed2a9df29467ec845a52e33921050ba30e2622ced8dfc0ebc2b0f8d-39(1).png)

## Manage Presentation:

Your users will see the achievement title and description and receive the reward only after they have successfully completed the achievement **Completion Criteria**.

![](https://cdn.document360.io/b056e88b-f6c1-4bd2-b5b8-08e9336a17c9/Images/Documentation/6598f22f4f2dac37c891654e5c96a9ab93bf2939857c88bd4ec5bca99a2c9798-40(1).png)
