# Pool strategies

Each external liquidity pool on FIN-REALLY is assigned one of several strategies to maximize profit and mitigate risks:

* **Safe:** Each liquidity pool is equipped with its own unique level of conservatism or aggressiveness, representing the overall risk associated with using various strategies. This includes security assessments of third-party protocols, interaction frequency with contracts, and collateral ratios for lending operations (if applicable);
* **Flexible:** The liquidity pool's strategy can change, allowing for the addition of new or alternative actions, or even a complete switch to a more efficient strategy. Users do not need to take any action, as funds will automatically transition to updated approaches;
* **Multi-Strategy:** Combines the previous strategies, allowing assets in the pool to be deployed across all three strategies. In this case, any chosen percentage will be distributed among investment pools (for example, 40% in the Stable pool, 40% in the Coin pool, and 20% in the Dex pool). The multi-strategy pools function to smoothly transition from an old strategy to a new one (e.g., starting with 1%/99%, then 50%/50%, and eventually to 100%/0%).

***


---

# 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://fin-really.gitbook.io/whitepaper-v.3/about-us/what-is-liquidity-pool/pool-strategies.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.
