Custody model
Who holds the cryptographic keys?
Solution architecture
SMART-TA is a microservices platform with a dual-layer data architecture, DLT-underpinned immutable state, embedded AI governance, and source code delivered under a commercial perpetual licence.
Platform layers
Each layer is independently deployable, horizontally scalable, and designed for regulated financial operations.
DLT Deployment Configuration
Each model represents a design decision that can be configured per deployment without altering the core architecture. The default SMART-TA institutional deployment combines CeFi custody, DLT as the authoritative register, and off-chain business logic execution.
Who holds the cryptographic keys?
Where is the authoritative register?
Where do rules run?
Adoption pathway
The platform architecture does not change at each stage. What changes is what the client trusts, uses, and formally designates as authoritative within their own governance.
Legacy migration · Validation period
The DLT records all state transitions. The client uses the DLT primarily as a cryptographic audit trail while validating completeness and accuracy against operational systems. PostgreSQL remains the client’s working operational reference.
Steady state · New fund launches
The client formally adopts the DLT as the authoritative register for ownership state. Continuous reconciliation becomes verification rather than validation. The DLT is the system referenced for position verification, regulatory reporting, and dispute resolution.
Tokenised fund structures
The fund’s legal documentation recognises tokens as the unit of ownership. The DLT register is the legal register. Operations are expressed as token operations via smart contracts, with on-chain compliance enforcement through ERC-3643.
Design principles
Every state-changing event with regulatory, legal, or audit significance is committed to an immutable ledger. All components inherit this capability.
Mutable operational data stays in microservice-owned schemas. The DLT layer is the authoritative record of state transitions, not a replacement for operational databases.
No state transition reaches the DLT without an attestation record establishing who authorised the change, under what governance model, and with what evidence.
The DLT event stream for any fund, share class, or tenant is sufficient to reconstruct complete current state from genesis. No hidden off-chain adjustments.
Corrections, amendments, and reversals are explicit, auditable events. The original record is never modified or deleted.
The DLT layer is accessed through a platform abstraction interface. Components are not required to share the same DLT backend.
The architecture satisfies DORA, CSSF, FCA SYSC, and Luxembourg professional secrecy requirements without per-deployment customisation of the data layer.
Commercial perpetual source licence. Clients deploy on their own infrastructure. Obligations end at the software boundary.