Skip to content

How to Launch a Tiered Loyalty Program in a Computer Club

Published: · IZI Team

How to Launch a Tiered Loyalty Program in a Computer Club

Section titled “How to Launch a Tiered Loyalty Program in a Computer Club”

To raise active base retention by 15–25% and increase regular customer average spend by 10–18%, launch a three-tier loyalty program: Silver (1–2 visits/month), Gold (3–5), Platinum (6+). Thresholds are calculated from your base percentiles — not copied from other clubs. Privileges scale non-linearly: financial bonuses at lower tiers, status and non-financial perks at higher ones. Configured through three rules in IZI’s automation module with customer segment conditions. Core top-up bonus mechanics at the overview page.

Without tiers a loyalty program is just cashback. The customer earns a bonus, spends it, earns again — no history, no status, no reason to stay specifically with you. A tiered system adds progression: the customer doesn’t just “buy time,” they move up in status.

Psychologically: “Platinum” status at a local club genuinely matters to a regular player. It’s social capital within the community. A Platinum customer won’t leave for a competitor offering a 10% discount — they’d lose accumulated status, which costs more.

Practically: Platinum customers spend 3–5× more than Silver per quarter. Their retention is ≥ 80% vs 35% for Silver. With Platinum at 10% of your base, they generate 30–40% of revenue. That’s the concentrated ROI of the program.

When to launch: base of 100+ active customers in last 90 days, at least one admin ready to communicate the program, IZI mobile app installed by 30%+ of base.

Three numbers — without them tier thresholds are guesswork.

  1. Base distribution by visit frequency — to find natural “gaps” between segments. Measure: Analytics → Customers → export with fields “visits in last 90 days” and “top-up total in last 90 days.” Build a histogram and look for gaps.
  2. Average spend by segment — for calculating privileges. How to measure → How to find average club spend.
  3. Session margin by zone — Platinum privileges (priority on VIP zone) have real cost, need to understand actual expense. More → Session unit economics.

Methodology: Threshold Formula from Percentiles

Section titled “Methodology: Threshold Formula from Percentiles”

Tier thresholds are built from your base, not from abstract numbers:

TierBase percentileCustomer shareLogic
Silver0–50th~50%Anyone who visits at all
Gold51–80th~30%Regulars above median
Platinum81–100th~20%Top activity

Threshold formula in currency units:

Silver threshold = median(90-day top-up total) = P50
Gold threshold = P75 of top-up totals
Platinum threshold = P90 of top-up totals

Example: if P50 = 600, P75 = 1,500, P90 = 3,000:

  • Silver: 0–599
  • Gold: 600–1,499
  • Platinum: 1,500+

Upgrade rule: customer moves to a higher tier when reaching threshold in the current 90-day period. Downgrade: if threshold not met in next period (with 30-day warning).

Non-financial privileges by tier:

TierBonus %Bonus expiryNon-financial
Silver5–6%60 days
Gold12–14%90 daysZone booking priority
Platinum20–22%120 daysReserved seat + closed tournament access

Substitution 1: base of 200 customers, avg top-up = 300

P50 = 600, P75 = 1,500, P90 = 3,000 per 90 days.

TierThresholdCustomersBonusEst. quarterly revenue
Silver0–599100 (50%)5%100 × 400 × 0.70 = 28,000
Gold600–1,49960 (30%)12%60 × 1,000 × 0.70 = 42,000
Platinum1,500+40 (20%)20%40 × 2,500 × 0.70 = 70,000

Platinum (20% of base) generates 50% of revenue — typical concentration.

Illustrative scenarios — substitute your numbers.

Analytics → Customers → export last 90 days. Distribute by thresholds (P50, P75, P90). In IZI assign tags/segments to each customer: Silver, Gold, Platinum.

Separate rule per tier:

  • Trigger: BALANCE_TOPPED_UP
  • Condition: client_segment == 'Silver' / 'Gold' / 'Platinum'
  • Action: ADD_BONUS 5% / 12% / 20%
  • Expiration: 60 / 90 / 120 days respectively

Three separate rules give separate rows in Rule breakdown. Visible cost per tier.

Step 3. Configure automatic tier recalculation

Section titled “Step 3. Configure automatic tier recalculation”

Set up a 90-day recalculation schedule. IZI recalculates segments based on the prior 90-day activity and updates tags. Customers who reached Gold threshold are moved automatically.

At launch — mass push to every customer with their current status:

“{client_name}, your {club_name} status is {level}. {amount_to_next} more to next tier. Top up and your status upgrades.”

In IZI club settings verify the mobile app shows the customer’s tier, progress to next level, and current privileges. This is the key motivational element — customers must see progress without extra steps.

