Skip to content

Update Tokenomics images and other small fixes#129

Merged
wilwade merged 8 commits into
mainfrom
content/tokenomics-images
Jun 5, 2025
Merged

Update Tokenomics images and other small fixes#129
wilwade merged 8 commits into
mainfrom
content/tokenomics-images

Conversation

@wilwade

@wilwade wilwade commented Jun 5, 2025

Copy link
Copy Markdown
Collaborator

Solution

  • Added tokenomics diagrams
  • Removed unused fonts
  • Upgraded mdbook
  • Fix links
  • Fix grammar
  • fix scroll issue

Testing

  • Pull
  • npm i
  • Install new mdbook (see readme changes)
  • mdbook serve

Screenshots (optional):

image

image

@wilwade wilwade requested a review from claireclark1 June 5, 2025 22:03
@wilwade wilwade enabled auto-merge (squash) June 5, 2025 22:04
Comment thread css/overrides.css
display: block;
position: sticky;
top: 80px;
top: calc(var(--header-height) - 5px);

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: 5px is not a standard. Opt for either 4px or 8px.

Comment thread css/overrides.css
}

.warning {
padding-left: 30px;

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: 30px is not standard. opt for 32px. applies to line 354 as well.

The design of Capacity attempts to balance these two goals while minimizing excessive churn of the native token itself.

<!-- TODO: Add diagram -->
{{#svg-embed pages/images/CapacitySimple.svg Capacity Staking Diagram}}

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍🏼

Users must maintain their full stake throughout the entirety of the Reward Epoch in order to qualify for a reward.
Each Reward Epoch has a fixed number of tokens that can be minted to reward Provider Boosting participants, and those rewards are paid based on the ratio of the user's Provider Boosting stake to all user Provider Boosting stakes across all Providers.
Token for rewards are not minted during, or at the end of, the Reward Epoch.
Tokens for rewards are not minted during, or at the end of, the Reward Epoch.

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Commas seem funny.

Suggested change
Tokens for rewards are not minted during, or at the end of, the Reward Epoch.
Tokens for rewards are not minted during nor at the end of the Reward Epoch.

@claireclark1 claireclark1 left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

a couple of nits. overall looks good!

@wilwade wilwade merged commit 16fb896 into main Jun 5, 2025
4 checks passed
@wilwade wilwade deleted the content/tokenomics-images branch June 5, 2025 22:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants