Amphor
  • 🏺Amphor Overview
  • Boosted ETH Vault (v1)
    • Strategy Breakdown
    • Benefits of the Strategy
    • Contract Addresses
  • Symbiotic LRT Vault (v1)
    • Strategy Breakdown
    • Benefits of the Strategy
    • Contract Addresses
  • Strategy Flow and Execution
  • AmphrETH LRT Token
    • Overview
    • Contract Addresses
  • AmphrBTC LRT Token
    • Overview
    • Contract Addresses
  • UI Guide (Tutorial)
  • Amphor Whitelisted Protocols
  • Risks & Mitigations
  • 💾Technical
    • V1
      • AsyncSynthVault
      • SyncSynthVault
      • Silo
      • VaultZapper
  • 🔐Smart contract audits
  • 💰Platform fees
  • 👥Amphor DAO (coming soon)
  • 🎯Amphor Social Quest
  • 📚Glossary
  • ✉️Contacts & links
  • Terms & Conditions
Powered by GitBook
On this page
  1. Technical
  2. V1

Silo

PreviousSyncSynthVaultNextVaultZapper

Last updated 1 year ago

This contract is used to hold the assets/shares of the users that requested a deposit/redeem. It is used to simplify the logic of the vault.

Functions

constructor

constructor(IERC20 underlying);
💾
Git Source