docs: WHAT_IF emission row no longer cites halvings - #8063
Open
Scottcjn wants to merge 1 commit into
Open
Conversation
The emission row cited halvings from README Tokenomics, but the README, RIP-0004 and the node code all specify a fixed 1.5 RTC per epoch with no halving. Signed-off-by: Scott <scottbphone12@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
docs/WHAT_IF_RTC_FUNDAMENTALS.md line 38 said halvings (README Tokenomics) only lower the 548 RTC/year emission. The README Tokenomics section, RIP-0004, and
PER_BLOCK_RTCin the node code all say emission is a fixed 1.5 RTC per epoch with no halving, so the row now says that.Flagging, not changed: docs/api-reference.md (lines ~552-554), docs/API_REFERENCE.md (~1198-1216) and the zh-CN copy advertise
/beacon/api/x402/statusand/beacon/api/premium/*endpoints. All of them return 404 on the live node today (the non-premium/beacon/api/agents,/contracts,/reputationare 200). I could not tell whether the x402/premium surface is undeployed or retired, so I left those docs for a human call.