# Users

Different types of users can earn yield through the Arcadia Protocol.

There are four different user groups. The following image illustrates how each of them interacts with the Arcadia Protocol.

![Users](/files/CuC2SH50VFFb2HnpYt5P)

## 1. Lenders

[Lenders](/users/lenders.md) are the least sophisticated users. They have no direct exposure to liquidity positions and only indirect exposure to market- or liquidation risks. They only need to choose which assets they want to lend, and how much they want to lend.

## 2. Strategists

[Strategists](/users/strategists.md) are a more sophisticated type of user. They need to understand the risks involved with using AMM liquidity positions.

Choosing and managing a yield strategy does not require any technical knowledge or experience. Strategists only need to select one of the four curated yield strategies. The dApp will use data to optimize which pools, ranges, rebalancing frequencies... are used within the curated strategies.

## 3. Farmers

[Farmers](/users/farmers.md) are the most sophisticated type of user. Farmers get the full flexibility and tooling to build and manage their yield portfolio's. Farmers can select and combine liquidity positions of any available Pool, choose custom ranges, use leverage, customize automations and much more.

## 4. Protocols

[Protocols](/users/protocols.md) providing liquidity in DEXs have very different objectives than typical yield farmers. Where a yield farmer wants to maximize returns, protocols wants to ensure sufficient liquidity, limiting slippage for buyers/sellers, while preserving principle capital.

Arcadia Pro is a bespoke suite for PoL management. Under the hood it uses the same (onchain) infrastructure as the main dapp, but optimises for the specific objectives and needs to manage PoL.


---

# 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.arcadia.finance/users.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.
