# 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="files"></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/D1mtq3jRboP3QhTzhEOK">/files/D1mtq3jRboP3QhTzhEOK</a></td></tr><tr><td>Learn about our Lending Protocol</td><td><a href="/pages/9rO2aTEX6Dwfkqw4xdIP">/pages/9rO2aTEX6Dwfkqw4xdIP</a></td><td><a href="/files/gezCEQhpuDZlOd0zHVOz">/files/gezCEQhpuDZlOd0zHVOz</a></td></tr><tr><td>Learn about our leverage system</td><td><a href="/pages/hVFl1s4zUbsBauZHh7RY">/pages/hVFl1s4zUbsBauZHh7RY</a></td><td><a href="/files/fW76OVk1q5LlnYxb8S81">/files/fW76OVk1q5LlnYxb8S81</a></td></tr><tr><td>Learn about our liquidation engine</td><td><a href="/pages/sUZ1AQDfL4CEUHcVkR8n">/pages/sUZ1AQDfL4CEUHcVkR8n</a></td><td><a href="/files/jBqMSepI4HtNTMgJBy5J">/files/jBqMSepI4HtNTMgJBy5J</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/QVixWfJqJu4VdujT9Ian">/files/QVixWfJqJu4VdujT9Ian</a></td></tr></tbody></table>


---

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