Settlement-grade compute prices, audit-ready
FLOPS publishes independent reference prices for GPU compute the same way Platts publishes oil and ICE publishes power. Every value pins to a methodology version, carries a cryptographic recompute receipt, and meets IOSCO Principle 7 (k-anonymity ≥ 3). Suitable for mark-to-market, covenant true-ups, and contract pricing.
| SPEC | What it means |
|---|---|
| Methodology pin | Every published value carries a methodology version (e.g. flops-h100-od@v1.0). Methodology changes never silently rewrite history — the new version pins at the change moment. |
| k-anonymity ≥ 3 | Settlement-grade values reflect at least 3 independent source quotes. Below-3 ticks exist in the inspection table but never appear on the published surface. |
| Recompute receipt | Each value emits an SHA-256 observations_hash + computation_proof, so any published value is re-derivable from its source vector. Confirm any value with GET /v1/verify?index_id={id}. |
| MAD trim | Median Absolute Deviation outlier suppression on the source vector before the weighted median. Single bad source can't move the published value. |
| Source weighting | 5-tier authority weighting (Tier 1 first-party APIs → Tier 5 scraped aggregators). Weights documented in the methodology version. |
| FX pinning | Non-USD sources convert via the daily Frankfurter ECB reference rate, pinned to the publication date. |
| Tier discipline | Public surface is LIVE-only and carries a clear tier chip. No silent reference fallbacks. |
The fastest path for treasury, FP&A, and risk teams. =FLOPS.PRICE() pulls the current public reference price for any index straight into a cell.
Install
# Excel for Mac / Windows
Insert → Get Add-ins → Manage → Upload My Add-in →
https://app.flopsindex.com/excel-addin/manifest.xml
# Google Sheets
Extensions → Add-ons → Manage Add-ons →
https://app.flopsindex.com/sheets-addin/manifest.json
Use
=FLOPS.PRICE("FLOPS-H100-OD")
→ 6.155 current public reference price
methodology_version and an SHA-256 source hash, so it is re-derivable from its source vector. Confirm any value with GET /v1/verify?index_id={id} — the IOSCO audit trail follows the row.
Every published index has a citation-stable permalink you can footnote in a report or memo. The slug doesn't change, and each published value carries its own methodology_version.
Public permalink surface (citation-stable)
/i/{INDEX_ID}— schema.org Dataset JSON-LD, suitable for footnotingGET /v1/price/{slug}— current public reference price, withmethodology_versionGET /v1/verify?index_id={id}— confirm a value is real and re-derivable
The auth-free public surface serves the current global reference price for each published index — no signup.
Quick start
curl https://app.flopsindex.com/v1/price/FLOPS-H100-OD
{"value": 6.155, "tier": "LIVE", "confidence": "HIGH",
"unit": "USD/GPU-hr", "as_of": "2026-05-18T13:00:00Z",
"methodology_version": "flops-h100-od@v0.9"}
The public endpoints: /v1/price/{slug}, /v1/search?q=, /v1/verify?index_id=, and the public catalog at /v2/catalog/public. History, spreads, and the audit substrate are part of a partner/pilot tier with deeper feeds + tools — contact partners@flopsindex.com.
Is FLOPS suitable for mark-to-market and covenant true-ups?
What's the difference between SETTLEMENT and LIVE INTRADAY?
How does an auditor verify a published value?
methodology_version (pinning the math) and an observations_hash (identifying the source vector), and is confirmable via GET /v1/verify?index_id={id}. Full audit replay from canonical inputs is part of the partner/pilot tier.