> For the complete documentation index, see [llms.txt](https://akropolis.gitbook.io/akropolis/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://akropolis.gitbook.io/akropolis/developer-documentation/vortex/risk-management/position-buffer.md).

# Position Buffer

Vortex v1 will remain at 1x leverage, but, as USDC is used as collateral, positions are at risk of liquidation. To manage this risk, a percentage of funds are held idle in an address as a **Position Buffer**. This is done to increase the available collateral in the margin account such that the margin account is always overcollateralised, dramatically reducing any liquidation risk.&#x20;

This Buffer is a set size and will be maintained so long as active positions are open.

The Buffer can be changed at any time by the Vortex Manager; *remargin()* must be called after the buffer change.

{% hint style="info" %}
*For more information, on how this is managed during strategy operation see* [*remargin*](/akropolis/developer-documentation/vortex/risk-management/remargin.md)
{% endhint %}
