Skip to content
This repository was archived by the owner on Aug 21, 2024. It is now read-only.

Commit 4f99dfe

Browse files
authored
remove image title & fix kpi links directory (#21)
* add metrics to summary * update typo * add subpages to Pyth KPI * remove image title in kpi * remove image title dune and pub metrics * edit # of pub in intro * fix kpi links
1 parent 373de38 commit 4f99dfe

11 files changed

+80
-112
lines changed

Diff for: README.md

+1-5
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Introduction
22

33
Pyth Network is an oracle that publishes financial market data to multiple blockchains.
4-
Our market data is contributed by over 50 [first-party publishers](https://pyth.network/publishers/), including some of the biggest exchanges and market making firms in the world.
4+
Our market data is contributed by over 60 [first-party publishers](https://pyth.network/publishers/), including some of the biggest exchanges and market making firms in the world.
55
We offer price feeds for a number of different asset classes, including [US equities, commodities, and cryptocurrencies](https://pyth.network/price-feeds/).
66
Each price feed publishes a [robust aggregate](how-pyth-works/price-aggregation.md) of publisher prices that updates multiple times per second.
77

@@ -24,7 +24,3 @@ We have several different guides to get started with Pyth, depending on your use
2424
{% content-ref url="how-pyth-works/how-pyth-works.md" %}
2525
[how-pyth-works/how-pyth-works.md](how-pyth-works/how-pyth-works.md)
2626
{% endcontent-ref %}
27-
28-
{% content-ref url="metrics/metrics.md" %}
29-
[metrics/metrics.md](metrics/metrics.md)
30-
{% endcontent-ref %}

Diff for: metrics/dune-dashboard.md

+24-24
Original file line numberDiff line numberDiff line change
@@ -18,68 +18,68 @@ All price feed IDs can be found [here](https://pyth.network/developers/price-fee
1818

1919
**Past 1W Price Accounts Count — Pyth Oracle Price Accounts Count (1W)**
2020

21-
![Past 1W Price Accounts Count](../.gitbook/assets/dune/past_1w_price_accounts_count.png)
21+
![](../.gitbook/assets/dune/past_1w_price_accounts_count.png)
2222

2323
This data point tracks how many Pyth price feeds have received at least one publisher price update in the past week.
2424

2525
**Past 1W Price Updates — Pyth Oracle Price Accounts (1W)**
2626

27-
![Past 1W Price Updates](../.gitbook/assets/dune/past_1w_price_updates.png)
27+
![](../.gitbook/assets/dune/past_1w_price_updates.png)
2828

2929
This table returns all Pyth price accounts that received at least one publisher price update in the past week, the number of active publishers that contributed to it, as well as the total count of price updates provided by all publishers.
3030

3131
*The Crypto.USDT/USD price feed saw 14 different publishers submitting at least one price update in the past week. In total, these 14 publishers submitted 8.3M distinct price updates on the USDT/USD price feed.*
3232

3333
**Past 1W Price Updates By Price Feeds — Pyth Oracle Price Accounts (1W)**
3434

35-
![Past 1W Price Updates By Price Feeds](../.gitbook/assets/dune/past_1w_price_updates_by_price_feeds.png)
35+
![](../.gitbook/assets/dune/past_1w_price_updates_by_price_feeds.png)
3636

3737
This pie chart displays how many individual price updates from publishers a price feed has received in the past week.
3838

3939
**Past 1W Price Updates By Publishers Count — Pyth Oracle Price Accounts (1W)**
4040

41-
![Past 1W Price Updates By Publishers Count](../.gitbook/assets/dune/past_1w_price_updates_by_publishers_count.png)
41+
![](../.gitbook/assets/dune/past_1w_price_updates_by_publishers_count.png)
4242

4343
This pie chart displays how many distinct publishers have been active on each price feed in the past week.
4444

4545
**Past 24H Publisher Price Updates Ix Count — Pyth Oracle Daily Publisher Price Updates Ix Count**
4646

4747
EMBEDDED GRAPH / OR PICTURE
4848

49-
![Past 24H Publisher Price Updates Ix Count](../.gitbook/assets/dune/past_24h_publisher_price_updates_ix_count.png)
49+
![](../.gitbook/assets/dune/past_24h_publisher_price_updates_ix_count.png)
5050

5151

5252
This data point tracks the total number of instructions that were called by the Pyth network publishers over the last 24 hours.
5353

5454
**Past 1M Publisher Price Updates Ix Count — Pyth Oracle Daily Publisher Price Updates Ix Count (1M)**
5555

56-
![Past 1M Publisher Price Updates Ix Count](../.gitbook/assets/dune/past_1m_publisher_price_updates_ix_count.png)
56+
![](../.gitbook/assets/dune/past_1m_publisher_price_updates_ix_count.png)
5757

5858
This bar chart displays the total number of instructions that were called by the Pyth network publishers over the last month.
5959

6060
**Past 24H Publisher Price Updates Tx Count — Pyth Oracle Daily Publisher Price Updates Tx Count**
6161

62-
![Past 24H Publisher Price Updates Tx Count](../.gitbook/assets/dune/past_24h_publisher_price_updates_tx_count.png)
62+
![](../.gitbook/assets/dune/past_24h_publisher_price_updates_tx_count.png)
6363

6464
This data point tracks the total number of Solana transactions performed by the Pyth network publishers over the last 24 hours.
6565

6666
Publishers submit price updates to the Pyth on-chain program by submitting Solana transactions.
6767

6868
**Past 1M Publisher Price Updates Tx Count — Pyth Oracle Daily Publisher Price Updates Tx Count (1M)**
6969

70-
![Past 1M Publisher Price Updates Tx Count](../.gitbook/assets/dune/past_1m_publisher_price_updates_tx_count.png)
70+
![](../.gitbook/assets/dune/past_1m_publisher_price_updates_tx_count.png)
7171

7272
This bar chart displays the total number of Solana transactions performed by the Pyth network publishers over the last month.
7373

7474
**Past 24H Most Used Price Feed — Pyth Oracle Daily Ix Count By Price Feeds**
7575

76-
![Past 24H Most Used Price Feed](../.gitbook/assets/dune/past_24h_most_used_price_feed.png)
76+
![](../.gitbook/assets/dune/past_24h_most_used_price_feed.png)
7777

7878
This data point returns the price feed that received the most instructions coming from the Pyth network users.
7979

8080
**Past 1M Most Used Price Feeds — Pyth Oracle Daily Ix Count By Price Feeds (1M)**
8181

82-
![Past 1M Most Used Price Feeds](../.gitbook/assets/dune/past_1m_most_used_price_feeds.png)
82+
![](../.gitbook/assets/dune/past_1m_most_used_price_feeds.png)
8383

8484
This pie chart displays both the nominal usage of each Pyth price feed as well as its share within the whole set of Pyth price feeds.
8585

@@ -91,49 +91,49 @@ The full list of publishers can be found [here](https://pyth.network/publishers/
9191

9292
**Past 1W Active Publishers Count — Pyth Oracle Active Publishers Count (1W)**
9393

94-
![Past 1W Active Publishers Count](../.gitbook/assets/dune/past_1w_active_publishers_count.png)
94+
![](../.gitbook/assets/dune/past_1w_active_publishers_count.png)
9595

9696
This data point tracks how many distinct Pyth network publishers have submitted at least one price update in the last week.
9797

9898
**Past 1W Active Publishers — Pyth Oracle Active Publishers (1W)**
9999

100-
![Past 1W Active Publishers](../.gitbook/assets/dune/past_1w_active_publishers.png)
100+
![](../.gitbook/assets/dune/past_1w_active_publishers.png)
101101

102102
This table returns each publisher's activity:
103103
1. how many price feeds they have submitted a price update to and
104104
2. the total of price updates provided over the last week
105105

106106
**Past 1W Active Publishers By Price Accounts Count — Pyth Oracle Active Publishers (1W)**
107107

108-
![Past 1W Active Publishers By Price Accounts Count](../.gitbook/assets/dune/past_1w_active_publishers_by_price_accounts_count.png)
108+
![](../.gitbook/assets/dune/past_1w_active_publishers_by_price_accounts_count.png)
109109

110110
This pie chart displays the number of price accounts each publisher provides price updates to for the past week.
111111

112112
**Past 1W Active Publishers By Price Updates Count — Pyth Oracle Active Publishers (1W)**
113113

114-
![Past 1W Active Publishers By Price Updates Count](../.gitbook/assets/dune/past_1w_active_publishers_by_price_updates_count.png)
114+
![](../.gitbook/assets/dune/past_1w_active_publishers_by_price_updates_count.png)
115115

116116
This pie chart displays the share of each publisher total price updates provided to the Pyth network price feeds for the past week.
117117

118118
*JTmFx5zX9mM94itfk2nQcJnQQDPjcv4UPD7SYj6xDCV provided about 17.8% (74.2M individual updates) of all the single price updates submitted by the Pyth network publishers.*
119119

120120
**Past 24H Fees — Pyth Oracle Daily Fees In SOL**
121121

122-
![Past 24H Fees](../.gitbook/assets/dune/past_24h_fees.png)
122+
![](../.gitbook/assets/dune/past_24h_fees.png)
123123

124124
This data point tracks the last 24 hours SOL consumption from all the publishers providing data to the network.
125125

126126
**Past 1M Fees — Pyth Oracle Daily Fees In SOL (1M)**
127127

128-
![Past 1M Fees](../.gitbook/assets/dune/past_1m_fees.png)
128+
![](../.gitbook/assets/dune/past_1m_fees.png)
129129

130130
This bar chart displays the last 30 days’ daily SOL consumption from all the publishers providing data to the network.
131131

132132
*A trend increase in fees could come from: (1) more publishers, (2) more price feeds, and (3) a better uptime/slot hit rate (which is also correlated to Solana TPS performance).*
133133

134134
**Past 1M Fees By Publisher — Pyth Oracle Daily Fees In SOL By Publisher (1M)**
135135

136-
![Past 1M Fees By Publisher](../.gitbook/assets/dune/past_1m_fees_by_publisher.png)
136+
![](../.gitbook/assets/dune/past_1m_fees_by_publisher.png)
137137

138138
This stacked area chart displays the individual daily SOL consumption of each publisher over the last 30 days.
139139

@@ -145,21 +145,21 @@ Who's #PoweredByPyth? Find the known integration on our [website](https://pyth.n
145145

146146
**Past 24H Daily Active Consumers — Pyth Oracle Daily Active Consumers**
147147

148-
![Past 24H Daily Active Consumers](../.gitbook/assets/dune/past_24h_daily_active_consumers.png)
148+
![](../.gitbook/assets/dune/past_24h_daily_active_consumers.png)
149149

150150
This data point returns how many distinct on-chain programs have interacted and called any of the Pyth price feeds in the last 24 hours.
151151

152152
Off-chain integration of the Pyth price feeds are not included in the data.
153153

154154
**Past 1M Daily Active Consumers — Pyth Oracle Daily Active Consumers (1M)**
155155

156-
![Past 1M Daily Active Consumers](../.gitbook/assets/dune/past_1m_daily_active_consumers.png)
156+
![](../.gitbook/assets/dune/past_1m_daily_active_consumers.png)
157157

158158
This line chart displays the evolution of how many distinct on-chain programs have interacted and called any of the Pyth price feeds in the last month.
159159

160160
**Past 1M Consumers Ix Count — Pyth Oracle Daily Consumer Ix Count By Program (1M)**
161161

162-
![Past 1M Consumers Ix Count](../.gitbook/assets/dune/past_1m_consumers_ix_count.png)
162+
![](../.gitbook/assets/dune/past_1m_consumers_ix_count.png)
163163

164164
This stacked area chart displays how many instructions including the Pyth smart contract have been made by on-chain programs in the last month.
165165

@@ -169,24 +169,24 @@ Users are defined as addresses that have signed transactions interacting with pr
169169

170170
**Past 24H Daily Active Users — Pyth Oracle Daily Active Users**
171171

172-
![Past 24H Daily Active Users](../.gitbook/assets/dune/past_24h_daily_active_users.png)
172+
![](../.gitbook/assets/dune/past_24h_daily_active_users.png)
173173

174174
This data point returns how many distinct wallets/users have interacted with programs that compose with the Pyth program in the last 24 hours.
175175

176176
**Past 1M Daily Active Users — Pyth Oracle Daily Active Users (1M)**
177177

178-
![Past 1M Daily Active Users](../.gitbook/assets/dune/past_1m_daily_active_users.png)
178+
![](../.gitbook/assets/dune/past_1m_daily_active_users.png)
179179

180180
This line chart displays how many distinct wallets/users have interacted with programs that compose with the Pyth program over the last month.
181181

182182
**Past 24H Daily User Interactions — Pyth Oracle Daily Active Users**
183183

184-
![Past 24H Daily User Interactions](../.gitbook/assets/dune/past_24h_daily_user_interactions.png)
184+
![](../.gitbook/assets/dune/past_24h_daily_user_interactions.png)
185185

186186
This data point returns the total amount of interactions wallets/users have performed with programs that compose with Pyth in the last 24 hours.
187187

188188
**Past 1M Daily User Interactions — Pyth Oracle Daily Active Users (1M)**
189189

190-
![Past 1M Daily User Interactions](../.gitbook/assets/dune/past_1m_daily_user_interactions.png)
190+
![](../.gitbook/assets/dune/past_1m_daily_user_interactions.png)
191191

192192
This line chart displays the total amount of interactions wallets/users have performed with programs that compose with Pyth over the last month.

Diff for: metrics/kpi/april-22.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -2,28 +2,28 @@
22

33
**Recap**
44

5-
![1_Cy-ZqESSf1Z-kaDHyRgm0w.jpeg](../../.gitbook/assets/kpi/april-22/1_Cy-ZqESSf1Z-kaDHyRgm0w.jpeg)
5+
![](../../.gitbook/assets/kpi/april-22/1_Cy-ZqESSf1Z-kaDHyRgm0w.jpeg)
66

77
**Data Publishers**
88

9-
![data_providers_onboarded.png](../../.gitbook/assets/kpi/april-22/Data_Providers_Onboarded.png)
9+
![](../../.gitbook/assets/kpi/april-22/Data_Providers_Onboarded.png)
1010

1111
**Price Feeds**
1212

13-
![Price_feeds.png](../../.gitbook/assets/kpi/april-22/Price_Feeds.png)
13+
![](../../.gitbook/assets/kpi/april-22/Price_Feeds.png)
1414

1515
**#PoweredByPyth Applications**
1616

17-
![dApps_integrations.png](../../.gitbook/assets/kpi/april-22/dAp_Integration.png)
17+
![](../../.gitbook/assets/kpi/april-22/dAp_Integration.png)
1818

1919
**Total Value Secured**
2020

21-
![1_4H-wLrYNIKtEEY2kNX_DYg.png](../../.gitbook/assets/kpi/april-22/1_4H-wLrYNIKtEEY2kNX_DYg.png)
21+
![](../../.gitbook/assets/kpi/april-22/1_4H-wLrYNIKtEEY2kNX_DYg.png)
2222

2323
**Total Trading Volume**
2424

25-
![trading_volume_supported.png](../../.gitbook/assets/kpi/april-22/dApps_Trading.png)
25+
![](../../.gitbook/assets/kpi/april-22/dApps_Trading.png)
2626

2727
**Client Downloads**
2828

29-
![Client Downloads Cumulative Apr.png](../../.gitbook/assets/kpi/april-22/Client_Downloads_Cumulative_Apr.png)
29+
![](../../.gitbook/assets/kpi/april-22/Client_Downloads_Cumulative_Apr.png)

Diff for: metrics/kpi/december-21.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -2,28 +2,28 @@
22

33
**Recap**
44

5-
![1_xO0YaqQ3wJRRpRaL26N13A (2).jpeg](../../.gitbook/assets/kpi/december-21/1_xO0YaqQ3wJRRpRaL26N13A_(2).jpeg)
5+
![](../../.gitbook/assets/kpi/december-21/1_xO0YaqQ3wJRRpRaL26N13A_(2).jpeg)
66

77
**Data Publishers**
88

9-
![1_ggFBTSm3VPHmc62-LPZnng (2).png](../../.gitbook/assets/kpi/december-21/1_ggFBTSm3VPHmc62-LPZnng_(2).png)
9+
![](../../.gitbook/assets/kpi/december-21/1_ggFBTSm3VPHmc62-LPZnng_(2).png)
1010

1111
**Price Feeds**
1212

13-
![1_7or8vzsDDfqBTRaw-Pd7mg (2).png](../../.gitbook/assets/kpi/december-21/1_7or8vzsDDfqBTRaw-Pd7mg_(2).png)
13+
![](../../.gitbook/assets/kpi/december-21/1_7or8vzsDDfqBTRaw-Pd7mg_(2).png)
1414

1515
**#PoweredByPyth Applications**
1616

17-
![1_N0-NEeyM4qAvVytUyOpLNA (2).jpeg](../../.gitbook/assets/kpi/december-21/1_N0-NEeyM4qAvVytUyOpLNA_(2).jpeg)
17+
![](../../.gitbook/assets/kpi/december-21/1_N0-NEeyM4qAvVytUyOpLNA_(2).jpeg)
1818

1919
**Total Value Secured**
2020

21-
![1_CRKLMU_kcIT0kbxjKDXtwA (1).jpeg](../../.gitbook/assets/kpi/december-21/1_CRKLMU_kcIT0kbxjKDXtwA_(1).jpeg)
21+
![](../../.gitbook/assets/kpi/december-21/1_CRKLMU_kcIT0kbxjKDXtwA_(1).jpeg)
2222

2323
**Total Trading Volume**
2424

25-
![1__ddFza_PAC6K0kP3QOfcuA (2).png](../../.gitbook/assets/kpi/december-21/1__ddFza_PAC6K0kP3QOfcuA_(2).png)
25+
![](../../.gitbook/assets/kpi/december-21/1__ddFza_PAC6K0kP3QOfcuA_(2).png)
2626

2727
**Client Downloads**
2828

29-
![Client Downloads Cumulative Dec.png](../../.gitbook/assets/kpi/december-21/Client_Downloads_Cumulative_Dec.png)
29+
![](../../.gitbook/assets/kpi/december-21/Client_Downloads_Cumulative_Dec.png)

Diff for: metrics/kpi/february-22.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -2,28 +2,28 @@
22

33
**Recap**
44

5-
![1_XdpHlpsrX4nd0yZKSDmb2g (1).png](../../.gitbook/assets/kpi/february-22/1_XdpHlpsrX4nd0yZKSDmb2g_(1).png)
5+
![](../../.gitbook/assets/kpi/february-22/1_XdpHlpsrX4nd0yZKSDmb2g_(1).png)
66

77
**Data Publishers**
88

9-
![data_pubs.png](../../.gitbook/assets/kpi/february-22/Data_Providers.png)
9+
![](../../.gitbook/assets/kpi/february-22/Data_Providers.png)
1010

1111
**Price Feeds**
1212

13-
![price_feeds.png](../../.gitbook/assets/kpi/february-22/Price_Feeds_.png)
13+
![](../../.gitbook/assets/kpi/february-22/Price_Feeds_.png)
1414

1515
**#PoweredByPyth Applications**
1616

17-
![integrated_dapps.png](../../.gitbook/assets/kpi/february-22/dApp_Integration.png)
17+
![](../../.gitbook/assets/kpi/february-22/dApp_Integration.png)
1818

1919
**Total Value Secured**
2020

21-
![1_SkzfL5NEHGWNi7gyJD4FVA.png](../../.gitbook/assets/kpi/february-22/1_SkzfL5NEHGWNi7gyJD4FVA.png)
21+
![](../../.gitbook/assets/kpi/february-22/1_SkzfL5NEHGWNi7gyJD4FVA.png)
2222

2323
**Total Trading Volume**
2424

25-
![1_UCJQodId7BtQHXas967Q8Q (1).png](../../.gitbook/assets/kpi/february-22/1_UCJQodId7BtQHXas967Q8Q_(1).png)
25+
![](../../.gitbook/assets/kpi/february-22/1_UCJQodId7BtQHXas967Q8Q_(1).png)
2626

2727
**Client Downloads**
2828

29-
![Client Downloads Cumulative Feb (1).png](../../.gitbook/assets/kpi/february-22/Client_Downloads_Cumulative_Feb_(1).png)
29+
![](../../.gitbook/assets/kpi/february-22/Client_Downloads_Cumulative_Feb_(1).png)

Diff for: metrics/kpi/january-22.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -2,28 +2,28 @@
22

33
**Recap**
44

5-
![EOM_Recap.png](../../.gitbook/assets/kpi/january-22/EndofMonth.jpg)
5+
![](../../.gitbook/assets/kpi/january-22/EndofMonth.jpg)
66

77
**Data Publishers**
88

9-
![Data_Pubs_Onboarded.png](../../.gitbook/assets/kpi/january-22/DataProvidersOnboarded.png)
9+
![](../../.gitbook/assets/kpi/january-22/DataProvidersOnboarded.png)
1010

1111
**Price Feeds**
1212

13-
![PriceFeeds.png](../../.gitbook/assets/kpi/january-22/PriceFeedsSep.png)
13+
![](../../.gitbook/assets/kpi/january-22/PriceFeedsSep.png)
1414

1515
**#PoweredByPyth Applications**
1616

17-
![Integrations.png](../../.gitbook/assets/kpi/january-22/dApp_Integration_Jun.png)
17+
![](../../.gitbook/assets/kpi/january-22/dApp_Integration_Jun.png)
1818

1919
**Total Value Secured**
2020

21-
![1_ZRILOnMQgBViGmgLs15dlQ.png](../../.gitbook/assets/kpi/january-22/1_ZRILOnMQgBViGmgLs15dlQ.png)
21+
![](../../.gitbook/assets/kpi/january-22/1_ZRILOnMQgBViGmgLs15dlQ.png)
2222

2323
**Total Trading Volume**
2424

25-
![1_I7Chmb8TyZncrTKXOC13og (1).png](../../.gitbook/assets/kpi/january-22/1_I7Chmb8TyZncrTKXOC13og_(1).png)
25+
![](../../.gitbook/assets/kpi/january-22/1_I7Chmb8TyZncrTKXOC13og_(1).png)
2626

2727
**Client Downloads**
2828

29-
![Client Downloads Cumulative Jan.png](../../.gitbook/assets/kpi/january-22/Client_Downloads_Cumulative_Jan.png)
29+
![](../../.gitbook/assets/kpi/january-22/Client_Downloads_Cumulative_Jan.png)

Diff for: metrics/kpi/june-22.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -2,28 +2,28 @@
22

33
**Recap**
44

5-
![1_nQ2UsKvmfn_hzZlEa6GCcQ.jpeg](../../.gitbook/assets/kpi/june-22/1_nQ2UsKvmfn_hzZlEa6GCcQ.jpeg)
5+
![](../../.gitbook/assets/kpi/june-22/1_nQ2UsKvmfn_hzZlEa6GCcQ.jpeg)
66

77
**Data Publishers**
88

9-
![publishers.png](../../.gitbook/assets/kpi/june-22/DataPubs.png)
9+
![](../../.gitbook/assets/kpi/june-22/DataPubs.png)
1010

1111
**Price Feeds**
1212

13-
![pricefeeds.png](../../.gitbook/assets/kpi/june-22/PriceFeedsSep21.png)
13+
![](../../.gitbook/assets/kpi/june-22/PriceFeedsSep21.png)
1414

1515
**#PoweredByPyth Applications**
1616

17-
![dappsintegrations.png](../../.gitbook/assets/kpi/june-22/dApp.png)
17+
![](../../.gitbook/assets/kpi/june-22/dApp.png)
1818

1919
**Total Value Secured**
2020

21-
![TVS.png](../../.gitbook/assets/kpi/june-22/JunedAppsTVS.png)
21+
![](../../.gitbook/assets/kpi/june-22/JunedAppsTVS.png)
2222

2323
**Total Trading Volume**
2424

25-
![TradingVol.png](../../.gitbook/assets/kpi/june-22/JuneTradingVolume.png)
25+
![](../../.gitbook/assets/kpi/june-22/JuneTradingVolume.png)
2626

2727
**Client Downloads**
2828

29-
![Client Downloads Cumulative June.png](../../.gitbook/assets/kpi/june-22/Client_Downloads_Cumulative_June.png)
29+
![](../../.gitbook/assets/kpi/june-22/Client_Downloads_Cumulative_June.png)

0 commit comments

Comments
 (0)