Qubit Distribution Speeds
The "Qubit speeds" are unsigned integers that specify the amount of QBT that is distributed, per second, to suppliers and borrowers in each market. This numbers can be changed for individual markets by calling setQubitDistributionSpeed
through a Qubit Governance.
The function distributionSpeedOf
of Qore gives unsigned integers that indicate the rate at which the protocol distributes QBT to markets' suppliers or borrowers, every second. The value is the amount of QBT (in wei), per second, allocated for the supply, borrow markets.
The Qubit Distribution Speeds indicate how much QBT goes to the suppliers or borrowers.
Qore
Solidity
Ethers.js
Last updated