Every Qubit user accrues QBT for each second they are supplying to or borrowing from the protocol. Users may call the Qore's claimQubit method at any time to transfer QBT accrued to their address.
Qore
// Claim all the QBT accrued by holder in all marketsfunctionclaimQubit() external;// Claim all the QBT accrued by holder in specific marketfunctionclaimQubit(address market) external;