> For the complete documentation index, see [llms.txt](https://docs.notional.finance/v3-technical-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.notional.finance/v3-technical-docs/contract-interaction-guides/trading-guide/settle-account.md).

# Settle Account

## Settle Account

Users can settle Notional accounts using the settleAccount function. If a user trades after a settlement, it will also automatically settle his account.

```
# Accounts holding fCash balances (positive or negative) in the 3M maturity need to 
be settled after the fCash maturity has passed and markets have been initialized.

notional.settleAccount(settledAccount, {'from': account})
```
