LogoLogo
  • Introduction
  • The Aera Approach
  • How Aera V2 Works
  • Contact Us
  • Guides
    • 🏦Treasury
      • Using the Factory
      • Operating your Vault
        • Vault operation via Gnosis Safe
      • Managing the asset registry
      • Managing hooks
    • 🤖Vault Guardians
    • 💹Fee Recipient
    • 💻Developers
  • Concepts
    • Vault Assets
    • Objective Function
    • Vault Guardian
    • Vault Operation
  • Use Cases
    • For Treasuries
    • FAQ
  • Contracts
    • Security
    • AeraV2Factory
    • AeraVaultModulesFactory
    • AeraVaultV2
    • AeraVaultAssetRegistry
    • AeraVaultHooks
    • GitHub
  • V1 (Archive)
    • Aera Introduction
    • Guides
      • 🏦Treasuries
        • Operating the Vault
      • 💹Arbitrageurs
      • 🤖Vault Guardians
      • 💻Developers
    • Concepts
      • Vault Assets
      • Lifecycle Model
      • Objective Function
      • Withdrawal Validator
      • Aera Vault
        • Balancer Managed Pool
      • Vault Guardian
        • Weight Update
      • Balancer Weights
    • Contracts
      • Contracts Overview
      • Security
      • AeraVaultV1
      • PermissiveWithdrawalValidator
  • Website
  • UI
  • GitHub
  • Whitepaper (2022)
Powered by GitBook
On this page
  • ERC20 Assets
  • ERC4626 Assets
  1. Concepts

Vault Assets

Aera Vaults are developed to hold and rebalance two or more ERC20/ERC4626 assets.

ERC20 Assets

One of the ERC20 assets is designated as the numeraire asset.

One of the ERC20 assets is designated as the fee token (this could overlap with the numeraire asset)

Each ERC20 asset has to specify a Chainlink-compatible oracle contract for pricing purposes against the numeraire asset.

ERC4626 Assets

ERC4626 assets are supported to incorporate yield strategies in Aera.

The built-in oracle is used to price these assets.

The underlying asset of an ERC4626 has to be a supported ERC20 asset in the vault.

PreviousDevelopersNextObjective Function

Last updated 1 year ago