> For the complete documentation index, see [llms.txt](https://cybro.gitbook.io/cybro/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cybro.gitbook.io/cybro/governance/reports/governance-report-12th-august-2025.md).

# Governance report / 12th August 2025

CYBRO has returned all deposits from the Bitcoin Seasonal Fund on Base.

**Reasons:**

When deploying the vault smart contract, the developers made a mistake. The issue was that a test vault was accidentally included in the vault contracts where the Seasonal Fund allocated assets. Manual tests did not detect this problem, and the contracts were launched. However, the automatic rebalancing mechanism allocated a part of the funds to this test vault. This part of the assets was lost.

**What we did:**

Today, we called a method on the smart contract to return the invested funds to clients, and then manually transferred the missing amount directly to clients’ wallets from the project's multi-sig wallet.

The total compensation amounted to **6,733.52 USDC.**

The team may relaunch the fund with a correct configuration. The team is also considering rewriting the contract with a simpler logic.

Transaction: <https://basescan.org/tx/0x5e9b4bb6b8ef73df8580d7fa0480c95a469d80d08fc03b42f5afd37e5c6d36c3>

CryptoCrouton\
CYBRO Project Lead

<br>


---

# 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://cybro.gitbook.io/cybro/governance/reports/governance-report-12th-august-2025.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.
