docs(gl): define ledger architecture and invariants

This commit is contained in:
2026-08-14 18:45:02 +03:30
parent 275e5a99d4
commit 1863de1f3b
2 changed files with 167 additions and 0 deletions
+5
View File
@@ -1,2 +1,7 @@
# GL
Darano's independent, append-only general-ledger service. It preserves every
committed wallet value movement so financial state can be reconstructed when a
blockchain or provider is unavailable.
The implementation contract and invariants are defined in [DESIGN.md](DESIGN.md).