The money-path invariant
Ownership and payouts are never taken from what a client claims — they are read from the chain and verified before anything is recorded. This invariant gates the transition to real money: investment and claim records are bound to a verified on-chain transaction, the payer is bound to the recorded owner, and amounts are read from the event rather than the request.Trust boundaries
| Layer | Control |
|---|---|
| Wallet / identity | Non-custodial. Connecting a wallet is the only identity; IX RWA never holds your keys. |
| Contracts | Upgradeable behind beacon proxies; upgrade authority moves to multisig / governance at Phase-2. |
| Off-chain records | Derived from verified on-chain events; reconciled against the chain. |
| Admin | Separate, authenticated administrative access, isolated from investor funds flow. |