1. Home
  2. Education

Education

Organizations look toward multiparty computation to advance Web3

Multiparty computation is being leveraged to ensure private key security and decentralization within Web3 platforms. But why use it?

Protecting user data and private keys is crucial as Web3 advances. Yet, the number of hacks that have occurred within the Web3 space in 2022 alone has been monumental, proving that additional security measures, along with greater forms of decentralization, are still required. 

As this becomes obvious, a number of organizations have started leveraging multiparty computation, or MPC, to ensure privacy and confidentiality for Web3 platforms. MPC is a cryptographic protocol that utilizes an algorithm across multiple parties. Andrew Masanto, co-founder of Nillion – a Web3 startup specializing in decentralized computation – told Cointelegraph that MPC is unique because no individual party can see the other parties’ data, yet the parties are able to jointly compute an output: “It basically allows multiple parties to run computations without sharing any data.”

Masanto added that MPC has a history that runs parallel to blockchain. “Around the same time that blockchain was conceptualized, a sibling technology purpose-built for processing and computation within a trustless environment was being developed, which is multiparty computation,” he said. It has also been noted that the theory behind MPC was conceived in the early 1980s. Yet, given the complexity of this cryptographic method, practical uses of MPC were delayed.

Understanding how MPC will transform Web3

It was only recently that blockchain-based platforms began to implement MPC to ensure data confidentiality without revealing sensitive information. Vinson Lee Leow, chief ecosystem officer at Partisia Blockchain – a Web3 infrastructure platform focused on security – told Cointelegraph that MPC is a perfect ideological match for the blockchain economy.

Unlike public blockchain networks, he noted that MPC solves for confidentiality through a network of nodes that computes directly on encrypted data with zero knowledge about the information. Given this, companies focused on digital asset security began leveraging MPC in 2020 to ensure the security of users’ private keys. Yet, as Web3 develops, more companies are starting to implement MPC to create a greater level of decentralized privacy for various use cases. Masanto added:

“The evolution of Web2 to Web3 focuses on creating methods where people and organizations can collaboratively work on different data sets in a manner that respects privacy and confidentiality while maintaining compliance. Blockchains are not purpose-designed for this because they are typically inherently public, and smart contracts are often run by one node and then confirmed by others. MPC breaks down the computation across the network of nodes, making it a truly decentralized form of computation.”

The promise of MPC has since piqued the interest of Coinbase, which recently announced its Web3 application functionality. Coinbase's new wallet and DApp functionalities are operated with MPC in order to secure the privacy of senders and receivers while ensuring the accuracy of a transaction.

Rishi Dean, director of product management at Coinbase, explained in a blog post that MPC allows users to have a dedicated, secure on-chain wallet. “This is due to the way this wallet is set up, which allows the ‘key’ to be split between you and Coinbase,” he wrote. Dean added that this provides a greater level of security for users, noting that if access to their device was lost, a DApp wallet is still safe since Coinbase can assist in the recovery.

While Coinbase released this feature in early May 2022, the crypto wallet provider ZenGo was equipped with MPC from the company’s inception in 2018. Talking with Cointelegraph, Tal Be’ery, co-founder and chief technology officer of ZenGo said that the wallet applies MPC for disrupted key generation and signing, also known as threshold signature scheme (TSS). He explained that the key is broken up into  two “secret shares" split between the user and the company server.

Related: Blockchain and NFTs are changing the publishing industry

According to Be’ery, this specific type of MPC architecture allows a user to sign an on-chain transaction in a completely distributed manner. More importantly, Be’ery added that both secret shares are never joined. “They are created in different places, and used in different places, but are never in the same place,” he explained. As such, he noted that this model remains true to the original MPC promise: “It jointly computes a function (the function in this case is key generation or signing) over their inputs (key shares), while keeping those inputs private (the user’s key share is not revealed to the server and vice versa).”

Be’ery believes that using MPC for signatures is complementary to blockchain technology, since a private key is also required to interact with blockchain networks. However, the TSS method leveraged by ZenGo allows users to distribute their private key, adding an additional layer of security. To put this in perspective, Be’ery explained that private keys for non-custodial wallet solutions are typically burdened by an inherent tension between confidentiality and recoverability:

“Because a private key is the only way to access the blockchain in traditional wallets, it also represents a singular point of failure. From a security perspective, the goal is to keep this private key in as few places as possible to prevent it from getting in others’ hands. But from a recoverability perspective, the goal is to keep the private key as accessible as needed, in case there is a need to recover access.”

However, this tradeoff is not an issue for most MPC-powered systems, as Be’ery noted that this is one of the main challenges MPC solves for crypto wallet providers. Moreover, as Web3 develops, other multiparty computation use cases are coming to fruition. For example, Oasis Labs – a privacy-focused cloud computing platform built on the Oasis network – recently announced a partnership with Meta to use secure multiparty computation to safeguard user information when Instagram surveys asking for personal information are initiated. Vishwanath Raman, head of enterprise solutions at Oasis Labs, told Cointelegraph that MPC creates unlimited possibilities for privately sharing data between parties: “Both parties gain mutually beneficial insights from that data, providing a solution to the growing debate around privacy and information collection.”

