LogoLogo
WebsiteDiscordTelegramTwitter
  • 🏠Witnet Oracle Docs
  • Introduction
    • ❓What is Witnet?
      • ⚙️Oracle Architecture
      • 🪙The Witnet Coin (Wit)
      • 👛Wallets
      • 🤔Frequently Asked Questions
      • 😎Awesome Witnet
    • 🚀Quick Tutorials
      • 📈Price Feeds
      • 🎲Randomness
      • 🌐APIs and HTTP GET/POST
      • ⛏️Mining Wit
  • Smart contracts developers
    • ⛓️Supported chains
    • 🔮Wit/Oracle
      • HTTP GET Requests in Solidity
      • HTTP POST Requests in Solidity
      • Query GraphQL APIs in Solidity
      • Dynamic Requests in Solidity
      • UsingWitnet Inheritance
      • API Reference
        • Solidity API
          • Solidity Contracts
            • WitnetRequestBoard
        • Javascript API
        • RADON API
          • RADON Type System
          • RADON Errors
      • Multi-chain Addresses
    • 💹Wit/Price Feeds
      • How To Use Witnet Price Feeds
      • Update Conditions
      • Code Examples
      • API Reference
      • Multi-chain Addresses
        • Arbitrum Price Feeds
        • Avalanche Price Feeds
        • Base Price Feeds
        • Boba Price Feeds
        • Celo Price Feeds
        • Conflux Price Feeds
        • Cronos Price Feeds
        • Dogechain Price Feeds
        • Elastos Price Feeds
        • Ethereum Price Feeds
        • Gnosis Chain Price Feeds
        • Kaia Price Feeds
        • Kava Price Feeds
        • KCC Price Feeds
        • Mantle Price Feeds
        • Meter Price Feeds
        • Metis Price Feeds
        • Moonbeam Price Feeds
        • OKX Price Feeds
        • Optimism Price Feeds
        • Polygon Price Feeds
        • Reef Price Feeds
        • Scroll Price Feeds
        • Syscoin Price Feeds
        • Ultron Price Feeds
        • Request new price feed or chain support
    • 🎲Wit/Randomness
      • Generating Randomness
      • WitnetRandomness Contract
      • Low-level Requests
      • Code Examples
      • API Reference
      • Multi-chain Addresses
    • 🏗️Guides
      • 📖Solidity Contracts
        • Appliances
          • 📃WitnetPriceFeeds
          • 📃WitnetRandomness
        • Core
          • 📃WitnetOracle
          • 📃WitnetRadonRegistry
          • 📃WitnetRequest
          • 📃WitnetRequestFactory
          • 📃WitnetRequestTemplate
        • Mockups
          • 📃UsingWitnet
          • 📃UsingWitnetRandomness
          • 📃UsingWitnetRequest
          • 📃UsingWitnetRequestTemplate
          • 📃WitnetRandomnessRequestConsumer
          • 📃WitnetRequestConsumer
          • 📃WitnetRequestTemplateConsumer
      • 🧙Solidity Wizard
    • 🎓Tutorials
      • Building a Satoshi/Wei custom price feed
  • Witnet Node Operators
    • 🖥️Requirements
    • 🚀Witnet Node Quick Start Guide (Docker)
    • 🔎Next steps
    • 📄CLI Reference
    • 🤓Advanced Setups
      • Run Witnet as a systemd service
      • Run Witnet as a docker compose service
      • Paranoid mode (Witnet over proxies and Tor)
      • Configuration file
  • Witnet Node Developers
    • 🏗️Integration Guide
      • Node API Reference
      • Wallet API Reference
    • 🗜️Compile witnet-rust from Source Code
Powered by GitBook
On this page
  • Witnet Protocol
  • Witnet Coin (Wit)
  • Ecosystem

Was this helpful?

Edit on GitHub
  1. Introduction
  2. What is Witnet?

Frequently Asked Questions

PreviousWalletsNextAwesome Witnet

Last updated 11 months ago

Was this helpful?

Witnet Protocol

How is Witnet different than X other oracle?

Unlike other popular oracle designs, Witnet achieves data integrity and bases its security on cryptoeconomic incentives, i.e. rewards and slashing.

For more information about alternative oracle designs and general oracle ecosystem overviews, please check these sections from the compilation:

How much does it cost to use the Witnet oracle?

The cost really depends on what level does your smart contract integrate with Witnet, in addition to which blockchain you are using. As a rule of thumb:

  • Data feeds: free to read from. Gas cost of keeping the feeds updated is currently sponsored by Witnet Foundation on most blockchains.

  • Randomness oracle: user pays the gas cost of the randomization request and is required to deposit an amount of the native token (e.g. ETH) equal to the gas cost of reporting the randomness. The total cost is roughly equivalent to up to ~320,000 gas units. Reading the randomness and deriving random numbers is free.

  • APIs and HTTP GET/POST: user pays the gas cost of the request and is required to deposit an amount of the native token (e.g. ETH) equal to the gas cost of reporting the result. The total cost is roughly equivalent to up to ~320,000 gas units. Reading the result of the request is free.

Witnet Coin (Wit)

You can find all the information relative to the Wit coin in its own section of the docs:

Ecosystem

What blockchains does Witnet support?

The currently supported networks are listed here:

❓
🤔
Awesome Witnet
🪙The Witnet Coin (Wit)
On the importance of oracles
Other oracles