Skip to content

Commit

Permalink
deflation_update_outdated_info.md
Browse files Browse the repository at this point in the history
  • Loading branch information
reveloper authored Nov 7, 2024
1 parent f590d4f commit 6baa7b9
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ Similarly to all blockchain networks, each transaction on TON requires a computa
The network also subsidizes block creation by adding a subsidy to the reward pool equal to 1.7 TON for each masterchain block and 1 TON for each basechain block (Network Parameters `Config14:masterchain_block_fee` and `Config14:basechain_block_fee`). Note, that when splitting a basechain into more than one shardchain, the subsidy per shardchain block is split accordingly. This process allows the subsidy per unit of time to be kept near constant.

:::info
TON Blockchain is planning to introduce a deflationary mechanism in Q2 of 2023. In particular, a portion of TON generated via network use will be burned instead of going to the rewards pool.
In June 2023, the [Deflationary Burn Mechanism](https://blog.ton.org/ton-holders-and-validators-vote-in-favor-of-implementing-the-toncoin-real-time-burn-mechanism) was introduced. With this mechanism, a portion of the TON generated by the network is burned instead of being allocated to the rewards pool.
:::

After a validation cycle round lasting 65536 seconds or ~18 hours (Network Parameter `Config15:validators_elected_for`), staked TON is not immediately released by each validator, but instead held for an additional 32768 seconds or ~9 hours (Network Parameter `Config15:stake_held_for`). During this period, slashing (a penalization mechanism for misbehaving validators) penalties can be deducted from the validator. After funds are released, validators can withdraw their stake along with a share of the reward pool accrued during the validation round proportional to their voting _weight_.
Expand Down Expand Up @@ -147,4 +147,4 @@ If you don't want to do this please consider using staking services https://ton.

* [Running a Validator](/v3/guidelines/nodes/running-nodes/validator-node)
* [Transaction Fees](/v3/documentation/smart-contracts/transaction-fees/fees)
* [What is blockchain? What is a smart contract? What is gas?](https://blog.ton.org/what-is-blockchain)
* [What is blockchain? What is a smart contract? What is gas?](https://blog.ton.org/what-is-blockchain)

0 comments on commit 6baa7b9

Please sign in to comment.