Specifically speaking, Raman explained that Oasis Labs designed an MPC protocol together with Meta and academic partners to ensure that sensitive data is split into secret shares. He noted that these are then distributed to university participants that compute fairness measurements, ensuring that secret shares are not used to “learn” sensitive demographic data from individuals. Raman added that homomorphic encryption is used to allow Meta to share their prediction data, while ensuring that no other participants can uncover these predictions to associate them with individuals:

“We can say with confidence that our design and implementation of the secure multiparty computation protocol for fairness measurement is 100% privacy-preserving for all parties.”

MPC will reign supreme as Web3 advances

Unsurprisingly, industry participants predict that MPC will be leveraged more as Web3 advances. Raman believes that this will be the case, yet he pointed out that it will be critical for companies to identify logical combinations of technologies to to solve real-world problems that guarantee data privacy:

“These protocols and the underlying cryptographic building blocks require expertise that is not widely available. This makes it difficult to have large development teams designing and implementing secure multiparty computation-based solutions.”

It’s also important to highlight that MPC solutions are not entirely foolproof. “Everything is hackable,” admitted Be’ery. However, he emphasized that distributing a private key into multiple shares removes the singular attack vector that has been a clear vulnerability for traditional private key wallet providers. “Instead of getting access to a seed phrase or private key, in an MPC-based system, the hacker would need to hack multiple parties, each of which has different types of security mechanisms applied.”

While this may be, Lior Lamesh, CEO and co-founder of GK8 – a digital asset custody solution provider for institutions – told Cointelegraph that MPC is not sufficient by itself to protect institutions against professional hackers. According to Lamesh, hackers simply need to compromise three internet-connected computers to outsmart MPC systems. “This is like hacking three standard hot wallets. Hackers will invest millions when it comes to stealing billions,” he said. Lamesh believes that an MPC enterprise-grade approach requires a true offline cold wallet to manage most digital assets, while an MPC solution can manage small amounts.

Related: Ethereum Merge: How will the PoS transition impact the ETH ecosystem?

Masanto further claimed that traditional MPC solutions may be superior to a solution that “stores sensitive data across many different nodes in the network as a group of unrecognizable, information-theoretic security particles." As the result, hackers would need to find each particle without any identifiable footprint connecting any of the nodes. Masanto added that to make the particle recognizable again, the hacker would need a large proportion of “blinding factors,” which are used to hide the data inside each particle in an information-theoretic security manner.

Those are just some example of how MPC-based solutions will advance in the future. According to Masanto, this will create access to even more MPC use cases and, for example, utilizing the network itself for authentication:

“We consider this a form of ‘super authentication’ – a user will authenticate based on multiple factors (e.g., biometrics, identity, password, etc.) to a network without any of the nodes in the network knowing what they are actually authenticating because the computation of authentication is part of MPC.”

According to Masanto, such a form of authentication will lead to use cases within identity management, healthcare, financial services, government services, defense and law enforcement. “MPC enables systems to be made interoperable while also respecting peoples’ rights and giving them control and visibility over their data and how it is used. This is the future.”

Kernel Secures Binance Labs Funding To Redefine Restaking on BNB Chain

El Salvador’s ‘My First Bitcoin:’ How to teach a nation about crypto

If successful, the “Mi Primer Bitcoin” program, which recently rolled out in El Salvador, could be coming soon to a school near you.

The grassroots Mi Primer Bitcoin or “My First Bitcoin” program has picked up steam in El Salvador. The first cohort of Bitcoiner-come-students began studies in May this year. Founded by John Dennehy, an American activist and journalist, the program also has the support of the El Salvador government. 

Cointelegraph spoke with Dennehy and Gilberto Motto, El Salvador’s Director of Education, to delve into the country’s struggles and successes in Bitcoin education and to understand the rate at which Bitcoin education is spreading among the land of volcanoes. 

The Genesis Block

When El Salvador adopted Bitcoin (BTC) as legal tender on June 8, 2021, very few El Salvadorans besides President Nayib Bukele could explain concepts like seed phrases, Satoshis or mining. There was “Bitcoin Beach,” the name donned to the sleepy surf town El Zonte, the birthplace of Bitcoin adoption in El Salvador.

But, the 3,000 local residents would have their work cut out to teach the remaining 6 million population. Indeed, Salvadorans would require hundreds of hours of training, learning and “orange-pilling” to be able to save and transact in Bitcoin.

The moment Bukele onboarded up to 6 million people into the Bitcoin protocol. Source: Twitter

A mammoth task loomed for the Salvadoran government. Motto told Cointelegraph that as per Article 6 of the Bitcoin Law, approved on June 8, 2021, “The State will provide training on the use of this cryptocurrency.” However, what would that training look like? How could the state rapidly and effectively introduce Bitcoin classes when they themselves would also have to get to grips with new money?

All the while, Bitcoiners, commentators and the mainstream media watched as the El Salvador experiment played out. Dennehy, who had spent the past living and working in Latin America, told Cointelegraph that upon the law’s announcement, he had to get to the country ASAP:

“I knew that I wanted to do something to help make sure that it worked out, that it was a success here.”

