Formulas
+Get Started
| @@ -487,7 +497,7 @@ | |
- Revenue from stays + Revenue from stays ( Consumption valuation)
Revenue collected from people staying at the tokenroom
@@ -510,6 +520,19 @@
|
|
+ + Market Valuation +++ Market valuation represents the future consumption valuation of the system + + |
+
+ |
+
@@ -739,6 +762,7 @@ getRef("total-consumption-cost").textContent = formatAmount(consumptionCost) getRef("consumption-valuation").textContent = formatAmount(consumptionValuation) getRef("system-valuation").textContent = formatAmount(systemValuation) + getRef("market-valuation").textContent = formatAmount(-1) getRef("amount-left-production-consumption-catchup").textContent = formatAmount(Math.max(0, (productionValuation - consumptionValuation))) resolve() })