DIA Nexus Documentation
  • Nexus Overview
  • Intro to Nexus
    • How it works
    • Nexus vs. Lumina
    • Integrated Chains
  • Data products
    • Token Price Feeds
    • RWA Price Feeds
    • Randomness
    • Fair-value Feeds
  • How-to Guides
    • Fetch Price Data
      • Solidity
      • Vyper
      • Demo Oracles
      • Chain-specific Guide
        • Aleph Zero
        • Alephium
        • Edu Chain
        • Hydration
        • Kadena
        • LUKSO
        • Somnia
        • Stacks
        • Superseed
        • XRP Ledger (XRPL)
    • Generate Randomness
      • Solidity
      • WASM
      • Demo Oracles
      • Chain-specific Guide
        • Alephium
    • Migrate to DIA
    • Fund the Oracle
    • Build a Scraper
      • Development Cluster Stack
      • DIA Test‐Space with Docker Compose
      • DIA Test‐Space with Minikube
      • Add a new exchange scraper
      • Add a new foreign scraper
      • Add a new liquidity scraper
      • Additional notes
  • Request a Custom Oracle
  • Reference
    • Architecture
      • Data sourcing
      • Data computation
      • Data delivery
    • APIs
      • Token prices
        • RestAPI
          • Request Samples
        • GraphQL
          • Request Samples
      • RWA prices
    • Pricing Methodologies
      • IR: Interquartile Range Filter
      • MAIR: Moving Average with Interquartile Range Filter
      • VWAP: Volume Weighted Average Price
      • VWAPIR: Volume Weighted Average Price with Interquartile Range Filter
      • LST fair price
    • Data Sources
      • CEXes Data
      • DEXes Data
    • Smart Contracts
      • DIAOracleV2.sol
      • DIARandomOracle.sol
    • Randomness Protocol
  • Resources
    • Audits
    • Community & Support
    • Security Bounty Program
    • Research
      • Return Rates in Crypto Farming
      • Crypto Volatility Index
      • Compounded Rates
      • Polkadot Medianizer
    • T&C
      • Licence Agreement
      • Contributor Covenant Code of Conduct
      • Disclaimer
Powered by GitBook
On this page
Export as PDF

Nexus Overview

NextHow it works

Last updated 1 month ago

Nexus is a flexible oracle solution built with dApps' cross-chain data needs in mind. It provides:

  • Customizable token price feeds sourced directly from the exchanges rather than relying on third-party providers

  • RWA price feeds for traditional financial assets like stocks, commodities, and more.

  • Verifiable random numbers through drand's distributed randomness beacon.

  • Transparent and collateral-proofed price feeds for illiquid assets such as LSTs.

Features

Complex computation

More compute-intensive methodologies can be used. More trades are leveraged for the computation of the final output.

Economical to use

Few on-chain transactions and gas costs are utilised for the creation of the final oracle data.

Fast integration for VM

Oracles can be quickly deployed in any env. (WASM, EVM or other) thanks to its chain-agnostic architecture.

Off-chain/on-access paths

Besides oracles, data can be access off-chain via Rest APIs and GraphQL for more flexibility.

Fast - from source to feed

Trade data is quickly (<30s) processed into feeds. Requiered for certain on-chian use cases.

Historica data avail.

Oracles deliver historical data up to 1 month off-the-shelf. Longer windows can be set up on demand.

Page cover image