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

# The Problem

DeFi’s complexity is not a minor inconvenience, it is a structural barrier that actively limits user participation, capital efficiency, and innovation. Norexa was born from observing three core pain points that plague both users and protocol builders alike:

## **Complexity Barrier**

Today’s DeFi landscape demands constant monitoring, technical acumen, and familiarity with a vast and ever-changing protocol stack. Whether it’s maximizing yield on Curve, rotating positions across Aave and Compound, or strategically voting in DAO proposals, the learning curve is steep and often inaccessible. Most users are overwhelmed by:

* Dozens of strategy permutations and risk curves
* Constant updates to smart contract logic and UI/UX
* Gas optimization and risk management requirements
* Fragmented infrastructure without clear standardization

This often leads to users settling for passive, suboptimal strategies or worse, exiting DeFi entirely.

## **Execution Speed**

Many of the best DeFi opportunities - arbitrage spreads, governance proposal timing, rebalancing windows - are high-frequency and short-lived. Without automated agents or bots running 24/7, these windows are impossible to capture manually. Retail users simply can’t:

* Monitor every protocol in real-time
* Execute transactions across chains and pools simultaneously
* Act without emotional bias or manual delay

This results in asymmetric advantage for insiders and infrastructure operators with technical edge.

## **Lack of Trustless Automation**

While automation exists in various forms - bots, scripts, yield protocols - most of it is centralized, opaque, or insecure. There’s no universal framework to:

* Deploy an autonomous strategy with economic accountability
* Select from a curated, transparent agent marketplace
* Ensure agents are penalized for failure and rewarded for performance

This creates a fragmented experience where users must choose between convenience and control—and developers face repeated infrastructure headaches.


---

# 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://norexa.gitbook.io/norexa-agent/platform-philosophy/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.
