Trion Documentation V2 · Live on Robinhood Chain
Browse documentation

Getting started

In one paragraph: Trion is a derivatives venue for compute-economy prices. What is live today is one market and one product: CMPT capped options on Robinhood Chain (chain id 4663), collateralized in USDG, traded on the desk at app.trion.market. CMPT is the USD price of one H100 SXM GPU-hour. A capped option gives a buyer a bounded cash payout at a stated expiry. On the Options V3 order book any trader can buy or write (sell) a listed call or put at their own price, and every short is backed in full on chain by the writer; the earlier V2 pool series, where a pooled sleeve issues options, stay live until their 2026-10-30 expiry. Perpetual contracts are deployed but not listed. The contracts are not independently audited. The status page is the single list of what is live and what is not.

Trion connects price sources, a matching engine and settlement contracts around a collateral ledger

What you can do right now

GoalAvailable?Notes
Read how the markets, options and risk workYesThis documentation
Watch the live CMPT index and its six constituentsYesThe desk's Markets and Transparency pages; programmatically via GET https://api.trion.market/v1/oracle/v1/quote/CMPT and /v1/oracle/v1/daily/CMPT. See Prices and the API reference
Buy a CMPT capped call or putYes, see the status pageV3 lists strikes $2.15 to $2.55 (step $0.05) with weekly expiries 2026-10-02, 10-09, 10-16, 10-23 and monthly 2026-10-30, 11-27, 12-25, all 08:00 UTC; each series stops trading 24 h before its expiry. The V2 call $2.35 → $2.85 and put $2.35 → $1.85 expire 2026-10-30. See Options
Write (sell) optionsYesOn V3, sell any listed series at your own price; $0.50 per short contract is locked in your exchange account until settlement and can be lost in full. See Options
Deposit into the V2 writer sleeve or a V2 secondary poolYes, until the 2026-10-30 expiryThe pooled V2 design: sleeve shares and per-series bins. See Option pool liquidity
Trade a perpetualNoThe CMPT perp modules are deployed on 4663 but not listed; the desk has no perp order entry. See status
Trade GRID, DRAM, NAND, HASH, DPIN or TOKNNoNo V2 contracts for them exist on 4663; TOKN derivatives are disabled by construction
Earn farming rewards or a reward tokenDoes not existTrion has no emissions, reward token or harvest step. Writers earn the premiums buyers pay (no maker rebate exists on the V3 book; the maker fee is 0), V2 pool LPs earn swap fees, all paid by counterparties
Trade V1 markets on 4663Outside this guideV1 is a separate, older contract set; V2 does not migrate V1 positions

Before you connect a wallet

  1. Check the chain. The desk works only on chain id 4663. It refuses to sign or send when the wallet, the matcher and a fresh eth_chainId disagree, and it never switches networks for you.
  2. Check the addresses. The shared-stack addresses are in overdrive/deployments/v2/4663.json; the V3 exchange address and its listed series are in the verified overdrive/deployments/v3/4663.options-v3.json; the V2 option-stack addresses are in the verified overdrive/deployments/v2/4663.options.json. The desk's Transparency page reads the same manifests. Anything else claiming to be Trion is not this project.
  3. Read the risks. Risk disclosures is short and specific: unaudited contracts, a Trion-held council, a single-address governance key, a finite (possibly zero) backstop, and no insurance.

A first option trade, step by step (V3)

  1. Connect a wallet holding USDG on Robinhood Chain and open Options (venue Order book). Press Deposit in the account strip, enter an amount in Deposit USDG and confirm Approve and deposit; the strip then shows Cash, Locked, Reserved, Available, Account cap (5,000 USDG per account while the contracts are unaudited) and Total cash / cap. Withdraw returns available cash at any time.
  2. Pick a series. Choose an Expiry in the header; the chain shows CALLS on the left and PUTS on the right of the Strike column, each with Bid, Ask, Last, OI, Fair/Model and Greeks (Delta, Gamma, Theta/day, Vega/vol-pt). Bids and asks are what other traders have posted; Fair/Model and the Greeks are display-only Black-76 values, not prices anyone is offering. Click an Ask to buy or a Bid to sell, or use the ticket's Call/Put and Strike selectors.
  3. Buy or write. In the Order ticket choose Buy or Sell / Write, Limit or Market · IOC, a Quantity · whole CT (1 CT = 1 H100-hour) and, for a limit, a Limit price · USDG / CT on the $0.001 tick, at most $0.50. The preview shows the premium, fee bound, new collateral to lock, max loss, max profit, breakeven fixing and your available cash after reservation. Selling more than you are long opens a short and locks $0.50 per contract. Press Buy limit order / Sell / Write limit order (or at market) and sign in your wallet; nothing is sent to the chain by you.
  4. Fees. A resting order pays nothing; an order that takes a resting one pays 1% of the premium.
  5. Close before the cutoff, or hold to expiry. Close in the Positions tab prepares a reduce-only market (IOC) order for the whole position; Open orders has Cancel and Cancel all open orders; Fills shows each fill's status and transaction. Trading closes 24 h before expiry; after that you hold to settlement.
  6. Settlement. X is the 24 h time-weighted average of the published CMPT index sampled every five minutes. Once the fixing is final, the series settles and every account is credited or debited max(0, min(X − K, 0.50)) per call contract, or max(0, min(K − X, 0.50)) per put, in USDG; shorts have their $0.50 per contract unlocked at the same time. The service does this for every account; the Settlement tab also offers Settle account if you prefer to send it yourself.

Options explains the product in full; How to trade Trion is the illustrated walkthrough of the V2 pool desk that remains live until 2026-10-30.

What the desk shows you

The Markets page shows the CMPT index and its constituents. The Options page shows the V3 chain with bid, ask, last, open interest and model Fair value and Greeks per series, your cash, locked and available collateral, and your V3 positions, open orders, fills and settlements underneath; a venue control on the same page switches to the remaining V2 pool series with their model quote and executable secondary-pool ask. The Portfolio page shows your V2 option tokens, writer shares and pool positions. The Transparency page reads solvency by series, open interest, the backstop balance, the index inputs and settlement records directly from the chain and the oracle. When the accepted price snapshot is missing or expired, the desk says Unavailable rather than showing an old number.

What activation does not prove

Source trail: overdrive/shared/v3/OPTIONS_V3.md §§1–2; overdrive/deployments/v3/reviewed/4663.chain.json; overdrive/deployments/v2/4663.json; overdrive/deployments/v2/reviewed/4663.cmpt-options-approval.md, 4663.options-series.json; docs/spec/FIXING_ORACLE_V2.md §2.1; overdrive/exchange/web/src/v2-config.ts (getV2PerpsDeployment, getV2OptionsDeployment), wallet.ts (requireV2Chain), trading-main.ts (routes), pages/transparency.ts; overdrive/exchange/matcher/src/server.ts (/v1/oracle/*); overdrive/exchange/oracle/src/server.ts (/v1/quote/, /v1/daily/).

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