Shprd
  • Shprd
    • 📒Introduction
    • 📜Whitepaper
  • UNDERSTAND SHPRD
    • 📚Protocol Overview
    • 📈Vault Rebalancing
    • 🛡️Security
      • ⏯️Pause procedure
      • 🆘Emergency Contact
    • 💸Protocol Fees
    • 🕸️Networks
  • Guides
    • 👷Create and manage a vault
      • ⛏️Create a vault
      • ⚙️Manage a vault
    • 💰Investing in a vault
      • 🤝Choose a vault
      • 📥Deposit in a vault
      • 📤Redeem in vault
    • 🏎️RPC
      • 🔁Change RPC
      • 🔧Create your own RPC
    • 🔑Cold Wallet
  • Technical Reference
    • 🧠Core Contracts
      • 📓VLib
      • 🏭Factory
      • 💎Vault
      • 💰FeesManager
      • ⛔AccessManager
      • 🛂KYCToken
    • 📌Contracts Addresses
      • 🪙BNB Chain
      • 🚀Arbitrum
    • 📊Subgraphs
  • Other websites
    • 🔗Linktree
    • 🆔Authentication
    • 🏛️Trading Signals
  • Find Us
    • 🎮Discord
  • Help
    • 📢Issues
Powered by GitBook
On this page
  1. UNDERSTAND SHPRD
  2. Security

Pause procedure

In case of an emergency, some parts of the protocol can be paused by administrator wallet via the setConfigProps method of the vault.

Here are the functions that will be paused:

  • deposit

  • redeem

  • rebalance

  • harvestManagementFees

  • harvestPerformanceFees

Users will still be able to withdraw their funds through the redeemEach feature. They will get their investment back in all the currencies of the vault and not only in base token since rebalancing will not be allowed to avoid any additional risk.

PreviousSecurityNextEmergency Contact

Last updated 2 years ago

🛡️
⏯️