Dennehy had been “predisposed to the separation of money and state” for some time, and upon first learning of Satoshi Nakamoto’s innovation, while living in Ecuador in 2013, he became a fervent Bitcoiner. He jokes that as per most “OG” Bitcoiners’ experiences, the first exchange he bought BTC from was hacked, losing him around 2 BTC at the time — now worth over $40,000 at the time of writing.

Almost 10 years later and after the arrival of the first country to adopt Bitcoin, he had to find a way to pitch in. He flew to El Salvador the second the opportunity would allow. However, similar to other Bitcoiners who have made the pilgrimage to El Salvador, he was struck by how few merchants and vendors accept Bitcoin. “There were effectively zero [merchants] when the law came into effect,” Dennehy told Cointelegraph in May this year.

Rikki, a Bitcoin podcaster and human rights activist who spent 45 days living in El Salvador living on Bitcoin and nothing else, told Cointelegraph similar stories about his travels in Bitcoin Land: “Nobody here knows anything about Bitcoin. [The government] didn’t provide one second of education to the people of El Salvador.”

Motto explained to Cointelegraph that Bitcoin has since been incorporated into financial education as well as financial literacy programs across the country. Motto told Cointelegraph that “The Ministry of Education, Science and Technology is working together with various institutions related to Bitcoin in the country:”

“Including Bitcoin Beach Wallet, Mi Primer Bitcoin and others, in the development of a training module in Financial Education that incorporates updated content such as cryptocurrencies and electronic wallets.”

Even so, relying on a government or third party to get things done would be counter to Bitcoin’s ethos, that of “don’t trust, verify.” A grassroots Bitcoin education campaign that would spread like the network, one which would complement and extend the government’s Bitcoin education plans, would be well suited.

“Mi Primer Bitcoin,” or My First Bitcoin in English, founded by Dennehy in 2021, is a non-governmental organization that offers free Bitcoin education to Salvadorans. It has since received funding from the LookingGlass as well as IBEX Mercado, a Bitcoin and Lightning Network service provider.

The project came to Dennehy during his first conversations with Salvadorans when familiarizing himself with his new home. He’d ask casually, “Do you take Bitcoin?” and realized that many people not only didn’t accept Bitcoin, but they asked Dennehy to explain the decentralized currency to them:

“They were interested to learn more. They saw something with varying degrees of knowledge level, but generally low, low but interested,” he said.

Some of the first teachers on the program came for the preliminary meetings that Dennehy hosted in AirBnBs and meeting rooms. The first class took place on Sept. 24, 2021, in a yoga studio “because we were starting from zero,” Dennehy details.

“We had no funds, we had no spaces. [...] And in fact, in our first class, one student came,” he said.

Unabashed and with a conviction forged across multiple Bitcoin bear markets, Dennehy and his team soldiered on. By October, classes had ramped up to almost 80 students, and November boasted over 250. The Bitcoin price was also beginning to soar — a likely catalyst:

“The reality is that interest level changes depending on what the price does.”

Nonetheless, interest was sustained during 2022’s price action. The class numbers reached all-time highs in April this year of over 800 students while the price sank to yearly lows. The classes boil down to financial literacy, from the history of money to what problems money solves, Dennehy explained. Financial literacy and Bitcoin education go hand in hand.

Motto agreed with Dennehy’s assessment, stating that Bitcoin and financial literacy must work in tandem in El Salvador: “Savings, paying taxes, planning expenses, personal or family budgets and other concepts are still valid at the moment, and unfortunately not all the population knows and knows how to make good use of them.”

Importantly, the Bitcoin Diploma program targets teenagers, i.e., those most eager to learn about money, as they know that money is intrinsically linked to their independence. It’s a smart move, Dennehy state, as they’re the most likely to diffuse the Bitcoin message around El Salvador:

“If we could reach every 16-year-old or 17-year-old in the country, we will effectively teach the entire country in one year because that demographic is really strategic. They go home and they’ll talk to their parents, their aunts, their uncles, their little brothers and sisters.”

The examination for the Bitcoin Diploma, taken in week 10, is split into four parts. The first part is to create a wallet and then restore it on another device. The second task is to make a transaction on-chain, find the transaction in the blockchain explorer then explain why the transactions can be considered final.

One year since his arrival, Dennehy “would put the number at 10% of the population now is an active Bitcoin user.” Similarly, Cointelegraph reported that as much as one-fifth of merchants in El Salvador now accept Bitcoin.

Related: Morgan Stanley encourages investors to buy battered El Salvador eurobonds

Progress is evidently good, but Dennehy stressed that Bitcoin is a global currency. The progress made in El Salvador could be reflected across the world:

“We are focused on El Salvador at the moment because we have limited resources and El Salvador is the signal. This is the front line. But our ambition is global. Our ambition is to change El Salvador, but also to change the world.

He explained that “once we create a successful template here, then the idea is to rebrand it as Bitcoin, El Salvador and then open up Bitcoin.”

Kernel Secures Binance Labs Funding To Redefine Restaking on BNB Chain

Pro traders may use this ‘risk averse’ Ethereum options strategy to play the Merge

Ethereum's “Merge” upgrade is expected to induce volatility in ETH price, but options traders can safely remain long by using this strategy.

