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/core/getting-started.mdx
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,14 @@
1
1
# Getting Started
2
2
3
-
Integrating Pyth price feeds is quick and easy. Pyth price feeds are permissionless and available on-chain. You **don't** need to sign up or request an API key
3
+
Integrating Pyth price feeds is quick and easy. Pyth price feeds are permissionless and available on-chain. You **don't** need to sign up or request an API key to use **Pyth Core.**
4
4
5
-
Pyth offers several different resources to help you get started.
5
+
Pyth Core offers several different resources to help you get started.
6
6
The [Build](#build) section provides resources for developers integrating Pyth price feeds into their applications.
7
7
The [Learn](#learn) section provides general material for anyone interested in understanding how the protocol works.
8
8
9
9
## Build
10
10
11
-
Developers interested in using Pyth can refer to the following resources:
11
+
Developers interested in using Pyth Corecan refer to the following resources:
12
12
13
13
-[Create Your First Pyth App](./create-your-first-pyth-app/) is a tutorial that walks the reader through all of the steps required to develop, test and deploy a contract using Pyth price feeds. This guide is tailored toward new developers with less contract development experience.
14
14
-[Use Real-Time Price Data](./use-real-time-data/) is a how-to guide that provides the minimal steps to integrate price feeds into your app. This guide is targeted towards more experienced developers who know the basics of smart contract development.
@@ -21,6 +21,7 @@ In addition to the resources above, the following reference materials will be us
21
21
-[Contract Addresses](./contract-addresses/) provides the contract addresses for Pyth on different chains.
22
22
-[Error Codes](./error-codes.mdx) lists the error codes that can be returned by the Pyth contracts.
23
23
-[Best Practices](./best-practices.mdx) explains how to use Pyth price feeds safely and effectively in your application.
24
+
-[Sponsored Feeds](./sponsored-feeds.mdx) lists the price feeds that are sponsored(pushed) by the Pyth Data Association.
Copy file name to clipboardExpand all lines: pages/price-feeds/index.mdx
+18-34Lines changed: 18 additions & 34 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,27 +14,29 @@ import {
14
14
15
15
# Price Feeds
16
16
17
-
Pyth Price Feeds provides real-time financial market data to smart contract applications on 100+ blockchains. Data is sourced from 120+ first-party providers including major exchanges and market makers.
17
+
Pyth Price Feeds deliver real-time financial market data sources from 120+ first-party providers. These providers include leading exchanges, banks, trading firms, and market makers.
18
+
Additionally, Pyth Price data can be verified on 100+ blockchains.
18
19
19
20
## Product Options
20
21
21
22
Pyth offers two main versions of price feeds, each optimized for different use cases:
|**Solution Type**|**Permissioned** service focused on **ultra-low-latency** price and market data for highly latency-sensitive users. | Stable, secure, and decentralized price data source for a broad spectrum of DeFi or TradFi applications. |
87
-
|**Frequency**|**1ms** (**real-time**), 50ms, and 200ms channels, **customizable** frequencies, and throttling support to address different needs. | 400ms on Pythnet appchain with support for risk mitigation via Benchmarks and confidence intervals. |
88
-
|**Data Types**| Aggregate price, bid/ask price, and **customizable** market data (market depth and more). | Aggregate price and confidence intervals. |
89
-
|**Fees**| On-chain fee per signed cross-chain price update. | On-chain fee per signed cross-chain price update. |
90
-
|**Update Costs**|**100-byte proofs** and simple signature verification. | >1,000-byte proofs and complex signature verification. |
91
-
|**Integration Process**|**Specialized** and **permissioned** solution for protocols prioritizing performance over some elements of decentralization. | Open and permissionless integration for any Web3 or Web2 protocol. |
92
-
93
-
## Quick Start
94
-
95
-
Get started with Pyth Price Feeds by choosing your version:
96
-
97
-
-**[Pyth Pro Getting Started](./pro/getting-started)** - For next-generation applications with enhanced features
98
-
-**[Pyth Core Getting Started](./core/getting-started)** - For stable, production-ready applications
0 commit comments