Internal review
Go / no-go
Framing: internal review + C-1 verified. This loop is the Audit+fix agent — not a paid firm. Never say “firm audited”.
Ship bar: Criticals and High Big-blocks UX are patched in this frontend. Wallet E2E is a click on Instant Deploy. This agent did not broadcast Enable, Disable, buy, or claim.
| Gate | Status | Notes |
|---|---|---|
| H-4 factory / locker | PASS | 0xB65e… / 0x1ae0…. HyperEVMScan Exact Match. 7000 / 3000. No redeploy. |
| C-1 honesty | PASS | Source verified. Internal review. No independent firm audit. |
| Connect Phantom/MetaMask 999 | PASS (code) | RainbowKit + connector provider. Wallet click still required. |
| Big blocks Enable (Core bootstrap) | READY | Create auto-enables via 2-sig / Core bootstrap. Hard-fails if eth_usingBigBlocks stays OFF. |
| Big blocks Disable | READY | Create auto-disables after create+buy unless Keep ON. Same 2-sig, no deposit. |
| Create + image | PASS (code) | IPFS + gateways + /api/ipfs-media. |
| Initial buy credits launcher | READY | Post-create wrap → approve exact → swap. |
| Desk art / 1B / price / mcap | PASS | Quote-per-token 0.0000x. Mcap = price × 1B (~$3k). 1:1 init rejected. |
| Desk BUY 0.04 HYPE | READY | Comma-safe parse; wrap first; exact 0.04e18; 5% amountOutMinimum. |
| Desk SELL | READY | Approve meme → swap → unwrap WHYPE. |
| Claim / collectAndSplit 70/30 | PASS (on-chain) / READY (UX) | Locker math unchanged. Authorized eth_sendTransaction. |
| Home + Trending image | PASS | Same metadata path as desk. |
| Fee Safe | NO-GO (owner ops) | Hot EOA 0x4c8B1cd85De9Db9aee3fD87506af3626a967827a. Docs only this ship. |
| Firm audit claim | NO-GO forever | Do not ship that copy. |
Mostly PASS if Disable works without unauthorized, create+0.01 leaves TEST > 0, desk 0.04 buy fills, and Collect runs.
vs perpme.fun
Critical UX only. Their fee copy is 60%. Ours stays 70 / 30.
- Trust line: PerpMe “Verified”. SAVA is C-1 verified, not firm audited.
- Create: same lock + initial buy sequence. Factory has no buy arg, so the UI sends a follow-up swap.
- Big blocks: Create auto ON→OFF (2-sig). Two-phase/keeper Instant is next wave — no factory redeploy this ship.
- Desk: art, 1B, price/mcap, spark + tape, PRJX buy/sell.
- Fee sink: hot EOA until Safe cutover.
Residuals
- H-4 price race: UI re-reads slot0; a sniper can still initialize first. Factory skips initialize and uses the live tick.
- Fee receiver is a hot EOA until Safe cutover. 70/30 does not change.
- WalletConnect QR needs a Cloud project id on the claimed Vercel project.
- Canary creator is 0x2451…5C90, not 0x2413….
- Old TEST CAs (0x4D8C…0777, 0xb829…0777) are locked at ~1:1. Screener stays ~$94B. New creates encode seed/1e9.
- Next wave: two-phase / keeper Instant so user create can land on a 3M small block. Cannot keep atomic forever-lock Instant and drop user Big blocks without that redesign.