The Standard Developer Documentation
  • Introduction
  • Protocol Modules
    • πŸ§‘β€πŸ’»Participants
    • πŸ—οΈSmart Vault
    • πŸ‡ΊπŸ‡³DAO Vault
    • 🎯Core
    • πŸ“”Strategies
    • πŸ’ΆCollateral Manager
    • πŸ•Fee Manager
    • ☯️Liquidation Manager
    • 🈸Application Manager
  • Protocol Elements
    • πŸ§™β€β™€οΈOracles
    • πŸ’°Treasury
    • πŸŽ†Proxies
    • πŸ’ Stable Coin Generator
  • Token Contracts
    • Token Overview
    • The Standard Token (TST)
    • The Stable Euro (S-EUR)
  • Governance
    • Governance Overview
    • Development Roadmap
  • Custodian Framework
    • πŸ“¦Custodians
    • πŸ—ΊοΈCustodian Framework
    • Audit
  • Guides
    • Creating your Smart Vault
    • Generating S-EUR
    • Staking TST
Powered by GitBook
On this page
  • Introduction
  • Global Strategy
  • Local Strategy
  • Functions
  1. Protocol Modules

Strategies

Introduction

A Strategy is a smart contract that reflects the current strategy of the Standard Protocol to handle the issuance of Stable currency tokens generated by the users and Smart Vaults respectively. The DAO will set the rules and vote on different aspects.

There are two types of strategies.

Global Strategy

A global strategy will affect all smart vaults and is used by all collateral managers at the same time. Global strategies are used by smart vaults. Use cases are.

  1. Stability Fee

  2. Network Fee

  3. Ratio Stability Fee / Network Fee

Local Strategy

A local strategy is by definition a single instance of smart vault. Local Strategies take global strategies into account overwriting however if necessary the parameters of certain function.

A LocalStrategy contract needs to be deployed for each colleteral/stablecoin/smart vault. Only DAO approved strategies can be deployed and only DAO approved tokens can be used as colletoral

Functions

PreviousCoreNextCollateral Manager

Last updated 3 years ago

πŸ“”