so... is the "blockchain development" in the room with us?
Fair to dig it up, so let me answer it directly instead of dodging.
You are conflating two different things.
Scam recovery is the "we will get your stolen funds back from the scammer" service. That is a scam, near enough always, and that is what I said I do not do.
Wallet recovery is a cryptography problem: partial seed phrases, forgotten passphrases, corrupted keystores, damaged key material. It is a real technical field with real operators. Dave Bitcoin, Unciphered and KeychainX have been doing it publicly for years.
My 2024 post was the second thing. I posted it because it is adjacent to what I actually work on: elliptic curve cryptography, ECDLP, Pollard's Kangaroo and BSGS work on the Bitcoin puzzle addresses, post-quantum signature schemes. My threads and post history are open, check what I have written about. Partial-key reconstruction is the same search-space problem from a different angle.
That said, the wording of that post was bad and I am not going to defend it. "Send me your partial mnemonic" is exactly how the actual scams open, and I should have known how it reads on this forum. Any serious recovery work is structured so the client never hands over key material in the clear. That was inexperience in how I presented it, not intent.
On commit-reveal, you are right and I am not going to argue it:
that would only work if you couldn't take a sneak peek at the (choice + nonce), if this is all being done server side. it's as good as "trust me bro".
Server-side commit-reveal proves nothing. If the server can see the plaintext, the commitment is theatre. The only version worth building is one where nonces are generated client-side, commitment hashes are published live during the round so they cannot be swapped afterwards, and the tally is cryptographically unreadable until close, which is what drand timelock encryption gives you: votes encrypted to a future drand round key, decryptable by anyone once that round publishes, by nobody before, including me.
I am not asking you to take that on faith either. I will post it when it is live and verifiable, not before. Until then treat the fairness claim as unproven, because it is.
On the fee: the 10-20% on the site was wrong, that was on me, and it is now a flat 5% of the total pool. Details in my post above.