Ether (ETH) is reaching a make-it or break-it point as the network moves away from proof-of-work (PoW) mining. Unfortunately, many novice traders tend to miss the mark when creating strategies to maximize gains on potential positive developments.

For example, buying ETH derivatives contracts is a cheap and easy mechanism to maximize gains. The perpetual futures are often used to leverage positions, and one can easily increase profits five-fold.

So why not use inverse swaps? The main reason is the threat of forced liquidation. If the price of ETH drops 19% from the entry point, the leveraged buyer loses the entire investment.

The main problem is Ether's volatility and its strong price fluctuations. For example, since July 2021, ETH price crashed 19% from its starting point within 20 days in 118 out of 365 days. This means that any 5x leverage long position will have been forcefully terminated.

How pro traders play the “risk reversal” options strategy

Despite the consensus that crypto derivatives are mainly used for gambling and excessive leverage, these instruments were initially designed for hedging.

Options trading presents opportunities for investors to protect their positions from steep price drops and even profit from increased volatility. These more advanced investment strategies usually involve more than one instrument and are commonly known as "structures."

Investors rely on the "risk reversal" options strategy to hedge losses from unexpected price swings. The holder benefits from being long on the call (buy) options, but the cost for those is covered by selling a put (sell) option. In short, this setup eliminates the risk of ETH trading sideways but it does carry a moderate loss if the asset trades down.

Profit and loss estimate. Source: Deribit Position Builder

The above trade focuses exclusively on the Aug. 26 options, but investors will find similar patterns using different maturities. Ether was trading at $1,729 when the pricing took place.

First, the trader needs to buy protection from a downside move by buying 10.2 ETH put (sell) $1,500 options contracts. Then, the trader will sell 9 ETH put (sell) $1,700 options contracts to net the returns above this level. Finally, the trader should buy 10 call (buy) $2,200 options contracts for positive price exposure.

It is important to remember that all options have a set expiry date, so the asset's price appreciation must happen during the defined period.

Investors are protected from a price drop below $1,500

That options structure results in neither a gain nor a loss between $1,700 and $2,200 (up 27%). Thus, the investor is betting that Ether's price on Aug. 26 at 8:00 am UTC will be above that range, gaining exposure to unlimited profits and a maximum 1.185 ETH loss.

If Ether's price rallies toward $2,490 (up 44%), this investment would result in a 1.185 ETH net gain—covering the maximum loss. Moreover, a 56% pump to $2,700 would bring an ETH 1.87 net profit. The main benefit for the holder is the limited downside.

Even though there is no cost associated with this options structure, the exchange will require a margin deposit of up to 1.185 ETH to cover potential losses.

The views and opinions expressed here are solely those of the author and do not necessarily reflect the views of Cointelegraph. Every investment and trading move involves risk. You should conduct your own research when making a decision.

Kernel Secures Binance Labs Funding To Redefine Restaking on BNB Chain

Decentralized storage providers power the Web3 economy, but adoption still underway

Decentralized storage providers are proving to be the backbone of Web3, but what does this mean for centralized web service providers?

The promise of owning and managing one’s own data is revolutionary, creating increasing interest in Web3 platforms and applications. For instance, recent findings show that the Web3 market was estimated to be worth around $2.9 billion last year, yet this number is expected to reach $23.3 billion by 2028. Web3 is also capturing the interest of venture capitalists, as Cointelegraph Research found this sector to be the most sought-after investment deal in 2022. 

The rise of Web3 has also resulted in the need for decentralized storage solutions, which will ultimately allow users to archive, retrieve and maintain their own data. Findings from Huobi Research Institute further show that increasing global storage data volume will elevate the cost of security and high power consumption, which will fuel the trend toward decentralized storage. The report states, “World storage system demand has progressed from remote storage to instant cloud storage, and now blockchain decentralized storage which we shall call Web3 storage.”

Breaking down decentralized storage

In order to better understand the potential behind decentralized storage, it’s important to explain what these solutions provide and how they differ from centralized platforms. Marta Belcher, president and chair of the Filecoin Foundation — the organization facilitating governance of the Filecoin network — told Cointelegraph that decentralized systems offer an alternative to centralized systems for storing data and making websites available. She said:

“Today’s internet is centralized — right now, the majority of data making up the many websites we use every day sits in data warehouses owned by just three companies: Amazon Web Services, Microsoft Azure and Google Cloud. We have often seen these companies suffer blackouts, and swaths of the Web go down for hours — that’s the problem with having single points of failure.” 

With these challenges in mind, Belcher explained that decentralized storage providers like Filecoin are capable of creating a better version of the Web by combining the storage capacity and computing power of many individual devices into a supercomputer-like network that can store multiple copies of data. “On this decentralized version of the internet, websites stay up even if some nodes fail, and the availability of information is not dependent on any one server or company,” she said. 

To facilitate this, Belcher explained that Filecoin uses a programmable money concept to create a decentralized storage network. “If a user has extra storage space on their computer hardware then they can ‘rent’ it out to others who will pay them with Filecoin tokens. We think of this as a foundational technology for the next generation of the web,” she remarked.

Belcher elaborated that Filecoin is based on an incentives model, which means users get paid each time they store information on the network. To date, the Filecoin model has been successful, as Belcher shared that the network has 18 exabytes of storage capacity and over 4,000 storage providers powering more than 1,460 new projects.

