Skip to content

The Data Scientist

the data scientist logo

How can you value ICOs and crypto token offerings in blockchain and web3?


Wanna become a data scientist within 3 months, and get a job? Then you need to check this out !

Why we need a model for token valuations

Tokenomics is an indispensable part of an ICO, or what these terms is more generally referred as a token offering (this term can encapsulate Initial DEX offerings, IDOS, or other forms of token offerings).

Token valuations are hard, and many token offerings can fail. This is normal, because there is lots of uncertainty as to whether a token is a good investment. Unfortunately, there is no standard model to perform valuations. In this article I will unravel a theory of token valuations I have been working on, which can be used to answer some of the tokenomics questions that I have been asked again and again.

The model makes the following assumptions:

  1. We are interested in creating forecasts of the value of a token.
  2. The total number of tokens issued is a known parameter.
  3. There are forecasts around the total transacted value over the period of interest.

Therefore, given accurate forecasts of the total transacted value we are trying to create a pricing model for any token. This model was originally developed for Initial Coin Offerings, which died after the regulation that passed after the crypto crash of 2017-2018. However, the lessons here apply for any kind of crypto project, even those that are not planning to do a token offering.

We will simply use the term ICO here for reasons of simplicity, and to pay tribute to the original piece of research.

The equation of exchange for token valuations

Most of the suggested valuation models right now involve around the equation of exchange. This is a simple tautology coming from monetary economics. Quoting Wikipedia:

where, for a given period,

 is the total nominal amount of money supply in circulation on average in an economy.
 is the velocity of money, that is the average frequency with which a unit of money is spent.
 is the price level.
 is an index of real expenditures (on newly produced goods and services).

The left hand side is simply the total amount of money, multiplied by how many times it changed hands. The right-hand side is the total level of nominal expenditures, that is, average price of a good or a service, times the quantity of goods or services.

Vitalik Buterin flipped velocity and the price giving us the following equation:

MC = TH

Where C is the price or the cost of a token, defined as C=1/P, and H is the average holding time, defined as H=1/V. This makes calculations conceptually easier for an ICO.

Regarding M, this is now the total number of coins, and T is the total economic value of transactions.

Estimating velocity and holding time

Estimating velocity can be tricky. When we have M, T and C calculating H (or V) is trivial. However, what we know in advance is is only M and T. Fortunately, there is an improved version of the equation of exchange: the Cambridge equation.

The Cambridge equation treats money as a store of value. This is more suitable for our purpose of evaluating ICOs and tokens. The Cambridge equation assumes that money demand is going to be a proportion of an individual’s nominal income.

M_{{D}}=k\cdot P\cdot Q

Assuming that the system is in equilibrium and money demand equals money supply then this turns into:

M\cdot {\frac {1}{k}}=P\cdot Q

So, the velocity is equal to 1/k. That is, the velocity is the inverse of the proportion of money that is held in cash. Given Buterin’s version of the equation we derive that the price of a token is:

This equation provides two insights:

  1. It confirms Buterin’s initial intuition that increasing holding time can increase the valuation of a token.
  2. It provides a new way to estimate holding time/velocity, as the proportion of tokens that are being held as a store of value.

Note that this equation is not perfect as it ignores the causal relation between the different variables. So, whereas higher holding times will cause an increase in value, in the extreme case where everyone is holding the token, then the total value of transactions would reach zero. However, it is a good start and a very convenient model to use. We can just set the parameter k as the proportion of tokens that are not being actively exchanged within a given time window, and hence we can directly estimate velocity (and the holding time).

Modelling expectations

To recap, in our model we assume that we know the following:

  1. Knowledge of the total amount of tokens in circulation.
  2. Forecasts of the total transacted value.
  3. We can use the total transacted value

Note that while point 2 is the most difficult one, we can always run different scenarios, in order to figure out how the price will react.

What this model is not taking into account is:

  1. User expectations around price.
  2. Uncertainty around the price.
 

