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

API

endpointnotes
(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