Skip to content

Commit c6c2962

Browse files
add information about deviation threshold (#840)
1 parent f0988b9 commit c6c2962

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

pages/price-feeds/schedule-price-updates.mdx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
import { Callout } from "nextra/components";
2+
13
# How To Schedule Price Updates
24

35
The following guides explain how to schedule Pyth price updates to occur at regular intervals.
@@ -15,3 +17,9 @@ There are also three different tools to schedule price updates:
1517
- [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.
1618

1719
For developers comparing these three options, Adrastia and Gelato are simpler, in that they do not require you to operate a service.
20+
21+
<Callout type="info" emoji="ℹ️">
22+
Deviation thresholds are fully configurable, limited only by Pythnet’s update
23+
speed. Please be aware: Lower thresholds and more frequent updates increase
24+
on-chain transactions, which raises costs.
25+
</Callout>

pages/price-feeds/sponsored-feeds.mdx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,11 @@ The sponsored feeds can vary by network. Please see the relevant section below f
2121
updates.
2222
</Callout>
2323

24+
<Callout type="info" emoji="ℹ️">
25+
Deviation thresholds can be customized to fit builders’ needs. For thresholds
26+
lower than those offered by our sponsored feeds, please reach out.
27+
</Callout>
28+
2429
<Callout type="info" emoji="⚠️">
2530
DISCLAIMER: While the Pyth Data Association strives to deliver timely updates,
2631
these sponsored feeds may occasionally experience delays in updates caused by

0 commit comments

Comments
 (0)