User expectations are not easy to model. A proposed way is to assume that users will not accept a worse price than the price they bought in for a period T. This means, that the token value will not drop below the ICO price for some period, but will eventually converge to the true valuation. We can model this using an S-adoption curve and the following equation:

The expectations token valuation formula

Where S(t) is the expectations curve, which can simply modelled as a modified version of a logistic function.

 

Where r is the expectations factor. That is the point in time where the weight between the original ICO price and the real valuation will be completely balanced. Hence, if, let’s say, we are using a monthly time window, and we set r=12, then the logistic curve will look like that over time.

Hence, for the first few months the price will be equal to the ICO price, as the equation above be roughly equal to:

Regarding the modelling of uncertainty, there are two ways to improve the model. One way is to include a probabilistic or statistical model of the S-curve above. A second way is to find a way to calculate confidence intervals around the price of the tokens. This is still work-in-progress and it is covered in another post.

The framework for valuating icos

Given that, we can calculate the price of token as follows. First we take those 5 steps.

  1. Decide on a time window (e.g. monthly).
  2. Set the total number of tokens M.
  3. Set the expectations factor. We can easily assume that at t_0 the price of the token is equal to the sale price during the ICO.
  4. Set the total demand for the good/service provided by the company for the full-time period.
  5. Set an average price P in $ for the service provided by the company. For simplicity, we can assume this is stable over the full time window.

An issue we are facing is the interdependency between holding time and token price at a given moment in time. In order to by pass this we just need to use variable values from the previous timestep. An easy (albeit simplified) way to do this is to simply assume that the holding time does not change drastically between timesteps, and we can simply use the holding time from the previous timestep.

We can then calculate the real value of the token as:

 

A proper solution would require us to calculate the derivative of H_t or simply break down the calculations in many small timesteps (e.g. model each individual transaction). However, this is something to be researched and for now we can go with this simplification.

Once we have real value of the token, we can use the token valuation formula in order to run different scenarios (depending on expectations) as to how the price of the token will move. We can see an example of running such the formula below.

Example of running the token valuation formula for a hypothetical ICO.

In the figure above we have a hypothetical ICO that is selling at $0.25. The forecasts predict that the total monetary value of transactions is going to be low for the first 1-2 years, but it is going to pick up after that. We can see that according to an expectation factor of 12 months, there is a critical period around months 10 to 18 where declining expectations can cause a drop in price.

Valuating token economies: Further steps

The model presented here provides a way to run valuations of ICOs and token economies. This is still a work in progress, with some issues remaining to be addressed. Some of these are:

  1. The expectations curve can be based on real data. Perhaps a regression or spline model might be more appropriate than a logistic curve.
  2. The model is not fully supporting confidence intervals yet. A way to achieve that is covered in another post.
  3. The model is not taking into account speculators or other exogenous shocks to the economy. This could be modelled as an additional noise component based on historical data.

However, valuating a token economy is not the final step in tokenomics design. You also need to ensure that a token can appreciate in value, and also to audit the token economy to ensure that there are not any weak points.

In this article, we explain more about how the equation of exchange can be used in order to study different scenarios: from appreciation to depreciation.

Regarding tokenomics auditing, I am very proud to say that I performed the first audit of its kind for the BankX token, which you can find here. The goal of an audit is to ensure that a token economy is robust, and free from any flaws.

Do you want a token economy designed, or audited?

Tokenomics is a new field and any step in the right direction can only help the community.

If you are interested in topics such as tokenomics, blockchain, DeFi, but also data science and AI, make sure to get in touch. I would be more than happy to speak with you. Also, please make sure to check out the page of the Tesseract Academy, my consultancy which deals with education and services in the both the areas of AI and blockchain. There is also a great framework for tokenomics which you can find on that page.

Also, make sure to check out this article on how to read ICO white papers. While ICOs have now evolved into IEOs (Initial Exchange Offerings), and IDOs (initial DEX offerings), the lessons in that article are still relevant.

Feel free to get in touch with any thoughts, comments or if you need any code.


Wanna become a data scientist within 3 months, and get a job? Then you need to check this out !