🀌Calculation Fee

Formula for calculating newly issued LP points

userLPoint=totalLPointβˆ—userDepositNFTValuePoolNFTValue+totalFeeuserLPoint = totalLPoint * {user DepositNFTValue\over PoolNFTValue + totalFee}

userDepositNFTValue The value of the NFT that users are providing liquidity.

userLPoint LP points issued

totalLPoint Total LP points issued

poolNFTValue Total value of NFTs in the pool

totalFee Total compensation the pool has

Formula for calculating compensation for withdrawals

userFee=(poolNFTValue+totalFee)userLPointtotalLPointβˆ’userDepositNFTValueuserFee =(poolNFTValue + totalFee) {userLPoint \over totalLPoint} - userDepositNFTValue

userFee Liquidity rewards received by users

userDepositNFTValue The value of the NFT that users are providing liquidity.

userLPoint LP points issued

totalLPoint Total LP points issued

poolNFTValue Total value of NFTs in the pool

totalFee Total compensation the pool has

Last updated