While this may sound unbelievable, Belcher pointed out that centralized storage providers like AWS are dependent on a particular server or company to store and provide information. Yet, Filecoin is built on top of the InterPlanetary File System, or IPFS. 

“Rather than retrieving content where it is located, the IPFS retrevies content by what it is through leveraging content addressing with a cryptographic hash,” she explained. As such, content availability is no longer dependent on one server or company, meaning information can be retrieved faster while also decreasing latency in networks. Belcher explained the Filecoin Foundation recently announced a partnership with defense contractor Lockheed Martin to make InterPlanetary networking possible from space. She said:

“Imagine there is a satellite on the moon and there is a multi second delay with data going back and forth from the moon to earth. IPFS could allow satellites to retrieve data from the closest locations without having a delay. This makes networking across systems faster.”

John Gleeson, chief operating officer of decentralized storage network Storj, told Cointelegraph that decentralized infrastructure is the most credible disruptor for the centralized internet:

Although the concept is revolutionary, Belcher noted that the project is currently in an exploratory phase. “We are still identifying the right demonstration mission that will make this viable for space technology.” In terms of data storage, Belcher pointed out that many users may not even realize that they are using the IPFS today, noting that the vast majority of nonfungible tokens (NFTs) are stored on IPFS. She added that Starling Lab — a project from Stanford University and the University of Southern California’s Shoah Foundation research center — uses the Filecoin network to house sensitive digital records of human history. 

“Starting a service to compete with AWS, Google or Microsoft in Web2 requires billions of dollars. Through crowd-sourced capacity, trustless abstraction layers and token-based incentives, decentralized infrastructure can provide more private, secure, performant and economical infrastructures than Web2 hyperscalers.”

Similar to Filecoin’s incentive model, Gleeson explained that the Storj network consists of “storage nodes” that are used to store data for others. Contributors are paid for allocating their storage and bandwidth. “All data stored on storage nodes is client-side encrypted and erasure-coded,” he said. 

Gleeson added that Storj uses “uplink clients” to enable developers to house information on Storj decentralized cloud storage. Files are then split into 80 pieces and distributed across the network of storage nodes. “Each of the 80 pieces is stored on different diverse storage nodes with different operators, power supplies, networks and geographies, etc., yielding tremendous security, performance and durability advantages,” Gleeson explained.

While the features provided by Filecoin and Storj are very different from those offered by centralized systems, a number of Web3 platforms specifically require these solutions. For example, the decentralized Web3 infrastructure provider Ankr Network helps a number of blockchain companies run their node infrastructure.

Greg Gopman, chief marketing officer of Ankr, told Cointelegraph that 17 of the top 20 proof-of-stake blockchains use Ankr’s remote procedure call (RPC) service to allow access to their blockchain data. Every time Ankr handles an RPC request, a node is required to fulfill it, which Gopman mentioned is Ankr’s core service. According to Gopman, Ankr uses both Filecoin and Storj to store images of nodes, along with blockchain transactions. He said:

“BNB Chain, Polygon and Avalanche use our solution, and behind the scenes we use decentralized storage providers to make our operations faster. When we need to spin up a new node we can do it 90% faster using decentralized storage providers versus AWS.”

To put this process in perspective, Gopman explained that Ankr manages archive nodes for different blockchains. “The ‘archive node’ is all the historical data of every transaction that happened on a blockchain network,” he said. Ankr manages these archive nodes for different blockchains, meaning the platform needs to have a snapshot of all transactions that have occurred on a specific network. This information is then put on a server and spun up to create a new node.

Gopman added that Ankr initially used AWS for this process but that the platform was slower and more expensive. “AWS wasn’t optimized for Web3. AWS is set up for distributed systems, yet we run profiles on servers for decentralized infrastructure. Moreover, AWS only has 13 geo-locations and we have around 30.” 

The rise of decentralized web services

In addition to storage, other solutions are being offered to ensure an entire suite of decentralized web services for the Web3 economy. For example, Akash Network is a marketplace for underused compute resources. Greg Osuri, CEO of Akash, told Cointelegraph that the core of Akash consists of an auction marketplace that allows users to place an ask with providers who have endless amounts of computing power. According to Osuri, prices are market-driven, making cost savings 97% less expensive than AWS. 

In terms of use cases, Osuri mentioned that Equinix Metal — one of the world’s largest data center and infrastructure providers — integrates with Akash to offload their compute resources in a decentralized manner.

Web3 projects are also taking advantage of decentralized computing platforms. For example, Colin Pape, CEO of decentralized search engine Presearch, told Cointelegraph that users could run nodes for their platform on top of Akash. According to Pape, Presearch user nodes collect search results from across the web and are used to power the Presearch network. Like other incentive-based models, node operators are rewarded with Presearch’s PRE tokens when they successfully handle a user query.

Pape shared that there are more than 70,000 user nodes around the world powering the Presearch network. Although many of these nodes are running in data centers using a virtual private server (VPS), he pointed out that Presearch encourages node operators to use as many different platforms as possible to run their nodes. He added that decentralized cloud providers are helpful for ensuring an additional layer of resilience to the network since they are more distributed than nodes that operate in a single instance.

