The Points Program is designed to reward users for their participation in the Silo Finance protocol. Points are awarded for supplying assets and borrowing, with different multipliers applied based on various factors.
Market has a token A and B
Supply Points
baseSupplyPoint * depositMultiplier * SuppliedAmountUSD
Non-borrowable Supply Points
if bBorrowedAmountUSD > 0:
baseSupplyPoint * depositMultiplierA * aSuppliedAmountUSD
else:
0
//Users borrowing small amounts against non-borrowable deposits will have their points slashed. Please make sure you maintain a legitimate borrowing position.
Token B
if aBorrowedAmountUSD > 0:
baseSupplyPoint * depositMultiplierB * bSuppliedAmountUSD
else:
0
//Users borrowing small amounts against non-borrowable deposits will have their points slashed. Please make sure you maintain a legitimate borrowing position.
Borrow Points
baseBorrowPoint * borrowMultiplier * borrowedAmountUSD
res/blacklist.json
)