A non-confidential overview of the architecture: the financial operating layer, the ledger core, the multi-currency data model, the intelligence layer and the security controls. Detailed schemas and source access are shared under a due-diligence process.
Every balance is the sum of its ledger entries. Mutations happen only through controlled transaction operations, which keeps debits and credits paired.
Accounts, transactions, ledger entries, fees and settlements all carry currency. Conversions post paired cross-currency entries with the quoted rate retained.
Payments, refunds, disputes, chargebacks, settlements and payouts each move through defined states, so an entry can always be explained.
Reversal events are recorded and observable for audit. Reversals are read-only today; refunds and disputes are the implemented recovery workflows.
The assistant runs server-side against the Anthropic API with scoped access to the requesting account's financial records. It reads, explains and scores — it does not move money. Any action with financial effect is executed by an operator through the normal controlled operations, with the same authorisation checks as the UI.
All environments run in sandbox/test mode. Processor credentials are test-mode, merchants and cases are seeded, and no transaction represents real value. This makes the platform safe for demonstrations, integration testing, QA, developer experimentation, technical due diligence and pilot preparation — and it means the platform holds no production customer funds or data today.