Interacting with the protocol
The DCA protocol has a few different contracts that you can interact with. To read more about them, and what they do, you can check our Core and Periphery architecture sections.
Interfaces
If you'd like to interact with any of our contracts, we highly recommend that you install our npm package and import our interfaces or ABIs. To do so, just run:
Core:
npm i @mean-finance/dca-v2-core
Periphery:
npm i @mean-finance/dca-v2-periphery
Last updated