ixStrip method on the Vault class creates a transaction instruction that strips SY tokens into equal amounts of PT and YT.
This method takes SY tokens directly. If you want to strip from a base asset (e.g., USDC), use
ixStripFromBase instead.Usage
Required Parameters
Optional Parameters
Returns
Returns aTransactionInstruction that strips SY into PT and YT. The number of PT and YT minted equals syIn × exchangeRate.