> For the complete documentation index, see [llms.txt](https://docs.osero.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.osero.org/osero-app/transparency/position-liquidity.md).

# Position Liquidity

The **Liquidity** panel in the Osero App shows **Actively Stabilising Collateral**: assets available to support redemptions and help maintain stability when market conditions change.

It complements the **Backing** and **Capital Protection** panels by providing another view of the underlying system's strength.

<figure><img src="/files/vHRQ4tWd5rh4BDwTKrrk" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
Liquidity data is dynamic. The amount, composition, and entities shown can change as positions are deployed, returned, or rebalanced.
{% endhint %}

## What Actively Stabilising Collateral means

Actively Stabilising Collateral is the part of the collateral base available to support liquidity needs and help maintain stable market conditions. Osero shows it separately so you can distinguish between overall backing and assets that can actively support liquidity.

This can include idle stablecoin balances and liquid onchain positions. Idle stablecoins are funds that are not currently deployed, while liquid onchain positions can be converted or unwound when needed.

## Available Liquidity can vary

The assets shown in this panel may not always be available at the same speed or price. This depends on the asset, market conditions, available routes, and network activity.

The amount and composition of available liquidity can change over time, so check the current view in Osero App for the latest information.

## Redemptions and peg pressure

Redemptions happen when users withdraw from a savings position or exchange an asset through an available route. Peg pressure can occur when an asset moves away from its intended value or when demand for redemptions increases.

Actively Stabilising Collateral provides liquidity that can help support redemptions and maintain stability during these periods.

{% hint style="warning" %}
Liquidity helps support the system, but execution times, prices, and available routes can vary depending on current conditions. Fees, quotes, and wallet requests are specific to each transaction.
{% endhint %}

## Related transparency views

For related context, see [Backing](/osero-app/transparency/backing-tranparency.md) and [Capital Protection](/osero-app/transparency/capital-protection.md).


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.osero.org/osero-app/transparency/position-liquidity.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
