Skip to content

Commit

Permalink
docs: Rename and format
Browse files Browse the repository at this point in the history
  • Loading branch information
CheyenneAtapour committed Sep 17, 2024
1 parent 82af653 commit be4e4b6
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions src/contracts/misc/overview.md → docs/gho-stewards.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
This document describes the roles and responsibilities of the Gho Stewards.
## Overview

## Gho Steward Contracts

These contracts each control different parameters related to GHO, GSM, and CCIP. They allow the Aave DAO and an approved Risk Council to change these parameters, according to set rules and configurations.
These contracts each control different parameters related to GHO and its facilitators. They allow the Aave DAO and an approved Risk Council to change these parameters, according to set rules and configurations.

Each Steward is designed to have a specific set of segregated responsibilities in an effort to avoid having to redeploy the entire original Steward. Instead, only the specific steward whose responsibilities are affected will have to be redeployed.

Expand All @@ -16,19 +14,20 @@ This Steward manages parameters related to the GHO token. Specifically, it allow

In addition, the Aave DAO is allowed to change the configuration for the GHO Borrow Rate. This puts restrictions on how much the Risk Council is allowed to change parameters related to the borrow rate. There are 4 parameters that comprise the borrow rate:

- optimalUsageRatio
- baseVariableBorrowRate
- variableRateSlope1
- variableRateSlope2
For example, the Aave DAO can specify that the optimalUsageRatio variable may only be changed by 3% at a time.
- `optimalUsageRatio`
- `baseVariableBorrowRate`
- `variableRateSlope1`
- `variableRateSlope2`

For example, the Aave DAO can specify that the optimalUsageRatio variable may only be changed by 3% at a time.

### [GhoBucketSteward](src/contracts/misc/GhoBucketSteward.sol)

This Steward allows the Risk Council to set the bucket capacities of controlled facilitators. Additionally, it allows the Aave DAO to add or remove controlled facilitators.

### [GhoCcipSteward](src/contracts/misc/GhoCcipSteward.sol)

This Steward allows the management of parameters related to CCIP. It allows the Risk Council to update the CCIP bridge limit, and to update the CCIP rate limit configuration.
This Steward allows the management of parameters related to CCIP token pools. It allows the Risk Council to update the CCIP bridge limit, and to update the CCIP rate limit configuration.

### [GhoGsmSteward](src/contracts/misc/GhoGsmSteward.sol)

Expand Down

0 comments on commit be4e4b6

Please sign in to comment.