Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update economics.md #388

Merged
merged 1 commit into from
Jul 3, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions website/docs/tech-explanation/economics.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ When users store data on Nervos, they incur a small State Rent fee based on the

During data storage, a portion of CKBytes must be locked and cannot earn interest. Although the locked CKBytes remain constant in number, their value slowly decreases due to inflation, affecting only users storing data on Nervos. This small depreciation constitutes State Rent.

The inflation funding State Rent comes from a process known as Secondary Issuance. Nervos users who do not occupy space on the network may gain interest from Secondary Issuance by locking their CKBytes in Nervos DAO. The following sections will delve deeper into this mechanism.
The inflation funding State Rent comes from a process known as Secondary Issuance. Nervos users who do not occupy space on the network may gain rewards from Secondary Issuance by locking their CKBytes in Nervos DAO. The following sections will delve deeper into this mechanism.

## Base Issuance

Expand All @@ -55,7 +55,7 @@ Unlike Base Issuance, Secondary Issuance only targets at users occupying Nervos

## Nervos DAO

CKBytes holders can earn interest by locking tokens in Nervos DAO, similar to staking. Interest accrues proportionally to Secondary Issuance, offsetting the long-term inflationary effects of the latter, thus maintaining value. Users occupying space in Nervos have their CKBytes locked, making them ineligible to be placed in Nervos DAO. Once the space-occupying Cells are consumed and the CKBytes are released, they can be placed in Nervos DAO. This mechanism incentivizes the removal of unnecessary data, ensuring long-term manageability of the blockchain.
CKBytes holders can earn rewards by locking tokens in Nervos DAO. Rewards accrues proportionally to Secondary Issuance, offsetting the long-term inflationary effects of the latter, thus maintaining value. Users occupying space in Nervos have their CKBytes locked, making them ineligible to be placed in Nervos DAO. Once the space-occupying Cells are consumed and the CKBytes are released, they can be placed in Nervos DAO. This mechanism incentivizes the removal of unnecessary data, ensuring long-term manageability of the blockchain.

---

Expand Down
Loading