Skip to content

fix(pricefeed): Fix broken links #427

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

Merged
merged 1 commit into from
Sep 23, 2024
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion pages/home/pyth-token.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Please note that the scope of community governance proposals may be expanded if

The Pyth Network is built to provide decentralized applications with reliable and trustworthy data. The quality of the data it provides is paramount for these application's functions and the network's overall success.

Pyth's [Oracle Integrity Staking (OIS)](/home/pyth-token/oracle-integrity-staking) concentrates on producing quality data in the hands of a limited set of semi-trusted entities to achieve more coverage and lower latency than the competition. The responsibility of publishers over data quality is not just ethical but also incentivized through economics:
Pyth's [Oracle Integrity Staking (OIS)](./oracle-integrity-staking) concentrates on producing quality data in the hands of a limited set of semi-trusted entities to achieve more coverage and lower latency than the competition. The responsibility of publishers over data quality is not just ethical but also incentivized through economics:

- **Staking and Slashing:** Publishers can self-stake PYTH tokens as collateral. It also allows other stakers to choose publishers to delegate their PYTH tokens. In the event of data inaccuracies or inconsistencies, a portion of this stake can be slashed as a penalty. This mechanism ensures that publishers have a vested interest in providing accurate data
- **Reputation:** The reputation of data publishers is directly linked to the quality of data they provide. Publishers with a track record of providing accurate data are more likely to be trusted and attract more interest.
Expand Down
2 changes: 1 addition & 1 deletion pages/price-feeds/price-feed-ids.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ The [Price Feed ID reference](https://pyth.network/developers/price-feed-ids) al

On Solana, each feed additionally has a collection of **price feed accounts** containing the feed's data.
The addresses of these accounts are programmatically derived from the feed id and a shard id, which is simply a 16-bit number.
See [How to Use Real-Time Data on Solana](price-feeds/use-real-time-data/solana#write-frontend-code) for more information on price feed accounts.
See [How to Use Real-Time Data on Solana](./use-real-time-data/solana#price-feed-accounts) for more information on price feed accounts.
Loading