> For the complete documentation index, see [llms.txt](https://docs.senmo.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.senmo.io/segment-ledger/core-concepts/entry.md).

# 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.
