From eb13b602c4659f41c4e911f2c5fc6d5bb888be4f Mon Sep 17 00:00:00 2001 From: Vivek Teega Date: Sun, 4 Jun 2023 15:43:34 +0530 Subject: [PATCH] Added market valuation definition --- index.html | 30 +++++++++++++++++++++++++++--- 1 file changed, 27 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index d1e9cbf..f139f58 100644 --- a/index.html +++ b/index.html @@ -271,7 +271,7 @@
-

Formulas

+

Get Started

@@ -421,6 +421,16 @@ +

Initial token sales should cover up for the production cost at the time of sale +

+ + + +

Consumption of the service should take care of the running costs +

+ + +
@@ -477,7 +487,7 @@ Investment(committed + delivered) and room revenues (Booked + stayed)

- The total money we have received from token sales, pre room bookings and bookings + The total money we have either received or got committment for from token sales, room night investments and on the spot bookings

+ + + +
@@ -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() })