Technical Overview of the Yield Source Contract

Yield Source

We have introduced the IYieldSource interface as a standardized approach to managing yield sources. The interface acts as a conduit between the SIV and the actual yield source. Typically, the IYieldSource operates on behalf of the SIV; hence, it's crucial for the SIV to hold ownership of the IYieldSource implementation.

One critical feature of the IYieldSource implementation is the ability to convert the generated yield into a payment token and transfer it back to the SIV. Our goal is to give developers flexibility in managing this implementation. They can choose suitable yield aggregators and determine the allocation of yield for insurance purchases.

Example implementation: Stargate LP staking rewards

Last updated