SY (Standardized Yield) is a standard by Pendle, abstracting the information about a yield source.
A SY contract should contain all of the necessary logic to interact with the Pendle V2 system, including:
Normally, SY is written as a wrapper of a yield bearing token (*yieldToken)*, allowing a yield source to interact with Pendle. Hence SY logic should include:
How the yieldToken is minted/redeemed.
What tokens can be used to mint/redeem the yieldToken.
How yield is represented
Normally, this is the
exchangeRatebetween theyieldToken, and the underlying asset.
The additional source of yield (rewards).