Valueverse.

HomePeriodic TableMethodology
  1. Tokens
  2. Avalanche

Valueverse.

The comprehensive platform for cryptocurrency token analysis and value capturing mechanisms exploration.

Platform

  • Tokens
  • Periodic Table
  • Methodology

Resources

  • Community
List a Token
©2025 Valueverse. All rights reserved.
List a Token
Avalanche logo

Avalanche

avax
$23.74
+1.03%
24h Price Range
$23.23
$23.91
Website
avax.network
Twitter
@avax
Telegram
t.me/avalancheavax
Discord
discord.com/invite/avax
Medium
linkedin.com/company/avalancheavax
GitHub
ava-labs/avalanchego
Reddit
reddit.com/r/Avax
Explorers
snowtrace.io
Market Cap
$10.0B
Fully Diluted Valuation
$10.9B
24h Trading Volume
$342M
Circulating Supply
422M
Total Supply
458M
Max Supply
720M
All-Time High
$144.96
-83.64%
All-Time Low
$2.80
+746.8%
7 Days
-7.78%
30 Days
+3.13%
FunctionsFunctions
Value DriversValue
Implementation DetailsImplementation
1. Deflationary Native
[1][21]

The Deflationary Native Token VCM captures value for the AVAX token by mandating its use for transaction fee payments and critical operations across the Avalanche Primary Network, directly linking its demand to network activity. When a user spends AVAX to execute transactions on the X-Chain, P-Chain, or C-Chain, or optionally on subnets where AVAX is designated as the gas token, the token’s utility grows with increased transactional volume:

transaction_volume = ƒ(tx_x_chain, tx_p_chain, tx_c_chain, ∑avax_subnets tx_subneti)

  • tx_x_chain — the number of transactions processed on the X-Chain, handling asset transfers within the Avalanche Primary Network, in a given period.
  • tx_p_chain — the number of transactions processed on the P-Chain, managing staking and subnet coordination, in a given period.
  • tx_c_chain — the number of transactions processed on the C-Chain, supporting EVM-compatible smart contracts, in a given period.
  • ∑avax_subnetstx_subneti\sum_{\text{avax\_subnets}} tx\_subnet_i∑avax_subnets​tx_subneti​ — describes the total number of transactions across all subnets that use AVAX as the gas token, in a given period.

All transaction fees paid in AVAX are burned, reducing the circulating supply and enhancing value capture through increased deflationary pressure proportional to transaction activity:

change_in_circulating_supply = transaction_volume × average_gas_fee × burn_proportion

  • transaction_volume — the total number of transactions processed across the Avalanche Primary Network, and subnets within a given period.
  • average_gas_fee — the average AVAX fee paid per transaction.
  • burn_proportion — the fraction of each transaction fee burned, set to 1.0 as all AVAX fees are removed from circulation.
2. Consensus Token
[7][81][22]

The Consensus Token VCM enables the AVAX token to capture value by requiring the validator to stake a minimum of 2,000 AVAX for a period between 2 weeks and 1 year, to participate in the Avalanche network’s consensus process, securing the Primary Network, and subnets. The validator must lock up AVAX; representing the risk exposure, and incur a monthly fee of 1.33 AVAX to perform operations:

cumulative_validator_cost = min_stake + ∑Tt=1 monthly_fee

  • min_stake — the minimum 2,000 AVAX tokens required to be staked by a validator to participate in the Avalanche network’s consensus process, locked up and exposed to reward withholding risk.
  • monthly_fee — the recurring operational cost of 1.33 AVAX per month incurred by the validator for running nodes and validating transactions.
  • ∑t=1T\sum_{t=1}^{T}∑t=1T​ — the summation of the monthly fee over each month t from 1 to T, where T is the total number of months the validator has been actively participating in the consensus process.

Note: “Validator” is in reference to those operating on the Primary Network. The validator operating on a subnet solely incur the monthly fee.

For eligibility of receiving potential staking rewards, the validator must satisfy the conditional actions of node running and transaction validation.

This staked AVAX is subject to the risk of reward withholding for misbehavior, such as insufficient uptime, aligning the validators’ incentives with the network’s security and user trust. In return, the validator earns AVAX-denominated staking rewards for maintaining over 80% uptime.

3. Stake Delegation
[7][82][23]

The Stake Delegation VCM captures value for the AVAX token by enabling the delegator to stake a minimum of 25 AVAX and delegate it to a validator of their choice. The delegator’s staked AVAX, alongside the validator’s minimum 2,000 AVAX stake (jointly conditioned on the Risk Exposure), faces the risk of reward withholding due to validator misbehavior, with the delegator’s conditional action being the selection of a validator to delegate to. In return, the delegator receives a proportional share of the validator’s AVAX-denominated staking rewards, calculated after deducting the validator’s variable commission fee (which has a minimum rate of 2%):

delegator_share = delegator_stake × total_validator_rewardstotal_stake\dfrac{total\_validator\_rewards}{total\_stake}total_staketotal_validator_rewards​ × (1 − commission_level)

  • delegator_stake — the amount of AVAX tokens staked by the delegator, with a minimum of 25 AVAX, to support a validator’s consensus participation
  • total_validator_rewards — the total AVAX rewards earned by the validator for their node operations and transaction validation in a given period
  • total_stake — the combined AVAX stake of the validator (minimum 2,000 AVAX) and all delegators’ stakes assigned to that validator
  • commission_level — the variable commission fee percentage set by the validator, deducted from the rewards before distribution to the delegator