# High-Level Platform Overview

The Coolwater dApp enables Depositors with different levels of asset origination expertise (passive vs. active) to participate in yield-generating lending and investment strategies. Active investment managers, or Lead Strategists, can borrow capital from passive Depositors in return for an ongoing royalty of the proceeds of the underlying strategy.  Coolwater:

* Securely custodies Depositor assets via MPC wallet infrastructure and address whitelisting for fund withdrawals.
* Tracks and manages investment performance via discrete investment periods called epochs.
* Processes withdrawals and airdrop distributions based on capital priority (i.e., Depositors are paid before Lead Strategist).

The below diagram shows the system architecture used for the Blender Strategy:

<figure><img src="/files/C512xYdSUSxY9JlhfuhF" 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.coolwater.xyz/functional-overview/high-level-platform-overview.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.
