Interacting with Mean Finance

Mean Finance 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

Smart Contract Registry

All addresses are the same on the networks we deployed on. So far, we are deployed on Optimism, Polygon, Arbitrum One and Ethereum.

Last updated