Current Value: $0.00036–0.00059 per relay
The range of USD/relay prices the DAO doesn’t want the real price of a relay to exceed, accounting for the USD price of POKT.
Current Value: 10 months
How long the DAO wants it to take for the USD/relay price to be achieved, since the cost basis of a relay decreases over the lifetime of an app stake.
Current Value: 1000000
The minimum stake required of an app, denominated in StakeDenom. This does not have the same economic security requirements as a node's minimum stake because an app's access to the network (relay throughput) is already proportional to the stake.
Current Value: 1814400000000000
The time, in nanoseconds, that an app must wait after initiating an unstake before they can use the POKT for anything else.
Current Value: 7014
The number of relays that an app is entitled to for every POKT it stakes, multiplied by 100.
The formula for calculating the MaxRelays
an app is entitled to is
Where BaseThroughput
is
The /100
is included in the formula to enable the DAO to make more granular adjustments, since the protocol is unable to use decimal numbers.
In practice, this means if the BaseRelaysPerPOKT
parameter is 100 then the baseline throughput that apps are entitled to is 1 relay per POKT.
Current Value: 2295
The number of staked applications that the protocol allows.
Current Value: 15
An app can only be configured for up to this many chains on one stake.
Current Value: false
The protocol may adjust an application's MaxRelays
at the time of staking according to network-wide stake rates, where the ParticipationRate acts as a proxy for utilization of the network on a block by block basis.
This parameter was set to false
at genesis and will only be activated if the DAO decides.
Current Value: 0
The DAO may manually adjust an application's MaxRelays
at the time of staking to correct for short-term fluctuations in the price of POKT, which may not be reflected in ParticipationRate.
When this parameter is set to 0
, no adjustment is being made.
Current Value: 4
The number of blocks allowed before a Session tumbles.
Current Value: 10
The DAO treasury earns this proportion of the total POKT block reward. Value is a percentage. See also ProposerAllocation for another beneficiary of the block reward.
Current Value: a83172b67b5ffbfcb8acb95acc0fd0466a9d4bc4
The account which has the permission to submit governance transactions on behalf of the DAO.
Current Value: 3600000000000
The amount of time (in nanoseconds) before a node can unjail and resume service.
Current Value: 120000000000
The amount of time (in nanoseconds) a node has to submit their Tendermint evidence in memory before it expires.
Current Value: 15
A node can only be configured for up to this many chains on one stake.
Current Value: 37960
The amount of time (in blocks) a node has to unjail before being force unstaked and slashed.
{% hint style="danger" %} Warning: Reaching MaxJailedBlocks will result in a node's entire stake being slashed. {% endhint %}
Current Value: 1,000
The number of staked nodes that are eligible to be selected for producing blocks. Any staked nodes outside of the top MaxValidators
staked validators will still be eligible to service relays.
Current Value: 0.6
The minimum proportion of the SignedBlocksWindow that a node must sign to stay out of jail.
{% hint style="info" %} If SignedBlocksWindow is 10 and MinSignedPerWindow is 0.6, this means a node can miss up to 4 blocks out of every 10 blocks before it is jailed. {% endhint %}
Current Value: 1
Block proposers earn this proportion of the total POKT block reward. Value is a percentage. See also DAOAllocation for another beneficiary of the block reward.
Current Value: 7498
The amount of POKT, denominated in StakeDenom, that is minted as block rewards per relay.
{% hint style="danger" %} This value will change over time. Please see the section on POKT Inflation for more information. {% endhint %}
Current Value: 10
The number of consecutive blocks within which the MinSignedPerWindow proportion of blocks must be signed by a node to stay out of jail.
{% hint style="info" %} If SignedBlocksWindow is 10 and MinSignedPerWindow is 0.6, this means a node can miss up to 4 blocks out of every 10 blocks before it is jailed. {% endhint %}
Current Value: 0.000001
The % of a node's stake that is burned for double signing, where 1 is 100%.
Current Value: 0.000001
The % of a node's stake that is burned for downtime, where 1 is 100%.
Current Value: upokt
POKT amounts are defined by the protocol in this denomination as defined by:
{% content-ref url="pokt-denominations.md" %} pokt-denominations.md {% endcontent-ref %}
Current Value: 15000000000
The minimum stake required of a node, denominated in StakeDenom, for the economic security of the protocol.
Current Value: 1814000000000000
The time, in nanoseconds, that a node must wait after initiating an unstake before they can use the POKT for anything else.
Current Value: 120
The amount of time (in blocks) a node has to submit a proof for an already existing claim.
Current Value: 3
The window of time (in Sessions) a node can submit a claimTx for RelayEvidence collected in the most recently ended session, before the claimTx expires. In addition, it is also the minimum amount of time a node must wait to submit a proof for an existing claim.
Current Value: 10
The minimum number of relays a node must have for a claim and proof to be payable.
Current Value: 3
The multiplier slash factor for submitting a replay attack. The base slash is directly proportional to the amount of relays claimed.
Current Value: 24
The number of nodes an app will be matched with in a session.
{% content-ref url="supported-blockchains.md" %} supported-blockchains.md {% endcontent-ref %}
Only blockchains with sybil-resistant demand from apps are whitelisted to generate revenue for nodes.
Current Value: 1
The multiplier factor for each transaction type. The base transaction fee is universally set at 10,000 uPOKT.
Current Value: 75
The character limit of transaction memos.
Current Value: 8
The maximum number of signatures that a multi-sig account can have.