diff --git a/cardano-calculator/assets/calc_parameters.json b/cardano-calculator/assets/calc_parameters.json index ae96344..48f5dc5 100644 --- a/cardano-calculator/assets/calc_parameters.json +++ b/cardano-calculator/assets/calc_parameters.json @@ -80,9 +80,9 @@ "is_cleave": false, "inp_tip": "Cannot be less than 1", "min": 1, - "value": 350, + "value": 458, "value_type": "int", - "ctx_tip": "Average translation fee (Average taxed block reward)" + "ctx_tip": "Average transaction fee (Average taxed block reward)" } ] }, diff --git a/cardano-calculator/index.html b/cardano-calculator/index.html index 59dcf47..c35cf41 100644 --- a/cardano-calculator/index.html +++ b/cardano-calculator/index.html @@ -145,7 +145,7 @@

Formula explanation

  • Cardano staking explained
  • AdaTracker charts (to approximate transaction number)
  • -
  • Official Cardano explorer, to calculate average transaction size
  • +
  • "Antipalos" project stats calculated from official explorer
  • Parameters require for calculations:

    @@ -235,7 +235,7 @@

    Fees

    For example: if we take current average number of transaction from the actual tracker it would be around 15,000. - And if we take an average transaction size to be 350 byte, as can be seen in the explorer. + And if we take an average transaction size to be 458 byte, as can be seen in the statistics. Then we could calculate:

    @@ -243,8 +243,8 @@

    Fees

    TX_YEAR = 73 * 15,000 = 1,095,000
    FIXED_FEES = 1,095,000 * 0.155381 = 170,142.195
    - SIZE_FEES = 1,095,000 * 350 * 0.000043946 = 16,842.3045
    - FEES = 170,142.195 + 16,842.3045 = 186,984.4995 + SIZE_FEES = 1,095,000 * 458 * 0.000043946 = 22,039.35846
    + FEES = 170,142.195 + 22,039.35846 = 192,181.55346
    @@ -271,8 +271,8 @@

    Tax

    - UNTAXED_REWARD = 659,656,979.315 + 186,984.4995 = 659,843,963.815
    - TAXED_REWARD = 659,843,963.815 - 20% = 527,875,171.052
    + UNTAXED_REWARD = 659,656,979.315 + 192,181.55346 = 659,849,160.868
    + TAXED_REWARD = 659,849,160.868 - 20% = 527,879,328.694
    SHARE = STAKE / TOTAL_STAKE
    REWARD_SHARE = TAXED_REWARD * SHARE
    @@ -294,20 +294,20 @@

    Tax

    SHARE = 42,000 / 15,000,000,000 = 0.0000028
    - REWARD_SHARE = 527,875,171.052 * 0.0000028 = 1,478.05047 + REWARD_SHARE = 527,879,328.694 * 0.0000028 = 1,478.06212

    This shows us that a person with a 42K coins stacked would receive ROUGHLY - about 1,478.05047 in a year, but ONLY IF there would be 15 billions of total stake.

    + about 1,478.06212 in a year, but ONLY IF there would be 15 billions of total stake.

    Pools fees

    - RESULT_REWARD = 1,478.05047 - 5% = 1,404.14794 + RESULT_REWARD = 1,478.06212 - 5% = 1,404.159014
    @@ -316,7 +316,7 @@

    Pools fees

    of the pool registration. For example: if we take a completely arbitrary number of 5%, then calculations would go like:

    -

    This gives us the final APPROXIMATE yearly profit of 1,404.14794 for a 42K stake, or 3.34%.

    +

    This gives us the final APPROXIMATE yearly profit of 1,404.159014 for a 42K stake, or 3.34%.