From 4763658bc85c7ca50b9c1440e766284cfd61c06c Mon Sep 17 00:00:00 2001 From: dqtkien Date: Mon, 30 Jun 2025 17:08:34 +0700 Subject: [PATCH 1/2] Add Orochi Network's Orocle service --- docs/base-chain/tools/oracles.mdx | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/docs/base-chain/tools/oracles.mdx b/docs/base-chain/tools/oracles.mdx index ec696f6..276f083 100644 --- a/docs/base-chain/tools/oracles.mdx +++ b/docs/base-chain/tools/oracles.mdx @@ -85,6 +85,22 @@ See [this guide](https://docs.ora.io/doc/oao-onchain-ai-oracle/develop-guide/tut - Base Mainnet +## Orochi Network's Orocle Service +[Orochi Network's](https://orochi.network/) Orocle provides a decentralized way for DApps to access real-world data without relying on centralized oracles. + +- Eliminates single points of failure. +- Ensures data accuracy and verification. +- Supports secure integration with external data sources. + +### Ready to build? +Explore the documentation: +- [Orochi Network Orocle V2](https://docs.orochi.network/Orocle/introduction) +- Generate API: [Orocle V2 Dashboard](https://dashboard.orochi.network/home) + + +- Base Mainnet +- Base Sepolia (Testnet) + ## Pyth The [Pyth Network](https://pyth.network/) is one of the largest first-party Oracle network, delivering real-time data across [a vast number of chains](https://docs.pyth.network/price-feeds/contract-addresses). Pyth introduces an innovative low-latency [pull oracle design](https://docs.pyth.network/documentation/pythnet-price-feeds/on-demand), where users can pull price updates onchain when needed, enabling everyone in the onchain environment to access that data point most efficiently. Pyth network updates the prices every **400ms**, making Pyth one of the fastest onchain oracles. From 313e76886deb48adfce9827dc712bb625c386eb0 Mon Sep 17 00:00:00 2001 From: dqtkien Date: Fri, 4 Jul 2025 23:54:43 +0700 Subject: [PATCH 2/2] Update Orocle product link --- docs/base-chain/tools/oracles.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/base-chain/tools/oracles.mdx b/docs/base-chain/tools/oracles.mdx index 276f083..145af07 100644 --- a/docs/base-chain/tools/oracles.mdx +++ b/docs/base-chain/tools/oracles.mdx @@ -86,7 +86,7 @@ See [this guide](https://docs.ora.io/doc/oao-onchain-ai-oracle/develop-guide/tut - Base Mainnet ## Orochi Network's Orocle Service -[Orochi Network's](https://orochi.network/) Orocle provides a decentralized way for DApps to access real-world data without relying on centralized oracles. +[Orochi Network's Orocle](https://orochi.network/orocle) provides a decentralized way for DApps to access real-world data without relying on centralized oracles. - Eliminates single points of failure. - Ensures data accuracy and verification.