Skip to main content

Quest Center

Quest Center gamifies your onboarding journey — complete tasks (connect a wallet, run a Tasks job, follow Alphio on social) to earn Credits and unlock a complimentary 1-month Pro Subscription.

Find it at: Quest Center entry from the Home / Account surface (opens as a bottom drawer / desktop modal).

Feature-flag gated

Visibility depends on a feature flag — you may not see this reward yet. Quest Center rolls out progressively per region and cohort.

Quest Center drawer


1. What you earn

Quest Center is structured as 5 UI steps backed by 7 atomic quest ids. The reward model has two layers:

LayerTriggerReward
Per-quest CreditsEach atomic quest completionCredits per quest
Full-completion bonusAll 5 steps done and account is on the Free tier1-month Pro Subscription (in-system grant, not Stripe)
warning

The exact Credits-per-quest payout schedule is TBC. The 1-month Pro grant is fixed: it is a complimentary Pro Monthly grant via grant-promo-package, it does not connect to Stripe, and it cannot be upgraded or downgraded. It is only redeemable while you are on the Free tier.


2. The 5 steps

The current quest catalog (per the Quest Store QUEST_STEPS):

StepQuestWhat it covers
1Put Alphio on watchCreate your first General Task (monitoring / brief / alert — no trading)
2Go live on HyperliquidLink your wallet and place a first on-chain order
3Automate a crypto tradeUse natural language in chat to create your first Trading Task — routed through the rail from Step 2
4Follow AlphioTap through all three social channels: X, Telegram, Discord
5Share on XShare Alphio on X (currently a stub action in Phase 1)

The order is intentional — Step 2 sets up the trading rail that Step 3 then automates.

warning

Beyond the 5 in-app steps above, additional rotating quests (e.g. referral-linked, Telegram-bind, signals-explore) may surface as the catalog evolves. The drawer reflects the live list for your cohort.


3. Tutorial mode

Steps 1, 2, and 3 each open an interactive tutorial overlay when tapped:

  • The tutorial walks through the relevant flow using mini-screens (mini chat, mini dashboard, mini Hyperliquid bind).
  • You can preview a tutorial even after a quest is completed.
  • Steps 4 and 5 are inline cards (no tutorial overlay) — you act directly on the card.

Quest task card


4. How to claim the final bonus

  1. Complete all 5 steps. The progress bar at the top of Quest Center shows 5/5.
  2. If you are on the Free tier and the reward has not been claimed yet, the Activate 1-month Pro button appears.
  3. Tap it — the call is idempotent on the backend and grants Pro Monthly via the checkout-service grant-promo-package flow.
  4. On success, the drawer plays a confetti effect and toasts "Pro Subscription activated".

If you are already on Base / Pro / Elite, the action is hidden — the in-system Pro grant cannot coexist with an active paid subscription. Complete-all-5 status is preserved either way.


5. Quest history

  • Progress is persisted to localStorage (hot path) and synced cross-device via the user profile KV key quest_progress_json.
  • Completed quests carry a completedAt timestamp.
  • Once the final Pro reward is claimed, progress.claimed = true and the drawer shows the "Pro Subscription activated — enjoy!" confirmation in place of the CTA.

6. Where to view your earnings

  • Quest progress: the Quest Center drawer (progress bar + per-card status badges).
  • Pro grant status: /account/billing shows the active Pro Monthly entitlement.
  • Credits balance (for per-quest Credits, when applicable): /account/billing and /reference/credits-system.


Agent Instructions: Querying This Documentation

If you need information not on this page, you can query the docs dynamically by sending a GET request with the ask query parameter:

GET https://docs.alphio.ai/rewards/quest-center.md?ask=<question>

The question should be specific, self-contained, and written in natural language. The response includes a direct answer plus relevant excerpts and sources.