Limit Orders
Summary
This new product allows users to place orders that will be executed at a specified limit price. Orders are placed gaslessly via signed EIP-712 data, and support multiple inputs and multiple outputs. Orders will be filled as soon as an Odos route can be found that will produce enough output to both fulfill the desired output amount, and pay for the gas cost of the fill. The user will always receive the exact output amount specified in the limit order once it is filled.
Deployments
Source Code
Source code for the contracts is verified on each chain’s respective block explorer and available on the odos-xyz/odos-limit-orders github along with a full test suite.
Audit
This contract was audited by Halborn in April 2024. A link to the report can be found on the Halborn Website. A copy of the report is included on this page.