Flare Time Series Oracle

High-Integrity, Block-Latency Data Feeds

Flare Data Connector brings verified external blockchain and internet data securely to Flare.

Flare Time Series Oracle provides secure, fast and decentralized data feeds on Flare.

98

Data Providers

66

Live Feeds

38.8B ($970M)

Flare Staked

1.8s

Average Block Time

On this page

What is FTSO?

Flare Time Series Oracle (FTSO) is an enshrined oracle that provides decentralized data feeds directly to Flare.

How it Works

FTSO is Flare's native oracle, built directly into the network's core protocol. It leverages Flare's full economic security to deliver fast, cost-effective, and manipulation-resistant data feeds for crypto, equities, and commodities every 1.8 seconds.

Data sources are collected by around 100 independent Data Providers. Through a commit-reveal mechanism combined with verifiable randomness, feeds are produced in two layers:

These feeds are delivered directly to application smart contracts on Flare.

Integrate FTSO

Leverage FTSO’s decentralized data feeds in your application today.

Get Started Contact Us

import "@flarenetwork/flare-periphery-contracts/flare/ContractRegistry.sol";
import "@flarenetwork/flare-periphery-contracts/flare/FtsoV2Interface.sol";

contract FtsoV2Consumer {

FtsoV2Interface internal ftsoV2;

function getFlrUsdPrice() external returns
(uint256 value, int8 decimals, uint64 timestamp) {

ftsoV2 = ContractRegistry.getFtsoV2();

bytes21 flrUsdId =
0x01464c522f55534400000000000000000000000000;

return ftsoV2.getFeedById(flrUsdId);

}

}

Use Cases

Lending and Borrowing

Facilitate efficient loan issuance and settlement processes while mitigating risk by automatically liquidating undercollateralized positions.

Perpetual Futures & Options

Enable advanced financial products by dynamically adjusting funding rates in real-time to maintain platform solvency.

Cross-Chain Order Books

Match orders across multiple blockchain networks and reduce transaction latency.

FAssets

FTSO provides decentralized price feeds for assets used in the FAssets system such as BTC, DOGE and XRP.

FTSO secures the Flare ecosystem

Secure

FTSO is enshrined in the Flare blockchain and inherits the network’s full economic security.

Fast

Feeds update approximately every 1.8 seconds, delivering near real-time data.

Scalable

Supports up to 1,000 feeds across crypto, commodities and equities.

Manipulation-Resistant

Feeds are backed by around 100 independent data providers selected through delegated stake.

Cost-Effective

Access to block-latency feeds is completely free on Flare.