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

# Overview

Welcome to the official technical documentation for Curvance, a protocol designed to provide capital-efficient money market services with advanced risk management and MEV capture capabilities. This documentation serves as the comprehensive guide for developers, integrators, and auditors working with the Curvance smart contract system.

## Documentation Structure

Unlike traditional contract-centric documentation, **this documentation is organized by function** rather than by individual contracts. This approach offers several advantages:

* **Workflow-Based Navigation:** Follow complete processes from start to finish.
* **Contextual Understanding:** See how functions interact across multiple contracts.
* **Use-Case Orientation:** Find solutions based on what you're trying to accomplish.

For example, instead of separate pages for `CentralRegistry.sol` or `LiquidityManager.sol`, you'll find integrated explanations of liquidation workflows that span multiple contracts.

<table data-view="cards"><thead><tr><th></th><th data-hidden data-card-target data-type="content-ref"></th><th data-hidden data-card-cover data-type="image">Cover image</th></tr></thead><tbody><tr><td>Get started integrating Curvance into your platform</td><td><a href="/pages/QB45gZCRrgL5tcr3ac83">/pages/QB45gZCRrgL5tcr3ac83</a></td><td><a href="/files/ufXuy2VeyINh4VxqbavT">/files/ufXuy2VeyINh4VxqbavT</a></td></tr><tr><td>Learn about our Lending Protocol</td><td><a href="/pages/9rO2aTEX6Dwfkqw4xdIP">/pages/9rO2aTEX6Dwfkqw4xdIP</a></td><td><a href="/files/mRupYavhwKbDgaaVKp7o">/files/mRupYavhwKbDgaaVKp7o</a></td></tr><tr><td>Learn about our leverage system</td><td><a href="/pages/hVFl1s4zUbsBauZHh7RY">/pages/hVFl1s4zUbsBauZHh7RY</a></td><td><a href="/files/y5NXUUmMjCKgn3YsRQaG">/files/y5NXUUmMjCKgn3YsRQaG</a></td></tr><tr><td>Learn about our liquidation engine</td><td><a href="/pages/sUZ1AQDfL4CEUHcVkR8n">/pages/sUZ1AQDfL4CEUHcVkR8n</a></td><td><a href="/files/jUEPsZUEiDIao84rqtlc">/files/jUEPsZUEiDIao84rqtlc</a></td></tr><tr><td>Learn about our plugin and delegation system</td><td><a href="/pages/wPT2iNhy0pPlM0lWgusP">/pages/wPT2iNhy0pPlM0lWgusP</a></td><td><a href="/files/I5RFKfCb1mAEZcWI0Mbl">/files/I5RFKfCb1mAEZcWI0Mbl</a></td></tr></tbody></table>


---

# 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:

```
GET https://docs.curvance.com/app/developer-docs/overview.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.
