16:45:57 clarifying in here fwiw, Diego DM'd me Cypher Stack's completed FCMP++ composition re-review on Wednesday, and I haven't finished reading through it yet > <@diego:cypherstack.com> tfw you send jberman DMs full of mathematical reviews and they go unseen 16:45:57 my DM response to Diego ack'ing receipt didn't send because monero.social was down and I didn't realize my response didn't send until this message 18:10:33 Hey all, I've spent some time going back to the fundamentals of Grease (Monero payment channels) and I believe I've come up with something that is a) simpler b) more elegant and c) resolves the trust issues surrounding the KES. (tl;dr it removes the KES completely) 18:11:08 In short: 18:11:08 Grease channels lock funds in a 2-of-2 output and gate every unilateral close 18:11:08 behind a secret offset, so nobody can broadcast a stale state unaided. What the 18:11:08 channel can't do for itself is decide, when the two parties disagree, which 18:11:09 state is the latest -- and release exactly the offset that closes at it. Grease v1[... more lines follow, see https://mrelay.p2pool.observer/e/0Y2xsZYLWEs4N3hp ] 18:11:39 This proposal drops the custody and the VCOF. In this way, it's much simpler, and significantly more elegant than v1. 18:11:39 Better yet, it can be deployed on blockchains that are in production today. 18:11:39 The crux: Each party verifiably encrypts its offset to a public 18:11:39 statement -- "on this channel, state i is the latest" -- whose decryption[... more lines follow, see https://mrelay.p2pool.observer/e/x4GzsZYLUHN2by0t ] 18:11:50 Grease v2 needs a chain that signs an application-chosen message on demand under a 18:11:50 consensus-held threshold key, gated by on-chain logic; ICP vetKeys provides this 18:11:50 on mainnet today, and an EVM variant (an EigenLayer-style committee driving a 18:11:50 Solidity dispute contract) is worked out too. Monero's base-layer privacy is 18:11:51 undisturbed -- a close is an ordinary transaction, and the arbiter never sees[... more lines follow, see https://mrelay.p2pool.observer/e/5NizsZYLcXlRZENk ] 18:13:20 https://mrelay.p2pool.observer/m/matrix.org/dkBVlqenqetpnptqzqLIGTyz.pdf (abridged.pdf) 18:13:26 I've written this up more formally, and would be grateful if I could get some eyes on the proposal and check whether it has merit.. 18:16:02 The happy path flow remains ~ the same as v1 (minus the complicated VCOF function -- it's largely replaced with a DLEQ proof + encrypted state record). 18:30:30 I can take a look this week