FeedProjects
Developers
Settings
🎉 A new chapter begins: Boardroom has joined Agora
Learn more
protocol logo
Explore / Projects
Aave

Insights

Proposals

Discussions

Members

Information

Reports

Create Proposal

Aave

InsightsProposalsDiscussionsMembersInformationReports
Proposal
Back to Proposals
executedEnded 3 years ago ·  Onchain

GHST Polygon V3 Soft Freeze

By 0x329c...543eD4

Simple Summary

This AIP presents the Aave governance with an opportunity to change GHST risk parameters for Aave Polygon V3 Liquidity pool.

Motivation

GHST is the native asset of the Aavegotchi ecosystem. This ARFC proposes new risk parameters for GHST following the deprecation of the “Bonding Curve,” which created a new risk profile for the asset and is expected to increase its volatility.

Previously, GHST was minted and burned on an ETH L1 bonding curve contract, which lowered its volatility. However, with the deprecation of the curve, a “Soft Freeze” of the GHST asset on Aave V3 Polygon is proposed to allow for a conservative reaction to this new risk profile.

Once the bonding curve is deprecated and more market data is available on the risk profile of GHST, Aave governance will have in a few weeks/months a stronger basis to assess and provide updated risk parameters for the GHST asset.

Specification

Ticker: GHST (GHST)

Contract Address: 0x385Eeac5cB85A38A9a07A70c73e0a3271CfB54A7

Risk ParameterCurrent ValueProposed Value
Isolation ModeNONO
Enable BorrowYESNO
Enable CollateralYESYES
Loan To Value25%0%
Liquidation Threshold45%45%
Liquidation Bonus15%15%
Reserve Factor20%20%
Liquidation Protocol Fee10%10%
Borrow Cap3.23M220k
Supply Cap5.88M4.65M
Debt CeilingN/AN/A
contract GHSTV3RiskParamPayload is IProposalGenericExecutor {
  address public constant GHST = AaveV3PolygonAssets.GHST_UNDERLYING;
  uint256 public constant GHST_SUPPLY_CAP = 4_650_000;
  uint256 public constant GHST_BORROW_CAP = 220_000;
  uint256 public constant GHST_LTV = 0;
  uint256 public constant GHST_LIQ_THRESHOLD = 4500;
  uint256 public constant GHST_LIQ_BONUS = 11500;
  bool public constant GHST_BORROWING_ENABLED = false;

  function execute() external {
    AaveV3Polygon.POOL_CONFIGURATOR.setSupplyCap(GHST, GHST_SUPPLY_CAP);
    AaveV3Polygon.POOL_CONFIGURATOR.setBorrowCap(GHST, GHST_BORROW_CAP);
    AaveV3Polygon.POOL_CONFIGURATOR.setReserveBorrowing(GHST, GHST_BORROWING_ENABLED);
    AaveV3Polygon.POOL_CONFIGURATOR.configureReserveAsCollateral({
      asset: GHST,
      ltv: GHST_LTV,
      liquidationThreshold: GHST_LIQ_THRESHOLD,
      liquidationBonus: GHST_LIQ_BONUS
    });
  }
}

References

A list of relevant links like for this proposal e.g.

  • forum discussion
  • tests
  • proposalCode

Security Considerations

The proposal Payload was reviewed by Bored Ghost Developing.

Copyright

Copyright and related rights waived via CC0.

Continue Reading
Connect Wallet to Add Note
0
Votes 33
VoterCast PowerVote & Rationale
0x329c...543eD4
222,435

YAE

FranklinDAO (Prev. Penn Blockchain)
107,313

YAE

0x13BD...138548
80,551

YAE

0xB83b...Fbcf5C
80,176

YAE

0x55B1...09f262
60,503

YAE

SHOW MORE
VOTE POWER
0
Connect Wallet
Proposal Status
  • Published Onchain 0x329c...543eD4
  • Fri March 10 2023, 10:16 pmVoting Period Starts
  • Mon March 13 2023, 03:02 pmEnd Voting Period
  • Mon March 13 2023, 03:06 pmQueue Proposal
  • Tue March 14 2023, 03:07 pmExecute Proposal
Current Results

1-YAE

620,187.25

2-NAY

N/A Tokens

0%
DocumentationBrandingContact Us