Valuation (auto-derived price) LIVE
qvtx_valuation.py
What it is
The canonical, defensible QVTX price: Fair = (R+L+U)/S; Floor = R/S. Only real, verifiable inputs count.
How it works
- R = real treasury reserves (USD). L = live pool liquidity. U = capitalized on-chain usage. S = circulating supply (254M).
- If R=L=0, the floor is $0 and QVTX is 'UNPRICED' — it never invents a price.
- Wired into the exchange so every QVTX quote is formula-output.
API
| endpoint | notes |
|---|
GET /api/valuation | live R, L, U, S, floor, fair value, implied marketcap |
CLI
qvtx_valuation.py value
qvtx_valuation.py add-reserve <name> <qty> <usd_price> <source>
qvtx_valuation.py set-supply <n>
Example
+ $1.475M reserves -> FLOOR $0.0058/QVTX (backed). $0.50 needs $127M backing.
What's real: Method REAL and defensible. Current floor = $0 until real reserves exist — by design.
← all services