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:
The off-chain Orchestrator Client orchestrator used for tracking, management and orchestration of the data.
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