# Asset parameters

Each asset has specific parameters related to their risk, which influences how they are supplied and borrowed within the protocol.

Select the pool, then click the asset name to inspect individual asset parameters. The same asset may have different parameters in different pools.

<table><thead><tr><th width="216">Metric</th><th>Definition</th></tr></thead><tbody><tr><td>Collateral Factor (CF)</td><td>Capacity of the asset as collateral.</td></tr><tr><td>Liquidation threshold</td><td>Amount of margin left in reserve when the Account health is considered low enough to start liquidation.</td></tr><tr><td>Liquidation penalty</td><td>Additional amount deducted from the deposit of a loan borrower upon liquidation.</td></tr></tbody></table>


---

# 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://puzzle-lend.gitbook.io/guidebook/protocol-details/asset-parameters.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.