Analytics → Customers → retention by segment. Compare: Gold vs Silver retention, Platinum vs Gold. Also — upgrade count (Silver → Gold) per period: this measures program vitality.

“By the way, your level is {current_level}. {amount_to_next} more to {next_level} — then bonus becomes {next_bonus}% instead of {current_bonus}%.”

Mention at every checkout. One sentence, not pushy.

“You hit {new_level}! Now {new_bonus}% bonus and {new_privilege}. Congrats — that’s the top {percentile}% of our customers.”

Upgrade moment is an emotional peak. Admin locks it in.

“Hey, your status is {level} — {days_left} days left in the quarter. Top up {amount_needed} and it holds. Otherwise it drops to {lower_level}.”

Honest warning without pressure. Creates urgency without manipulation.

“Come {required_visits} times a month — in three months you’ll be Gold, higher bonus and {gold_privilege}. The gap is pretty small.”

Shows the path to Gold as achievable, not abstract.

5. Platinum customer — personal attention

Section titled “5. Platinum customer — personal attention”

“All set — your spot {seat_number} is free as usual. Anything from the bar?”

Platinum isn’t a script, it’s personal service. The key privilege here is recognition and skip-the-queue treatment.

Key metrics by tier:

MetricSilverGoldPlatinum
Retention (D90)Target 30–40%55–65%75–85%
Average spendBaselineBaseline × 2.5Baseline × 5+
Visits/month1–23–56+

Program vitality metric — upgrade rate: share of Silver who moved to Gold in a quarter. Target: 10–15% of Silver upgrade each quarter. Below that — thresholds too high or Gold privileges not attractive.

Program health metric — downgrade rate: share of Gold and Platinum who lost status in a quarter. > 20% means thresholds are too high or the program doesn’t motivate maintaining activity.

In Analytics → Top-Up Bonus → Rule breakdown you see operations per rule (Silver/Gold/Platinum). This is the financial picture of the program.

Cost Silver = avg_top-up × 0.05 × (1 − margin)
Cost Gold = avg_top-up × 0.12 × (1 − margin)
Cost Platinum = avg_top-up × 0.20 × (1 − margin)

Illustration (avg top-up 500, margin 70%):

  • Cost Silver = 500 × 0.05 × 0.30 = 7.5
  • Cost Gold = 500 × 0.12 × 0.30 = 18
  • Cost Platinum = 500 × 0.20 × 0.30 = 30
ROI = (Platinum_AOV − Silver_AOV) × margin × retention_months ÷ cost_per_platinum_trigger

Illustration (Platinum AOV = 2,500, Silver AOV = 500, 70% margin, 12 months, cost 150/quarter): ROI = (2,500 − 500) × 0.70 × 12 ÷ (150 × 4) = 28,000 ÷ 600 = 46.7×

Illustrative — substitute your numbers.

Three tiers with a small base look artificial: Platinum is 5 people, everyone knows each other. Build the base first through newcomer retention and reactivation, then launch tiers.

If customers can’t see their progress — the program doesn’t work as a motivational tool. Ensure IZI mobile app is set up and installed by the base.

3. Gold and Platinum privileges are essentially the same

Section titled “3. Gold and Platinum privileges are essentially the same”

If the only difference between tiers is bonus percentage — the program reads as “more money = more bonus,” without status value. Non-financial perks are needed: priority, personal service, access to closed events.

If Gold threshold = 1,000 units but your base P75 = 300 — 80% of customers are stuck in Silver. Program demotivates rather than motivates. Always calculate thresholds from your own base.

Changing thresholds and privileges every two months makes customers stop trusting the program. Launch and keep conditions stable for at least 6 months. Loyalty program rules must be stable.


Parameters depend on your AOV, currency, and audience. Formulas are frameworks — substitute your numbers.

Related: Top-Up Bonuses — owner overview · How to raise average spend · How to retain newcomers · How to reactivate dormant customers · Automation module · Session unit economics

Frequently asked questions

How many tiers is optimal to start with?

Three tiers — optimal for most clubs. Two tiers (VIP/regular) is too flat, customers don't see a progression path. Four or more is hard to explain and maintain. Start with three, add a fourth after a year if the base has grown.

Should you show customers how much they need for the next tier?

Yes — this is the key motivational mechanic. If a customer knows they need 200 more units for Gold, they're more likely to make an extra top-up. The progress bar in the IZI mobile app acts as a constant reminder.

How often should you recalculate tiers?

Every 90 days — optimal. Too frequent (monthly) — customers can't build up status. Too rare (annually) — lost activity mid-year but status holds. 90 days gives a reasonable balance.

What if a customer is upset about a tier downgrade?

Introduce a 'protection period': customers don't lose their tier immediately on activity drop — they get a 30-day warning and a chance to maintain status through activity. In IZI this is configured via a condition in Automations.