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

docs: fix wrong words #422

Merged
merged 1 commit into from
Feb 5, 2025
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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Shielded Rewards

Shielded rewards are distributed to all users in the shielded set. Users are rewared `NAM` tokens for each epoch their incentivised assets are in the shielded set. Informally, the amount of `NAM` rewarded for a specific asset is proportional to the amount of that asset in the shielded pool. Each asset has a "reward rate" specified by governance, which sets the constant of proportionality for that asset.
Shielded rewards are distributed to all users in the shielded set. Users are rewarded `NAM` tokens for each epoch their incentivised assets are in the shielded set. Informally, the amount of `NAM` rewarded for a specific asset is proportional to the amount of that asset in the shielded pool. Each asset has a "reward rate" specified by governance, which sets the constant of proportionality for that asset.

The interested reader should consult [the specs](https://specs.namada.net/modules/masp/shielded-pool-incentives) for a more precise explanation of how the reward is calculated.

Expand All @@ -11,4 +11,4 @@ You can see a list of assets currently eligible for shielded rewards with:
namadac masp-reward-tokens
```

Assets can be added or removed from eligibility through [governance](../governance.mdx).
Assets can be added or removed from eligibility through [governance](../governance.mdx).
Loading