> For the complete documentation index, see [llms.txt](https://reports.immunefi.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://reports.immunefi.com/acre.md).

# Acre

## Reports by Severity

<details>

<summary>Medium</summary>

* \#34836 \[SC-Medium] Malicious party can make it impossible for debt to be completely repaid by donating a few tbtc to \`stBTC.sol\`
* \#34712 \[SC-Medium] Malicious users can block repay debt transactions with no cost

</details>

<details>

<summary>Low</summary>

* \#34851 \[SC-Low] Adversary can freeze users' fund in stBTC using donation attack on MezoAllocator
* \#34729 \[SC-Low] \`releaseDeposit\` will likely fail, putting funds in MezoAllocator at risk of being permanently stuck
* \#34748 \[SC-Low] Last withdrawer can be prevented from withdrawing their assets
* \#34999 \[SC-Low] The tBTC in the MezoAllocator itself is not considered in the withdrawal function
* \#34672 \[SC-Low] Protocol runs insolvent due to incorrect reliance on depositBalance which doesn't match holder balances
* \#34995 \[SC-Low] \`mintDebt()\` and \`repayDebt()\` should return \`assets\` and not \`shares\`
* \#35026 \[SC-Low] \`repayDebt\` in stbtc returns a worng value
* \#35014 \[SC-Low] Incorrect rounding in mintDebt function might allow minimal shares dilution
* \#34978 \[SC-Low] Protocol runs insolvent due to incorrect reliance on depositBalance which doesn't match holder balances
* \#34959 \[SC-Low] \`mintDebt\` returns a wrong value

</details>

<details>

<summary>Insight</summary>

* \#34998 \[SC-Insight] Deposited assets in an old dispatcher may be lost when swapping to a new dispatcher

</details>

## Reports by Type

<details>

<summary>Smart Contract</summary>

* \#34836 \[SC-Medium] Malicious party can make it impossible for debt to be completely repaid by donating a few tbtc to \`stBTC.sol\`
* \#34851 \[SC-Low] Adversary can freeze users' fund in stBTC using donation attack on MezoAllocator
* \#34729 \[SC-Low] \`releaseDeposit\` will likely fail, putting funds in MezoAllocator at risk of being permanently stuck
* \#34748 \[SC-Low] Last withdrawer can be prevented from withdrawing their assets
* \#34999 \[SC-Low] The tBTC in the MezoAllocator itself is not considered in the withdrawal function
* \#34672 \[SC-Low] Protocol runs insolvent due to incorrect reliance on depositBalance which doesn't match holder balances
* \#34998 \[SC-Insight] Deposited assets in an old dispatcher may be lost when swapping to a new dispatcher
* \#34712 \[SC-Medium] Malicious users can block repay debt transactions with no cost
* \#34995 \[SC-Low] \`mintDebt()\` and \`repayDebt()\` should return \`assets\` and not \`shares\`
* \#35026 \[SC-Low] \`repayDebt\` in stbtc returns a worng value
* \#35014 \[SC-Low] Incorrect rounding in mintDebt function might allow minimal shares dilution
* \#34978 \[SC-Low] Protocol runs insolvent due to incorrect reliance on depositBalance which doesn't match holder balances
* \#34959 \[SC-Low] \`mintDebt\` returns a wrong value

</details>


---

# 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://reports.immunefi.com/acre.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.
