Skip to content

Oracles

Arsenii Petrovich edited this page Feb 11, 2026 · 3 revisions

Purpose

Lists oracle providers delivering on‑chain feeds/services for this chain (price feeds, VRF, etc.).

Storage path

networks/<network_name>/oracle.csv

When to add

  • Provider has live feeds/contracts or official support for this chain.

Example

slug,provider,actionButtons,chain,technology,starred,availableApis,monitoringAndAnalytics,additionalFeatures,dataTypes,decentralizationModel,economicalSecurity,economicalSecurityNote,sdk,auditsPerformed
api3-linea,!provider:api3,"[""[Docs](https://docs.api3.org)""]",mainnet,,,,,,,,,,,
eoracle-linea,eOracle,"[""[Docs](https://docs.eo.app/docs/)""]",mainnet,Decentralized Oracle Network,FALSE,"[""Custom Data Feeds""]","[""Specialized data feeds""]","[""Secure, decentralized, scalable oracle services""]","[""Diverse data types""]",Decentralized,TRUE,Secured by large decentralized staker network,"[""JavaScript""]",

Columns

slug

Refer to Common Columns.

provider

Refer to Common Columns.

actionButtons

Refer to Common Columns.

chain

Refer to Common Columns.

technology

Oracle tech/product family.

Blank: Yes

Format: text

Examples: Chainlink, RedStone, Custom

starred

Refer to Common Columns.

availableApis

Exposed APIs.

Blank: Yes

Format: JSON list

Examples: ["REST","GraphQL"]

monitoringAndAnalytics

Built-in observability features.

Blank: Yes

Format: JSON list

Examples: ["Usage analytics"]

additionalFeatures

Notable extra features.

Blank: Yes

Format: JSON list

Examples: ["Cross-chain data replication"]

dataTypes

Types of data delivered.

Blank: Yes

Format: JSON list

Examples: ["Asset Prices","Randomness","NFT Floor Prices","FIL/USD"]

Tips:

  • Prefer specific feeds if known.

decentralizationModel

Fetch and delivery model.

Blank: Yes

Format: text

Examples: Decentralized, Hybrid, Centralized

economicalSecurity

Economic security present (e.g., insurance).

Blank: Yes

Format: TRUE/FALSE

economicalSecurityNote

How protection works.

Blank: Yes

Format: text

Examples: Slashing, Insurance for paid users

sdk

Official SDK languages.

Blank: Yes

Format: JSON list

Examples: ["Solidity","JavaScript"]

auditsPerformed

Security audits.

Blank: Yes

Format: JSON list

Examples: ["Trail of Bits (Jul 2024)"]

Clone this wiki locally