Skip to content

More pointers to the sponsored feeds #261

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
Apr 22, 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
11 changes: 7 additions & 4 deletions pages/price-feeds/schedule-price-updates.mdx
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
# How To Schedule Price Updates

The following guides explain how to schedule Pyth price updates to occur at regular intervals.
On most chains (except Solana), application developers are responsible for updating the on-chain Pyth price before using it.
Please see [_Pull Updates_](pythnet-price-feeds/pull-updates) to learn more about this topic and compare different approaches to integrating with pull updates.
Scheduling price updates is one possible approach to solving this problem, but others are possible.
As a pull oracle, Pyth's users are typically responsible for updating the state of on-chain feeds.
Please see [What is a Pull Oracle?](/price-feeds/pull-updates) to learn more about pull updates.

There are two different ways to schedule price updates:
The Pyth Data Association sponsors regular on-chain updates for some price feeds.
See [Sponsored Feeds](/price-feeds/sponsored-feeds) for the current list of feeds and their update parameters.
If you would like to see additional feeds on this list, please [contact the association via this form](https://tally.so/r/nGz2jj).

There are also two different tools to schedule price updates:

- [Gelato](schedule-price-updates/using-gelato) provides a turnkey automation solution for scheduled updates.
- [Scheduler](schedule-price-updates/using-scheduler) is a service that developers can run to trigger price updates when certain time or price change conditions are met.
Expand Down
2 changes: 1 addition & 1 deletion pages/price-feeds/sponsored-feeds.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

The Pyth Data Association sponsors price updates for some feeds on some networks.

If you’d like to see an existing Pyth price feed supported by the Pyth Data Association price scheduler, please fill in this [form](https://tally.so/r/nGz2jj) to signal your interest.
If you would like to see additional feeds on this list, please fill in this [form](https://tally.so/r/nGz2jj) to signal your interest.

## Solana

Expand Down