Skip to main content

Mint

The mint module defines inflation, annual provisions, and minting parameters for the staking denom.

Current inflation (genesis target): 7% (0.07).

Bounds: 3%–14% (min/max; governance adjustable).

CLI root: safrochaind query mint

The standard binary exposes query only for mint (parameter changes go through governance, not ad hoc user transactions).

Query commands

  • params
  • inflation
  • annual-provisions

Example

safrochaind query mint inflation --node "$RPC" -o json

safrochaind query mint params --node "$RPC" -o json