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
500as shown in the image below.
This ensures that a user earns the achievement when they complete 20 quests and earn more than 500 tokens.
Specify Achievement Restrictions
Only users Level 2 and higher are eligible to earn this achievement.
Specify Rewards
The reward for completing this achievement is 100 tokens and 10 free spins from your bonus engine integration.
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.

Updated about 5 hours ago