Merge pull request #3 from Gonbatfire/main

Zano Trade fixes, added new charts for Emission page
This commit is contained in:
Ravaga 2024-06-27 23:07:38 +04:00 committed by GitHub
commit 833eb9cd36
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 21 additions and 23 deletions

View file

@ -12,14 +12,14 @@ Proof of Work (PoW) mining, which creates new ZANO coins to reward miners for co
Proof of Stake (PoS) staking, which also creates new ZANO coins to reward users who stake their funds and therefore also contributing to the network's security.
100% of the block reward goes to the miner or staker that found the block.
100% of the block reward goes to the miner or staker who found the block.
| Emission specifications | |
| ------------------------ | --------------------------------------------- |
| Block Time | 1 minute |
| Block Reward | 1 ZANO (fixed amount) |
| Maximum Supply | Uncapped |
| Yearly Inflation | Ever decreasing trend towards 0% (asymptotic) |
| Yearly Inflation | Ever-decreasing trend towards 0% (asymptotic) |
| Fee on TXs (flat fee) | 0.01 ZANO |
| Fee burn | 100% (all fees are burned) |
@ -27,11 +27,15 @@ Proof of Stake (PoS) staking, which also creates new ZANO coins to reward users
Zano decided to set the block reward relatively low to avoid unnecessary selling price pressure while keeping the chain safe from flood attacks. We have an uncapped max supply because the assumption that only the TX fees would be enough to cover miners' appetite might not be accurate and Bitcoin might become a sad example of this. A fixed emission ensures that stakers and miners will always secure the network.
On Zano, all network fees are being burned. With enough network usage, the daily fee burning could surpass the emission from block rewards, resulting in supply becoming deflationary over time.
On Zano, **all network fees are being burned**, meaning that with enough network usage, the daily fee burning could surpass the emission from block rewards, resulting in supply becoming deflationary over time.
![](static/img/learn/emission/deflationary-0.01.png)
![](/img/learn/emission/supply-inflation-with-burning.png)
This combination of small, minimalistic daily emission, together with daily burns, results in little to no sell pressure on the exchanges.
![](/img/learn/emission/zano-supply-progression2024.png)
> For practical purposes these charts assume a fixed fee, in reality, as Zano's price goes up (and the dynamic fee mechanism is implemented) fees will likely go down in Zano-denominated terms, slightly reducing the total burned over time, still, these graphs are useful to showcase the different trends the total supply can take based on network usage.
This combination of small, minimalistic daily emissions, together with daily burns, results in **little to no sell pressure on exchanges.**
### Is the block reward enough to secure the network?

View file

@ -28,37 +28,31 @@ A decentralized exchange to trade native Zano and all the Confidential Assets la
5. Now you can either post a buy/sell order or take an existing one.
### Create an order
### Create an order
For this example, we will be buying "ZNOPP" tokens:
For this example, we will be buying "ZNOPP" tokens:
**Price:** How much of the base pair (in this case, ZANO) do we want to pay per unit of ZNOOP?
_Price:_ How much of the base pair (in this case, ZANO) do we want to pay per unit of ZNOOP?
**Amount:** How many tokens do we want to acquire at this price?
_Amount:_ How many tokens do we want to acquire at this price?
Click "Buy" to post the order.
Click "Buy" to post the order.
<figure style={{textAlign: 'center'}}>
<img src={require('/img/use/zano-trade/new_order1.png').default} />
</figure>
![](/img/use/zano-trade/new_order1.png)
### Take an order
### Take an order
For this example, we'll be selling "ZNOOP" tokens:
For this example, we'll be selling "ZNOOP" tokens:
Scroll down to see the order book
Scroll down to see the order book.
Since we are happy with receiving 0.01 ZANO per token, we'll proceed to click "Take Order"
Since we are happy with receiving 0.01 ZANO per token, we'll proceed to click "Take Order".
<figure style={{textAlign: 'center'}}>
<img src={require('/img/use/zano-trade/order_book2.png').default} />
</figure>
![](/img/use/zano-trade/order_book2.png)
This will take us back above and automatically set the fields for our sell order, simply click "Sell".
<figure style={{textAlign: 'center'}}>
<img src={require('/img/use/zano-trade/new_order2.png').default} />
</figure>
![](/img/use/zano-trade/new_order2.png)
### Complete the trade

Binary file not shown.

After

Width:  |  Height:  |  Size: 645 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 597 KiB