# Provision of liquidity

DLP (DAOLama LP Token) is a specialised token designed for liquidity providers on the DAOLama platform. The collected liquidity is used by the protocol to issue loans.

The DLP is a share of the total liquidity managed by a smart contract on a platform called the Vault. The Vault functions as a counterparty between suppliers and borrowers:

* Funds for loan disbursement are drawn from the Vault.
* The body of the loan, together with interest, is transferred to the Vault.

80% per cent of the protocol income from each loan disbursed is distributed to DLP holders, incentivising them to hold funds in the Vault to generate income.

## DLP replenishment

Add your tokens to the liquidity pool on the Storage page. To do this, click ‘Provide’ and enter the required number of tokens. In return, you will receive DLP tokens at the current rate, which can be exchanged back at any time.

## DLP combustion

To withdraw, go to the Vault page, click ‘Withdraw’ and enter the number of DLP you want to redeem. The specified number of DLPs will be burned and you will receive your tokens back at the current rate.

## Risks

Although the value of DLP is relatively resilient to market fluctuations, holding DLP involves certain risks, particularly during periods of high volatility when the value of collateral assets declines sharply and some borrowers do not redeem their assets, resulting in the liquidation of loans. These risks can lead to a decline in the value of the token. At the same time, the redistribution of 80% of profits to the Vault contributes to the growth of DLP's value in the medium term.

## DLP costing

The price of DLP is determined by the volume of TON tokens in the Vault and the current volume of issued DLP. Changes in the issuance or burning of DLP affect the future dynamics of their value, but do not directly affect the current price.

$$
Pdlp=TONvault/DLPsupply
$$


---

# 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.daolama.co/daolama/daolama-en/provision-of-liquidity.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.
