# ⚙PCA

The protocol controlled reserve of assets includes all the cumulative sum of rewards/fees received by deploying the liquidity from all the pools . These assets are used to mitigate the IL risk of Liquidity providers and plays a major role in reaching the protocol **ideal stage** where Deliq infrastructure becomes self sustainable.

Example :

Suppose there are two token pools in Deliq ecosystem ABC pool , PQR pool ,

* &#x20;The fees generated by liquidity provisioning to the pairs ABC/AVAX , ABC/USDC , PQR/AVAX , PQR/USDC will be combined to form  PCA .
* PCA will contain ABC token , PQR token , AVAX , USDC.
* These assets will be used to pay for the **IL mitigation**.


---

# 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://deliqfinance.gitbook.io/deliq-finance/components-of-deliq/pca.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.
