> For the complete documentation index, see [llms.txt](https://help.cvault.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.cvault.finance/ru/deflationary-farming.md).

# Дефляционная Добыча

## **CVault.finance позволяет пользователям получать CORE, предоставляя LP token**

Чтобы участвовать в дефляционной добыче CVaults и, следовательно, получать доход, выплачиваемый в CORE, пользователю необходимо получить токены UNI-V2-LP и завести их на cvault.finance.

Токены UNI-V2-LP получаются путем предоставления Ethereum и CORE в качестве ликвидности на Uniswap.

После добавления liquidity токенов, они не могут быть удалены из пулов CORE Uniswap LP. Это сделано намеренно. В дополнение к этому, комиссии, собранные токенами LP, остаются в пуле, что способствует продолжающемуся росту пула CORE-ETH Uniswap.

Как только liquidity токены получены, пользователь заводит их на cvault.finance, чтобы начать процесс добычи. При добыче пользователи будут получать вознаграждение в CORE, в зависимости от количества заведенных токенов LP и текущего APY.

Текущий APY легко увидеть на странице cvault.finance на вкладке Farm. Обратите внимание, что это не фиксированный доход, не обещанный доход и не финансовый совет. Вознаграждение основан на комиссиях / блоке за последнюю неделю и стоимости токена LP.

Core запущен со стоимостью комиссии в 1% за переводы, что означает, что каждый раз, когда CORE переводится (через торговлю), трейдер платит комиссию в размере 1%. Этот сбор распределяется между всеми участниками CORE, что делает возможным добычу без выпуска новых токенов CORE.

На различных вкладках cvault.finance пользователю будет показана полезная информация, касающаяся APY, токена CORE, токенов LP, информации о паре Uniswap и информации о паре токенов LP.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://help.cvault.finance/ru/deflationary-farming.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
