Claim Fortress FTS
Every Fortress user accrues FTS for each block in which they are supplying to or borrowing from the protocol. The protocol automatically transfers accrued FTS to a users address when the total amount of FTS accrued that address (in a market) is greater than the claimFortressThreshold, and and the address executes any of the mint, borrow, transfer, liquidateBorrow, repayBorrow, or redeem functions on that market.
Separately, users may call the claimFortress method on any fToken contract at any time for finer grain control over which markets to claim from.
Unitroller
RETURN: The liquidationIncentive, scaled by 1e18, is multiplied by the closed borrow amount from the liquidator to determine how much collateral can be seized.
Solidity
Web3 1.0
Last updated