<oembed><type>rich</type><version>1.0</version><title>Peter Todd [ARCHIVE] wrote</title><author_name>Peter Todd [ARCHIVE] (npub1m2…a2np2)</author_name><author_url>https://yabu.me/npub1m230cem2yh3mtdzkg32qhj73uytgkyg5ylxsu083n3tpjnajxx4qqa2np2</author_url><provider_name>njump</provider_name><provider_url>https://yabu.me</provider_url><html>📅 Original date posted:2022-07-09&#xA;📝 Original message:New blog post:&#xA;&#xA;https://petertodd.org/2022/surprisingly-tail-emission-is-not-inflationary&#xA;&#xA;tl;dr: Due to lost coins, a tail emission/fixed reward actually results in a&#xA;stable money supply. Not an (monetarily) inflationary supply.&#xA;&#xA;...and for the purposes of reply/discussion, attached is the article itself in&#xA;markdown format:&#xA;&#xA;---&#xA;layout: post&#xA;title:  &#34;Surprisingly, Tail Emission Is Not Inflationary&#34;&#xA;date:   2022-07-09&#xA;tags:&#xA;- bitcoin&#xA;- monero&#xA;---&#xA;&#xA;At present, all notable proof-of-work currencies reward miners with both a block&#xA;reward, and transaction fees. With most currencies (including Bitcoin) phasing&#xA;out block rewards over time. However in no currency have transaction fees&#xA;consistently been more than 5% to 10% of the total mining&#xA;reward[^fee-in-reward], with the exception of Ethereum, from June 2020 to Aug 2021.&#xA;To date no proof-of-work currency has ever operated solely on transaction&#xA;fees[^pow-tweet], and academic analysis has found that in this condition block&#xA;generation is unstable.[^instability-without-block-reward] To paraphrase Andrew&#xA;Poelstra, it&#39;s a scary phase change that no other coin has gone through.[^apoelstra-quote]&#xA;&#xA;[^pow-tweet]: [I asked on Twitter](https://twitter.com/peterktodd/status/1543231264597090304) and no-one replied with counter-examples.&#xA;&#xA;[^fee-in-reward]: [Average Fee Percentage in Total Block Reward](https://bitinfocharts.com/comparison/fee_to_reward-btc-eth-bch-ltc-doge-xmr-bsv-dash-zec.html#alltime)&#xA;&#xA;[^instability-without-block-reward]: [On the Instability of Bitcoin Without the Block Reward](https://www.cs.princeton.edu/~arvindn/publications/mining_CCS.pdf)&#xA;&#xA;[^apoelstra-quote]: [From a panel at TABConf 2021](https://twitter.com/peterktodd/status/1457066946898317316)&#xA;&#xA;Monero has chosen to implement what they call [tail&#xA;emission](https://www.getmonero.org/resources/moneropedia/tail-emission.html):&#xA;a fixed reward per block that continues indefinitely. Dogecoin also has a fixed&#xA;reward, which they widely - and incorrectly - refer to as an &#34;abundant&#34; supply[^dogecoin-abundant].&#xA;&#xA;[^dogecoin-abundant]: Googling &#34;dogecoin abundant&#34; returns dozens of hits.&#xA;&#xA;This article will show that a fixed block reward does **not** lead to an&#xA;abundant supply. In fact, due to the inevitability of lost coins, a fixed&#xA;reward converges to a **stable** monetary supply that is neither inflationary&#xA;nor deflationary, with the total supply proportional to rate of tail emission&#xA;and probability of coin loss.&#xA;&#xA;Credit where credit is due: after writing the bulk of this article I found out&#xA;that Monero developer [smooth_xmr](https://www.reddit.com/user/smooth_xmr/)&#xA;also observed that tail emission results in a stable coin supply&#xA;[a few years ago](https://www.reddit.com/r/Monero/comments/4z0azk/maam_28_monero_ask_anything_monday/d6sixyi/).&#xA;There&#39;s probably others too: it&#39;s a pretty obvious result.&#xA;&#xA;&#xA;&lt;div markdown=&#34;1&#34; class=&#34;post-toc&#34;&gt;&#xA;# Contents&#xA;{:.no_toc}&#xA;0. TOC&#xA;{:toc}&#xA;&lt;/div&gt;&#xA;&#xA;## Modeling the Fixed-Reward Monetary Supply&#xA;&#xA;Since the number of blocks is large, we can model the monetary supply as a&#xA;continuous function $$N(t)$$, where $$t$$ is a given moment in time. If the&#xA;block reward is fixed we can model the reward as a slope $$k$$ added to an&#xA;initial supply $$N_0$$:&#xA;&#xA;$$&#xA;N(t) = N_0 + kt&#xA;$$&#xA;&#xA;Of course, this isn&#39;t realistic as coins are constantly being lost due to&#xA;deaths, forgotten passphrases, boating accidents, etc. These losses are&#xA;independent: I&#39;m not any more or less likely to forget my passphrase because&#xA;you recently lost your coins in a boating accident — an accident I probably&#xA;don&#39;t even know happened. Since the number of individual coins (and their&#xA;owners) is large — as with the number of blocks — we can model this loss as&#xA;though it happens continuously.&#xA;&#xA;Since coins can only be lost once, the *rate* of coin loss at time $$t$$ is&#xA;proportional to the total supply *at that moment* in time. So let&#39;s look at the&#xA;*first derivative* of our fixed-reward coin supply:&#xA;&#xA;$$&#xA;\frac{dN(t)}{dt} = k&#xA;$$&#xA;&#xA;...and subtract from it the lost coins, using $$\lambda$$ as our [coin loss&#xA;constant](https://en.wikipedia.org/wiki/Exponential_decay):&#xA;&#xA;$$&#xA;\frac{dN(t)}{dt} = k - \lambda N(t)&#xA;$$&#xA;&#xA;That&#39;s a first-order differential equation, which can be easily solved with&#xA;separation of variables to get:&#xA;&#xA;$$&#xA;N(t) = \frac{k}{\lambda} - Ce^{-\lambda t}&#xA;$$&#xA;&#xA;To remove the integration constant $$C$$, let&#39;s look at $$t = 0$$, where the&#xA;coin supply is $$N_0$$:&#xA;&#xA;$$&#xA;\begin{align}&#xA;    N_0 &amp;= \frac{k}{\lambda} - Ce^{-\lambda 0} = \frac{k}{\lambda} - C \\&#xA;      C &amp;= \frac{k}{\lambda} - N_0&#xA;\end{align}&#xA;$$&#xA;&#xA;Thus:&#xA;&#xA;$$&#xA;\begin{align}&#xA;    N(t) &amp;= \frac{k}{\lambda} - \left(\frac{k}{\lambda} - N_0 \right)e^{-\lambda t} \\&#xA;         &amp;= \frac{k}{\lambda} + \left(N_0 - \frac{k}{\lambda} \right)e^{-\lambda t}&#xA;\end{align}&#xA;$$&#xA;&#xA;&#xA;## Long Term Coin Supply&#xA;&#xA;It&#39;s easy to see that in the long run, the second half of the coin supply&#xA;equation goes to zero because $$\lim_{t \to \infty} e^{-\lambda t} = 0$$:&#xA;&#xA;$$&#xA;\begin{align}&#xA;    \lim_{t \to \infty} N(t) &amp;= \lim_{t \to \infty} \left[ \frac{k}{\lambda} + \left(N_0 - \frac{k}{\lambda} \right)e^{-\lambda t} \right ] = \frac{k}{\lambda} \\&#xA;                   N(\infty) &amp;= \frac{k}{\lambda}&#xA;\end{align}&#xA;$$&#xA;&#xA;An intuitive explanation for this result is that in the long run, the initial&#xA;supply $$N_0$$ doesn&#39;t matter, because approximately all of those coins will&#xA;eventually be lost. Thus in the long run, the coin supply will converge towards&#xA;$$\frac{k}{\lambda}$$, the point where coins are created just as fast as they&#xA;are lost.&#xA;&#xA;&#xA;## Short Term Dynamics and Economic Considerations&#xA;&#xA;Of course, the intuitive explanation for why supply converges to&#xA;$$\frac{k}{\lambda}$$, also tells us that supply must converge fairly slowly:&#xA;if 1% of something is lost per year, after 100 years 37% of the initial supply&#xA;remains. It&#39;s not clear what the rate of lost coins actually is in a mature,&#xA;valuable, coin. But 1%/year is likely to be a good guess — quite possibly less.&#xA;&#xA;In the case of Monero, they&#39;ve introduced tail emission at a point where it&#xA;represents a 0.9% apparent monetary inflation rate[^p2pool-tail]. Since the number of&#xA;previously lost coins, and the current rate of coin loss, is&#xA;unknown[^unknowable] it&#39;s not possible to know exactly what the true monetary&#xA;inflation rate is right now. But regardless, the rate will only converge&#xA;towards zero going forward.&#xA;&#xA;[^unknowable]: Being a privacy coin with [shielded amounts](https://localmonero.co/blocks/richlist), it&#39;s not even possible to get an estimate of the total amount of XMR in active circulation.&#xA;&#xA;[^p2pool-tail]: P2Pool operates [a page with real-time date figures](https://p2pool.io/tail.html).&#xA;&#xA;If an existing coin decides to implement tail emission as a means to fund&#xA;security, choosing an appropriate emission rate is simple: decide on the&#xA;maximum amount of inflation you are willing to have in the worst case, and set&#xA;the tail emission accordingly. In reality monetary inflation will be even lower&#xA;on day zero due to lost coins, and in the long run, it will converge towards&#xA;zero.&#xA;&#xA;The fact is, economic volatility dwarfs the effect of small amounts of&#xA;inflation. Even a 0.5% inflation rate over 50 years only leads to a 22% drop.&#xA;Meanwhile at the time of writing, Bitcoin has dropped 36% in the past year, and&#xA;gained 993% over the past 5 years. While this discussion is a nice excuse to&#xA;use some mildly interesting math, in the end it&#39;s totally pedantic.&#xA;&#xA;## Could Bitcoin Add Tail Emission?&#xA;&#xA;...and why could Monero?&#xA;&#xA;Adding tail emission to Bitcoin would be a hard fork: a incompatible rule&#xA;change that existing Bitcoin nodes would reject as invalid. While Monero was&#xA;able to get sufficiently broad consensus in the community to implement tail&#xA;emission, it&#39;s unclear at best if it would ever be possible to achieve that for&#xA;the much larger[^btc-vs-xmr-market-cap] Bitcoin. Additionally, Monero has a&#xA;culture of frequent hard forks that simply does not exist in Bitcoin.&#xA;&#xA;[^btc-vs-xmr-market-cap]: [As of writing](https://web.archive.org/web/20220708143920/https://www.coingecko.com/), the apparent market cap of Bitcoin is $409 billion, almost 200x larger than Monero&#39;s $2.3 billion.&#xA;&#xA;Ultimately, as long as a substantial fraction of the Bitcoin community continue&#xA;to run full nodes, the only way tail emission could ever be added to Bitcoin is&#xA;by convincing that same community that it is a good idea.&#xA;&#xA;&#xA;## Footnotes&#xA;-------------- next part --------------&#xA;A non-text attachment was scrubbed...&#xA;Name: signature.asc&#xA;Type: application/pgp-signature&#xA;Size: 833 bytes&#xA;Desc: not available&#xA;URL: &lt;http://lists.linuxfoundation.org/pipermail/bitcoin-dev/attachments/20220709/7f1a65d7/attachment.sig&gt;</html></oembed>