Apr 5
Recurring orders (for DCA)
As a user, I want to be able to setup recurring orders, such that I can DCA into any desired currency.
1) user selects origin and destination currency (for example USDC -> ETH)
2) user sets interval (weekly, monthly, custom block interval)
3) user approves USDC to be spend (similar to how limit orders work today)
4) An order can only be filled after a certain block height has been surpassed to prevent an early execution
5 ) An order can only be filled if the exchange rate is within the boundaries of a predefined theshold (e.g. 0.1%) compared to the Chainlink ETH/USDC price.
Pending
WWWhat about a liquidity pool?