Flashstake
  • 👋Start Here
    • Flash Facts
    • Real World Example
    • Three Components
  • ⚡Flashstake Protocol (FSP)
  • ⏳Time Vault Strategies (TVS)
    • Time Vault Examples
    • Time Vault Pools
    • Time Vault Fees
    • Time Vaults Database
      • Aave
        • AAVEv2-V1 Strategies
        • AAVEv2-V2 Strategies
        • AAVEv2-V3 Strategies
        • AAVEv3 Strategies
      • Lido Finance
        • stETH
      • GMX
        • GLP Strategy
      • Rocket Pool
        • rETH
    • Time Vault Interface
  • ⚖️Time Based Tokens (TBTs)
    • Flashstaking TBTs
    • Minting TBTs (Staking)
    • Burning TBTs (FlashBurn)
    • Swapping TBTs
    • FlashNFT
  • 🌊Liquid Stake (FlashLend)
  • 🎯FlashBack
  • 🪙Tokenomics (FLASH)
    • 🗝️Token Utility
    • 💡Time Switch
    • 🚂Flash Capacitor
    • 🏦Flashstake Treasury
    • 📃Token Distribution
  • 🔗Smart Contracts
    • Addresses and Links
    • Flashstake Protocol
      • Methods
      • Events
      • Error Messages
    • Time Vault Strategy
      • Methods
      • Events
    • Flash Protocol Proxy
    • Liquid Stake
      • Methods
      • Events
  • 🔒Security and Risks
    • Audits
    • Admin Functionality
    • Unit Tests
    • Testnet Competitions
    • Disclaimer
  • 🤔FAQ
    • 🔍Where does the yield come from?
    • 🔒What are the risks of Flashstaking?
    • 🌎What are some real-world use cases?
    • 📈How is the APY calculated?
    • 🔗Where are the old docs?
  • 🧑‍🚀Flashtronaut NFTs
  • 🎆xFLASH
  • 🖼️Frontend Changelog
    • 2023 Changelog
      • FLC-2306.13 (LIQUID Upgrade)
      • FLC-2304.18 (WEBBY Upgrade)
      • FLC-2303.28 (ARBYS Upgrade)
      • FLC-2302.15 (FLIDO Upgrade)
      • FLC-2301.26 (BOOTSTRAP Upgrade)
    • 2022 Changelog
      • FLC-2212.12 (GOERLI Upgrade)
      • FLC-2211.25 (WHISTLE Upgrade)
      • FLC-2211.17 (NAMESTAKE Upgrade)
  • 📜License
Powered by GitBook
On this page
  • Formula
  • Math Example
  1. FAQ

How is the APY calculated?

The formula to calculate the fixed rate upfront yield percentage is based on the inputs the user chooses when interfacing with the Flashstake dapp.

Formula

APR = (return * 31536000) / (deposit * stakeDurationSeconds)

Math Example

Given that a user chooses to Flashstake 10 stETH for 180 days and is set to receive 0.45 wstETH as the upfront yield amount, and if 1 stETH is worth exactly $2,000 then the display may read something like:

Stake 10 stETH ($20,000) for 180 days and instantly receive at least 0.45 wstETH ($900) at 9.125% APR

APR = (900 * 31536000) / (20,000 * 15,552,000) = 9.125%

PreviousWhat are some real-world use cases?NextFlashtronaut NFTs

Last updated 2 years ago

🤔
📈