Solera
  • Introduction
    • 💡About Solera
  • 🔗Links
  • Overview
    • 🌅Getting Started
      • Core Concepts
      • Market Types
    • 🤝Lending & Borrowing
      • Interest Rates
      • Collateral & Liquidations
      • Oracles
    • 🦋Morpho Markets
      • Earning
      • Borrowing
    • 💹Strategies
    • 🏦Vaults
    • 💱Swap
  • 🌱Liquid Staking
  • 📲Savings Accounts
  • Protocol
    • 📊Parameters
    • 🕵️‍♂️Audits
    • ‼️Risks
      • Smart Contract Risk
      • Bad Debt Risk
      • Oracle Risk
    • 🔒Risk Management
      • Risk Parameters
        • Asset-level
        • Account-level
      • Liquidations
      • Operational Security
  • Developers
    • 🟠sTokens
    • ⌨️Solera SDK
    • 💾Contract Addresses
    • 🤖Operating a Liquidator Bot
  • Operations
    • Disclaimer
    • Terms of Service
    • Restriced Geolocations
Powered by GitBook
On this page
  • Overview
  • Example Vault Flow
  • Vault Standard
  1. Overview

Vaults

PreviousStrategiesNextSwap

Last updated 3 days ago

Overview

Vaults enable users to deposit into custom yield-bearing strategies. The underlying smart contracts abstract away complex multi-chain operations related to swapping, minting, redeeming, transferring, and collateralizing different assets, facilitating seamless access to advanced strategies.

Vaults can be configured to support a in a variety of different strategies, including but not limited to:

  1. Leveraged Lending of Crypto + RWAs

  2. Collateralized Debt Products

  3. Longer Duration Savings Strategies

  4. Auto-Compounding or Yield Optimizing Vaults

Solera Vaults power a variety of different strategies through the protocol's lending markets and integrated protocol and asset partners. Additional strategies will be developed and onboarded over time. Vaults and asset information will be available on the 'Strategies' page of the Solera Interface.

Example Vault Flow

Imagine a vault that allows a user to get exposure to five yield bearing assets on Ethereum and Plume in a single deposit. Each asset has a different issuer and equal weight of 20%. Users supply assets to a deposit contract and receive a yield bearing receipt token (sTokens) redeemable for their share of the underlying assets and interest generated by the strategy. All bridging, minting, cross chain transfer, deposit, and redemption logic is handled by the vault and manager contracts, simplifying the user experience.

Vault Standard

Solera's vaults are built using the BoringVault standard inspired from 's open source . This standard was initially creaded by and has been adapted for Plume in partnership with to deliver custom yield bearing strategies.

🏦
Veda
BoringVault repo
Se7enSeas
Nucleus
Vault Strategy Logic Example