Taken Dashboard Price - GenusDev/genie-portal GitHub Wiki

DESIGN:

mockup

Data Toggle:

The token dashboard will change when logged in by highlighting the specific performance of the user’s interest stake. The user can alternate between the user and overall stake interface settings. When logged out, the graph will display the total account data across all users

mockup mockup

TO DEVELOP

  • token performance by price (assuming this might change, as of now it won't)

below is no longer relevant

The main graph demonstrates the performance of the investment over time as a function of the token price, shares in circulation, total market cap and earnings. The price is the key line, the circle itself is the earnings made to date, with the shadow thickness of the line ideally being the earnings over time. The market cap is the height of the bar, and the width is the number of shares. This makes visual sense because the market cap is price times the quantity of shares. The clearing price feed won’t be dynamic until secondary markets are active. For now it will need to be updated at regular intervals based on valuations proposed or earnings made to date. We could potentially build the price as a function of the price of ether used for the transfers on the blockchain, by doing chain analysis. As of now the algorithm for setting the price will be as follows:

                    $$Earnings2Date + dcf(projectedCashFlows) * \#ofShares$$

The price will be a function of earnings made to date + future cash flows, discounted by a reasonable factor, all divided by the number of shares outstanding. This will need to be a calculation that is updated as earnings growth is reported and as new tokens and projects are issued. Even when secondary markets are active, it will be wise to offer a suggested price.

⚠️ **GitHub.com Fallback** ⚠️