It’s also interesting to point out that solutions capable of aggregating different types of decentralized storage networks are coming to fruition, highlighting market growth. For example, Max Li, chief operating officer and founder of Computecoin, told Cointelegraph that the company aims to provide all key AWS services such as computing, storage and machine learning in a decentralized manner. “Our storage solution — Oortech Storage Service (OSS) — provides a decentralized storage solution with a Web2 user experience. Rather than building the infrastructure from scratch, OSS aggregates all types of decentralized storage networks such as Filecoin, Storj and Crust — similar to Expedia, which aggregates hotels,” he explained.

According to Li, OSS aims to simplify the process of leveraging decentralized storage solutions. He believes this is necessary, noting there is a steep learning curve for end users utilizing decentralized web solutions. “Developers require at least a few weeks to understand how to deploy a website on Filecoin. It may take less than one hour to deploy a website on AWS,” he said. Li added that non-crypto native users need to learn how to use crypto wallets for purchasing Filecoin tokens on exchanges and then leveraging them for data storage.

Will decentralized storage solutions overtake centralized web services?

Yet, the benefits provided by decentralized web solutions may outweigh any issues associated with utilizing these platforms — at least for Web3 projects. For instance, Gleeson pointed out that decentralized storage solutions offer enhanced privacy, performance, durability and cost-efficiencies. “All data stored on the Storj DCS service is encrypted (both data and metadata) and users own their own encryption keys. This means that users are in control of their data and that data can’t be compromised or mined,” he explained. 

Gleeson added that decentralized cloud storage takes a completely different approach by crowd-sourcing capacity via operating expenditures rather than capital expenditures. He said:

“By tapping into massive latent capacity all around the globe and paying only for what's used, decentralized cloud storage delivers comparable durability and availability to centralized cloud storage, at a price that is 80% lower than AWS.”

Given this, the question remains if centralized storage solutions will soon become irrelevant. According to Gleeson, as the decentralized tech matures, the use cases will crystalize and the benefits will be realized by enterprises. In turn, he believes that adoption will accelerate, especially as the rest of the decentralized stack evolves with compute and tool kits for common integration patterns. However, Gleeson is aware that decentralized storage and other services are still new technologies and must therefore undergo development. “IPFS for instance provides content addressing and is innovative, but some of the largest IPFS pinning services store data on centralized providers,” he remarked.

Wilson Wei, co-founder and chief operating officer of CyberConnect — a decentralized social graph protocol — further told Cointelegraph that AWS as a whole provides a much wider range of services beyond storage. Therefore he believes that AWS won’t die out. Wei added that most current decentralized storage systems are only robust when providers work under some economic incentives. Yet, he noted that these incentives could become extremely volatile and lead to performance/data availability degradation. He said: 

“It’s easy to host a simple front-end page using IPFS, but if the website needs some complex computing environment, developers still need to spawn a computing instance on cloud providers like AWS since the centralized servers can offer the most efficient and performance computing resources. Choosing between centralized and decentralized storage always carries trade-offs.”

Kernel Secures Binance Labs Funding To Redefine Restaking on BNB Chain

University of Tokyo to Offer Engineering Courses in the Metaverse

University of Tokyo to Offer Engineering Courses in the MetaverseThe University of Tokyo will offer a series of engineering courses using metaverse tech. The courses, which are projected to start being offered later this year, will introduce students to the subjects of engineering and will combine this knowledge with the skills to handle metaverse-based worlds, to manage the digital transformation that work and educational […]

Kernel Secures Binance Labs Funding To Redefine Restaking on BNB Chain

UPenn’s Wharton School rolls out online certificate course on business in the Metaverse

The Ivy League business school will charge $4,500 for a six-week course with over 50 lectures, including guest speakers, that will require 8-10 hours of studying per week.

The University of Pennsylvania Wharton School of Business announced Tuesday that its Aresty Institute of Executive Education will launch a certificate program titled “Business in the Metaverse Economy.” The six-week course will be taught online with a heavy dose of immersion.

Wharton, one of the world’s leading business schools, teamed up with consulting firm Prysm Group to design the course, which will include more than 50 lectures by faculty and industry representatives, as well as six case studies. Guest speakers will come from Adobe, Animoca Brands, R/GA, RLY Network, Second Life, The New York Times and The Wall Street Journal, among other organizations.

The program’s academic director, Prof. Kevin Werbach, said in a statement:

“The metaverse is a significant and broad phenomenon that is still poorly understood. We hope to equip business leaders, consultants, and entrepreneurs with an understanding of the impending opportunities the metaverse brings.”

The first cohort of students will begin Sept. 12 and will be expected to spend 8-10 hours a week on their studies, at a cost of $4,500. The school will accept payment in crypto, as it did last year for its online course“Economics of Blockchain and Digital Assets,” which also ran for six weeks and cost $4,500. Wharton also operates the Stevens Center Blockchain Laboratory and offers a free introductory course on crypto and blockchain on the website Coursera.

The University of Pennsylvania accepts donations in crypto as well, with a $10,000 minimum. Wharton received a $5 million donation in crypto in 2021, which it immediately converted into fiat. The Bitcoin (BTC) gift would be worth somewhat less than $2.5 million today.

