QIDEX Contracts
QIDEX Factory
Factory is the core of the protocol and is responsible for creating new pair contracts. The QIDEX Factory is a smart contract that allows you to create QIDEX liquidity pair contracts. With this factory, you can add liquidity to any QIE20 token that has an active pair. This makes it easy to get started with QIDEX and to keep your liquidity pools up to date.
QIDEX Router
Router defines how trades are being carried over different pair contracts (pools) - how many hops, which tokens, etc. but cannot change the core logic - only how trades are routed The QIDEX Router is the primary "back-end" for the QIDEX interface, allowing for the trading of QIE20 tokens as well as the addition and removal of liquidity. This makes it an essential tool for anyone using the QIDEX platform. New routers can be deployed, and they are not associated with the exchange; optimizing routers leads to a more efficient trading price impact.
Last updated