Docs

Documentation

Everything needed to integrate with the TERAFLOS routing layer — from the REST API to the on-chain settlement model.

What TERAFLOS is

TERAFLOS is an aggregating routing & settlement layer for decentralized GPU compute. It indexes live supply, price and reputation across GPU DePIN networks — Akash, io.net, Nosana and more — and routes each job to the cheapest provider that can actually run it. Settlement happens on Robinhood Chain in $TFLOS, with the $TFLOS token powering route quality, priority and NVDA cashback.

The analogy: what Jupiter did for token swaps on Robinhood Chain, TERAFLOS does for GPU compute. TERAFLOS does not own any hardware — it is a routing layer on top of existing supply.

STEP 01
Index
The backend polls each GPU network (Akash, io.net, Nosana) every ~60s, normalizes every offer into a common NCU price and reputation score, and stores a live supply index.
STEP 02
Route
You send a job spec (GPU class, duration, region, reliability floor). TERAFLOS scans the index and returns the cheapest offer that actually satisfies the spec — plus alternatives.
STEP 03
Settle
On confirmation, funds are escrowed on Robinhood Chain and released on proof of completion. The escrow goes to the treasury, and half the protocol margin buys NVDA stock tokens into the rewards pool as cashback.
NCU — Normalized Compute Unit

Different networks price different GPUs differently, so TERAFLOS normalizes every offer into a common unit. Each GPU class has a weight (its relative power), and pricePerNcuUsd = pricePerHourUsd / ncuMultiplier. That lets you compare apples to apples across Akash, io.net and Nosana.

Live now
  • Price index across Akash, io.net and Nosana (real provider APIs)
  • Best-path routing quotes (/route, /route/top)
  • Aggregated supply stats (/stats)
  • Wallet sign-in (Robinhood Chain signature → session)
  • Snapshot governance (propose & vote, stored off-chain)
Simulated / coming
  • On-chain job execution (escrow + keeper) — Phase 1
  • $TFLOS token & staking tiers — Phase 2
  • On-chain DAO voting — Phase 3
  • Reputation is a static per-network score on the MVP