Skip to content

Tidal Docs

Tidal is Yearn's auction operations stack. It scans strategy and fee-burner inventories, caches balances and prices in SQLite, exposes that state through a FastAPI control plane, and lets CLI clients prepare and broadcast auction transactions with local wallet signing.

Start Here

Docs Map

Source Of Truth

These docs are meant to explain the current system, not preserve historical plans. When behavior disagrees with prose, prefer the code:

  • CLI surface: tidal --help and tidal-server --help
  • API surface: FastAPI routes in tidal/api/routes/
  • Config schema: tidal/config.py