# Objectives

{% hint style="info" %}
Providing liquidity to pool-based decentralized exchanges (DEX) is one of the main sources of yield in the DeFi space. However, this strategy has two major drawbacks.&#x20;
{% endhint %}

For part-time investors who already have their hands tied elsewhere and wish to earn a peaceful passive income, the risk and complexity associated to liquidity pools is too high and most of them prefers to keep their crypto sleeping in their wallet.&#x20;

For experienced liquidity providers, who are familiar with impermanent loss and yield farming, providing liquidity is not always capital efficient and they prefer to focus on more complex strategies or move to concentrated liquidity DEX.

**Securd** solves these two issues by splitting the liquidity provision position into two strategies:

* **Indirect Liquidity Providing,** where Depositors receive passive income while transferring risk and complexity to experienced liquidity providers (Borrowers).&#x20;
* **Leveraged Liquidity Providing**, where experienced liquidity providers can optimize their capital usage and multiply their returns by accessing extra funding at a reduced cost.&#x20;

<figure><img src="/files/nk1LHAIj9OqKE26oBxVE" alt=""><figcaption></figcaption></figure>


---

# 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.securd.org/documentation/how-does-it-work/objectives.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.
