Create glossary.md for Sentrix terminology#18
Conversation
Added a glossary of Sentrix-specific terms with definitions.
|
Warning Review limit reached
More reviews will be available in 57 minutes and 50 seconds. Learn how PR review limits work. Your organization has used up its prepaid credits, and credit purchases are no longer available. Enable the review add-on in the billing tab to keep reviews running — you're only billed for reviews past your plan's rate limits ($0.25/file). ⌛ How to resolve this issue?After more reviews become available, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans include higher PR review limits than trial, open-source, and free plans. In all cases, reviews become available again over time. During sustained high-volume PR review activity, CodeRabbit may temporarily slow when the next review becomes available. Please see our Fair Usage Limits Policy for further information. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
satyakwok
left a comment
There was a problem hiding this comment.
Thanks for this — genuinely useful page and the structure is clean. Two accuracy fixes before it lands, left inline. Appreciate you picking up the glossary.
|
|
||
| ## SRX / sentri | ||
|
|
||
| **SRX** is the native token of Sentrix Chain. *Sentri* is an informal nickname. SRX is used for gas fees, staking, and governance. |
There was a problem hiding this comment.
Small but important: sentri isn't a nickname for SRX — it's the smallest unit. 1 SRX = 100,000,000 sentri (the wei/satoshi of Sentrix). Could you reword, e.g.: "Sentri is the smallest unit of SRX — 1 SRX = 100,000,000 sentri."
|
|
||
| ## Jail / Unjail | ||
|
|
||
| When a validator misses too many blocks or double-signs, it is *jailed*: removed from the active set and its stake slashed. A jailed validator must submit an *unjail* transaction (after a cooldown period) to re-enter the active set. |
There was a problem hiding this comment.
Worth double-checking against the staking docs: downtime jailing and slashing aren't necessarily the same event (downtime → jail; double-sign/equivocation → slash), and re-entry on Sentrix goes through the unjail / AddSelfStake path rather than a generic "unjail transaction". Could you confirm and soften the wording (e.g. "may be slashed")?
Clarified the definitions of 'Jail / Unjail' and 'SRX / sentri' in the glossary.
|
Content fixes look good — One thing left before merge: like the FAQ, |
Closes #14
Changes
Added
docs/glossary.md— a comprehensive glossary of Sentrix-specific terms that newcomers encounter across the docs.Terms defined:
BFT, Block Time, DPoS, Epoch, EVM, Finality, Halving, Jail/Unjail, libp2p, MDBX, Precommit/Prevote, revm, SRX/sentri, Staking, Validator/Full Node, Voyager DPoS+BFT
Each entry includes a concise plain-English definition and cross-links to the relevant deep-dive docs pages (architecture/overview, tokenomics/staking, operations/validator-guide, etc.).