Stork
GitHubXStork
  • INTRODUCTION
    • Welcome to Stork
    • Core Concepts
    • How It Works
    • Products
  • Getting Started
    • Becoming a Publisher
    • Becoming a Subscriber
    • Putting Data On-Chain
    • Accessing Data On-Chain
  • API Reference
    • Websocket API
      • Publisher
      • Subscriber
    • REST API
    • Contract APIs
      • EVM
      • Solana / SVM
      • Sui
      • Aptos
      • CosmWasm
    • Chain Pusher Configs
      • Asset Config YAML
    • Publisher Agent Configs
      • Config JSON
      • Keys JSON
  • Resources
    • Asset ID Registry
    • Contract Addresses
      • EVM
      • Solana / SVM
      • Sui
      • Aptos
      • CosmWasm
    • Adapters
    • Public Keys
    • FAQ
Powered by GitBook
On this page
Edit on GitHub
  1. Resources

FAQ

PreviousPublic Keys

Last updated 1 month ago

What kind of data can I use with Stork?

Stork is designed to be used with any data that can be represented as a number and timestamp. For more information on this, please see .

How can I estimate gas fees for running the Chain Pusher?

Estimating gas fees for putting data on chain with the Chain Pusher can be difficult. This is due to a couple reasons:

  • Gas prices vary chain-to-chain, even Testnet-to-Mainnet of the same chain.

  • Gas prices can vary based on block-to-block or epoch-to-epoch network conditions on some chains.

That being said, Stork has written our contracts to be optimized for gas efficiency, so you can be sure the gas to put an update on-chain is the lowest you can get with any oracle.

How does Stork ensure data security and integrity?

Stork ensures data security and integrity via two methods.

Firstly, Stork uses a series of signatures and verifications to validate that data is always coming from where it says it is, ensuring security. For more information, see .

Secondly, Stork uses multiple decentralized publishers feeding data to the Aggregator, which are then aggregated in a way to protect against errant publishers feeding bad or malicious data. For More information, see .

How often do price feeds update in the Aggregator?

Stork Aggregators are blazingly fast. Though configurable through the , Aggregators typically update every 500ms at the slowest, and on the order of sub 10ms at the fastest during periods of high volatility. For more information, see

How is Stork decentralized?

Stork uses a decentralized network of independent publishers that contribute data to Stork. This enables decentralization and protects against pitfalls of a single point of failure.

Stork also supports direct access to publisher data in the unlikely event of downtime. For details, please reach out to .

For more information, see .

sales@stork.network
How It Works
How It Works
How It Works.
How It Works
Core Concepts
COS