Page cover image

Introduction

Token Price Oracle is simple oracle for tracking token prices on-chain.

🤔 How Does It Work?

The projects is made out of two main parts:

  1. The off-chain Orchestrator Client orchestrator used for tracking, management and orchestration of the data.

  2. The on-chain Ethereum smart contracts

    The contracts are:

    • Trustless - Anyone can update the price ✅

    • Immutable - The contracts are set in stone 🪨

    Since the contracts are trustless, they are also kept in check by the Chainlink oracle behind the scenes to ensure the most correct values.

Last updated