# Liquidity Deployment

{% hint style="info" %}
If liquidity is provided to Joe/USDC pair , here Joe is the Base asset and USDC is the Quote asset .
{% endhint %}

### Parameters that determine the deployment logic&#x20;

1\) **Quantity of asset in PCA reserve** - Do not deploy more than 3x (Alpha) the quantity available in reserve.

2\) **Base asset in pool available to pair with quote asset** - If quote asset is not sufficient to pair with all base assets , it will be proportionately distributed across pools.

3\) **DLQ staked in the pool** - DLQ staked + Reserve of Joe = LP Sushi . Which means at least 2/3rd of the value of asset in pool should be staked by LDs.

### Equations and logic.

1\) **Based on qty asset in  PCA** -

* (ABC\_inPCA) = QTY of asset in Reserve .
* (Alpha) = Reserve multiple&#x20;
* (ABC\_LP) = QTY of asset in pool .
* (ABC\_deployable) = QTY of asset that can be deployed .

$$
IF \space ABC\_{inPCA} \times Alpha  \geq ABC\_{LP} \newline THEN \space LP\_{ABC\_{deployable1}} = ABC\_{LP} \newline IF \space ABC\_{inPCA} \space \times \space Alpha \leq ABC\_{LP} \newline THEN \space LP\_{ABC\_{deployable1}} \space = ABC\_{inPCA} \times Alpha
$$

​

2\) **Based on quote asset available to pair -**&#x20;

If the qty of quote asset available to pair isn't enough , the quote asset will be pro rata distributed across the pools.

$$
IF \space LPquote\_{deployable1} \geq SumAssets\_{deployable1} \newline THEN \space Quote\_{pairable} = 1 \newline IF \space LPquote\_{deployable1} < SumAssets\_{deployable1}\newline THEN \space Quote\_{pairable}= LPquote\_{deployable1}\space \div SumAssets\_{deployable1}\newline \rightarrow LP\_{ABC\_{deployable1}} \times Quote\_{pairable}= LP\_{ABC\_{deployable2}}
$$

l.


---

# 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/equations-governing-the-protocol/liquidity-deployment.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.
