Clarification: "Deleted" Wallets Are Still Fully Auditable
The public announcement stated: "As soon as I started my audit, they began closing Solana accounts to scrub their tracks."
On Solana, closing a token account reclaims the rent-exempt SOL deposit and removes the account's current state from the active ledger.
However, every transaction that account ever participated in remains permanently recorded in the blockchain's transaction history.
Closing an account does not "scrub tracks", it is a routine operation that token holders perform regularly to reclaim SOL from unused token accounts.
The complete history of any closed account can be reconstructed using getSignaturesForAddress, which returns every transaction signature associated with that address regardless of whether the account is currently open or closed.
Each transaction can then be examined in full detail using getTransaction.
If these wallets held the assets claimed by the investigation, the on-chain record will show it. If they never held those assets, the record will show that too.
Either way, the data is permanent and publicly accessible.
Verification: Run getSignaturesForAddress on any of the wallet addresses listed in Section 11 of the report to retrieve the complete transaction history.