pyth

Fetch real-time price feeds and EMA data for Solana DeFi applications.

125|79|Updated Jan 12, 2026
One-click install
npx skills add https://github.com/sendaifun/skills --skill pyth
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pyth
Source: https://github.com/sendaifun/skills/tree/main/skills/pyth
Command: npx skills add https://github.com/sendaifun/skills --skill pyth

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Pyth Network provides real-time price feeds and EMA data for Solana-based DeFi and applications, enabling developers to rely on a robust oracle instead of building their own.

Core Features & Use Cases

  • Real-time price feeds with 400ms updates and EMA prices for better risk assessment.
  • Confidence intervals for evaluating data uncertainty and safer liquidations.
  • On-chain integration with Solana programs (CPI) to fetch and use price data in on-chain logic.
  • Off-chain streaming and dashboards via Hermes for monitoring, alerts, and analytics.

Quick Start

Install Hermes client, fetch latest price updates for your feeds, and integrate the results into your Solana programs or dashboards.

Frequently Asked Questions about pyth

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I integrate real-time price feeds into a Solana DeFi program?

You can integrate real-time price feeds into a Solana DeFi program using on-chain CPI to fetch and consume Pyth data. This approach provides 400ms updates and EMA prices directly within your on-chain logic for safer liquidations.

What is the best way to stream Solana price feeds for off-chain dashboards?

The best way to stream Solana price feeds for off-chain dashboards is using the Hermes client. It enables off-chain streaming for monitoring, alerts, and analytics by fetching continuous price updates for your specific feeds.

Do I need the Hermes client to fetch EMA data and confidence intervals for Solana?

Yes, you need the Hermes client and pyth-solana-receiver tooling to fetch EMA data and confidence intervals. These tools provide the real-time updates required to evaluate data uncertainty and perform safer liquidations.

Can I use EMA price feeds for risk assessment in Solana applications?

Yes, you can use EMA price feeds for risk assessment in Solana applications. The network provides EMA prices alongside real-time data with confidence intervals, enabling better evaluation of data uncertainty and safer liquidations.

How do confidence intervals work with Solana oracle price data?

Confidence intervals evaluate data uncertainty in Solana oracle price feeds, enabling safer liquidations. They work alongside EMA prices and 400ms real-time updates to provide a robust assessment of data reliability for DeFi applications.