Skip to content
This repository has been archived by the owner on Oct 3, 2024. It is now read-only.

Add Tellor to oracles #1077

Closed
wants to merge 2 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions docs/build/tooling/oracles.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ Welcome to the Oracles page, a comprehensive hub dedicated to interacting with o

[Gelato](https://docs.gelato.network/web3-services/vrf/understanding-vrf) provides access to Verifiable Random Functions (VRF) on zkSync. VRFs are cryptographic primitives that generate pseudorandom numbers in a way that is provably secure and verifiable. A VRF allows a holder of a private key to produce a random number along with a proof that the number was generated legitimately (making it publically verifable). More information, including how to use VRFs in your dApp, can be found in the Gelato docs.

### Tellor
[Tellor](https://docs.tellor.io) is an oracle protocol that incentivizes an open, permissionless network of data reporting and data validation, ensuring that data can be provided by anyone and checked by everyone. Built for any data type, our network of reporters supports your basic spot prices, more sophisticated pricing specs (TWAP/VWAP), RNG, or any custom data needs you have. If your data can be verified, Tellor can bring it on-chain. Get started with our [integration guide](https://docs.tellor.io/tellor/getting-data/solidity-integration) and refer to our [zkSync era contract addresses](https://docs.tellor.io/tellor/the-basics/contracts-reference#zksync-era).

### Usage guides

- [RedStone](../tutorials/tooling-guides/redstone.md)
Expand Down