Chateau
  • OVERVIEW
  • How chUSD works
    • schUSD
    • Fund Partner: Covenant VC
    • Where's the yield coming from?
    • Custodians
    • ⚠️ Risks & Disclosures
  • Roles
    • chUSD and schUSD roles
    • Chateau
    • Managers
    • Ambassadors
  • PROTOCOL MECHANICS
    • chUSD and schUSD minting mechanisms
    • Issuance
    • Redemption
  • LEGAL
    • Manager and Issuer Responsibilities
    • Terms of Use
    • Privacy Policy
  • Smart Contracts
    • Audits
  • Private Credit Overview
    • What is private credit?
    • Sub-Markets
  • PreIPO Late Stage Venture Overview
    • 🚀 What Is Late-Stage Venture / Pre-IPO Investing?
  • FAQ
  • What is an approval transaction?
  • Troubleshooting
    • Contact Us
Powered by GitBook
On this page

Was this helpful?

  1. Roles

chUSD and schUSD roles

DEFAULT_ADMIN_ROLE

  • Can grant and revoke all other roles

    • Can add/remove supported assets

    • Can add/remove custodian addresses

    • Can set maximum mint per block limit

    • Can set maximum redeem per block limit

    • Can transfer ownership to new admin

GATEKEEPER_ROLE

  • Can disable minting functionality in emergencies

    • Can disable redemption functionality in emergencies

    • Can remove minters in emergency situations

    • Can remove redeemers in emergency situations

    • Acts as an emergency control mechanism

    • Cannot add new roles or modify system parameters

MINTER_ROLE

  • Can mint new USDe tokens

    • Can execute mint() function

    • Can execute mintWETH() function

    • Must follow block limits for minting

    • Cannot modify system parameters

    • Cannot add/remove other roles

REDEEMER_ROLE

  • Can redeem USDe tokens for collateral

    • Can execute redeem() function

    • Must follow block limits for redemption

    • Cannot modify system parameters

    • Cannot add/remove other roles

COLLATERAL_MANAGER_ROLE

  • Can transfer collateral to custody wallets

    • Manages collateral distribution

    • Cannot mint or redeem tokens

    • Cannot modify system parameters

    • Cannot add/remove other roles

PreviousRolesNextChateau

Last updated 2 days ago

Was this helpful?