Money always comes from somewhere
Think about pouring water between two buckets. The water that leaves the first bucket is exactly the water that fills the second. Nothing appears, nothing disappears. It just changes place. You can always check that the amounts match. A core banking system records money the same way. Every movement has two parts:
- Where it came from: the source
- Where it went: the destination
This is why it’s called double-entry: the system records every movement on both sides, once as it leaves and once as it arrives. A single-sided record makes mismatches harder to detect. Recording both sides gives the system an arithmetic constraint to check.
The two sides have names: debit and credit
The two sides of a movement have traditional names. In this movement, they describe the recorded source and destination:
- A debit is the entry on the account that money moves out of.
- A credit is the entry on the account that money moves into.
Why both sides are always required
Because the system records every movement on both sides, the totals always have to match. The sum of everything that left equals the sum of everything that arrived. If they don’t balance, something is wrong. The system won’t let the movement through. This rule (the two sides must balance) is a consistency control. Midaz validates that the source total, the destination total, and the sent value all match. This check catches a recorded amount mismatch, but it does not by itself prove authorization, classification, or completeness. You can still trace every recorded movement to its source and destination.
Next steps
See it in LerianSee these ideas in practice: Transactions and the Glossary.

