BLK
NVDA228.45▲ 1.8%AAPL328.21▲ 1.0%MSFT510.12▲ 2.7%TSLA376.37▲ 5.4%AMZN258.90▲ 1.5%GOOGL342.48▲ 1.6%META610.68▲ 3.0%AVGO357.16▼ 2.7%NFLX82.67▼ 0.1%JPM362.06▲ 1.6%
DOCUMENTATION

THE GRADE IS MEASURED

Every heat grade on this site is computed from live inputs, not assigned. The formula is below, the endpoint returns its own workings, and nothing here is a number you have to take on trust — recompute any grade and check it.

01 · GRADING

THE FORMULA

Four measured inputs, fixed weights, one score between 8 and 10. The function is deterministic: the same inputs always produce the same grade.

heat = 8 + 2 × (0.40·liquidity + 0.25·stability + 0.20·turnover + 0.15·backing)
TERMS
LIQUIDITY0.40log10 position of pool USDT depth between $1,000 and $1,000,000
STABILITY0.25linear from 1 at 15% annualised volatility to 0 at 75%
TURNOVER0.20log10 position of mean daily dollar volume between $10M and $50B
BACKING0.15vault Stock Tokens held ÷ certs outstanding, capped at 1
WINDOW · 30 trading days of daily closesGRAIL >= 9.5CHASE >= 9.0HIT >= 8.5BASE < 8.5
02 · VERIFY

WORKED EXAMPLE · NVDA

These are this cert's inputs as of this page load, straight from the same engine that grades the slab. Multiply each component by its weight, sum, and scale.

GET /api/grade/NVDA

pool depth        $1,249,485
volatility (30d)  45.8% annualised
daily volume      $27.90B
backing ratio     1

liquidity  1.0000 × 0.4 = 0.4000
stability  0.4861 × 0.25 = 0.1215
turnover   0.9315 × 0.2 = 0.1863
backing    1.0000 × 0.15 = 0.1500
                              ─────────
                     weighted   0.8578

heat = 8 + 2 × weighted = 9.7   →   MINT · GRAIL

Pool depth and backing are contract reads on BNB CHAIN. Volatility and turnover come from 30 trading days of daily closes. Nothing is privileged — you can read all four yourself.

03 · API

ENDPOINTS

GET/api/grade/{ticker}
Heat grade with every input, component and the formula
The audit endpoint. Everything needed to recompute the score.
GET/api/quotes?symbols=NVDA,AAPL
Live last-sale quotes
Cached 15s, de-duplicated across concurrent callers.
GET/api/candles?symbol=NVDA&days=365
Daily closes, times and volumes
The same series the grade measures volatility over.
GET/api/stream?symbols=NVDA
Server-sent events, tick by tick
Snapshot first, then a trade event per print.
GET/api/cert/{id}.json
ERC-1155 metadata for a cert series
What the vault contract points wallets and explorers at.

A ticker with no USDT pool has no depth to measure, so it cannot be graded. Those return gradable: false with the reason, rather than a score built on a zero input.

{
  "ticker": "AVGO",
  "gradable": false,
  "reason": "No USDT pool for AVGO on BNB Chain, so liquidity cannot be measured."
}
04 · ON CHAIN

CONTRACTS

BNB CHAIN · CHAIN ID 56
StonkCertVault
0xCc9578e52EB01d35D1E7cDbdf7242743e27E6Ae3
ERC-1155 · wraps Stock Tokens 1:1
StonkCertZap
0x2F29699B8880A48Ac91000054Fc9a914bA08177E
Buy and sell in one transaction
USDT
0x55d398326f99059fF775485246999027B3197955
Settlement stablecoin · 6 decimals

A cert series id is its underlying Stock Token address widened to uint256. This chain is permissionless and impostor ERC-20s carry real tickers, so nothing here resolves a symbol to an address — series are registered by address, from the issuer's own deployment log. 8 of them currently have a USDT pool deep enough to trade and grade.

Backing is enforced, not asserted: after every seal, crack and settlement the contract requires the vault's Stock Token balance to cover every cert outstanding, or the transaction reverts.

05 · LIMITS

WHAT THIS IS NOT

Grades are computed live and cached for an hour. They are not frozen into a token — a cert's grade moves as its pool depth and volatility move. A slab is the opposite: StonkCertSlab seals the grade into contract storage when it is struck, so it records the conditions of that moment and never updates.

SlabRWA issues no equity and custodies no shares. A Stock Token is already a claim on a real share, issued and custodied by someone else; this wraps it, the way WBNB wraps BNB. The contracts are unaudited.

See the graded floor

SLABRWA © 2026 · GRADES ARE MEASURED, NOT ASSIGNEDMARKETSLABSGRADINGDOCS@SlabRWANOT AN OFFER OF SECURITIES · UNAUDITED · NOT AFFILIATED WITH BINANCE · LOGOS © THEIR OWNERS