Skip to content

Keysystem Overview

The Aureva keysystem is a checkpoint-based key generation system that lets you earn revenue while distributing access to your scripts. Users complete ad checkpoints to receive a key automatically.


The keysystem is a hosted key-generation flow that:

  • Monetizes access — Users view ads at checkpoints; you earn revenue from ad providers
  • Automates key delivery — No manual key creation; keys are generated on completion
  • Reduces friction — Users get keys instantly after completing the flow
  • Protects your scripts — Keys are validated server-side before script access

Users progress through each step until they receive their key.

┌─────────────────┐ ┌─────────────────┐ ┌─────────────────┐ ┌─────────────────┐
│ Init Session │ ──► │ Captcha │ ──► │ Checkpoint 1..N │ ──► │ Key Generated │
│ (Start flow) │ │ (Verification) │ │ (Ad provider) │ │ (Success) │
└─────────────────┘ └─────────────────┘ └─────────────────┘ └─────────────────┘
  1. Init Session — User starts the flow by visiting your keysystem link.
  2. Captcha — If enabled, the user completes captcha verification.
  3. Checkpoints — User completes each ad checkpoint (views ads, follows links, etc.).
  4. Key Generated — On completion, the user receives their key.

When require_discord_oauth is enabled in your keysystem configuration, users must sign in with Discord before completing the flow. This links their Discord account to the key for easier management.


If referral tracking is enabled, users can earn bonus key time by referring others. Referral stats (total referrals, bonus hours) are visible in the keysystem UI when applicable.


Share your keysystem link with users so they can obtain a key:

https://auth.aureva.cc/get_key?hash={keysystem_hash}
PartDescription
auth.aureva.ccAureva auth/keysystem domain
get_keyKeysystem page
hashYour keysystem’s unique hash (from the dashboard)

Find your keysystem hash in the dashboard under Project → Keysystem or Ads.