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

Last updated