From 7560841eecb0d64e125edb1acb92573bb708f288 Mon Sep 17 00:00:00 2001 From: Galen Moore Date: Wed, 18 Feb 2026 14:28:43 -0500 Subject: [PATCH] docs: add Stork oracle Added Stork to oracles section detailing its features and benefits for DeFi applications. --- app-developers/tools/data/oracles.mdx | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/app-developers/tools/data/oracles.mdx b/app-developers/tools/data/oracles.mdx index 56a9ef83a..6a5f641ed 100644 --- a/app-developers/tools/data/oracles.mdx +++ b/app-developers/tools/data/oracles.mdx @@ -127,6 +127,17 @@ Builders can choose how they want to consume the data among 3 dedicated models: Interested in integration? [Get in contact](https://discord.com/invite/PVxBZKFr46) with the RedStone team! +### Stork + +[Stork](https://stork.network) delivers price feeds with ultra-low latency, high uptime, and broad asset coverage for DeFi applications on OP Mainnet and the Superchain. + +* **Ultra-Low Latency**: Stork provides price data at ultra-low latency, enabling protocols to maintain functionality during high-volatility periods and support time-sensitive trading operations. +* **High Reliability**: With best-in-class uptime and reliability, Stork supports perpetuals markets, lending protocols, and DeFi ecosystems that require consistent data availability. +* **Day 1 Asset Support**: Price feeds for new digital assets are available from Day 1, allowing protocols to launch new markets immediately after token generation events. +* **Broad Coverage**: Stork provides comprehensive asset coverage across crypto assets, equities, ETFs and commodities, supporting a wide range of DeFi use cases from derivatives trading to collateralized lending. + +Visit the [Stork documentation](https://docs.stork.network) to get started. + ## Next steps * Looking for other developer tools? See [developer tools overview](/app-developers/tools) to explore more options!