{
  "schema_version": "protocol.v1",
  "slug": "pyth",
  "name": "Pyth Network",
  "status": "production-ready",
  "website": "https://pyth.network/",
  "summary": "Low-latency oracle network for price feeds and market data used by DeFi applications.",
  "categories": [
    "data",
    "oracles",
    "price-feeds"
  ],
  "chains": [
    "arbitrum-one",
    "arbitrum-sepolia",
    "bsc"
  ],
  "best_for": [
    "real-time price feeds",
    "perps",
    "lending",
    "trading apps"
  ],
  "avoid_for": [
    "apps that need only slow offchain analytics"
  ],
  "integration_difficulty": "medium",
  "tags": [
    "oracle",
    "price-feed",
    "defi"
  ],
  "composition": [
    {
      "slug": "uniswap",
      "role": "supporting_protocol",
      "direction": "supports",
      "relationship": "Low-latency price data can support trading, lending, and liquidity interfaces that also use onchain AMM liquidity.",
      "best_for": [
        "perps, lending, and trading apps"
      ]
    },
    {
      "slug": "the-graph",
      "role": "indexing_and_data",
      "direction": "supports",
      "relationship": "The Graph can index price-update usage, trade events, positions, and liquidation state for DeFi dashboards."
    }
  ],
  "docs": {
    "url": "https://docs.pyth.network/",
    "verified_at": "2026-05-29"
  },
  "sdk": {
    "url": "https://github.com/pyth-network/pyth-sdk-js",
    "verified_at": "2026-05-29"
  },
  "template": {
    "url": "https://docs.pyth.network/price-feeds/use-real-time-data/evm",
    "verified_at": "2026-05-29"
  },
  "support": {
    "url": "https://discord.gg/PythNetwork",
    "verified_at": "2026-05-29"
  },
  "grant": {
    "url": "https://pyth.network/",
    "verified_at": "2026-05-29"
  },
  "capabilities": [
    {
      "name": "Price feed integration",
      "status": "production-ready",
      "type": "production_surface",
      "best_for": [
        "DeFi pricing",
        "risk engines",
        "trading agents"
      ],
      "known_issues": [
        "Apps must handle update fees, freshness, and price confidence intervals."
      ],
      "agent_actions": [
        "generate_oracle_integration",
        "recommend_price_feed"
      ]
    }
  ],
  "chain_support": {
    "bsc": {
      "status": "production-ready",
      "docs_url": "https://www.pyth.network/blog/pyth-launches-price-oracles-on-bnb-chain-and-bas",
      "sdk_notes": [
        "Pull the latest price update on BNB Smart Chain (chain id 56) and submit it on-chain with your transaction; budget the update fee per read."
      ],
      "limitations": [
        "Pull-based design means apps are responsible for freshness and confidence-interval checks on every read."
      ],
      "verified_at": "2026-06-10",
      "citations": [
        {
          "url": "https://www.pyth.network/blog/pyth-launches-price-oracles-on-bnb-chain-and-bas",
          "quote": "Pyth launches price oracles on BNB Chain",
          "retrieved_at": "2026-06-10",
          "confidence": "high"
        }
      ]
    }
  },
  "known_issues": [],
  "sources": [
    {
      "label": "Website",
      "url": "https://pyth.network/",
      "type": "website"
    },
    {
      "label": "Docs",
      "url": "https://docs.pyth.network/",
      "type": "docs"
    },
    {
      "label": "SDK",
      "url": "https://github.com/pyth-network/pyth-sdk-js",
      "type": "github"
    },
    {
      "label": "EVM guide",
      "url": "https://docs.pyth.network/price-feeds/use-real-time-data/evm",
      "type": "template"
    }
  ],
  "provenance": {
    "verified_at": "2026-05-29",
    "verified_by": "composewith.eth seed research",
    "confidence": "medium"
  },
  "readiness_score": 82,
  "readiness_factors": [
    {
      "key": "docs_present",
      "points": 10,
      "max": 10,
      "detail": "Docs URL present"
    },
    {
      "key": "sdk_present",
      "points": 8,
      "max": 8,
      "detail": "SDK URL present"
    },
    {
      "key": "template_present",
      "points": 6,
      "max": 6,
      "detail": "Template/quickstart present"
    },
    {
      "key": "support_present",
      "points": 6,
      "max": 6,
      "detail": "Support channel present"
    },
    {
      "key": "capability_depth",
      "points": 8,
      "max": 20,
      "detail": "Price feed integration: production_surface"
    },
    {
      "key": "production_capability",
      "points": 15,
      "max": 15,
      "detail": "Has a production-ready capability"
    },
    {
      "key": "provenance_confidence",
      "points": 3,
      "max": 5,
      "detail": "Protocol provenance confidence is medium"
    },
    {
      "key": "chain_coverage",
      "points": 6,
      "max": 10,
      "detail": "3 chain(s) (capped at 5)"
    },
    {
      "key": "freshness",
      "points": 10,
      "max": 10,
      "detail": "Last verified 12 day(s) ago"
    },
    {
      "key": "no_open_critical",
      "points": 10,
      "max": 10,
      "detail": "No open critical issues"
    }
  ],
  "readiness_caps": [],
  "scoring_version": "score.v2"
}