# Losses by Band Range

**Overview**

The amount of crvUSD that a user can mint is determined by the number of price bands that their collateral is distributed over. When collateral is distributed over a smaller amount of price bands, it allows the user to mint more crvUSD. However, this means that the user will incur larger losses through soft liquidations.

The Losses by Band Range indicator tracks the distribution of losses over time based on the number of bands that are in a position.

**How can I use it?**

<figure><img src="https://lh7-us.googleusercontent.com/7Z7eZKtOw5Jr_Comfyf24dM06kCSGcTFdOAdEwZwmh5EKnsbVmz2UhVvmXJQyKLbwbZlkZuYR8MFuBOgS3AcjqZKJhWkPLD7wbq1YOQyGFqwmYFuY5DXGIB-OgoguceKP24Pyq0bne62-PSWnmXs3cQ" alt=""><figcaption></figcaption></figure>

By tracking the historical losses incurred based on a position’s band range, users can determine their position strategy based on their risk profile. As can be seen in the chart above, most losses occur in positions with a band range of 5 or less or with 48. Users that are aiming to be capital efficient, might choose a smaller amount of bands but keeping in mind that they will need to actively manage their position. Users who want to mint crvUSD but reduce loss exposure through soft liquidations will likely want to choose band ranges 10 and above.


---

# Agent Instructions: 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:

```
GET https://resources.defirisk.intotheblock.com/crvusd/losses-by-band-range.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
