Bitcoin Forum
June 26, 2024, 11:04:33 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1] 2 »  All
  Print  
Author Topic: Price calculation -- Which assumption is wrong or could we really go to $50k?  (Read 1538 times)
Joe200 (OP)
Sr. Member
****
Offline Offline

Activity: 317
Merit: 250



View Profile
July 14, 2015, 01:15:55 PM
 #1

tl;dr. Given various assumptions about the distribution of coins and the amount of fiat people hold in coins, I attempt to calculate the price of coins. Depending on the assumptions, I get insanely wildly different results.

If we are where I think we are, price should be $50k per coin. The fact that it's not means that at least one of the assumptions is wrong. But which one?

Intro. In a previous post (https://bitcointalk.org/index.php?topic=946938.0), I discussed the distribution of wealth, the Gini coefficient, and the number of people who have bitcoins and used those quantities to calculate the number of coins that you need in order to have "a lot". That result is independent of the price of coins. It just tells you how many coins is "a lot" relative to other people who have coins.

Here, I use the same principles to calculate the price of coins.

The Gini coefficient (https://en.wikipedia.org/wiki/Gini_coefficient) is a single number that measures the inequality of income or wealth. Gini = 0 represents "perfect equality", where everyone has the same amount. Gini = 1 means that a single person has everything and the rest have nothing.

Wealth Gini varies from the more "egalitarian" 0.55 for Japan and China, with Spain and South Korea close by, to the very unequal 0.85 for Namibia and Zimbabwe, with Denmark, Switzerland, and United States close by, all at 0.80+. For the world as a whole, wealth Gini is 0.80.

In my previous post, I also tried values of Gini = 0.90 and even 0.95. The reasoning is that the distribution of coins might be even more ruthless than the distribution of fiat wealth.

How many people? rpietila (https://bitcointalk.org/index.php?topic=316297.0) still guesstimates that there are currently 1.0 million holders. I have no idea what his methodology is. Based on this, we can see what happens when the number of holders is 1 million, above, and below.

Calculation.

Code:
x = 0.5
p = {2g/(1-g)} x^{2g/(1-g) - 1} / N

x = 0.5 means that we are looking at the median holder. g is the wealth Gini. N is the number of coin holders. p is the proportion of all coins held by our median holder. Right now, there are 14.38M coins. In the "long term", the total number of coins will be 21M. This gives us the number of coins held by the median coin holder.

How much wealth does a median coin holder have? The median coin holder is probably American / Westerner. According to (https://en.wikipedia.org/wiki/Wealth_in_the_United_States), a median family's wealth is $80k. However, bitcoins are still a long way from being mainstream, so the median coin holder and the median person is not the same thing. Maybe once coins are mainstream, we could say that the median coin holder has $80k in wealth, but not now.

Most bitcoiners are probably young. For those under 35, the median wealth is $10k. What percentage of one's wealth does the median holder hold in coins? No idea. Let's say 1%.

To simplify the table, I assume that the dollar value of wealth held in coins is $100 in call cases, which is also $10k * 1%. If you think this values might be different / bigger, multiply the prices accordingly.

The dollar value of wealth held in coins divided by the number of coins is the price per coin. Let's see what we get.

Code:
   gini          N                     p       coins.now       coins.max usd.btc price.coins.now price.coins.max
1  0.95    100,000   0.00000000000000276    0.0000000398    0.0000000581     100   2,520,000,000   1,720,000,000
2   0.9    100,000         0.00000000137          0.0197          0.0288     100           5,060           3,470
3   0.8    100,000           0.000000625            8.99            13.1     100            11.1            7.62
4   0.7    100,000            0.00000367            52.8            77.2     100            1.89             1.3
5  0.95  1,000,000  0.000000000000000276   0.00000000398   0.00000000581     100  25,200,000,000  17,200,000,000
6   0.9  1,000,000        0.000000000137         0.00197         0.00288     100          50,600          34,700
7   0.8  1,000,000          0.0000000625           0.899            1.31     100             111            76.2
8   0.7  1,000,000           0.000000367            5.28            7.72     100            18.9              13
9  0.95  2,000,000  0.000000000000000138   0.00000000199    0.0000000029     100  50,300,000,000  34,400,000,000
10  0.9  2,000,000       0.0000000000687        0.000987         0.00144     100         101,000          69,400
11  0.8  2,000,000          0.0000000312           0.449           0.656     100             223             152
12  0.7  2,000,000           0.000000184            2.64            3.86     100            37.8            25.9
13 0.95 10,000,000 0.0000000000000000276  0.000000000398  0.000000000581     100 252,000,000,000 172,000,000,000
14  0.9 10,000,000       0.0000000000137        0.000197        0.000288     100         506,000         347,000
15  0.8 10,000,000         0.00000000625          0.0899           0.131     100           1,110             762
16  0.7 10,000,000          0.0000000367           0.528           0.772     100             189             130

Here is what the table says. Let's say Gini = 0.9, which is what I would consider to be a ruthless coin distribution. The number of coin holders stays the same at N = 1M. This means that the median holder has this proportion of coins: p = 0.000000000137. This means that he has 0.00197 of a coin. (Tiny!) If he is storing $100 of his wealth in bitcoins, that gives us a price of $50k per coin.

The more unequal the distribution of coins (higher Gini), the fewer coins the median holder has, the higher the price of each coin. Yey for inequality! Put another way, when a few big holders hold most of the coins, there are fewer coins in circulation for the average holders to buy.

The higher the number of coin holders, again, the fewer coins in the hands of a single holder, the higher the price. However, even if the number of holders collapses by a factor of 10 from rpietila's guesstimate, price can still easily go to $5k.

Holding $100 of wealth in coins seems pretty small, but remember, we are talking about the median holder, so maybe it's right. I don't know. As bitcoin goes more mainstream, both the number of holders (N) and the amount of wealth held in coins will increase -- both of these have a positive effect on price.

The huge problem with the table is that it gives an insane range of prices, depending on the scenario. According to the table, price per coin can range all the way from the seemingly impossible $1.89 to the completely laughable $252 BILLION per coin! Huh Roll Eyes Cheesy  Grin

If we live in a somewhat "egalitarian" world (gini = 0.7), which I don't think we do, and if the number of holders collapses by a factor of 10, then price could go below $2.

If we live in a very ruthless world (gini = 0.95), and the number of holders goes up 10x, price could really be -- I won't even write it again it's so ridiculous.

If we are at Gini = 0.9, N = 1M, which is where I think we are now, then price could easily be $50k today! The fact that it's not means that one or more of the assumptions is seriously off. Is the distribution of coins a lot less ruthless than I think? Is the number of holders a lot less than rpietila thinks? Does the median holder hold a lot less than $100 worth of coins? Where are the assumptions wrong?
Elwar
Legendary
*
Offline Offline

Activity: 3598
Merit: 2386


Viva Ut Vivas


View Profile WWW
July 14, 2015, 01:27:57 PM
 #2

Bitcoin is made up of early adopters with a large percentage in the world's top 1% (most Americans fall in that category). This would likely put us at a higher than world average.

First seastead company actually selling sea homes: Ocean Builders https://ocean.builders  Of course we accept bitcoin.
Fakhoury
Legendary
*
Offline Offline

Activity: 1386
Merit: 1027


Permabull Bitcoin Investor


View Profile
July 14, 2015, 01:36:42 PM
 #3

Thank you for thread OP.

But, I've a question if you don't mind.

Could you elaborate more about this please

Quote
then price could easily be $50k today!

Quote from:  Satoshi Nakamoto
Feb. 14, 2010: I’m sure that in 20 years there will either be very large transaction volume or no volume.
Elwar
Legendary
*
Offline Offline

Activity: 3598
Merit: 2386


Viva Ut Vivas


View Profile WWW
July 14, 2015, 01:41:17 PM
 #4

Thank you for thread OP.

But, I've a question if you don't mind.

Could you elaborate more about this please

Quote
then price could easily be $50k today!

That's his conclusion at the bottom of OP.

First seastead company actually selling sea homes: Ocean Builders https://ocean.builders  Of course we accept bitcoin.
Elwar
Legendary
*
Offline Offline

Activity: 3598
Merit: 2386


Viva Ut Vivas


View Profile WWW
July 14, 2015, 01:44:41 PM
 #5

I don't believe there are 1 million holders.

A lot of people go buy wallet downloads but I have personally downloaded the wallet several times. You have to figure just the amount of people that have upgraded to a new computer or just download it thinking they are downloading some magic money program onto their computer.

Is there a way to calculate a minimum per holder? I would imagine each person would hold at least .001 or so. Closer to .5

First seastead company actually selling sea homes: Ocean Builders https://ocean.builders  Of course we accept bitcoin.
Amph
Legendary
*
Offline Offline

Activity: 3206
Merit: 1069



View Profile
July 14, 2015, 02:03:54 PM
 #6

well based on the total volume of all exchanges, one should be able to estimate, roughly, the total amount of coins that are used and thus calculating the coins that are sitting in cold storage or are not used

then from that number you can somehow reach an estimate on the number of holders, which also i don't believe is 1M when the total users that are holding bitcoin are 3M

probably much less than that because basically everyone is playing with a portion of his coins in gambling site , trading or any other random investments, very few people are leaving all their coins do nothing
Fakhoury
Legendary
*
Offline Offline

Activity: 1386
Merit: 1027


Permabull Bitcoin Investor


View Profile
July 14, 2015, 02:04:06 PM
 #7

Thank you for thread OP.

But, I've a question if you don't mind.

Could you elaborate more about this please

Quote
then price could easily be $50k today!

That's his conclusion at the bottom of OP.

You didn't get me Elwar.

What I wanted to say is, why we aren't at $50K today ?

I think we can see $50K in 7-10 years, but not nowadays.

Quote from:  Satoshi Nakamoto
Feb. 14, 2010: I’m sure that in 20 years there will either be very large transaction volume or no volume.
goxed
Legendary
*
Offline Offline

Activity: 1946
Merit: 1006


Bitcoin / Crypto mining Hardware.


View Profile
July 14, 2015, 02:05:20 PM
 #8

We have to also understand the mining dynamics.
If BTC were at $50k a pop, and mining rewards at 3600BTC / day, the total mining revenue will be $180million a day, $66Billion a year.
If we assume a 10% mining profitability rate, then BTC network will consume $60Billion worth of electric energy to mine.
Clearly BTC is unlikely to reach $50k a pop at the current reward rate.

Revewing Bitcoin / Crypto mining Hardware.
OnkelPaul
Legendary
*
Offline Offline

Activity: 1039
Merit: 1004



View Profile
July 14, 2015, 02:18:11 PM
 #9

The exchange rate between USD and BTC is pretty independent from amount and distribution of BTC. It is what some people are willing to pay, and other people are willing to accept. Demand varies with perceived usefulness and speculative future value, supply of old coins somewhat depends on previous price levels and mining costs, while supply of fresh coins is pretty much fixed by the block rewards. Miners will try to sell fresh coins above cost if possible, some might withhold their mined bitcoins if they feel the price is too low, but they can't withhold indefinitely since they have bills to pay.

All of these factors are not part of your computation, so I'd suggest that whatever values you use for your unknowns, the results will be meaningless.

Apart from that, I still think BTC is undervalued, and a serious increase in exchange rate is quite realistic. We need more actual use and easier accessibility for this to happen, though. Just my opinion.

Onkel Paul

Biodom
Legendary
*
Offline Offline

Activity: 3794
Merit: 4005



View Profile
July 14, 2015, 10:12:48 PM
 #10

I see 50K as possible as well. When? Maybe in 10-15 years.
https://bitcointalk.org/index.php?topic=1120601.msg11881249#msg11881249
Fakhoury
Legendary
*
Offline Offline

Activity: 1386
Merit: 1027


Permabull Bitcoin Investor


View Profile
July 14, 2015, 10:41:27 PM
 #11

I see 50K as possible as well. When? Maybe in 10-15 years.
https://bitcointalk.org/index.php?topic=1120601.msg11881249#msg11881249

Makes a lot of sense, thank you Smiley

Quote from:  Satoshi Nakamoto
Feb. 14, 2010: I’m sure that in 20 years there will either be very large transaction volume or no volume.
Alley
Legendary
*
Offline Offline

Activity: 910
Merit: 1000


View Profile
July 14, 2015, 11:24:07 PM
 #12

We need far more liquidity on the exchanges.  A chinese mining farm should not be able to drop the price 3% on any given day simply by dumping there weeks worth of coins.
randy8777
Legendary
*
Offline Offline

Activity: 896
Merit: 1000


View Profile
July 15, 2015, 02:52:48 AM
 #13

We need far more liquidity on the exchanges.  A chinese mining farm should not be able to drop the price 3% on any given day simply by dumping there weeks worth of coins.

3% is nothing. a decent mining farm can make the price go down more than 10-15% easily by dumping weeks worth of coins. exchanges have always had bad orderbooks. one large trader or pool can cause massive panic.
Alley
Legendary
*
Offline Offline

Activity: 910
Merit: 1000


View Profile
July 15, 2015, 02:56:58 AM
 #14

You would need over 100k coins for a 10-15% drop.  Far more then a weeks worth of coins.
willope
Sr. Member
****
Offline Offline

Activity: 366
Merit: 261


View Profile
July 15, 2015, 11:15:34 AM
 #15

 ???Wtf? Johnie, la gente esta muy loca. Roll Eyes

Go get a job instead of wasting ur time with scams
NorrisK
Legendary
*
Offline Offline

Activity: 1946
Merit: 1007



View Profile
July 15, 2015, 11:42:41 AM
 #16

I would lower the amount of holders and remove all of the exact 50 btc wallets and top holding accounts (>100 btc in one wallet) to get a better indication of a single persons avarage bitcoin holdings.
Joe200 (OP)
Sr. Member
****
Offline Offline

Activity: 317
Merit: 250



View Profile
July 15, 2015, 12:51:57 PM
 #17

What would you set the number of holders to? 1M is someone else's estimate, not mine. It's the only one I've seen though.

Even if that estimate is wrong by 10 times, and the number of holders is really 100k, price could / should still be a lot higher than it is now.
Fakhoury
Legendary
*
Offline Offline

Activity: 1386
Merit: 1027


Permabull Bitcoin Investor


View Profile
July 15, 2015, 01:02:38 PM
 #18

What would you set the number of holders to? 1M is someone else's estimate, not mine. It's the only one I've seen though.

Even if that estimate is wrong by 10 times, and the number of holders is really 100k, price could / should still be a lot higher than it is now.

Could you please answer me here Smiley

https://bitcointalk.org/index.php?topic=1122189.msg11877450#msg11877450

Quote from:  Satoshi Nakamoto
Feb. 14, 2010: I’m sure that in 20 years there will either be very large transaction volume or no volume.
Joe200 (OP)
Sr. Member
****
Offline Offline

Activity: 317
Merit: 250



View Profile
July 15, 2015, 01:16:21 PM
 #19

I am not sure I fully understand your question. The full quote is:

"If we are at Gini = 0.9, N = 1M, which is where I think we are now, then price could easily be $50k today!"

All this says is that if the assumptions are true, then the conclusion should be true. The conclusion is not true. So maybe some of the assumptions are wrong. Or maybe price has not yet moved to where it "should" be.

I make assumptions about the following quantities.
* Gini - How evenly or unevenly coins are distributed among individual with a positive number of coins.
* N - The number of people who own a positive number of coins. I used the term "holder". However, I see that this was confusing or not quite correct. I don't mean "long term holders as opposed to other users of bitcoin". I mean everybody who has a positive number of coins.
* USD.BTC - The amount of dollars that the median user of coins is holding in coins. Actually, if I knew this amount for a user in ANY percentile, I could do the calculation. I just figured the median should be the easiest to guess.

I assume these three quantities. Based on these three, I can calculate the price of coins. IF (that's a giant IF) Gini = 0.9, N = 1M, USD.BTC = $100, THEN price = $50,600 per coin.

IF Gini = 0.8, N = 1M, USD.BTC = $100, THEN price = $111.

Yup. This calculation is extremely sensitive to the value of Gini. That's really what's driving the whole thing.

So maybe if Gini changes, price can change dramatically. If current Gini is around 0.85 and it rises to 0.9, price could explode.

Elwar
Legendary
*
Offline Offline

Activity: 3598
Merit: 2386


Viva Ut Vivas


View Profile WWW
July 15, 2015, 01:58:14 PM
 #20

According to this article, the number is closer to 280,000 at the end of 2013 when there was a lot of activity:
http://blog.p2pfoundation.net/who-owns-all-the-bitcoins-an-infographic-of-wealth-distribution/2015/01/24

According to this the Gini is .877 (back in 2014)
https://twitter.com/mbauwens/status/447715800481542144

You also have to factor in 12% inflation currently.

First seastead company actually selling sea homes: Ocean Builders https://ocean.builders  Of course we accept bitcoin.
Pages: [1] 2 »  All
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!