Architecture overview
Monaris is built as a modular cashflow stack. Layers sit on top of each other: Product → Privacy Router → Policy Engine → Score + Ledger → Data → Smart contracts. Mona AI is cross-cutting: she reads all layers and writes only to UX/notifications.Key design decisions
Chain-agnostic
Monaris Score works across EVM chains. Start on highest-liquidity stablecoin networks (e.g. Ethereum, Polygon, Base, Mantle). No single-chain dependency.Event-sourced ledger
All cashflow state is derived from an immutable event log. Enables audit trails, time-travel queries, and verifiable history proofs — critical for underwriting and compliance.Privacy by architecture
The Privacy Router is not a bolt-on. It sits between the product layer and the settlement layer. Every payment is routed through it. Privacy is the default path; transparency is the exception.Modular Score inputs
- Score V1: on-chain data only.
- V2: off-chain connectors (bank, accounting, payroll).
- V3: behavioral and credit repayment signals.
Mona as read-only observer
Mona reads from all layers but writes only to the UX (notifications, chat). She never executes transactions or modifies financial data on her own.Supported networks (V1)
- [PLACEHOLDER: confirm exact chain(s) at launch]
- Mantle (primary — hackathon relationship)
- [PLACEHOLDER: secondary chains]
