# Broken invariants

- Budget filter: **1.00h**
- Events considered: **34 / 34**
- Unique invariants: **10**

> **Warning — trial run.** This benchmark was executed with fewer than 10 instances per fuzzer and/or a time budget shorter than 24h. Results from trial runs are meant for debugging purposes and are not valid for extracting conclusions across different fuzzers.

## Per-fuzzer totals

| Fuzzer | Invariants |
|---|---:|
| echidna | 10 |
| foundry | 3 |
| medusa | 6 |

## High-level overlap

- Shared by all fuzzers: **3**
- Exclusive to `echidna`: **4**
- Exclusive to `foundry`: **0**
- Exclusive to `medusa`: **0**

## Grouped invariants

<details>
<summary>Exclusive to <code>echidna</code> (4)</summary>

- `iSpoke_repay`
- `iSpoke_withdraw`
- `invariant_supplySharePriceAndDrawnIndexMonotonic`
- `invariant_totalBorrowedLessThanSupplied_v2`

</details>

<details>
<summary>Exclusive to <code>foundry</code> (0)</summary>

_None._

</details>

<details>
<summary>Exclusive to <code>medusa</code> (0)</summary>

_None._

</details>

<details>
<summary>Shared by all fuzzers (3)</summary>

- `invariant_canary`
- `invariant_shouldNotBecomeLiquidatable`
- `invariant_totalBorrowedLessThanSupplied_v0`

</details>

Top shared subsets (top 1 by size):

<details>
<summary><code>echidna, medusa</code> (3)</summary>

- `assert_canary`
- `iHub_mintFeeShares`
- `invariant_totalBorrowedLessThanSupplied_v1`

</details>
