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.
Equities, FX, crypto
Weather, sports, shipping
Bring your own data
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.
| Tier | Required stake | Access |
|---|---|---|
| Builder | 50M QUBIC | Standard feeds |
| Startup | 150M QUBIC | Premium + custom feeds |
| Business | 500M QUBIC | On-chain delivery, dedicated |
| Enterprise | Custom | On-prem, custom feeds |
Example
Drop-in compatible with the OpenAI SDK.
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