Trion Documentation V2 · Live on Robinhood Chain
Browse documentation

Markets

In one paragraph: Trion markets let you take a financial position on the price of a compute resource, such as an hour of H100 GPU time or a megawatt-hour of power. You never receive or deliver the resource. Every contract is settled in collateral against a published benchmark index, so a Trion position is price exposure, not a rental agreement.

How a resource price becomes a tradeable benchmark, a mark price and a settled contract

What a contract is

Each market defines one unit and one contract (CT). One CT is one unit of the resource, priced in dollars per unit. The notional value of a position is simply quantity × price.

MarketWhat the price measuresUnit1 CTPerp price tick
CMPTRental cost of one H100 GPU for one hour$/H100-hr1 H100-hr$0.001
DRAMMemory price$/GB1 GB$0.01
NANDFlash storage price$/GB1 GB$0.001
GRIDWholesale power price$/MWh1 MWh$0.10
HASHBitcoin hashrate rental$/PH/s/day1 PH/s/day$0.01
DPINBasket index of decentralized-infrastructure pricesindex points1 point$0.01
TOKNLLM token price$/Mtok1 MtokDisabled

Example (hypothetical): CMPT index at $2.60. Buying 100 CT gives $260 of exposure. If the index moves to $2.86, a long gains about $26 before fees and funding; a short loses the same.

Why TOKN is disabled

TOKN has a research parameter row but no qualified live price source. The architecture record requires at least 90 days of live sampling before it can even be reconsidered, and the deployment script hard-codes enabled = false with an UNAPPROVED risk hash. No perp or option can be created on it.

Two product families

Both use the same market identity and the same index, but they are separate contracts with separate collateral. There is no cross-margin between them.

Market identity is more than a ticker

A market is identified by a hash of its symbol, methodology, unit, multiplier and fixing method. Two things called "CMPT" with different methodology are different markets and never share positions or claims. The DRAM basket composition (DDR5-only versus DDR4/DDR5) is flagged in the spec as still needing an explicit methodology hash.

Where markets actually exist today

CMPT is the only V2 market on Robinhood Chain (4663). Its capped options are live with USDG collateral from the activation time on the status page; its perpetual modules are deployed but not listed. GRID, DRAM, NAND, HASH and DPIN have no V2 contracts on 4663, and TOKN derivatives are disabled by construction. The table above describes the contract design for every market; only the CMPT row is tradeable, and only as options. The status page is the single list of what is live.

CMPT's recipe is six named venues (Vast.ai, RunPod, SF Compute, Lium, DataCrunch, Shadeform) combined as a trimmed weighted geometric mean; Akash executed leases are published as a weight-0 reference. The desk shows each constituent's latest print next to the composite. Unit, weights, smoothing and trimming are in the methodology factsheet.

Values and timestamps are dynamic. This page intentionally quotes no prices; read the live index on the desk or from GET https://api.trion.market/v1/oracle/v1/quote/CMPT.

Risk and status caveats

Source trail: docs/spec/V2_ARCHITECTURE.md §2.2, §6.1, §6.3; overdrive/shared/v2/MarketRegistryV2.sol; overdrive/perps/script/DeployV2.s.sol (_marketConfig, TOKN branch); overdrive/deployments/v2/4663.json, 4663.perps.json; overdrive/deployments/v2/reviewed/4663.options-launch.json (sourceIds, weightsPpm); overdrive/exchange/oracle/src/index/cmpt.ts (CMPT_VENUES, CMPT_REFERENCE_VENUES); overdrive/exchange/matcher/src/server.ts (/v1/oracle/*).

Repository-owned documentation · September 2026 · Educational material, not investment advice and not an audit.