# CONTRACTS

Harmonix’s smart contracts manage the movement and allocation of assets across strategies. Contracts include:

* **Vault Contracts**: Handle deposits, withdrawals, and performance tracking.
* **Strategy Contracts**: Execute the specific yield-generation methods such as delta-neutral or options-based hedging.
* **Governance Contracts**: Facilitate decentralized decision-making and protocol upgrades.

\- Smart Contract:  <https://github.com/harmonixfi/core-smart-contract>

\- Reporting Service:  <https://github.com/harmonixfi/harmonix-api>

<https://github.com/harmonixfi>


---

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