Skip to content
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
6 changes: 3 additions & 3 deletions pages/home/pyth-token.mdx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Steps } from "nextra/components";
import { Steps } from 'nextra/components';

# PYTH Token

Expand All @@ -13,7 +13,7 @@ PYTH Token can be staked for Governance and Oracle Integrity.
<Steps>
### Staking PYTH for Governance

PYTH token holders can participate in Pyth governance through [staking](https://staking.pyth.network/) and [governance](https://app.realms.today/dao/PYTH). Token holders use their staked tokens in the Pyth staking program to vote on community governance proposals.
PYTH token holders can participate in Pyth governance through [staking](https://staking.pyth.network/) and [governance](https://v2.realms.today/dao/4ct8XU5tKbMNRphWy4rePsS9kBqPhDdvZoGpmprPaug4). Token holders use their staked tokens in the Pyth staking program to vote on community governance proposals.

Governance uses a 1:1 coin-voting system, where each staked token confers one vote.

Expand All @@ -22,7 +22,7 @@ At the end of the **7 day** voting period, a proposal is passes if it meets the

- **More yesses** have been cast than nos.
- The "**Approval Quorum**" has been met. \
**Approval Quorum** is a percentage of staked PYTH tokens that must have voted yes for the proposal to pass. "Community Vote Threshold Percentage" is expressed as percentage of staked tokens at the start of the voting period for the proposal. This percentage threshold can vary depending on the type of proposal. The current threshold can be found in the "Governances" sections of the [parameters of the DAO](https://app.realms.today/dao/PYTH/params).
**Approval Quorum** is a percentage of staked PYTH tokens that must have voted yes for the proposal to pass. "Community Vote Threshold Percentage" is expressed as percentage of staked tokens at the start of the voting period for the proposal. This percentage threshold can vary depending on the type of proposal. The current threshold can be found in the "Governance" sections of the [parameters of the DAO](https://v2.realms.today/dao/4ct8XU5tKbMNRphWy4rePsS9kBqPhDdvZoGpmprPaug4/settings).

Please note that the scope of community governance proposals may be expanded if the PYTH token holders (or the Pyth DAO) decide so.

Expand Down
Loading