Essence Finance
    • Introduction
  • Protocol
    • Peg Stabilty
    • Collateralization
    • Decentralization
  • TOKENOMICS
    • ZEN
    • Distribution
    • Stake
  • Protocol Controlled Value
    • Protocol Controlled Value (PCV)
    • PCV Management
    • PCV Deposits
  • Governance
    • Essence DAO
    • Governance Phases
    • Access Control
    • Roles
  • Smart Contracts
    • Contract Addresses
    • Audits
  • Development
    • Smart Contracts API
      • Chi
        • IChi
      • Minter
        • IPCVEquityMinter
        • PCVEquityMinter
        • RateLimitedMinter
      • Core
        • Core
        • ICore
        • IPermissions
        • IPermissionsRead
        • Permissions
        • ZenRoles
      • Dao
        • Governor
          • EssenceDAO
        • Timelock
          • EssenceDAOTimelock
          • OptimisticTimelock
          • Timelock
      • External
        • Decimal
        • WETH9
      • Libs
        • CoreRefPauseableLib
        • UintArrayOps
      • Oracle
        • ChainlinkOracleWrapper
        • CompositeOracle
        • ConstantOracle
        • ICollateralizationOracle
        • ICollateralizationOracleWrapper
      • Pcv
        • IPCVDeposit
        • IPCVDepositBalances
        • IPCVGuardian
        • IPCVSwapper
        • PCVDeposit
        • PCVGuardian
      • Peg
        • FixedPricePSM
        • IPegStabilityModule
        • IPriceBound
        • IPSMRouter
        • PegStabilityModule
        • PriceBoundPSM
        • PSMRouter
      • Refs
        • CoreRef
        • ICoreRef
        • IOracleRef
        • IUniRef
        • OracleRef
        • UniRef
      • Timelocks
        • ITimelockedDelegator
        • ITokenTimelock
        • LinearTimelockedDelegator
        • LinearTokenTimelock
        • QuadraticTimelockedDelegator
        • QuadraticTimelockedSubdelegator
        • QuadraticTokenTimelock
        • TimelockedDelegator
        • TokenTimelock
      • Utils
        • RateLimited
      • Zen
        • IZenMinter
        • Zen
        • ZenMinter
Powered by GitBook
On this page
  • Powers
  • Access Control Summary
  • GOVERN_ROLE
  • MINTER_ROLE
  • PCV_CONTROLLER_ROLE
  • GUARDIAN_ROLE
  1. Governance

Roles

GOVERN_ROLE is the admin of the following roles:

  • MINTER_ROLE

  • PCV_CONTROLLER_ROLE

  • GUARDIAN_ROLE

Powers

Important powers in the system, and what handles them:

  • Minting of CHI - handled by any contract with role: MINTER_ROLE

  • Moving of funds around - handled by any contract with role: PCV_CONTROLLER

  • Granting and revoking roles - handled by any contract with role: GOVERN_ROLE

  • Vetoing of proposals and actions - handled by any contract with role: GUARDIAN_ROLE


Access Control Summary

GOVERN_ROLE

The ultimate power in the Essence DAO

Holders

  • EssenceDAOTimelock

Admins

  • None/Itself

Powers


MINTER_ROLE

Holders

  • PCVEquityMinter

  • FixedPricePSM

  • StablePCVDeposit

Admins

  • GOVERN_ROLE

Powers

Gives the holder the ability to mint CHI.


PCV_CONTROLLER_ROLE

Holders

  • EssenceDAOTimelock

Admins

  • GOVERN_ROLE

Powers

Gives the holder the ability to move PCV around.


GUARDIAN_ROLE

Holders

  • Multisig

Admins

  • GOVERN_ROLE

Powers

  • Acts as a protector of the system; has the power to veto DAO proposals, and has the ability to pause and unpause many parts of the system

PreviousAccess ControlNextContract Addresses

Last updated 1 year ago