23:31:24 has anyone here worked with decentralized contracts? 23:31:24 If one builds a decentralized market place, on a platform Like Solana, how will it work. I saw someone building that and and trying to think it through. how would privacy work? there needs to be a way to bridge eth tokens or polygon, or solana with monero to stay anonymous? woul there be a token created by the platform that stays private in order to come out to MOnero? if the nati 23:31:24 ve token had to be transacted at all? 23:59:11 according to these folks https://scrt.network/learn/privacy/blockchain-privacy-zero-knowledge-proofs 23:59:48 a builder might combine ZKPs with multi-party computation to build a fully private application. There are also hardware-based solutions (trusted execution environments, TEEs)—although you probably don’t need additional ZKPs when using TEEs. 23:59:48 Multi-party computation makes up for ZKPs shortcomings by enabling computation over encrypted i.e. private data. Hence, you can keep data private at the smart contract level.