> For the complete documentation index, see [llms.txt](https://clio-defi.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://clio-defi.gitbook.io/docs/the-solution.md).

# The solution

Clio DeFi packages three modules into a single protocol experience:

### Module I — Swap

A clean exchange surface that aggregates liquidity across BNB Smart Chain DEXes (PancakeSwap V3 and Biswap at launch; route count expands in Phase III). Users see one quote and one signature. Slippage tolerance, route inspection, and gas estimates are visible without leaving the swap card.

### Module II — Stake

Curated single-asset pools with predictable lock periods (7-day, 30-day, 90-day) and auto-compound. Yield is generated by deploying staked principal into vetted DeFi positions on BNB Smart Chain — initially structured as a managed strategy, transitioning to onchain delegation in Phase IV. Early-exit forfeits accrued yield only; principal is always returnable.

### Module III — Lend

A collateralized lending module where users supply assets, borrow against collateral, and monitor health factor in real time. The interface exposes usage ratio, liquidation threshold, and risk posture directly in the primary workflow.

### How These Compose

The three modules are not separate products stitched together. Swap, staking, and lending are presented as one coherent system with shared wallet context, unified navigation, and consistent risk controls.

### What We Are Not

* We are not a yield aggregator competing on basis points alone.
* We are not a memecoin platform.
* We are not a "social DeFi" product trying to make finance gamified or viral.

We are a small, focused financial system designed for users who value clarity and control over hype and visual noise.


---

# 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://clio-defi.gitbook.io/docs/the-solution.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.
