Financial infrastructure for the AEVION planet.
One settlement spine, one reputation surface, one governance loop — split across six interlocking modules. Every wallet move, mask charge, donation and vote lands on the same ledger, so what users see and what auditors see is the same set of facts.
Six modules, one fabric
Each module is independently usable and independently observable. Each one writes to the same VeilNetX chain, so cross-product flows reconcile without trust.
How the modules talk
The interesting part is not any one module — it's how a single user action ripples across all six. A donation, for example, touches the wallet, the mask, the chain, the reputation score and the public campaign ledger in a single pass.
- User opens a QPayNet wallet, tops up via Stripe or P2P. Every deposit, transfer and withdrawal is idempotent and emits a wallet-event.
- That wallet-event is anchored as a VeilNetX entry — append-only, hash-linked, queryable by any module. The chain head is the canonical truth.
- Settlement entries feed Z-Tide as weighted reputation signal. Donations and confirmed merchant payments raise the score; chargebacks and disputes lower it. The score is read-only.
- When the user donates to a QGoodcampaign, funds route through the same wallet → chain path. The campaign's public ledger is a filtered view of VeilNetX, not a separate source of truth.
- QMaskCard charges deduct from the wallet, generate a one-time PAN for the merchant, and anchor the authorisation on the chain — so receipts, refunds and disputes all reference the same entry.
- QChainGov proposals vote on treasury allocations and fee parameters. Voting weight blends token holdings with Z-Tide reputation; outcomes are anchored on the same VeilNetX spine that records the money they govern.
Build on the same chain we run on.
Every fintech surface above ships with an OpenAPI spec, a shared event library and a live smoke suite. You can read the chain head, subscribe to events, or push your own entries through partner keys.
- OpenAPI spec — 33 endpoints across 5 modules
- Cross-product event lib (ecosystemEvents.ts)
- Stripe go-live verifier
- Smoke test suite (5 fintech smokes)