๐ธ Interfaces of the smart contracts of the Angle Protocol
Last updated Dec 9, 2025
11
Stars
9
Forks
0
Issues
0
Stars/day
Attention Score
9
Language breakdown
Solidity 100.0%
โธ Files
click to expand
README
angle-interfaces
Description
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
Protocol Architecture
The smart contracts of the protocol are structured with the architecture below:

They will soon be made open-source.
Further Information
For more info about the protocol:
๐ More in this category