Academy

Academy

The Academy is where you train your Character NFTs to increase their level and stats. Higher-level characters can perform better in the Accelerator and elsewhere.

How it works

You enroll a character you own into the Academy. Training typically costs Energy (bought at the Resource Station). After training, the character gains XP and can level up. The exact XP curves and level caps are defined by the platform and may be shown in the Academy UI or in a table/dialog.

Requirements

  • Own a Character NFT (see Character Market or Profile).
  • Enough Energy to pay for training sessions.
  • Character not already at max level (if applicable).

Enrollment & sessions

You may need to enroll a character before training. The Academy UI shows enrolled characters and lets you start training sessions. Cooldowns or session limits may apply; check the in-app copy and any tutorial dialogs for details.

Math: Leveling up

Each training session costs 1 Energy and 36,000 Particles per character and grants XP. Your character's level is computed from total XP using an exponential curve: higher levels require progressively more XP.

  • XP per session: A character earns between 40 and 60 XP per Academy session (exact value may vary).
  • Level from XP: Level is derived from total XP with the formula level = 1 + floor((XP ÷ 50)^(1 ÷ 1.774942)). So level 1 = 0 XP; level 2 requires 50 total XP; level 5 requires ~586 total XP; level 10 requires much more. The exponent < 1 means each new level needs more XP than the previous one (diminishing returns).
  • XP required for a given level: Minimum total XP to be at level L is 50 × (L − 1)^1.774942. The in-app Experience Points Table (e.g. in the Academy) shows the exact XP thresholds for each level so you can plan how many sessions you need.
  • Leveling up improves your character's stats and increases the Particles they earn in the Accelerator, so Academy training directly boosts Accelerator rewards.

Related