Skip to content
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
47 changes: 47 additions & 0 deletions src/content/docs/build/guides/oracles.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -173,3 +173,50 @@ The [Aptos API reference](https://docs.pyth.network/price-feeds/api-reference/ap

- [Minimal on-chain contract](https://github.com/pyth-network/pyth-examples/blob/main/price_feeds/aptos/fetch_btc_price/sources/example.move), which updates and returns the BTC/USD price from Pyth price feeds.
- [Mint NFT](https://github.com/pyth-network/pyth-examples/tree/main/price_feeds/aptos/mint_nft), a minting application that uses Pyth price feeds to mint an NFT.

## Supra

[Supra](https://supra.com/) is the first MultiVM Layer 1 with full vertical integration of native oracles, DVRF, bridging, automation creating a unified platform for building Super dApps.

Copilot AI Nov 18, 2025

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There is a missing word in this sentence. It should be "automation**,** creating" (adding a comma) to separate the list items properly, or restructure to: "of native oracles, DVRF, bridging, and automation, creating a unified platform".

Suggested change
[Supra](https://supra.com/) is the first MultiVM Layer 1 with full vertical integration of native oracles, DVRF, bridging, automation creating a unified platform for building Super dApps.
[Supra](https://supra.com/) is the first MultiVM Layer 1 with full vertical integration of native oracles, DVRF, bridging, automation, creating a unified platform for building Super dApps.

Copilot uses AI. Check for mistakes.

Supra Oracles is a powerful cross-chain oracle network designed to power dApps across blockchain ecosystems with fast, secure, decentralized, and scalable data solutions. From DeFi to GameFi, our network delivers the data feeds and connections Web3 needs to reach its full potential.

### Features

- **Lightning Fast Speeds:** Get better data with near-instant refresh rates with full on-chain finality. We’re on track to become the world’s fastest-to-finality oracle Reaching finality in 600-900ms.

Copilot AI Nov 18, 2025

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Inconsistent capitalization: "Reaching" should be lowercase since it continues the same sentence. It should read: "...fastest-to-finality oracle**,** reaching finality in 600-900ms."

Suggested change
- **Lightning Fast Speeds:** Get better data with near-instant refresh rates with full on-chain finality. We’re on track to become the world’s fastest-to-finality oracle Reaching finality in 600-900ms.
- **Lightning Fast Speeds:** Get better data with near-instant refresh rates with full on-chain finality. We’re on track to become the world’s fastest-to-finality oracle, reaching finality in 600-900ms.

Copilot uses AI. Check for mistakes.
- **Truly Decentralized:** Our oracles are designed to be decentralized at every level, from multi-source data collection to a globally distributed node network.
- **Toughened Security:** Our oracles are designed with a randomized node network along with inbuilt fail-safes to maximize security guarantees.
- **Natively Interoperable:** We’re blockchain agnostic and compatible with over 67 Mainnets like Aptos, Arbitrum, Avalanche, Ethereum, Optimism, Polygon, and more.
- **Massive Scalability:** We've devised a novel consensus algorithm that can process hundreds of thousands of transactions per second without compromising security.

### Documentation

Explore our detailed Oracle Docs for more info on:

- Data Feeds: [CHECK HERE](https://docs.supra.com/oracles/data-feeds)
- APIs For Real time and Historical data: [CHECK HERE](https://docs.supra.com/oracles/apis-real-time-and-historical-data)

Copilot AI Nov 18, 2025

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"Real time" should be hyphenated as "real-time" when used as a compound adjective before a noun. Change to: "APIs For Real-time and Historical data"

Suggested change
- APIs For Real time and Historical data: [CHECK HERE](https://docs.supra.com/oracles/apis-real-time-and-historical-data)
- APIs For Real-time and Historical data: [CHECK HERE](https://docs.supra.com/oracles/apis-real-time-and-historical-data)

Copilot uses AI. Check for mistakes.
- Indices: [CHECK HERE](https://docs.supra.com/oracles/indices)

Copilot AI Nov 18, 2025

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The link text "CHECK HERE" is not descriptive and doesn't follow the documentation style used elsewhere in the file. Consider using more descriptive link text like "Data Feeds documentation" or inline the link. For example: "- Data Feeds"

Suggested change
- Indices: [CHECK HERE](https://docs.supra.com/oracles/indices)
- Indices: [Indices](https://docs.supra.com/oracles/indices)

Copilot uses AI. Check for mistakes.

### Use Cases

1. **For DeFi**
- Instant price feeds for decentralized exchanges
- Monitoring stablecoin collateral values in real-time
- Automatic portfolio rebalancing with accuracy
- Instant tradFi prices for synthetics trading

2. **Gaming**
- Real-time real-world data for prediction markets
- Dynamic and evolving in-game assets
- Monitoring floor prices and marketplaces

3. **Supply Chain**
- Tracking product origin and provenance
- Managing inventory levels and reordering triggers
- Accurate and secure inventory management

4. **Web3 Identity**
- Decentralized identity verification
- Credit scoring and lending risk assessment
- Reputation systems for community platforms

Explore how Supra Oracles can help your Web3 project from [HERE](https://supra.com/oracles-product/)

Copilot AI Nov 18, 2025

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The link text "HERE" is not descriptive and doesn't follow the documentation style used elsewhere in the file. Consider using more descriptive link text. For example: "Explore how Supra Oracles can help your Web3 project"

Suggested change
Explore how Supra Oracles can help your Web3 project from [HERE](https://supra.com/oracles-product/)
Explore [how Supra Oracles can help your Web3 project](https://supra.com/oracles-product/)

Copilot uses AI. Check for mistakes.
Comment on lines +177 to +222

Copilot AI Nov 18, 2025

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The Supra section lacks practical integration guidance for developers. Unlike the Chainlink and Pyth Network sections which include configuration examples, code snippets, and API references for Aptos, this section only provides general marketing information. Consider adding:

  • Configuration examples (similar to Pyth's Move.toml configuration)
  • Code examples showing how to integrate Supra oracles with Aptos smart contracts
  • Specific contract addresses for Aptos networks
  • API reference documentation specific to Aptos integration

Copilot uses AI. Check for mistakes.