mirror of
https://github.com/monero-project/monero-site.git
synced 2024-11-16 15:58:16 +00:00
Broke up tail emission faq answer into multiple paragarphs
This commit is contained in:
parent
b5c93440fe
commit
2784c161db
2 changed files with 3 additions and 1 deletions
|
@ -531,7 +531,8 @@ faq:
|
|||
qmaxsupply: What is Monero's maximum supply?
|
||||
amaxsupply: Monero has a fixed emission rate, not a set maximum supply. Around May 2022, Monero's emission will drop to and permanently remain at 0.3 XMR per minute (0.6 XMR per @block). This is approximately 1% inflation for the first year and will approach 0% inflation in future years. This @tail-emission allows for permanent incentives to secure Monero, even in the far future, while keeping inflation at a very low percent.
|
||||
qtailemission: Why does Monero not have a maximum supply?
|
||||
atailemission: Miners process transactions on the Monero network by @mining blocks. The miner of a @block is paid the constant block reward of .6 XMR, and the @transaction fees of the users who have transactions in that block. Monero has the block reward rather than relying solely on the transaction fees to give the miners incentive to keep securing the network with their hashrate, and keep transaction fees low. The @tail-emission caused by this constant block reward creates an inflation rate of less than 1% which trends towards 0% over time. The fixed emission of the currency ensures human corruption cannot over inflate the supply. Keeping the network predictable, decentralized, and secure.
|
||||
atailemission: Miners process transactions on the Monero network by @mining blocks. The miner of a @block is paid the constant block reward of .6 XMR, and the @transaction fees of the users who have transactions in that block. Monero has the block reward rather than relying solely on the transaction fees to give the miners incentive to keep securing the network with their hashrate, and keep transaction fees low.
|
||||
atailemission1: The @tail-emission caused by this constant block reward creates an inflation rate of less than 1% which trends towards 0% over time. The fixed emission of the currency ensures human corruption cannot over inflate the supply. Keeping the network predictable, decentralized, and secure.
|
||||
mining:
|
||||
intro1: Monero is a cryptocurrency that relies on proof-of-work mining to achieve distributed consensus. Below you'll find some information and resources on how to begin mining.
|
||||
intro2: The Monero Project does not endorse any particular pool, software, or hardware, and the content below is provided for informational purposes only.
|
||||
|
|
|
@ -258,6 +258,7 @@ permalink: /get-started/faq/index.html
|
|||
<h3><a class="anchor" href="#tail-emission"></a>{% t faq.qtailemission %}</h3>
|
||||
<div class="tab-answer">
|
||||
<p>{% t faq.atailemission %}</p>
|
||||
<p>{% t faq.atailemission1 %}</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row center-xs">
|
||||
|
|
Loading…
Reference in a new issue