Formulas and Calculations
The Throttle Module relies on various formulas and calculations to achieve its functionality
Throttle function
t(r,s,m,(DL​,ΔVs​ΔVb​​))→(ΔB,H)<(x,y) Where:
m: Multiplier on borrowing amount
DL​: Potential liquidation amount at risk over market depth
ΔVs​ΔVb​​: Rate of increase in borrowing velocity versus supply velocity
(ΔB,H): Output tuple representing delta in borrowing/supply and market health factor
(x,y): Threshold values for output control
Q is set of all rational numbers
Borrowing and supply velocities
Borrowing velocity, Vb​=Wallets transacted per epochNet increase in borrowing (USD)​ Supply velocity, Vs​=Wallets transacted per epochNet increase in supply (USD)​
Rate of change of these velocities
ΔB=Rate of change of Vb​,ΔS=Rate of change of Vs​
Borrow Rate Calculations
If ΔSΔB​≥Critical level⇒rnew​=m⋅r+s Where rnew​ is a new borrow rate after applying multiplier and surcharge
Total pool at risk ratio
If sudden 50% downside risk, then:
if Ptotal​Pat risk​​<x⇒ no action neededif x≤Ptotal​Pat risk​​<y⇒adjust borrow/supply rates gradually+emit warningsif Ptotal​Pat risk​​≥y⇒adjust rates immediately and liquidate Where:
x - primary threshold
y - secondary threshold
Pat−risk​ - pool value at risk
Ptotal​ - total value of pool
x<y
Rate Adjustment Formula
Adjusted borrow rate=Base Borrow Rate×(1+Multiplier×(ΔBΔS​−CR))+ Surcharge Last updated