According to Wharton, the metaverse will be a $13 trillion market with 5 billion users by 2030. Wharton claimed to be the first Ivy League school to offer a course on the Metaverse.

Kernel Secures Binance Labs Funding To Redefine Restaking on BNB Chain

Texas a Bitcoin ‘hot spot’ even as heat waves affect crypto miners

Extreme heat won’t stop miners from setting up operations in Texas, but more sustainable practices may be required.

Record-breaking heat waves are being documented across the world as extreme weather is worsening due to climate change. States throughout America are continuing to see temperatures rise above 100 degrees Fahrenheit (38 degrees Celsius), while the United Kingdom recently saw temperatures reach 104 degrees Fahrenheit (40 degrees Celsius). 

While hot climates may be unusual for many of these regions, Texas — a state notorious for its boiling summers — is experiencing hotter-than-usual temperatures. The Electric Reliability Council of Texas (ERCOT) recently stated that Texas’ power load demand has been breaking records consistently this month.

Unsurprisingly, Texas’ continuous heat wave is having a major impact on crypto miners located throughout the Lone Star State. As Cointelegraph recently reported, a number of miners in Texas had to cease operations entirely earlier this month in order to accommodate Texas’ energy grid load.

Lee Bratcher, president of the Texas Blockchain Council, told Cointelegraph that there are about 10 industrial-scale crypto miners and 20 smaller-scale miners currently located in the region. 

Earlier this month, ERCOT asked businesses and residents to voluntarily conserve electricity during the Texas heat wave. A Riot Blockchain spokesperson told Cointelegraph that its Whinstone facility in Rockdale is now participating in ERCOT’s Four Coincident Peak program, noting that the facility will curtail all power to help stabilize the grid during peak hours of demand. “As part of Riot’s participation in the program, in June the company curtailed energy consumption for a total of 8,648 megawatt hours,” the spokesperson said.

Peter Wall, CEO of Argo Blockchain — a crypto mining company that recently opened a data center in West Texas — also told Cointelegraph that the company curtails mining operations when ERCOT sends out a conservation alert. On July 19, 2022, he said that Agro had to undergo this, along with many other mining operators in the area.

As a result, Bitcoin (BTC) miners saw the biggest drop in computing power on July 21, 2022, since China banned crypto mining in May 2021. This came as a surprise to industry experts who would have expected the Bitcoin hash rate difficulty to increase based on current trends. Frank Holmes, CEO of Hive Blockchain Technology — a publicly traded crypto mining company with operations in Canada and Europe — told Cointelegraph that Bitcoin’s hash rate difficulty was supposed to rise 3% each month based on financial models, but that this hasn’t been the case due to a number of reasons. He said:

“As the price of Bitcoin fell, many S9 mining machines went off, or electricity surged and miners had to stop operations. But more importantly, many machines that were going to be plugged in are now unable to be utilized, which has also made the difficulty go down.” 

Holmes noted that the drop in Bitcoin computing power has been beneficial for Hive since their facilities have not been impacted by climate change or other factors. He added that new mining machines are being delivered to Hive each month and that slots are being filled to accommodate growth. Yet, Holmes shared that Hive continues to scout out locations to establish its next mining facility in Texas, which will serve as the company’s first U.S. establishment. 

Despite Texas’ extreme weather conditions on miners, Holmes explained that Hive’s method of using 100% green energy to mine both Bitcoin and Ether (ETH) will not disrupt the state’s power grid. Holmes elaborated that Hive’s future Texas facility will operate as a solar wind farm, which will not be subject to ERCOT’s regulations. “There are various locations in Texas that have the infrastructure we require for this. There are also credits to ensure that we build a solar farm.”

Recent: 3AC: A $10B hedge fund gone bust with founders on the run

While Holmes is confident that Hive will soon operate in Texas, he explained that the company has big ambitions for the facility, noting that it would require 300 megawatts of power. Given this, Holmes explained that Hive is being cautious about setting up in Texas too quickly, noting that a large-scale mining operation is risky when it comes to delivering on time. “We don’t want to scare communities or disappoint our shareholders,” he remarked.

Issac Holyoak, chief communications officer of CleanSpark — a sustainable Bitcoin mining and technology company — also told Cointelegraph that the firm is planning to open a mining facility in West Texas. While the bulk of CleanSpark’s miners is located in Georgia, Holyoak explained that the company has a co-location agreement in West Texas with the energy company, Lancium. He said:

“Lancium performs controlled load response, so they build large data centers that can power up or down based on the power supply curve. If there is a lot of energy required due to a hot afternoon, they can power down to compensate for this. Alternatively, if there is a low demand for energy, they can power up and mine Bitcoin.”

According to Holyoak, CleanSpark and Lancium’s Texas-based mining facility will launch in December of this year. Like Hive, Holyoak noted that CleanSpark has been benefiting from miners in Texas shutting down since there is less network competition. But, he believes it’s beneficial for the company to have operations in Texas due to the abundance of renewable energy in the region, along with the welcoming nature of counties looking to bring in additional commerce from mining operations. 

