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

# Overview

***

{% hint style="success" %}
**Living Document*****:*** The Covenant project is in active development. All Covenant documentation might be updated and refined as the Covenant system development progresses.&#x20;
{% endhint %}

***

### &#x20; 👋 <mark style="color:blue;">Welcome to the Covenant documentation portal</mark>

Covenant is a non-custodial stateful DeFi system for native Bitcoin permissionless finance - trade, lend, transfer your BTC, **earn BTC-denominated Yield** - all while retaining full custody, without intermediaries or off-chain parts.

**Covenant system is:**&#x20;

* fully onchain,&#x20;
* fully stateful,&#x20;
* noncustodial,&#x20;
* omnicompatible,&#x20;
* distributed,
* open, and..
* deterministic system for native Bitcoin frictionless BTCFi and DeFi.

***

### <mark style="color:blue;">Resources</mark>

⚙️ Covenant system GitHub – <https://github.com/Covenant-BTC>

***

### <mark style="color:blue;">Get in touch</mark>

{% hint style="info" %}
Feel free to use Covenant project official contacts to get in touch with the Covenant project team or to verify whether a particular representative is affiliated with the Covenant project team.
{% endhint %}

📱TG bot - *launch soon* 🕑

📥 Covenant project email –  <info@cvnnt.io>


---

# 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://cvnnt.gitbook.io/documentation/introduction/overview.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.
