• 0 Posts
  • 2 Comments
Joined 3 months ago
cake
Cake day: October 6th, 2024

help-circle
  • I’m not a fan of essential protocols built on the foundations of cryptocurrency. Using a cryptocurrency simply adds another layer of complexity to onboarding. Along with that, because it’s inherently tied to financial value, there will generally be a decently centralized component unless handled delicately.

    I’m more leaning towards a protocol free to use without any need for onboarding. If Tor, I2P, Freenet, and the like were to be built on cryptocurrency, I certainly believe a lot less people would use it.

    Don’t get me wrong. I think crypto is great for its purpose of being an immutable global currency. But when it comes to trying to innovate existing infrastructure, it tends to be lackluster. Most infamously are NFT stunts that corporate entities do such as NFT Fantasy Football, and more niche things such as UnstoppableDomains’ NFT domain name. Even Filecoin and Siacoin aim to do the same thing, but really, cloud storage is cheaper and faster than those cryptos.


  • A bit late to the party, but I’ve had my eyes on two projects that would fulfill this criteria – at least in the software routing level rather than the physical level.

    GNUnet is built by the GNU project. It attempts to decentralize the internet by building an entirely new communication stack that essentially creates a decentralized DNS. Their goal is to make connections private and secure connections between nodes, but not necessarily anonymous.

    Personally I don’t embrace any projects that use cryptocurrency as their backend. Such as ZeroNet, Handshake, and the like. A networking protocol shouldn’t use money as foundation.

    Freenet uses existing web technologies to be interoperable yet decentralized with the current web stack. It utilizes WebAssembly to create decentralized programs and uses WebSockets for interpretability with existing web technology. It also uses “Small World” routing which they have tested to be the most effective form of peer discovery and communication in a decentralized environment. Their goal is to make an efficient decentralized network. They’re leaving the privacy, security, and anonymity to other developers that want to build on top of Freenet.

    Both are open source. My money is on Freenet. GNUnet seems to be trying to replace too much too soon – big if true. Freenet understands the value of efficiency and interoperability first.