> For the complete documentation index, see [llms.txt](https://gnosza.gitbook.io/token-price-oracle/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://gnosza.gitbook.io/token-price-oracle/introduction.md).

# Introduction

### 🤔 **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.
