Skip to main content
Version: v4 (next)

Module Parameters

MOD-ES-QRY-3

Query the current parameters of the Ecosystem (ec) module.

Execute the Query

Usage

veranad query ec params --node $NODE_RPC --output json

Example response

{
"params": {
"trust_unit_price": "1000000"
}
}

trust_unit_price is the price (in uvna) of one Trust Unit, used to resolve deposit and fee amounts.

Governance-only updates

Ecosystem module parameters can only be changed through a governance proposal (MOD-ES-MSG-4, the update-params message). A normal key cannot sign it.