qvtx_wise_core.py
The QVTX core integrated with all Wise API functions (loading, add-money, balances, transfers, recipients, FX, banking/system). Each function carries a real weighted quaternary ByteID; Quanti evaluates which are wired/tested/available; a mapper resolves any needed transaction to the right function(s). Every other network (SWIFT/ACH/SEPA/FPS/MasterCard) is reached through the Wise access point using the same method.
| endpoint | notes |
|---|---|
(CLI / module) | register, evaluate, map, awaken |
qvtx_wise_core.py register # mint weighted ByteIDs for every function qvtx_wise_core.py evaluate # Quanti live availability map qvtx_wise_core.py map <need> # e.g. send_money | add_money | fx_rate qvtx_wise_core.py awaken <network> # WISE | SWIFT | ACH | SEPA | MASTERCARD
map send_money -> create_quote, create_recipient, create_transfer, fund_transfer (each w/ ByteID)