This repo contains the interfaces for interacting with the core contracts of Angle Protocol.
It is split in three different files:
IAngle.sol
: contains the user-facing functions of the contracts of the protocolIAngleGovernance.sol
: contains the functions for which only the different governor addresses (and in some cases the guardian) addresses are allowedIAngleKeeper.sol
: lists for each contract the different functions with which keepers can interact to perform actions that are beneficial to the protocol
The smart contracts of the protocol are structured with the architecture below:
They will soon be made open-source.
For more info about the protocol: