Skip to main content

Chain Parameters

XYZ Chain modules are configured with specific parameters that govern the blockchain’s behavior. These parameters can be modified through governance proposals.

Staking Parameters

Controls validator operations and delegation.

Query Staking Params

Slashing Parameters

Defines penalties for validator misbehavior.

Slashing Scenarios

Double Signing

Signing two different blocks at the same height results in:
  • 5% slash of staked tokens
  • Permanent tombstone (can’t rejoin validator set)

Downtime

Missing more than 95% of blocks in a window results in:
  • 1% slash of staked tokens
  • 10 minute jail (can unjail after)

Query Slashing Params

Governance Parameters

Controls proposal and voting mechanics.

Governance Process

Query Governance Params

Distribution Parameters

Controls reward distribution.

Reward Flow

Mint Parameters (ZERO INFLATION)

Critical: XYZ Chain has zero inflation. The mint module is effectively disabled.

Verify Zero Inflation

Expected output:
All mint parameters are set to zero, ensuring no new tokens are ever created. Validator rewards come entirely from transaction fees.

Crisis Parameters

Controls the invariant checking mechanism. The crisis module allows anyone to halt the chain if a critical invariant is violated (e.g., total supply mismatch). The high fee prevents abuse.

Wasm Parameters

Controls CosmWasm smart contract operations.

Query Wasm Params

IBC Parameters

Inter-Blockchain Communication configuration.

Active IBC Channels

Modifying Parameters

Parameters can be modified through governance proposals:
Parameter changes require passing a governance vote. The voting period is 2 days and requires 33.4% quorum.