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).
Visibility depends on a feature flag — you may not see this reward yet. Quest Center rolls out progressively per region and cohort.
1. What you earn
Quest Center is structured as 5 UI steps backed by 7 atomic quest ids. The reward model has two layers:
| Layer | Trigger | Reward |
|---|---|---|
| Per-quest Credits | Each atomic quest completion | Credits per quest |
| Full-completion bonus | All 5 steps done and account is on the Free tier | 1-month Pro Subscription (in-system grant, not Stripe) |
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):
| Step | Quest | What it covers |
|---|---|---|
| 1 | Put Alphio on watch | Create your first General Task (monitoring / brief / alert — no trading) |
| 2 | Go live on Hyperliquid | Link your wallet and place a first on-chain order |
| 3 | Automate a crypto trade | Use natural language in chat to create your first Trading Task — routed through the rail from Step 2 |
| 4 | Follow Alphio | Tap through all three social channels: X, Telegram, Discord |
| 5 | Share on X | Share 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.
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.
4. How to claim the final bonus
- Complete all 5 steps. The progress bar at the top of Quest Center shows
5/5. - If you are on the Free tier and the reward has not been claimed yet, the Activate 1-month Pro button appears.
- Tap it — the call is idempotent on the backend and grants Pro Monthly via the checkout-service
grant-promo-packageflow. - 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
completedAttimestamp. - Once the final Pro reward is claimed,
progress.claimed = trueand 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/billingshows the active Pro Monthly entitlement. - Credits balance (for per-quest Credits, when applicable):
/account/billingand/reference/credits-system.
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.