mento-protocol / mento-core

Core smart contracts of the Mento protocol.
https://mento.org
GNU General Public License v3.0
24 stars 11 forks source link

Implement the BalancerExchnageProvider.sol #424

Closed philbow61 closed 5 months ago

philbow61 commented 6 months ago

Description The BalancerExchangeProvider will be a contract implementing the IExchangeProvider interface. This Exchange will use the Bancor logic to price swaps. The BalancerExchangeProvider will use the Power.sol contract for the exponential calculations.

For a more detailed description of the necessary functions and math check out the notion page of this Epic.

Acceptance Criteria