On Medium-of-Exchange Token Valuations

2018-7-21 23:03

One kind of token model that has become popular among many recent token sale projects is the “network medium of exchange token”. The general pitch for this kind of token goes as follows. We, the developers, build a network, and this network allows you to do new cool stuff.

This network is a sharing-economy-style system: it consists purely of a set of sellers, that provide resources within some protocol, and buyers that purchase the services, where both buyers and sellers come from the community. But the purchase and sale of things within this network must be done with the new token that we’re selling, and this is why the token will have value.

If it were the developers themselves that were acting as the seller, then this would be a very reasonable and normal arrangement, very similar in nature to a Kickstarter-style product sale. The token actually would, in a meaningful economic sense, be backed by the services that are provided by the developers.

We can see this in more detail by describing what is going on in a simple economic model. Suppose that N people value a product that a developer wants to release at $x, and believe the developer will give them the product. The developer does a sale, and raises N units for $w < x each, thus raising a total revenue of $N * w. The developer builds the product, and gives it to each of the buyers. At the end of the day, the buyers are happy, and the developer is happy. Nobody feels like they made an avoidable mistake in participating, and everyone’s expectations have been met. This kind of economic model is clearly stable.

Now, let’s look at the story with a “medium of exchange” token. N people value a product that will exist in a decentralized network at $x; the product will be sold at a price of $w < x. They each buy $w of tokens in the sale. The developer builds the network. Some sellers come in, and offer the product inside the network for $w. The buyers use their tokens to purchase this product, spending $w of tokens and getting $x of value. The sellers spend $v < w of resources and effort producing this product, and they now have $w worth of tokens.

Notice that here, the cycle is not complete, and in fact it never will be; there needs to be an ongoing stream of buyers and sellers for the token to continue having its value. The stream does not strictly speaking have to be endless; if in every round there is a chance of at least v / w that there will be a next round, then the model still works, as even though someone will eventually be cheated, the risk of any individual participant becoming that person is lower than the benefit that they get from participating. It’s also totally possible that the token would depreciate in each round, with its value multiplying by some factor f where v / w < f < 1, until it eventually reaches a price of zero, and it would still be on net in everyone’s interest to participate. Hence, the model is theoretically feasible, but you can see how this model is more complex and more tenuous than the simple “developers as seller” model.



Traditional macroeconomics has a simple equation to try to value a medium of exchange:

MV = PT

Here:

M is the total money supply; that is, the total number of coins

V is the “velocity of money”; that is, the number of times that an average coin changes hands every day

P is the “price level”. This is the price of goods and services in terms of the token; so it is actually the inverse of the currency’s price

T is the transaction volume: the economic value of transactions per day

The proof for this is a trivial equality: if there are N coins, and each changes hands M times per day, then this is M * N coins’ worth of economic value transacted per day. If this represents $T worth of economic value, then the price of each coin is T / (M * N), so the “price level” is the inverse of this, M * N / T.

For easier analysis, we can recast two variables:

We refer to 1/V with “H”, the time that a user holds a coin before using it to make a transaction

We refer to 1/P with “C”, the price of the currency (think C = cost)

Now, we have:

M/H = T/C

MC = TH

The left term is quite simply the market cap. The right term is the economic value transacted per day, multiplied by the amount of time that a user holds a coin before using it to transact.

This is a steady-state model, assuming that the same quantity of users will also be there. In reality, however, the quantity of users may change, and so the price may change. The time that users hold a coin may change, and this may cause the price to change as well.

Let us now look once again at the economic effect on the users. What do users lose by using an application with a built-in appcoin rather than plain old ether (or bitcoin, or USD)? The simplest way to express this is as follows: the “implicit cost” imposed by such a system on users the cost to the user of holding those coins for that period of time, instead of holding that value in the currency that they would otherwise have preferred to hold.

There are many factors involved in this cost: cognitive costs, exchange costs and spreads, transaction fees, and many smaller items. One particular significant factor of this implicit cost is expected return. If a user expects the appcoin to only grow in value by 1% per year, while their other available alternatives grow 3% per year, and they hold $20 of the currency for five days, then that is an expected loss of roughly $20 * 2% * 5 / 365 = $0. 0054.