“It’s a very unique market and it does have renewable resources that are extremely important to sustainable miners,” he said. With locations in Georgia and a few in upstate New York, Holyoak added that it’s important for CleanSpark and other miners to diversify their locations, noting that climate change and other extreme weather events can happen anywhere. 

Will sustainable mining help Texas miners?

Even though Texas-based miners are being impacted by severe heat, Holmes believes that many of them are handling the situation well by powering off when needed. However, as more sustainable miners enter the state, already established operators may want to reconsider their mining techniques. 

For example, Holmes explained that Hive educates authorities in the regions where they are based to help them understand their long-term environmental, social and governance targets. He said:

“In Quebec, we have a 40,000 square foot building with 30 megawatts of electricity, and we send the heat generated from our ASIC mining machines to heat 200 square feet of the building. The energy is recycled and is meant to accommodate the unique building structures in New Brunswick.”

This being the case, Holmes noted that having a long-term sustainable vision when it comes to mining can be very beneficial. He added that Hive’s Sweden location has software that ensures the company’s mining operations are down between the hours of 7–9 a.m. and 5–7 p.m., five days a week. “These are sensitive, peak demand times. We have a strategic relationship with the region to ensure our operations stop when needed,” said Holmes. He further shared that Hive mines about 9.8 BTC and 100 ETH per day.

Taking a different approach, CleanSpark uses immersion cooling to mine Bitcoin. Matthew Schultz, executive chairman of CleanSpark, told Cointelegraph that the company is among the first large-scale data centers of its type in North America to purchase immersion cooling infrastructure for their Norcross mining facility. He explained: 

“Immersion cooling is a technique that we use for Bitcoin mining. The mining machines are prepared via the removal of their fans and submerged in tanks of biodegradable mineral oil. This increases mining efficiency by an estimated 20%. The oil is recycled through the facility and re-used while running through a heat exchanger that keeps the temperature around 125 degrees F.”

Holyoak added that most fan-based mining operations are kept cold by using ambient air, so hotter climates will impact the performance of machines, but immersion cooling can help mitigate this factor. 

Recent: How blockchain can address Austria’s energy crisis

He noted that immersion cooling will not be impacted by excessive heat. However, heat waves can spike energy prices which in turn may make it uneconomical to run machines. According to Holyoak, this is likely the case with Riot, as the company announced last year the use of immersion cooling at their Whinstone facility.

All things considered, industry experts believe that utilizing clean energy sources will help miners prevail against climate change. Elliot David, carbon management specialist at Sustainable Bitcoin Protocol — a company that verifies sustainable Bitcoin mining practices — told Cointelegraph that based on recent events, every mining company will have to think about climate resilience, whether they are based in a hot climate like Texas or cold climates like Norway:

“Utilizing clean energy sources is also an important solution because while they are intermittent, energy systems are all really exercises in balance. The grid has to meet demand with supply, and flexible loads such as Bitcoin make those balancing acts much easier.” 

Kernel Secures Binance Labs Funding To Redefine Restaking on BNB Chain

Fans seek trust and better understanding of sports NFT market: Research

The prolonged crypto winter razed off the inflated floor prices across the NFT ecosystem, inadvertently changing investor sentiment and forcing users to rethink their long-term investment strategies.

The heavy involvement of the sports ecosystem is what expedited nonfungible tokens’ (NFT) mainstream adoption as the teams and players leveraged the technology for fan engagement. However, sports fans revealed their interest in moving beyond the hype and making investments based on knowledge about NFTs and trust in the issuers.

The prolonged crypto winter razed off the inflated floor prices across the NFT ecosystem, inadvertently changing investor sentiment and forcing users to rethink their long-term investment strategies. A study released by the National Research Group (NRG) revealed an openness among sports fans to learn about NFTs as they await a greener market.

Number of daily NFT sales between June 2021-June 2022. Source: NonFungible

In June 2022, NFT sales plummeted to one-year lows — signaling a momentary end of the NFT hype. Surveying 3,250 sports fans across the United States, United Kingdom, Japan and Brazil, NRG’s research revealed heightened fear of losing money or getting scammed as some of the biggest deterrents to purchasing NFTs. 

Out of the lot, only 15% of the respondents had complete trust in NFT marketplaces, while 30% indicated little or no trust in them. The survey revealed that “this problem is particularly acute in Japan, where 4 in 10 consumers have low trust in NFT marketplaces.”

Despite the geopolitical differences, investors from all four countries unanimously agreed on the need for stricter regulations on NFTs, considering factors including age restrictions and risk tolerances.

Across the US, UK, Japan and Brazil, 58% of sports fans believe to have some level of understanding regarding NFTs. Additionally, 54% (or 1,755) of the respondents believe that NFTs have positively impacted their favorite sports.

Related: NFT sales will fund the restoration of physical monuments in Ukraine

Ukraine’s Ministry of Culture and Information Policy told Cointelegraph about the government’s intention to use sales proceeds from NFTs to restore physical artwork.

According to the ministry, proceeds from the sales will go toward “the restoration of Ukrainian cultural institutions,” many of which have been damaged or destroyed amid an ongoing war with Russia.

Kernel Secures Binance Labs Funding To Redefine Restaking on BNB Chain