LUX is the native token of the Lux Network. It is used for staking, gas fees, governance, and as collateral across DeFi protocols. The total supply is capped at 1 billion LUX. Emission follows a decreasing schedule over 10 years, with 50% allocated to staking rewards. Transaction fees are partially burned, creating deflationary pressure as network usage grows.
Max supply: 1,000,000,000 LUX (1 billion). No minting beyond this cap.
Staking rewards follow a half-life emission:
annualEmission(year) = 500M * 0.5^(year / 4)
Rewards are distributed per-epoch to validators and delegators proportional to stake weight and uptime.
Transaction fees on all Lux chains are paid in LUX:
The burn address 0x000000000000000000000000000000000000dEaD accumulates burned LUX. Burned tokens are subtracted from circulating supply. At high network utilization, daily burn can exceed daily emission, making LUX net deflationary.
LUX staked (directly or via sLUX/xLUX) counts toward governance voting power:
LUX is the gas token on all Lux chains (C-chain and all L1s / L2s, per LP-018). L1 / L2 chains can optionally use a chain-specific gas token, but LUX is accepted universally via automatic swap at the protocol level.
1. Inflation attack: max supply cap prevents unlimited inflation. Emission schedule is immutable in genesis.
2. Concentration risk: team and investor allocations are vested to prevent early dumping. Vesting contracts are non-upgradeable.
3. Fee burn manipulation: burning 50% of base fees creates a floor on deflationary pressure. The other 50% incentivizes validators.
github.com/luxfi/standard/contracts/token/LUX.sol |github.com/luxfi/standard/contracts/vesting/ |github.com/luxfi/evm/core/state_transition.go |Copyright (C) 2024-2026, Lux Partners Limited. All rights reserved.
Licensed under the MIT License.