🤌手数料の引出

新規発行のLPポイントの計算式

userLPoint=totalLPointuserDepositNFTValuePoolNFTValue+totalFeeuserLPoint = totalLPoint * {user DepositNFTValue\over PoolNFTValue + totalFee}

userDepositNFTValue ユーザーが流動性提供してるNFTの価値

userLPoint 発行されるLPポイント

totalLPoint 発行してる総LPポイント

poolNFTValue プールに存在するNFTの総価値

totalFee プールが持っている総報酬額

引き出すときの報酬の計算式

userFee=(poolNFTValue+totalFee)userLPointtotalLPointuserDepositNFTValueuserFee =(poolNFTValue + totalFee) {userLPoint \over totalLPoint} - userDepositNFTValue

userFee ユーザーの受け取る流動性報酬

userDepositNFTValue ユーザーが流動性提供してるNFTの価値

userLPoint ユーザーの持ってるLPポイント

totalLPoint 発行してる総LPポイント

poolNFTValue プールに存在するNFTの総価値

totalFee プールが持っている総報酬額

Last updated