Accelerator

Accelerator

The Accelerator lets you run your Character NFTs through "runs" that consume Energy and can reward Particles or other benefits. It is one of the core Engage & Earn actions on Axion.

How it works

You select a character (from your wallet) and start a run. Each run typically costs Energy. The character may have stats (e.g. level from the Academy) that affect outcomes. After a run completes, you may earn Particles or other in-game rewards, which you can convert at the Resource Station.

Requirements

  • A Character NFT owned by your connected wallet.
  • Enough Energy to pay for the run (purchased at the Resource Station).
  • Being on the correct network (Base).

Punch cards & history

The Accelerator UI may show punch cards (usage tracking) and past runs. This helps you see how many runs you have done and any cooldowns or limits that apply.

Math: How Particles are earned

Each run costs 1 Energy per character. Rewards are Particles (PRT), calculated per character from their level (from the Academy). Higher-level characters earn more Particles per run.

  • Per-character formula: Each character earns a reward between a minimum and maximum amount, based on their level vs. a cap (e.g. level 50). The game uses linear interpolation:reward = min_amount + (max_amount − min_amount) × (level ÷ max_level), capped at max_amount per character. So at level 1 you get the minimum; at max level you get the maximum.
  • Total run reward: Sum the reward for each character in the run. Example: with min 114,000 and max ~310,000 PRT per character at max level 50, one max-level character earns ~310k PRT per run; three characters at different levels earn the sum of their individual rewards.
  • Run duration is fixed (e.g. 24 hours). When the run completes, Particles are credited to your balance and can be converted to AXND at the Resource Station (see Particle conversion math there).

Related