For the complete documentation index, see llms.txt. This page is also available as Markdown.

Entry

Entries are the individual debit and credit records created by a transaction.

Every transaction produces balanced entries.

For example, a €100 transfer between two wallets creates:

Account
Entry
Amount

Sender Wallet

Debit

€100

Receiver Wallet

Credit

€100

The total debit amount always equals the total credit amount.

This guarantees accounting integrity.

Last updated