One immediate conclusion from this particular insight is that appcoins are very much a multi-equilibrium game. If the appcoin grows at 2% per year, then the fee drops to $0. 0027, and this essentially makes the “de-facto fee” of the application (or at least a large component of it) 2x cheaper, attracting more users and growing its value more. If the appcoin starts falling at 10% per year, however, then the “de-facto fee” grows to $0. 035, driving many users away and accelerating its growth.

This leads to increased opportunities for market manipulation, as a manipulator would not just be wasting their money fighting against a single equilibrium, but may in fact successfully nudge a given currency from one equilibrium into another, and profit from successfully “predicting” (ie. causing) this shift. It also means there is a large amount of path dependency, and established brands matter a lot; witness the epic battles over which fork of the bitcoin blockchain can be called Bitcoin for one particular high-profile example.

Another, and perhaps even more important, conclusion is that the market cap of an appcoin depends crucially on the holding time H. If someone creates a very efficient exchange, which allows users to purchase an appcoin in real time and then immediately use it in the application, then allowing sellers to immediately cash out, then the market cap would drop precipitously. If a currency is stable or prospects are looking optimistic, then this may not matter because users actually see no disadvantage from holding the token instead of holding something else (ie. zero “de-facto fee”), but if prospects start to turn sour then such a well-functioning exchange can acelerate its demise.

You might think that exchanges are inherently inefficient, requiring users to create an account, login, deposit coins, wait for 36 confirmations, trade and logout, but in fact hyper-efficient exchanges are around the corner. Here is a thread discussing designs for fully autonomous synchronous on-chain transactions, which can convert token A into token B, and possibly even then use token B to do something, within a single transaction. Many other platforms are being developed as well.

What this all serves to show is that relying purely on the medium-of-exchange argument to support a token value, while attractive because of its seeming ability to print money out of thin air, is ultimately quite brittle. Protocol tokens using this model may well be sustained for some time due to irrationality and temporary equilibria where the implicit cost of holding the token is zero, but it is a kind of model which always has an unavoidable risk of collapsing at any time.



So what is the alternative? One simple alternative is the etherdelta approach, where an application simply collects fees in the interface. One common criticism is: but can’t someone fork the interface to take out the fees? A counter-retort is: someone can also fork the interface to replace your protocol token with ETH, BTC, DOGE or whatever else users would prefer to use. One can make a more sophisticated argument that this is hard because the “pirate” version would have to compete with the “official” version for network effect, but one can just as easily create an official fee-paying client that refuses to interact with non-fee-paying clients as well; this kind of network effect-based enforcement is similar to how value-added-taxes are typically enforced in Europe and other places. Official-client buyers would not interact with non-official-client sellers, and official-client sellers would not interact with non-official-client buyers, so a large group of users would need to switch to the “pirate” client at the same time to successfully dodge fees. This is not perfectly robust, but it is certainly as good as the approach of creating a new protocol token.

If developers want to front-load revenue to fund initial development, then they can sell a token, with the property that all fees paid are used to buy back some of the token and burn it; this would make the token backed by the future expected value of upcoming fees spent inside the system. One can transform this design into a more direct utility token by requiring users to use the utility token to pay fees, and having the interface use an exchange to automatically purchase tokens if the user does not have tokens already.

The important thing is that for the token to have a stable value, it is highly beneficial for the token supply to have sinks - places where tokens actually disappear and so the total token quantity decreases over time. This way, there is a more transparent and explicit fee paid by users, instead of the highly variable and difficult to calculate “de-facto fee”, and there is also a more transparent and explicit way to figure out what the value of protocol tokens should be.

.

Similar to Notcoin - TapSwap on Solana Airdrops In 2024

origin »

Waves Community Token (WCT) íà Currencies.ru

