Hi everyone - a quick update from the dev team working on the project.
NEST v1 (MVP - minimal but functional) is fully ready and consists of the following components and capabilities:
- Any-to-any token swaps that can be initiated either via a DAO on-chain vote or the TMC multisig.
- An
OracleRoutersmart contract that abstracts price fetching and handles configuration. If no direct price feed exists for a given pair, prices can be bridged through predefined anchor feeds (for example, ETH/USD). - Configurable partial-fill orders that extend system flexibility and enable support for rebasable tokens with dynamically changing balances.
- Hardened order creation and validation logic to better handle volatile tokens, increase configurability, and reduce the risk of unfillable orders.
The code has successfully passed an audit by Ackee. There were no critical findings. All reported issues have been addressed and re-audited. The codebase is fully ready for deployment. Enabling this module requires an Aragon vote.
There is an ongoing discussion on how this module should be automated going forward. The current inclination is to wait for a DAO-level decision on the automation strategy and potentially deploy everything together, to reduce voting fatigue and avoid unnecessary operations. If needed, however, NEST v1 (MVP) can be released ASAP.