Every Qubit user accrues QBT for each second they are supplying to or borrowing from the protocol. Users may call the Qore's accruedQubit method at any time to get amount of accrued QBT.
Qore
// Get accrued QBT by holder in all marketsfunctionaccruedQubit(address account) externalviewreturns (uint);// Get accrued QBT by holder in specific marketfunctionaccruedQubit(address market, address account) externalviewreturns (uint);