issues
search
UXDProtocol
/
uxd-program
Implementation of a program that manages on chain accounts to mint and redeem Redeemables tokens (UXD), hedged by a delta neutral position on underlying DEXes.
https://uxd.fi/
Other
21
stars
6
forks
source link
[Rebalancing] Applying small math functions refactoring feedbacks
#253
Closed
crypto-vincent
closed
1 year ago
crypto-vincent
commented
1 year ago
A few small changes:
Generalizing the maths functions to use vectors instead of hard-coded parameters
also enforcing the size of the vector to equal the correct number of depositories at all times
Added some comments and more meaningfull errors
Remove indirection in the minting maths
A few small changes: