# Introduction to the Operating Mechanism of the NovaBank Protocol

**NovaBank consists of six main contracts:**

* [<mark style="color:yellow;">**Treasury Contract**</mark>](/introduction-to-the-operating-mechanism-of-the-novabank-protocol/treasury-contract.md)
* [<mark style="color:yellow;">**Sales Contract**</mark>](/introduction-to-the-operating-mechanism-of-the-novabank-protocol/sales-contract.md)
* [<mark style="color:yellow;">**Bond Contract**</mark>](/introduction-to-the-operating-mechanism-of-the-novabank-protocol/bond-contract.md)
* [<mark style="color:yellow;">**Staking Contract**</mark>](/introduction-to-the-operating-mechanism-of-the-novabank-protocol/staking-contract.md)
* [<mark style="color:yellow;">**Reward Vesting Contract**</mark>](/introduction-to-the-operating-mechanism-of-the-novabank-protocol/reward-vesting-contract.md)
* [<mark style="color:yellow;">**Contribution Value Algorithm Contract**</mark>](/introduction-to-the-operating-mechanism-of-the-novabank-protocol/contribution-value-algorithm-contract.md)

These six contracts form the basic operational logic of NovaBank.

***


---

# 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.novabank.finance/introduction-to-the-operating-mechanism-of-the-novabank-protocol.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.
