๐Ÿ“ก Data Sourcing (Off-Chain Price Feeds โ†’ On-Chain)

The first step in the QIE Oracle system is data collection from external sources. To ensure accuracy and reliability, QIE Oracle sources price data from trusted and reputable providers, including:

  • Cryptocurrency exchanges โ†’ e.g., Binance, Coinbase, Kraken

  • Financial market data providers โ†’ e.g., XAUt (Tether Gold) and other real-world asset feeds


๐Ÿ”„ Data Flow Overview

The Oracle follows a standardized process to collect, process, and publish asset prices:

  1. Fetch price data A backend service regularly queries external APIs to retrieve the latest price information.

  2. Transform data The raw data is normalized to match the required precision and format used by the blockchain (e.g., converting float values to fixed-point integers).

  3. Submit to Oracle contract The processed data is submitted to QIE Oracle smart contracts via signed transactions, ensuring authenticity and data integrity.


โœ… Key Benefits

  • Structured โ€” Data is consistently formatted for easy consumption by smart contracts

  • Accurate โ€” Pulled from trusted, high-liquidity sources

  • Tamper-proof โ€” Signed and verified before being published on-chain

This system ensures that all on-chain price feeds are reliable, secure, and compatible with QIE-based applications.

Last updated