> 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/butter.md).

# Butter

## Reports by Severity

<details>

<summary>Low</summary>

* \#39495 \[SC-Low] FlatCFM cannot be resolved in case answer of questionId are in greater or equal to 2^OUTCOME\_COUNT and answer % 2^OUTCOME\_COUNT is 0

</details>

<details>

<summary>Insight</summary>

* \#39153 \[SC-Insight] Unauthorized Token Creation and Minting Vulnerability
* \#39271 \[SC-Insight] Check \`numericAnswer\` before external call to check answer is valid or not
* \#39528 \[SC-Insight] Lack of Validation for Min and Max Values in FlatCFMFactory leads to wrong payouts
* \#39539 \[SC-Insight] Insufficient validation of tokens when created in \`PlayCollateralTokenFactory::createCollateralToken\`
* \#39181 \[SC-Insight] Bond Fund will be Lost When Question is Asked Again
* \#39243 \[SC-Insight] Misleading Comment in merge Function Regarding Token Transfers to wrapped1155Factory
* \#39524 \[SC-Insight] Incorrect Outcome Formatting in Reality Adapter Leads to Wrong Number of Outcomes
* \#39487 \[SC-Insight] flatCfmImplementation and conditionalScalarMarketImplementation contracts can be initialized by anyone

</details>

## Reports by Type

<details>

<summary>Smart Contract</summary>

* \#39153 \[SC-Insight] Unauthorized Token Creation and Minting Vulnerability
* \#39271 \[SC-Insight] Check \`numericAnswer\` before external call to check answer is valid or not
* \#39495 \[SC-Low] FlatCFM cannot be resolved in case answer of questionId are in greater or equal to 2^OUTCOME\_COUNT and answer % 2^OUTCOME\_COUNT is 0
* \#39528 \[SC-Insight] Lack of Validation for Min and Max Values in FlatCFMFactory leads to wrong payouts
* \#39539 \[SC-Insight] Insufficient validation of tokens when created in \`PlayCollateralTokenFactory::createCollateralToken\`
* \#39181 \[SC-Insight] Bond Fund will be Lost When Question is Asked Again
* \#39243 \[SC-Insight] Misleading Comment in merge Function Regarding Token Transfers to wrapped1155Factory
* \#39524 \[SC-Insight] Incorrect Outcome Formatting in Reality Adapter Leads to Wrong Number of Outcomes
* \#39487 \[SC-Insight] flatCfmImplementation and conditionalScalarMarketImplementation contracts can be initialized by anyone

</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/butter.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.
