âś… Threshold Secret Sharing in SUAVE. Create an application where multiple registered Kettles store different shares of a Key. This would probably require DKG coordinated using the Suave Chain. Completed by eerkaijun https://collective.flashbots.net/t/mpc-keyshare/3215 https://github.com/eerkaijun/suave-mpc
✅ One shot computations. Create an “oblivious transfer” kind of application, where a Kettle has secret information (say m1 and m2), and it can only access that secret information through 1 query (so it can only reveal m1 or m2 but not both). The point is to make use of a Kettle as a monotonic counter.
https://github.com/amiller/andromeda-sirrah-contracts/tree/oneshotsig
SUAVE deadman switch. Posts a message on the L1 if it doesn’t get (stealth) heartbeats.