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
  1. Protocol Modules

DAO Vault

A DAO Vault is essentially Smart Vault with a set of strategies set out to allow users to stake their Standard Token (TST) to receive a reward for participating in the project.

The functionality of the DAO Vault is more like a cryptocurrency wallet with a specific set of functions:

  • getBalance

The treasury will interact with the registry of smart vaults to find all DAO vaults within the system and determine their balance and percentage of staked coins based on the total amount of TST issued at this point in time.

  • deposit

Allows the user to deposit their TST from a linked cryptocurrency wallet

  • withdraw

Allows the user to withdraw their TST from to linked cryptocurrency wallet

PreviousSmart VaultNextCore

Last updated 3 years ago

πŸ‡ΊπŸ‡³