> For the complete documentation index, see [llms.txt](https://docs.save.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.save.finance/protocol/limits.md).

# Limits

## Position Limits

An account can have at most 6 positions. A position is any supplied or borrowed asset. This limit is due to the Solana [compute limit](https://docs.solana.com/developing/programming-model/runtime#compute-budget), since attempting to enter more positions would cause the transaction to fail. We plan to address this in the future.

For example, Alice is supplying {10 SOL} and is borrowing {1 SOL, 5 USDC}. She has 3 positions in total.

For now, the workaround for more positions is to use multiple accounts.
