Skip to content

Add Orochi Network's Orocle service #62

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions docs/base-chain/tools/oracles.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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 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.
- 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)

<HeaderNoToc title="Supported Networks"/>
- 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.
Expand Down