$ 0 (+0.00%)
Îáúåì 24H $0
Èçìåíåèÿ 24h: 0.00 %, 7d: 1.05 %
Cåãîäíÿ L: $0 - H: $0
Êàïèòàëèçàöèÿ $0 Rank 99999
Öåíà â ÷àñ íîâîñòè $ 0.456279 (-100%)

token value users network model one price

token value → Ðåçóëüòàòîâ: 76


Notes on Blockchain Governance

In which I argue that “tightly coupled” on-chain voting is overrated, the status quo of “informal governance” as practiced by Bitcoin, Bitcoin Cash, Ethereum, Zcash and similar systems is much less bad than commonly thought, that people who think that the purpose of blockchains is to completely expunge soft mushy human intuitions and feelings in favor of completely algorithmic governance (emphasis on “completely”) are absolutely crazy, and loosely coupled voting as done by Carbonvotes and similar systems is underrated, as well as describe what framework should be used when thinking about blockchain governance in the first place.

2018-7-21 23:03


Send ICO

Send (SDT) is a token designed to address the three principle challenges facing cryptocurrencies today: volatility, speculation, and lack of user-friendliness. The SDT token addresses these challenges via a price consensus mechanism that maintains a stable price as demand and transaction volumes increase within the Send Consensus Network.

2018-7-16 13:31


MOBU ICO

MOBU offers a decentralized organised ICO platform to facilitate the release of compliant security tokens on the blockchain. Real businesses wishing to raise capital by issuing security tokens will build their ICOs on the MOBU platform.

2018-7-16 10:55


RAIN Token ICO

RainCheck aims to develop a platform which will incorporate loyalty and rewards points using a unique digital token for use by any organisation. In the future, this may also include allowing the sharing of loyalty and rewards points at unique values using smart contracts from any organisation, while maintaining their stored value.

2018-7-11 10:34


PopChest ICO

The POP Network is a decentralized approach to monetized video distribution using direct micropayments and token incentives instead of relying on advertising and paid subscriptions. The result is a system where Creators form direct relationships with their consumers, are liberated creatively, and get economically rewarded in a fair, transparent manner.

2018-7-2 17:20


Ôîòî:

#Be Major Benefits – Disrupting the Data Economy

Can you imagine which value would have an Airbnb cryptocurrency if this company had issued a token few years ago? Talking about the future which we try to create, it’s necessary to underscore the value of #be, a blockchain-based marketplace for monetization of digital activities and personal data the same way Airbnb stands is for […] The post #Be Major Benefits – Disrupting the Data Economy appeared first on ZyCrypto.

2018-6-27 15:10


Ôîòî:

When will Invacio token (INV) go up in value?

If you are to believe the various lies and misrepresentations that are out in the cryptoworld, about Invacio today, the answer to the question above is never. If, however, you take a look into the truth of Invacio and analyse the real facts of their current situation, you will likely see an organisation that is […] The post When will Invacio token (INV) go up in value? appeared first on ZyCrypto.

2018-6-21 13:56


Ôîòî:

TRX Price Shoots As TRON Foundation Release Odyssey v2.0.3, Token Migration Begins

With so much going on behind the scenes of the TRON MainNet launch at the moment, it is pretty easy to forget exactly where the project stands and what is happening with the roll out. Over the past few weeks, TRON has been subject to a series of updates and testing procedures that are being carried out to ensure the full MainNet and token migration can be completed in the most stable manner.

2018-6-21 12:30


Ôîòî:

Proposed Regulations Could Cause Major Shifts in Canadian Crypto Businesses

Canada’s government has released draft regulations for “virtual currencies” with a consultation period of 90 days, saying that proposed regulatory changes could mean a loss of $60 million over 10 years for businesses that deal in cryptocurrencies but will improve Canada’s international reputation and make it easier for crypto businesses to deal overseas.

2018-6-13 20:24


Ôîòî:

On Radical Markets

Recently I had the fortune to have received an advance copy of Eric Posner and Glen Weyl’s new book, Radical Markets, which could be best described as an interesting new way of looking at the subject that is sometimes called “political economy” - tackling the big questions of how markets and politics and society intersect.

2018-7-21 04:03