> 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-problem.md).

# The problem

DeFi has solved many problems but it has also created a new one: financial software with no memory.

Five categories of friction shape the user experience today:

### Disposable Interfaces

Most DeFi front-ends are optimized for the transaction in front of the user. Once a swap completes, the interface forgets it. The user is left to reconstruct their financial history from block explorers and CSV exports — both inadequate for any kind of reflective practice.

### Fragmentation Across Surfaces

A typical onchain user moves between three to seven separate interfaces in a single week (DEX, yield aggregator, NFT market, bridge, portfolio tracker, and so on). Each surface has its own conventions, none of which compose into a coherent personal record.

### Visual Vocabulary That Optimizes for Excitement, Not Clarity

The mainstream visual language of crypto — neon, gradients, animated coins — is designed to read as exciting. It does not read as serious. For users who view DeFi as long-form personal finance, the visual register is wrong.

### Tokenomics Designed for Launch, Not Operation

Most token distributions are calibrated to maximize launch-week excitement: large open-market launch rounds, short cliffs, prominent marketing allocations. The result is well-documented — early dumps, weak liquidity, and a misalignment between the token's price chart and the protocol's actual progress.

### Communities Optimized for Volume

Crypto communities are dominated by Discord servers, Twitter Spaces, and group chats that reward volume over signal. Quiet, considered participation has no place to go.

Clio DeFi is a response to all five.


---

# 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-problem.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.
