> For the complete documentation index, see [llms.txt](https://basket-fund.gitbook.io/basket.fund-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://basket-fund.gitbook.io/basket.fund-docs/value-performance-and-fees/liquidation-value.md).

# Liquidation value

Liquidation value estimates how much USDC could be received if the basket’s current assets were sold through available liquidity.

This number can be lower than spot NAV, especially for larger positions or thinner assets.

For example, a token may show a strong spot price, but selling size into shallow liquidity can move the price. In that case, the exit value matters more than the chart value.

basket.fun should show estimated liquidation or exit value where possible so users can better understand the difference between holding value and exit value.


---

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

```
GET https://basket-fund.gitbook.io/basket.fund-docs/value-performance-and-fees/liquidation-value.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.
