# Quick Start Guides

These quick start guides will help you integrate with Curvance's smart contracts using our official API. Whether you're building a frontend dApp, creating a trading bot, or integrating Curvance into your own protocol, these guides provide the core code snippets and explanations you need.

### Overview

Curvance is a money market protocol that enables users to deposit collateral, borrow assets, and participate in governance. The protocol features:

* Isolated risk environments for different asset classes.
* Dynamic Liquidation Engine (DLE) for efficient risk management.
* Optimized gas usage through innovative design patterns.
* MEV (Maximum Extractable Value) capture through Atlas Fastlane auctions.

### Prerequisites

To follow these guides, you'll need:

* Node.js environment.
* Basic knowledge of JavaScript and Ethereum.

### Guide Contents

These quick start guides cover the following areas:

1. Integration Cookbook
2. Loans & Collateral
3. Borrowing & Repayment
4. Leverage
5. Plugin Integration
6. Liquidations

Each guide includes complete code examples, transaction parameter explanations, and tips for error handling and gas optimization. Follow along with these guides to build powerful DeFi applications on top of the Curvance protocol.\
\
Let's get started with building on Curvance!


---

# 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/quick-start-guides.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.
