# Trade PnL / pVault Value Chart

![](/files/iAFtI1bjrWqS7IZNoKAG)

​The **Trade PnL / pVault Value** chart will be displayed when you enter amounts for a trade or by clicking the magnifying glass icon. Move your cursor over the chart to see how the values vary with different spot asset values. This chart shows the following information:

* **Trade PnL:** The profit/loss of the trade that is currently being created
* **pVault Value:** The value of the pVault, taking into consideration the new trade and any existing positions. When this value is below the minimum collateral value, the vault can be [liquidated](/predy-v2-documentation/predy/liquidation.md).
* **Min. Collateral:** The minimum amount of collateral required to avoid liquidation.


---

# 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://docs.predy.finance/predy-v2-documentation/predy/trade-pnl-pvault-value-chart.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.
