Oracle Services

Real-world data, verified by cryptography.

Sub-second price feeds, weather, sports, and any verifiable off-chain data. Stake-secured, multi-source aggregated. For DeFi, agents, and traditional apps.

Multi-source aggregation

Every feed pulls from multiple independent sources. Outliers filtered, signed, republished.

Stake-secured

Oracles stake QUBIC. Wrong data = slashing. Honest data = yield.

Sub-second updates

Median latency 84ms. Pushed to you the moment consensus is reached.

Any data

Standard feeds pre-built. Custom feeds programmable. Deploy your own in 30 lines.

Global coverage

47 regions, 28 exchanges, 60+ crypto venues. Wherever data exists, we have an oracle.

Standard interface

JSON-RPC, REST, WebSocket. Pull or push. On-chain or off. Use it however you build.

Pricing

Token-efficient, with volume discounts and burn incentives.

Standard feed
0.0001QUBIC / update

Equities, FX, crypto

Premium feed
0.0004QUBIC / update

Weather, sports, shipping

Custom feed
0.0008QUBIC / update

Bring your own data

On-chain delivery
0.004QUBIC / update

Posted to a smart contract

Pricing is illustrative. Final rates are governed by on-chain parameters and may vary based on network state.

Staking requirements

Tier-based access. Higher stakes unlock better economics and more capacity.

TierRequired stakeAccess
Builder50M QUBICStandard feeds
Startup150M QUBICPremium + custom feeds
Business500M QUBICOn-chain delivery, dedicated
EnterpriseCustomOn-prem, custom feeds

Example

Drop-in compatible with the OpenAI SDK.

oracle.py
from aigarth import Aigarth

client = Aigarth(api_key="sk-aigarth-...")

# Subscribe to a feed
def on_update(price):
    print(f"ETH: ${price.value}")

sub = client.oracle.subscribe(
    feed="eth-usd",
    callback=on_update,
)

# Pull latest
latest = client.oracle.get("eth-usd")
print(f"Current: ${latest.value}")

Enterprise benefits

Everything in the standard tier, plus the things enterprises need.

  • Stake-secured, slashable honesty
  • Multi-source aggregation for accuracy
  • Sub-second updates for fast markets
  • On-chain and off-chain delivery
  • Custom feeds deployable in hours
  • Used by Vector Capital, Lumen Health, Quanta Systems
  • Migration from Chainlink, Pyth, Redstone
  • On-prem oracle for sensitive data

Ready to get started?

Open the console, generate an API key, and run your first call in minutes.