- Slither + Mythril (CI gates)
- Public repo, public issues
- $2k informational bounty pending
Audits, on a schedule
that scales with risk.
Audit cost should scale with TVL at risk. The contract surface is ~20 KB single-vault with invariant + fork test coverage already in place. Most of what auditors typically catch on greenfield code is already locked down. Below: the staged path.
Slither + Mythril CI gates. Public repo. Informational bounty pending. 20 Slither findings reviewed (all noise — false-positive reentrancy, accepted-convention timestamp checks). Mythril clean.
- Solo independent auditor (pashov, t1mu, ck.spearbit, mooncatcher)
- 1–2 week focused review of Phase 2/3 surface
- Findings published with our responses
- Live Immunefi bug bounty ($10–50k tiered)
- Second independent solo for fresh-eyes coverage
- Cantina solo engagement OR Code4rena contest pot
- Trail of Bits / Spearbit / OpenZeppelin firm engagement
A good audit pass is 80% your prep + 20% the auditor's pattern recognition. The 80% is already done.
Pay for an audit when you need fresh adversarial eyes on contract logic. Don't pay for one to validate things you can validate yourself: compile-time properties (Slither, Mythril, forge fmt), property invariants (24,576 assertions per run already), coverage gaps (forge coverage shows them for free), gas regressions (forge snapshot --check).
The $40k+ firm tier is not a launch requirement — it's how you de-risk once there's actual money on the line.
Read AUDIT-PREP.mdProtocol
We publish the full report after fixes ship — including findings we did NOT fix and our reasoning. Audit hiding is a smell.
Responsible
disclosure.
Disclose privately first. Email [email protected] (PGP key fingerprint published on the security policy). Do not exploit, do not exfiltrate funds, do not test on mainnet beyond what is needed to demonstrate. We respond within 48h.
- A public writeup with named credit on /trust/audits
- Discretionary bounty in USDC for high-severity findings
- A spot in the Hall of Fame on the public security policy