Documentation

Frequently Asked Questions

Quick answers to common questions about ORCAFI integration and usage.

Yes. ORCAFI uses a multi-source aggregation engine that ingests data from Multi independent providers (CEXs and DEXs). No single exchange can manipulate the price, and all updates require multi-party consensus from distributed node operators.

Reading from our on-chain RiskOracle contracts costs standard gas on the host chain (approximately 4,500 gas when called within a transaction). There are no subscription fees or per-request charges for consumers.

We aggregate from three categories: (1) DEX TWAPs from Uniswap V3, Curve, and Balancer; (2) Signed feeds from Tier 1 CEXs like Binance, Coinbase, and Kraken; (3) On-chain health signals including liquidity depth and pool states.

Our AI Risk Engine monitors liquidity depth, volatility profiles, and cross-exchange deviations in real-time. Suspicious data is filtered before it affects the final price. Each update includes a confidence score (0-100) and risk level (LOW → CRITICAL).

ORCAFI requires a minimum quorum (67%) of valid sources per update. If this threshold is not met, the round is aborted entirely — preventing any single compromised source from affecting the price. This provides a deterministic failure state.

Every price update includes a timestamp. In your contract, compare block.timestamp against the oracle's timestamp. We recommend rejecting prices older than your acceptable threshold (e.g., 1 hour for lending, 5 minutes for trading).

Flash crashes trigger CRITICAL risk level classification. Your protocol should implement circuit breakers that halt execution when risk level equals CRITICAL. This protects against both oracle exploits and genuine market crashes.

Yes! We support custom feed deployment for any asset listed on major CEXs or DEXs. Custom feeds can be deployed within 48 hours. Contact integrations@orcafi.com to request a new feed.

ORCAFI is currently live on BNB Chain (Mainnet) with testnet deployment pending. Additional chains including Ethereum, Arbitrum, and Polygon are on our roadmap.

Yes. We offer bounties up to $100,000 USDC for critical smart contract vulnerabilities disclosed responsibly through Immunefi or directly via security@orcafi.com.

Still have questions?

Our team is here to help with integration support.