Interacting with the protocol
Last updated
Was this helpful?
Last updated
Was this helpful?
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 and architecture sections.
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