Universal Addresses LIVE

qvtx_addr.py

What it is

Mints one universal QVTX address per member — a standard EVM account valid on every QVTX chain (20232, 42000) and any EVM network. Deterministically derived from a single master seed, so every address is recoverable.

How it works

API

endpointnotes
POST /api/account{"label":"alice"} -> address + byteid + clearing account

CLI

qvtx_addr.py mint <label>      # create / fetch the address for a label
qvtx_addr.py address <label>   # just the 0x address
qvtx_addr.py resolve <0x..>    # label/index behind an address
qvtx_addr.py list

Example

qvtx_addr.py mint alice  ->  {"address":"0x28c9..8802","byteid":"QVTX-ACT-..","index":8}
What's real: REAL. Addresses + keys verified reproducible from the seed. Back up ~/.qvtx_addr/seed — it controls every minted wallet.

← all services