# Executive Summary

CurveYield is DAO-controlled liquidity infrastructure combining AMMs, vaults, credit markets, and protocol-owned liquidity.

The protocol is built around a simple thesis: liquidity becomes more valuable when it can support trading, earn yield, serve as collateral, deepen markets, and accumulate under DAO-controlled ownership without fragmenting across separate systems.

## Core product areas

| Area                                                                    | Role                                                                                                                                   |
| ----------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------- |
| [CurveYield DEX](/products/curveyield-dex.md)                           | Balancer V3-style pool infrastructure with CurveYield-specific fee routing, pool creation, settlement, and permanent liquidity systems |
| [Yield Vaults](/products/yield-vaults.md)                               | Tokenized strategies that package staking, reward harvesting, compounding, and keeper execution into user-facing vault shares          |
| [cyUSD and Credit Systems](/products/cyusd-and-credit-systems.md)       | Stable liquidity and productive-collateral markets released on a market-by-market basis                                                |
| [Protocol-Owned Liquidity](/products/protocol-owned-liquidity.md)       | DAO-owned and partner-owned liquidity positions designed to reduce dependence on temporary incentives                                  |
| [Cross-Chain Layer](/architecture/cross-chain-layer.md)                 | Bridge and rate-publishing infrastructure for yield-bearing vault assets                                                               |
| [Governance and Automation](/architecture/governance-and-automation.md) | DAO ownership, keeper execution, monitoring, and bounded automation                                                                    |

## Current public status

Live products, deployed contracts, and pending systems are tracked in [Product Status](/reference/product-status.md) and [Contracts](/reference/contracts.md). Users should treat those pages as the source of truth for public deployments.

## Why it matters

* Capital can do more than one job when pools, vaults, credit markets, and treasury routes are designed together.
* Protocols can build owned liquidity instead of relying only on temporary emissions.
* Revenue can be routed through DAO-controlled infrastructure instead of leaking across isolated products.

CurveYield does not promise fixed returns. It coordinates real DeFi revenue sources and documents the risks, dependencies, and deployment status for each product line.

## Reference links

* [Product Status](/reference/product-status.md)
* [Contracts](/reference/contracts.md)
* [Risks](/reference/risks.md)
* [CurveYield DEX](/products/curveyield-dex.md)


---

# 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.curveyield.com/curveyield-summary.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.
