this post was submitted on 04 Nov 2024
6 points (87.5% liked)
Monero
1667 readers
22 users here now
This is the lemmy community of Monero (XMR), a secure, private, untraceable currency that is open-source and freely available to all.
Wallets
Android (Cake Wallet) / (Monero.com)
iOS (Cake Wallet) / (Monero.com)
Instance tags for discoverability:
Monero, XMR, crypto, cryptocurrency
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
No but it's a good thing for a few reasons (1) XMR really needs to focus on it's primary mission. Blockchain based smart contracts make privacy harder. (2) There is no consensus on a good smart contract language is yet, especially for UTXOs so it's best to wait until a standard emerges (note there are several challengers to EVMs that might yet replace it), (3) Once something is on the public blockchain, it'll stay forever so it needs to be done right the first time so we need a mature smart contract standard (see previous point), (4) It can be handled by a parallel merge mined chain for added flexibility and experimentation so XMR might never need it, (5) the comining implementation of FCMPs has featurres that will make it easier to do, so any effort spent now will need to be thrown out. (6) Most common smart contracts like automatic payments and smart contracts and payment channels can be done by using time locked XMR and checkpoints (with clear roll back rules) and step signatures. These can be integrated into wallets to run in the background, so it might not even be necessary for most cases to hard code opcodes onto the main block chain. All you need to do is leave your phone on to handle the checkpoints. Atomic swaps and the "Monero Subscriptions Wallet" already prove this is possible. All that's needed is a more full featured wallet extension library that handles all the typical smart contract cases (i.e. currently there are thousands of smart contracts out there...most are abandoned and only a handful are actually useful. We could implement those).