Reference
Parameters
Mint Parameters

Mint Parameters

Parameters from the minting module on Allora Network

The mint module holds the emission schedule. Query the live set at <lcd>/mint/v5/params — see Networks for each network's LCD URL.

Current Parameters

Values below were read from /mint/v5/params on 2026-08-02 and were identical on testnet and mainnet. Descriptions are the field comments from x/mint/proto/mint/v5/types.proto.

ParameterMeaningValue
mint_denomType of coin to mintuallo
max_supplyMaximum total supply of the coin1000000000000000000000000000 (1e27 uallo = 1 billion ALLO)
f_emissionEcosystem treasury fraction ideally emitted per unit time0.035
one_month_smoothing_degreeOne-month exponential moving average smoothing factor0.1
ecosystem_treasury_percent_of_total_supplyPercentage of total supply reserved and locked in the ecosystem treasury0.2145
foundation_treasury_percent_of_total_supplyPercentage of total supply unlocked and usable in the foundation treasury0.177
participants_percent_of_total_supplyPercentage of total supply unlocked and usable by participants at genesis0.123
investors_percent_of_total_supplyPercentage of total supply locked in the investors bucket at genesis0.3105
investors_preseed_percent_of_total_supplyPercentage of total supply locked in the preseed investors bucket at genesis0.0
team_percent_of_total_supplyPercentage of total supply locked in the team bucket at genesis0.175
maximum_monthly_percentage_yieldThe capped maximum monthly percentage yield0.0095
emission_enabledWhether the network is allowed to emit any rewardstrue

The module also exposes the current annualised inflation at <lcd>/mint/v5/inflation and a breakdown at <lcd>/mint/v5/emission_info.

Historical Parameters

The mint module originally used the Cosmos SDK's inflation parameters. They are declared in allora-chain through the v0.0.x line, and no release since defines them — the current module takes the parameter set above instead. They are kept here because older material still refers to them. Values are the defaults from v0.0.10 x/mint/types/params.go.

ParameterMeaningHistorical default
inflation_rate_changeMaximum annual change in the inflation rate357.3582624
inflation_maxMaximum inflation rate357.3582624
inflation_minMinimum inflation rate0
goal_bondedTarget ratio of bonded (staked) tokens to total supply0.67
blocks_per_yearBlocks the inflation schedule assumes per year6311520 (a block every ~5 seconds)
halving_intervalBlock interval for halving the block reward25246080
current_block_provisionInitial provision minted per block2831000000000000000 uallo (2.831 ALLO)