Exchange + Conversion Gene LIVE
qvtx_exchange.py
What it is
Real-time conversion to/from ANY monetary type, and the canonical exchange that posts value at the time of strike (on-chain).
How it works
- USD-numeraire rate book (~/.qvtx_exchange/). post_rate / get_rate / convert.
- strike(): locks the rate at that instant, records it, commits it to Chain 42000.
- The QVTX price is AUTO-DERIVED from the valuation engine — never hand-set.
- Conversion gene: auto_convert_to_qvtx / auto_convert_from_qvtx for settlement.
API
| endpoint | notes |
|---|
(via valuation) | QVTX price reflects /api/valuation in real time |
CLI
qvtx_exchange.py book | rate <base> <quote> | convert <amt> <base> <quote>
qvtx_exchange.py strike <amt> <base> <quote> [ref] | strikes
Example
strike 240000 QVTX USD -> $ at (R+L+U)/S, posted on-chain (byteid)
What's real: Mechanism REAL (strikes on-chain). QVTX price is operator/valuation-derived; fiat FX are indicative (no live feed here).
← all services