Skip to main content

Unified Interface For DeFi Lending

Before Morpho, each lending protocol was to be integrated separately from each other, multiplying integration costs.

Morpho has a consistent interface across all pools it plugs into, making it easier to manage. No need to juggle between Aave, Compound, or other lending pool interfaces anymore; you only have to integrate Morpho's different optimizers.

As an integrator dealing with multiple protocols, you will only have to deal with five functions:

  • supply,
  • borrow,
  • repay,
  • withdraw,
  • liquidate.

On top of that, depending on the Optimizers version:

  • supplyCollateral,
  • withdrawCollateral.