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

# V0

Welcome to the Constant Finance V0 documentation. This guide introduces the protocol's fixed-rate lending model and the V0 deployment currently available on Ethereum Sepolia.

Constant Finance brings borrowers and suppliers together through signed Orders. Once compatible terms are matched, the protocol opens an isolated Position for the borrower and issues Constant NFTs that represent supplier claims.

Use the three sections below to explore the protocol:

* [Overview](/docs/v0/overview.md) introduces the model, the participants, and the language used throughout this guide.
* [Concepts](/docs/v0/concepts.md) follows a loan from Orders and matching through repayment, refinance, and liquidation.
* [Deployment](/docs/v0/deployment.md) records the current Sepolia contracts, supported assets, and risk configuration.

This documentation covers capabilities that are deployed, connected, and usable through the V0 stack. A feature is not presented as available simply because related code exists.


---

# 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://constant-finance.gitbook.io/docs/v0.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.
