Member Onboarding LIVE

qvtx_onboard.py

What it is

One call brings a member online: mints the universal account, opens the clearing account, runs screening, and assigns a KYC tier (which sets their limits).

How it works

API

endpointnotes
POST /api/onboard{"label","tier","name"} -> full member profile
GET /api/profile?label=<l>assembled member view

CLI

qvtx_onboard.py onboard <label> [tier 0-3] [name]
qvtx_onboard.py profile <label>

Example

onboard acme 2 "Acme Corp"  ->  tier 2 (verified), per-tx 50k / daily 250k
What's real: REAL. Composes address + clearing + KYC. Screening is a stub hook — wire a real provider for production.

← all services