> ## Documentation Index
> Fetch the complete documentation index at: https://docs.fintoc.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Movements

A `Movement` represents any transaction that changes the balance of your `Account`. Every time money flows in or out of your account, Fintoc creates a `Movement` object to record the change.

`Movement` objects provide a complete audit trail of your account activity. Each object records the transaction details and resulting account balance after each operation.

## Movement types

A movement can represent the following financial operation:

| Movement type | Description                                                                           | Example `resource_id`            |
| :------------ | :------------------------------------------------------------------------------------ | :------------------------------- |
| `transfer`    | A `Transfer` object that represents an inbound or outbound transfer between accounts. | `tr_30EsX5bIoUCusF2dduyJGY7KmrL` |

## Balance tracking

Every `Movement` includes the updated account balance after Fintoc processes the transaction. Use this balance to view the state of your account after each transaction.
