Interest Rate Curve

The protocol supports different interest rate strategies that adjusts dynamically based on pool utilisation & is charged on the user's asset exposure. Note that the base strategy used initially will be a simple fixed interest strategy where the interest remains fixed through out different pool utilisations. Each pool's interest rate curve is defined by its strategy contract, which sets parameters like baseInterestRate, interestRate1, and maxInterestRate. This means different pools can have different interest dynamics depending on their underlying asset and risk profile.

Importantly, multiple pools can share the same strategy contract, enabling standardized rate behavior across similar asset classes or risk structures while keeping the system modular and efficient.

Last updated