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

# CurveYield Introduction

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

The protocol integrates specialized pool infrastructure, tokenized yield strategies, productive collateral markets, and treasury-owned liquidity into one coordinated system. Operations are supported by automation, cross-chain messaging, MEV-aware infrastructure, and peer-to-peer data networks.

CurveYield uses proven DeFi primitives where possible and adds targeted coordination contracts where needed. Users and integrators must review product status, contract references, and risks before using any CurveYield system.

## Start here

| Page                                                              | Use it for                                               |
| ----------------------------------------------------------------- | -------------------------------------------------------- |
| [Executive Summary](/curveyield-summary.md)                       | A concise overview of CurveYield 2.0                     |
| [Protocol Overview](/protocol-overview.md)                        | The system model and how the layers fit together         |
| [CurveYield DEX](/products/curveyield-dex.md)                     | Pool infrastructure, fee policy, and liquidity economics |
| [Yield Vaults](/products/yield-vaults.md)                         | Live vault families and vault design                     |
| [cyUSD and Credit Systems](/products/cyusd-and-credit-systems.md) | Stable liquidity and credit-market direction             |
| [Product Status](/reference/product-status.md)                    | Current status of major products and modules             |
| [Contracts](/reference/contracts.md)                              | Public contract references                               |
| [Risks](/reference/risks.md)                                      | System-wide risk disclosure                              |

Live product status, contract addresses, and risk notes are maintained on the reference pages. Product pages describe how each component fits into the broader CurveYield system.


---

# 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://docs.curveyield.com/curveyield-introduction.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.
