Quote
Send
Important details
- Instant redeem is not slippage-protected because ERC-4626
redeemhas no min-assets-out parameter. - If the buffer is too small, use queued redeem.
- The API prechecks live vault state before returning calldata.
Common errors
| Code | Meaning |
|---|---|
BUFFER_SHORT | Current vault buffer cannot cover the request |
INSUFFICIENT_SHARES | The account does not have enough sHLP |
INSTANT_REDEEM_NO_SLIPPAGE | Use async redeem when a min-assets-out floor is required |