Developer Guides
Code Samples To Get You Started
Last updated
Code Samples To Get You Started
Last updated
The guides in the following section are targeted at application developers as well as smart contract integrators that are interested in building on top of the KyberSwap Limit Orders ecosystem.
KyberSwap Limit Orders implements a single contract for developers to interact with. The LimitOrderProtocol
contract enables both maker (sell-side) and taker (buy-side) orders to be settled on-chain. Users commit to an order by signing an off-chain transaction which is only settled on-chain when the a matching order is sourced. Please refer to Limit Order Contract Addresses for the full list of contracts which have been deployed across the supported chains.
A limit order must first be created as makers predefine the liquidity which they are willing to commit to sell in the open market. Following the creation of a limit order, takers can then fill the limit order by searching open orders and executing the trade as a counter-party.