06:47:32 It's impossible. Atomic swap rely on the cryptographic properties of the participating blockchain or its scripting capabilities to achieve this unbreakable *swap or refund*. CBDC (digital currency) do not have such system, is completely different (not blockchain based), inaccessible from the outside of bank world. 07:40:43 > Fungibility means one item such as a dollar bill is worth the same amount to someone else. 07:40:44 This is not correct. Fungability does not mean that an object is worth the same amount to someone else. It means that two objects of the group can mostly be treated as interchangable, which gives the two objects the same value to a given person, but that value can be different from person to person. 07:40:46 > Precious metals such as gold and silver are also fungible because one ounce of gold or silver is equal to another ounce of gold or silver. Monero is also fungible because 1 XMR equals exactly 1 XMR, you can not tell the difference between my Monero and your Monero due to the privacy features of Monero such as ring signatures, ring confidential transactions (RingCT), and stealth addresses. 07:40:48 The title of the article is "What is Fungability?". I would expand on what fungability entails in day-to-day life to give readers an intuitive sense of what it is since you just supplied the definition. The phrase "1 XMR = 1 XMR" doesn't mean much to someone who doesn't already get fungability, and might even get confused at the usage of this phrase in a fungability context, since 07:40:50 it usually is meant present the argument that the market price of that asset denominated in a fiat currency doesn't matter. For example, Person A might say "Oh no XMR's price is down 80 cents today! How do you feel about this?" To articulate that the speculative price doesn't matter, Person B may retort with "1 XMR still equals 1 XMR". However, here, you're using it to emphasize 07:40:52 Monero's fungability. 07:40:54 > ... that an address receives or sends This means if the Bitcoin came ... 07:40:56 Needs a period between "sends" and "This" 07:40:58 > While with Monero, an address has no history. 07:41:00 Addresses do not have history, but there is a transaction historical graph (albeit very complex and intertangled) 07:41:02 > When using Monero, it is important to use a different Monero’s subaddresses each time you send or receive Monero. 08:10:56 Gold is not fungible btw 08:11:12 It was made artificially non-fungible 08:11:59 All gold bars are numbered and stamped, and you can't simply sell a gold bar without proper stamps on it 08:51:50 What directory? 08:58:17 I think he is relating to the [SimpleX Directory](https://simplex.chat/docs/directory.html) 11:09:53 Yeah. The link is in the paste though 11:10:08 https://paste.debian.net/hidden/1a967420/ 12:38:48 can someone add our turkish monero room to the monero space? #monero-turkce:monero.social 15:46:15 ofrnxmr your monero.social account has been unbanned from this room 15:48:11 Contribute positively, please. 15:48:26 And everyone please remember. Be excellent to each other! 16:05:49 "From Prototype to Marketplace: Maturing the XMR-BTC Atomic Swaps Ecosystem" has 10 updoots and my concerns where replied to in the comments. This seems to be a huge shift in community sentiment as it is currently ready to be merged https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/477 16:49:55 Personally I struggle to see a "huge shift in community sentiment". Yes, there was an earlier denied request #355, but I see some important differences between that and the new one. And wasn't one of the "heaviest" arguments against #355 "Why this, as we will already get Farcaster, which is better than COMIT tech"? Surprise! It seems Farcaster went the way of the Dodo. Wasn't awar 16:49:56 e, and asking myself "How the f*ck did *that* happen?", but seems to me that changes a lot of things. 16:59:26 i think basicsapdex built off of the tech behind farcaster for bi-directional swaps. not certain though. farcaster ccs was completed and we got an MVP web ui, which i tested as working (as an MVP with a few issues here and there) but the team sought no further funding for developing that 17:28:15 Ok ok 🆗 17:32:22 @plowsof, bsx's bidirectional swaps are based off of adaptor sigs, not htlc CryptoGuard: can probably go into more detail 19:40:42 thanks for clearing my misconception up, that changes alot for me in terms of clinging on to farcaster. it is infact that protocol which is abandonware compared to comit 😮 19:52:32 farcaster, the failware 20:54:14 <3​21bob321:monero.social> What level of excellence do we need? 22:07:08 excellent question 23:00:15 Farcaster was supposed to be picked up by people and fleshed out as it supposedly had more potential 23:01:06 But alas there was silence 23:24:12 Yes correct, the bidirectional XMR swaps use adaptor signatures and the bidirectionality more specifically is thanks to how messages (offers and request for offers) are broadcasted via the SMSG network. We didn't build BasicSwap from Farcaster. 23:29:14 321bob321, are there levels of excelence? 23:30:17 Is it not an all or nothing question? 23:31:00 * vthor should not talk, he is completely frustrated with himself. 23:50:18 For those curious about checking out how the implementation is structured, we've got diagrams that detail the flow here: https://github.com/basicswap/basicswap/tree/master/basicswap/static/sequence_diagrams 23:50:20 Reverse adaptor signature swap diagram (offerer perspective): https://github.com/basicswap/basicswap/blob/master/basicswap/static/sequence_diagrams/ads.rev.offerer.xu.min.svg 23:50:22 Same, but from the perspective of the bidder: https://github.com/basicswap/basicswap/blob/master/basicswap/static/sequence_diagrams/ads.rev.bidder.xu.min.svg