You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pages/price-feeds/schedule-price-updates.mdx
+7-4Lines changed: 7 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,14 @@
1
1
# How To Schedule Price Updates
2
2
3
3
The following guides explain how to schedule Pyth price updates to occur at regular intervals.
4
-
On most chains (except Solana), application developers are responsible for updating the on-chain Pyth price before using it.
5
-
Please see [_Pull Updates_](pythnet-price-feeds/pull-updates) to learn more about this topic and compare different approaches to integrating with pull updates.
6
-
Scheduling price updates is one possible approach to solving this problem, but others are possible.
4
+
As a pull oracle, Pyth's users are typically responsible for updating the state of on-chain feeds.
5
+
Please see [What is a Pull Oracle?](/price-feeds/pull-updates) to learn more about pull updates.
7
6
8
-
There are two different ways to schedule price updates:
7
+
The Pyth Data Association sponsors regular on-chain updates for some price feeds.
8
+
See [Sponsored Feeds](/price-feeds/sponsored-feeds) for the current list of feeds and their update parameters.
9
+
If you would like to see additional feeds on this list, please [contact the association via this form](https://tally.so/r/nGz2jj).
10
+
11
+
There are also two different tools to schedule price updates:
9
12
10
13
-[Gelato](schedule-price-updates/using-gelato) provides a turnkey automation solution for scheduled updates.
11
14
-[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.
Copy file name to clipboardExpand all lines: pages/price-feeds/sponsored-feeds.mdx
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
The Pyth Data Association sponsors price updates for some feeds on some networks.
4
4
5
-
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.
5
+
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.
0 commit comments