And if not what stops the other shardholders getting together to steal my funds.
MindGTC · 8h ago
We built MindGTC Wallet because we were tired of seeing users punished for losing their keys.
This article explains what’s broken in the current wallet model — and how we fixed it using Shamir’s Secret Sharing + TKF.
I’d love critical feedback.
vgrocha · 8h ago
> We use: Shamir’s Secret Sharing Your key is split into secure shards. One goes on your device Others are encrypted and stored decentralized
>
> Only YOU can recombine them TKF (Temporal Key Forge) A quantum-resistant layer that evolves your recovery over time.
This doesn't explain how it solves the problem. It says my key will be split, so sounds like I still need to handle the pieces of the keys? How's that different than plainly managing keys?
And if not what stops the other shardholders getting together to steal my funds.
This article explains what’s broken in the current wallet model — and how we fixed it using Shamir’s Secret Sharing + TKF.
I’d love critical feedback.
This doesn't explain how it solves the problem. It says my key will be split, so sounds like I still need to handle the pieces of the keys? How's that different than plainly managing keys?
Hope this feedback helps =)