Maximum loan amount
Assuming that there are n token pairs in an NFT pool, the one with the highest collateral rate will be taken from the pool at first. Each token will correspond to an asset ratio. The asset ratio is calculated as follows:
represents the token quantity and collateral rate of the token pair, and N represents the NFT asset value.
The maximum loan amount is calculated by arranging from largest to smallest collateral rate.
Among this:
Last updated