Tronsave
šŸ‡¬šŸ‡§ English
šŸ‡¬šŸ‡§ English
  • šŸ“—INTRODUCTION
    • What is Tronsave ?
    • Why Tronsave?
  • Buyer
    • How to buy Energy ?
      • Buy on the Website
      • Buy on Telegram
        • 1. Create a Tronsave telegram account
        • 2. How To Deposit TRX
        • 3. Get the Tronsave API Key
        • 4. How to buy on Telegram
    • Extend
      • Quick extend
      • Advance
  • šŸ¬Seller
    • Get Energy by Staking 2.0
    • Permission
    • Sell Energy
      • Manual Sell
      • Auto Sell
      • Sell Suggestion
  • Partner
  • DEVELOPER
    • Get API key
      • On the Website
      • On Telegram
    • Buy Resources (v2)
      • Use Signed Transaction
        • Estimate TRX
        • Get Signed Transaction
        • Create order
      • Use API Key
        • Get Internal Account Info
        • Get Order Book
        • Estimate TRX
        • Create order
        • Get one order details
        • Get Internal Account Order History
    • Extend Orders (v2)
      • Step 1: Get Extendable Delegates
      • Step 2: Extend Request
    • SDK Libraries
    • Rest API v0
      • Buy on Rest API
        • Use Signed Transaction
          • Estimate TRX
          • Get Signed Transaction
          • Create order
          • Demo
        • Use API Key
          • Get Internal Account Info
          • Get Order Book
          • Estimate of TRX
          • Create order
          • Get one order details
          • Get Internal Account Order History
      • Extend with Rest API
  • šŸ¤Referrer
    • Referrals
  • šŸ’”FAQ
    • Questions for Energy market
    • Calculate APY in TronSave
    • How to connect wallet in Tronsave?
    • Team of Service
  • šŸ‘Øā€šŸ’»Full Code Example
    • Code Example (v2)
      • Buy Resource by API using private key
      • Buy Resources by API using api key
      • Extend order by API using api key
      • Extend order by API using private key
    • Code Example (v0)
      • Buy energy by API using private key
      • Buy energy by API using api key
      • Extend order by API using api key
Powered by GitBook
On this page
  • Formula to calculate APY in TronSave
  • Example
  1. FAQ

Calculate APY in TronSave

PreviousQuestions for Energy marketNextHow to connect wallet in Tronsave?

Last updated 1 month ago

Formula to calculate APY in TronSave

APRtronsave=(APāˆ—FR)/1000000āˆ—PSāˆ—365APR_{tronsave} = (AP*FR)/1000000*PS*365 APRtronsave​=(APāˆ—FR)/1000000āˆ—PSāˆ—365
  • AP (Average Price): average price of 200 nearest matched order (SUN)

  • FR (Freeze Rate): freeze rate in the Tron Network. Check current freeze rate (SUN per a staked TRX)

  • 1000000: Sun per one TRX (SUN)

  • PS (Profit Share): profit share of provider in TronSave. PS=0,75

APYtotal=(1+APRtronsave/12)12āˆ’1+VRAPY_{total} = (1 + APR_{tronsave}/12)^{12}-1 + VRAPYtotal​=(1+APRtronsave​/12)12āˆ’1+VR
  • VR (Vote Rate): potential of vote rate. VR ~ 4 (%). Check

Example

if AP = 30 SUN, FR = 16.5 and VR=4%. We have

APRtronsave=(30āˆ—16.5)/1000000āˆ—0.75āˆ—365ā‰ˆ0.1355=13.55%APR_{tronsave} = (30*16.5)/1000000*0.75*365 \approx 0.1355 = 13.55\% APRtronsave​=(30āˆ—16.5)/1000000āˆ—0.75āˆ—365ā‰ˆ0.1355=13.55%
APYtotal=(1+0.1355/12)12āˆ’1+4%ā‰ˆ18.4%APY_{total} = (1 + 0.1355/12)^{12}-1 + 4 \% \approx 18.4 \%APYtotal​=(1+0.1355/12)12āˆ’1+4%ā‰ˆ18.4%

šŸ’”
here
here