Slippage
Contract layer (ERC-20E)
ERC-20E contracts programmatically enforce minCollateralIn and minCollateralOut invariants during every mint and redemption, embedding slippage protection directly into the protocol’s execution logic.
In addition, minting and redemption are executed deterministically at NAV=TVL/Supply. Because NAV is derived directly from on-chain reserve accounting, structural slippage and MEV-based price distortion are materially mitigated.
Front-end layer (markets.elevado.xyz)
Through markets.elevado.xyz, users may define a maximum acceptable settlement deviation (0.01%, 0.02%, 0.05%, 0.30%, or custom). Transactions exceeding the selected slippage tolerance revert.
Users may, at their discretion, utilize MEV-protected RPC endpoints to reduce transaction ordering risk.
Last updated