QVTX Core — All Networks LIVE
qvtx_core.py
What it is
Every network built NATIVELY into Quanti — its OWN API access point and native function set (SWIFT gpi/ISO-20022, NACHA ACH, Mastercard, Visa Direct, SEPA, UK FPS, Stripe, the EVM chains, Wise). 13 networks, 70 functions, each with a weighted on-chain ByteID. Routing goes through Quanti and through that network's settlement bridge.
How it works
- Each network -> its native function set (e.g. SWIFT: pacs.008/MT103/gpi; ACH: PPD/Same-Day; Visa: OCT/AFT).
- Each function -> a real weighted quaternary ByteID on Chain 42000.
- evaluate(): probes each network's OWN access point -> available (Wise/Stripe/chains) or no_access:credential_required.
- route(need, network): THROUGH Quanti (folds + records the decision) THEN THROUGH the network's bridge, then its native access point.
API
| endpoint | notes |
|---|
(CLI / module) | register, evaluate, route, awaken |
CLI
qvtx_core.py register | evaluate | networks
qvtx_core.py route <need> <network> # need: receive_money | send_money | check_balance
qvtx_core.py awaken <network>
Example
route send_money SWIFT -> Quanti(byteid) -> bridge(SWIFT) -> api.swift.com (native)
What's real: Registry + ByteIDs REAL & on-chain; Quanti routing live. Available access points: Wise, Stripe, QVTX/ETH chains. SWIFT/ACH/Mastercard/Visa/SEPA/FPS are built in but probe 'no_access:credential_required' until their real API credential is supplied — Quanti reports it honestly.
← all services