<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
    <channel>
        <title>Web3 Simplified</title>
        <link>https://paragraph.com/@web3simplified</link>
        <description>Weekly newsletter that breaks down complex and technical Web3 topics, making them easily understandable for you.</description>
        <lastBuildDate>Fri, 10 Jul 2026 05:08:54 GMT</lastBuildDate>
        <docs>https://validator.w3.org/feed/docs/rss2.html</docs>
        <generator>https://github.com/jpmonette/feed</generator>
        <language>en</language>
        <image>
            <title>Web3 Simplified</title>
            <url>https://storage.googleapis.com/papyrus_images/227db798ee5d44cf93f8d9aa8576ce1e</url>
            <link>https://paragraph.com/@web3simplified</link>
        </image>
        <copyright>All rights reserved</copyright>
        <item>
            <title><![CDATA[Proof-of-Work vs Proof-of-Stake]]></title>
            <link>https://paragraph.com/@web3simplified/proof-of-work-vs-proof-of-stake</link>
            <guid>NAd6l1ol8bdJ3QdLK1zY</guid>
            <pubDate>Sat, 01 Jun 2024 15:00:49 GMT</pubDate>
            <content:encoded><![CDATA[<p>Today, I'll be diving into two fundamental concepts in the world of blockchain technology: Proof of Work (PoW) and Proof of Stake (PoS).</p><p>These mechanisms are crucial for understanding how different cryptocurrencies function, so let me break them down in simple terms.</p><p><strong>What is Proof of Work (PoW)?</strong></p><p>Proof of Work is the original consensus algorithm used by many cryptocurrencies, with Bitcoin being the most famous example.</p><p>The concept is relatively straightforward: in a PoW system, participants, known as <em>miners</em>, compete to solve complex mathematical puzzles.</p><p>These puzzles are not trivial; they require substantial computational power to solve.</p><p>The first miner to crack the puzzle gets to add a new block of transactions to the blockchain.</p><p>The process of solving these puzzles and adding new blocks to the blockchain is called <em>mining</em>.</p><p>When a miner successfully adds a block, they are rewarded with newly created cryptocurrency, such as Bitcoin, along with transaction fees from the transactions included in the block.</p><p>This reward system incentivizes miners to participate in the network and maintain its security.</p><p>The difficulty of the puzzles is designed to be computationally intensive, making it extremely hard for any single entity to dominate the network.</p><p>This security feature ensures that an attacker would need more computing power than 50% of the network, making a successful attack highly impractical.</p><p>Check out this <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://hackernoon.com/what-is-a-51percent-attack">article on 51% attacks</a> to get an idea of the costs of executing an attack.</p><p><strong>What is Proof of Stake (PoS)?</strong></p><p>Proof of Stake is a newer consensus algorithm that aims to address some of the inefficiencies and environmental concerns associated with Proof of Work.</p><p>In a PoS system, the process of validating transactions and creating new blocks is carried out by participants known as validators. To become a validator, one must hold and "<em>stake</em>" a certain amount of the cryptocurrency within the network.</p><p>The selection process for choosing who gets to create the next block is typically based on the amount of cryptocurrency a validator has staked, although other factors like the length of time the cryptocurrency has been held might also play a role.</p><p>Validators are rewarded with transaction fees and sometimes additional cryptocurrency for their efforts.</p><p>The staking process ensures that validators have a financial incentive to act honestly. If a validator attempts to act maliciously or validate fraudulent transactions, they risk losing some or all of their staked cryptocurrency.</p><p>This built-in penalty helps maintain the network's security and integrity.</p><p><strong><u>Proof of Work vs Proof of Stake</u></strong></p><p><strong>Energy</strong></p><p>When comparing PoW and PoS, several key differences emerge. One of the most significant differences is <em>energy consumption</em>. Proof of Work requires a tremendous amount of energy because of the intensive computational power needed for mining.</p><p>This high energy consumption has raised environmental concerns and calls for more sustainable alternatives.</p><p>Proof of Stake, on the other hand, is much more energy-efficient since it does not rely on solving complex puzzles.</p><p><strong>Decentralization</strong></p><p>Another important distinction is in terms of decentralization. Proof of Work is often viewed as more decentralized because anyone with the right hardware can participate in mining.</p><p>However, the cost of acquiring and running this hardware can be prohibitive for many people. Proof of Stake aims to be more accessible by lowering the barrier to entry; anyone who holds and stakes the cryptocurrency can potentially become a validator.</p><p>Nonetheless, PoS systems can sometimes favor those who already hold significant amounts of the cryptocurrency, which could lead to centralization.</p><p><strong>Security</strong></p><p>In terms of security, both PoW and PoS offer robust mechanisms but in different ways. PoW's security comes from the computational difficulty of mining, making it hard for any single entity to control the network. PoS relies on the financial incentives of staking; validators have a lot to lose if they act dishonestly, which encourages good behavior.</p><p><strong><u>Conclusion</u></strong></p><p>Both Proof of Work and Proof of Stake have their strengths and weaknesses.</p><p>Over the years, PoW has proven its security and reliability, especially with Bitcoin, but it comes with high energy costs. According to <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://buybitcoinworldwide.com/bitcoin-mining-statistics/">this article</a> released in 2023, it's estimated that Bitcoin consumes around 160 terawatt-hours of electricity annually—more than the entire country of Argentina.</p><p>PoS, on the other hand, provides a more energy-efficient alternative but it must carefully manage the risks of centralization.</p><hr><p>And that's it for today. Thanks for reading. Have a blessed weekend, and don't forget to touch grass <span data-name="seedling" class="emoji" data-type="emoji">🌱</span>.</p><hr><p>P.S. You can collect this edition as an NFT for ($0 + gas fees) by tapping on the collect button below.</p><div data-type="collectButton" class="center-contents"><a class="email-subscribe-button" href="https://paragraph.xyz/@web3simplified/NAd6l1ol8bdJ3QdLK1zY">Collect</a></div><p></p>]]></content:encoded>
            <author>web3simplified@newsletter.paragraph.com (William)</author>
            <category>blockchain</category>
            <category>web3</category>
        </item>
        <item>
            <title><![CDATA[🔵 What are governance tokens?]]></title>
            <link>https://paragraph.com/@web3simplified/what-are-governance-tokens</link>
            <guid>m9Ghb9SJ6RJECtRFEHtE</guid>
            <pubDate>Sat, 18 May 2024 08:00:15 GMT</pubDate>
            <description><![CDATA[What is a governance token?

A governance token is one that allows holders of the token to...]]></description>
            <content:encoded><![CDATA[<p><strong>What is a governance token?</strong></p><p>A governance token is one that allows holders of the token to have a say in the decision-making of a project. </p><p>They give holders voting power, similar to how shareholders can participate in the decision-making of a company based on the shares they have.</p><p>Imagine this: A crypto project, Storm DAO, launches, and you purchase their token, $SDO. </p><p>This grants you voting power, a voice in the way decisions are made in the project.</p><p>You can then use this voting power to contribute to decision-making, such as: should the transaction fee for $SDO holders be changed, should we donate 1% of revenue to a charity, or should we buy a Bored Ape with our treasury funds. You get the idea.</p><p><strong>How does this work?</strong></p><p>Well, a proposal is made by either the team or a community member. Voting takes place on the project's website and could run from either hours to days.</p><p>Once voting ends, the option that has the most votes is then picked and executed.</p><p><strong>Why is this important?</strong></p><p>It basically ensures that there is no centralized control. Decisions are not made based on what the team thinks is right and instead place power in the hands of the community, who, since they have their money invested in the project, are more likely to make decisions that favor them and the project.</p><p>An example of a governance project is Apecoin DAO—the DAO of the famous Bored Ape Yacht Club Token (ApeCoin).</p><p>Holders of the token were able to vote on whether a new blockchain (Apechain) should be created for ApeCoin. They subsequently voted on which entity they wanted to develop the chain. So instead of the team deciding, the whole community gets a say in how things should go.</p><p>This model too is not perfect because those who hold the majority of the project's tokens get more say, but it's still something, I guess.</p><p>Hopefully, improvements will be made to this model.</p><p>And that's it for this week, fam.</p><p>P.S. Did you ape in on Notcoin? </p><hr><p>And that's it for today. Thanks for reading. Have a blessed weekend, and don't forget to touch grass <span data-name="seedling" class="emoji" data-type="emoji">🌱</span>. </p><hr><p>P.S. You can collect this edition as an NFT for ($0 + gas fees) by tapping on the collect button below.</p><div data-type="collectButton" class="center-contents"><a class="email-subscribe-button" href="https://paragraph.xyz/@web3simplified/m9Ghb9SJ6RJECtRFEHtE">Collect</a></div><p></p>]]></content:encoded>
            <author>web3simplified@newsletter.paragraph.com (William)</author>
        </item>
        <item>
            <title><![CDATA[🔵 What is Coin Burning?]]></title>
            <link>https://paragraph.com/@web3simplified/what-is-coin-burning</link>
            <guid>sTd65Bg2SuFwmUSltDL9</guid>
            <pubDate>Sat, 04 May 2024 08:00:32 GMT</pubDate>
            <description><![CDATA[Coin burning; if you've been in this space for a while you might have seen this phrase being thrown around but what does it actually mean?

Coin burnin...]]></description>
            <content:encoded><![CDATA[<p>Coin burning; if you've been in this space for a while you might have seen this phrase being thrown around but what does it actually mean?</p><p>Coin burning is the destruction of a certain amount of cryptocurrency, essentially decreasing the total supply of the cryptocurrency, a process that is permanent and irreversible.</p><p>It's just like burning cash; once it's destroyed, it's gone forever.</p><p><strong>Why are cryptocurrencies burned?</strong></p><p>Essentially, you'd want to ask, why would anyone want to burn their cryptocurrency?</p><p>The truth is that there are actually a couple of valid reasons why coins or crypto tokens are burnt.</p><p>• To boost the price - Now, there's this general law of supply and demand, which you might know, that a decrease in the supply of a product will cause an increase in the price, provided the demand increases or remains constant.</p><p>So, theoretically, burning a coin, which essentially reduces the supply, should increase the price, provided that demand is the same or it increases. It should be noted that if the demand decreases, it might have a little effect on the price.</p><p>• Another purpose for coins to be burned is to build trust with the community.</p><p>Usually, when a developer or a team creates a coin, they allocate a certain portion of the coins to themselves. By burning their own supply, tht demonstrate to the community and demonstrate that they are that they are dedicated to the project and are not going to dump on them.</p><p><strong>How does coin burning work?</strong></p><p>Coin burning could be done in two ways:</p><p>1. By sending cryptocurrency to an address that has no private key. (In the crypto world, there are two types of keys: public and private keys. The next newsletter will delve into this topic further.)</p><p>What this means is that the tokens can no longer be used because the private keys to the coins are stored in an inaccessible wallet.</p><p>Or </p><p>2. Through a burn function - In this case, coin burning is executed through the burn function implemented in a chain's (Ethereum, Solana) smart contract.</p><p>When you intend to burn a coin, you specify the quantity you want to burn.</p><p>The smart contract then verifies your wallet to ensure you have enough coins. If you don't, the transaction is not executed. If you have sufficient coins, the function executes, and the specified coins are sent to the burn address, essentially removing them from the total supply.</p><p><strong>Popular Token Burns</strong></p><p>$PEPE</p><p>The developers of the Pepe memecoin (PEPE) burned 6.9 trillion ($5.5 million) of the token, which was followed by a 31% increase in price.</p><p>Check it out <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://www.google.com/url?sa=t&amp;source=web&amp;rct=j&amp;opi=89978449&amp;url=https://www.coindesk.com/business/2023/10/24/pepe-memecoin-burns-55m-tokens-prompting-31-rise/amp/&amp;ved=2ahUKEwiYr8P7kPOFAxX2UUEAHScvDHUQFnoECB4QAQ&amp;usg=AOvVaw0N_LNGmzqxdCDsEEnexIbE">here</a></p><p>$SHIBA INU</p><p>In a marketing stunt, the developers of the Shiba Inu token sent Shiba tokens to Vitalik Buterin. Buterin donated 50 trillion SHIB to the India Covid Relief Fund and destroyed 90% of the total Shiba Inu sent to him, by sending 410 trillion of the meme-based coin to a dead wallet address. The amount of SHIB burned equates to over $6 billion.</p><p>Check it out <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://www.coindesk.com/markets/2021/05/17/vitalik-buterin-burns-6b-in-shib-tokens-says-he-doesnt-want-the-power/amp/">here</a> </p><hr><p>And that's it for today. Thanks for reading. Have a blessed weekend, and don't forget to touch grass <span data-name="seedling" class="emoji" data-type="emoji">🌱</span>. </p><hr><p>P.S. You can collect this edition as an NFT for ($0 + gas fees) by tapping on the collect button below. </p><div data-type="collectButton" class="center-contents"><a class="email-subscribe-button" href="https://paragraph.xyz/@web3simplified/sTd65Bg2SuFwmUSltDL9">Collect</a></div><hr><p>P.S.S. If you found this edition insightful, do share with your friends or those you feel would benefit from this. </p><div data-type="shareButton" class="center-contents"><a class="email-subscribe-button" href="https://paragraph.xyz/@web3simplified/sTd65Bg2SuFwmUSltDL9">Share</a></div><p>Arigato!</p><p></p><p>Image Credit - <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://www.freepik.com/photos/fire">Fire photo created by freepik</a></p>]]></content:encoded>
            <author>web3simplified@newsletter.paragraph.com (William)</author>
            <category>web3</category>
            <category>defi</category>
            <category>cryptocurrency</category>
            <enclosure url="https://storage.googleapis.com/papyrus_images/dcb60c7141951d3e9ea4d9d9e8a5f3da.jpg" length="0" type="image/jpg"/>
        </item>
        <item>
            <title><![CDATA[🔵 What are Wrapped Tokens?]]></title>
            <link>https://paragraph.com/@web3simplified/what-are-wrapped-tokens</link>
            <guid>Xv6Ys6JKwdIUoxLJzfDr</guid>
            <pubDate>Sat, 27 Apr 2024 08:00:00 GMT</pubDate>
            <description><![CDATA[Blockchains have brought about a lot of developments:

Sending money in under 10 seconds ✅

Taking a loan without going through all the paperwork ✅

Elimin...]]></description>
            <content:encoded><![CDATA[<p>Blockchains have brought about a lot of developments:</p><p>Sending money in under 10 seconds <span data-name="check_mark_button" class="emoji" data-type="emoji">✅</span></p><p>Taking a loan without going through all the paperwork <span data-name="check_mark_button" class="emoji" data-type="emoji">✅</span></p><p>Eliminating intermediaries (banks) and reducing the risk of fraud <span data-name="check_mark_button" class="emoji" data-type="emoji">✅</span></p><p>But there are still many challenges they face, one of which is the lack of interoperability.</p><p>Interoperability refers to the ability of two different systems or blockchains to interact together seamlessly. This is something that blockchains are currently struggling with.</p><p>Think of it like going to a grocery store where you speak English, but the attendant speaks Mandarin. You really can't communicate or make any exchanges.</p><p>The same applies to different blockchains with varying functionalities and codes.</p><p>Wrapped tokens help solve this issue. They're tokens wrapped to function on another blockchain. For example, because Bitcoin and Ethereum aren't compatible due to their differences in standards and codes, to solve this BTC is wrapped into WBTC for use on the Ethereum blockchain.</p><p><strong>How do you create one?</strong></p><p>Creating a wrapped token involves three entities:</p><p>1. You, the user,</p><p>2. The token or funds to be wrapped, and</p><p>3. The custodian.</p><p>Here's how it works:</p><p>1. You send your funds to the custodian, which acts like a vault with codes and functions. It's responsible for turning your token into its wrapped version.</p><p>2. You send your token to the custodian. It then creates a wrapped version of your token and locks away the original in a vault. Meanwhile, it sends the wrapped token to your wallet.</p><p>3. You can now use the wrapped token for whatever you need. If you decide you don't want it anymore, you send it back to the custodian.</p><p>4. The custodian then destroys (burns) the wrapped token and gives you back the original token from the vault.</p><p></p><p><strong>What are the advantages of wrapped tokens?</strong></p><p>One of the advantages is enhanced functionality. Let me break this down: gas fees on Bitcoin can be pretty high at times. Recently, data shows that they rose up to $80 this week.</p><p>Imagine if you were to make a transaction of $20, you'd be paying gas of $80 (check this out if you don't know the meaning of gas).</p><p>So, if you wrap your Bitcoin to Ethereum or Polygon, you can essentially bypass the gas fees that have been paid on the Bitcoin network and leverage the lower transaction fees of the network.</p><p>Another perk of wrapped tokens is the access they provide to decentralized applications (dApps) and lending platforms.</p><div data-type="subscribeButton" class="center-contents"><a class="email-subscribe-button" href="https://paragraph.xyz/@web3simplified/memberships">Subscribe</a></div><p>Before wrapped tokens came into play, Bitcoin users couldn't access Ethereum's features like lending, borrowing, or tokenization due to their differences in codes and functionalities. But now, with wrapped tokens, they can tap into these features by converting to wBTC.</p><p></p><p><strong>What are the disadvantages of wrapped tokens?</strong></p><p>One of the drawbacks is the reliance on the custodian. If you look at the whole process of wrapping the token, the custodian plays a significant role in both wrapping the token and custody, and this contradicts the whole idea of decentralization in blockchain, where you ought to have control over your funds and activities.</p><p></p><p>With that being said, the advantages outweigh the disadvantages and in the long run, we're bound to see more upgrades to Blockchain networks that deal with the issue of interoperability.</p><p></p><p>Image Credit - <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://zerocap.com/insights/snippets/what-are-wrapped-tokens/">ZeroCap</a></p><hr><p>And that's it for today. Thanks for reading. Have a blessed weekend, and don't forget to touch grass <span data-name="seedling" class="emoji" data-type="emoji">🌱</span>. </p><hr><p>P.S. You can collect this edition as an NFT for ($0 + gas fees) by tapping on the collect button below.</p><div data-type="collectButton" class="center-contents"><a class="email-subscribe-button" href="https://paragraph.xyz/@web3simplified/Xv6Ys6JKwdIUoxLJzfDr">Collect</a></div><p></p>]]></content:encoded>
            <author>web3simplified@newsletter.paragraph.com (William)</author>
            <category>web3</category>
            <category>blockchain</category>
            <category>defi</category>
            <enclosure url="https://storage.googleapis.com/papyrus_images/9d7ec1e12c0a512f12a9032cf1c3959a.jpg" length="0" type="image/jpg"/>
        </item>
        <item>
            <title><![CDATA[🔵 What is the Blockchain?]]></title>
            <link>https://paragraph.com/@web3simplified/what-is-the-blockchain</link>
            <guid>WvjAdUkjdHKc09PMTYwD</guid>
            <pubDate>Sat, 23 Mar 2024 10:30:13 GMT</pubDate>
            <description><![CDATA[The Blockchain is a distributed public digital ledger that stores information that is very difficult to tamper with.

What's meant by it being distribu...]]></description>
            <content:encoded><![CDATA[<p>The Blockchain is a distributed public digital ledger that stores information that is very difficult to tamper with.</p><p><strong>What's meant by it being distributed?</strong></p><p>It means that the data on the blockchain and the tasks of maintaining it are not done by a single entity but rather by a network of computers located in various locations, spanning countries.</p><p>By doing this, each computer in the network stores a copy of the blockchain where transactions are recorded to prevent a single point of failure. Additionally, all copies are updated simultaneously.</p><p><strong>What's meant by it being public?</strong></p><p>It means that the information on it can be accessed and viewed by anyone who wants to check it.</p><p>Now that that's out of the way, let's move on.</p><p>As the name suggests, blocks in a blockchain are linked and consist of three fundamental elements:</p><p>1. The data being stored in it - For example, information about a transaction, the sender, the receiver, the amount transferred, and the time.</p><p>2. The hash of the block - likened to the digital fingerprint of the block.</p><p>3. The hash of the previous block - included in the block, linking them together in chronological order, similar to page numbers in a book.</p><p>An exception to this is the genesis block, which is the very first block in a blockchain.</p><p><strong>How does it work?</strong></p><p>You can liken a blockchain to a spreadsheet (although it's more complex than that). Information is collected and entered into a block (similar to how information is entered into a cell in a spreadsheet). Once the block is full, its hash is calculated by a special mathematical function. This function calculates the data of the block to generate a unique fixed-length string of characters (the hash).</p><p>The block is then validated (checked for errors or tampering) by a consensus mechanism (read more about them here) and added to the blockchain. After it has been added and recorded, it becomes nearly impossible to alter it.</p><p>This process repeats for subsequent blocks.</p><p><strong>Benefits of the Blockchain</strong></p><p>• Transparency:</p><p>Blockchain, likened to a public ledger, ensures that every participant has a clear view of the recorded data. This real-time visibility minimizes the risk of fraudulent activities, as any alterations are promptly evident to all involved parties.</p><p>• Immutability:</p><p>Once info is in the blockchain, it's almost unchangeable, like engraving in stone. This builds trust in the stored data.</p><p>• Traceability:</p><p>The blockchain acts as an advanced tracking system, crucial for identifying and resolving issues, especially in supply chain management.</p><p>• Decentralization:</p><p>Unlike centralized control, blockchain spreads power across the network, avoiding a single point of failure and creating a more resilient system.</p><p>Some Big Tech Company services are dependent on centralized servers; any downtime or issues with these servers can affect the availability of all their services. In contrast, blockchain technology operates on a decentralized network spread across various nodes. This decentralized structure minimizes the risk of a single point of failure, ensuring that even if one node experiences downtime, the overall blockchain network can continue functioning.</p><div data-type="subscribeButton" class="center-contents"><a class="email-subscribe-button" href="https://paragraph.xyz/@web3simplified/memberships">Subscribe</a></div><p><strong>Limitations of the Blockchain</strong></p><p>• Scalability:</p><p>Blockchain faces challenges in scalability, meaning its ability to handle a large volume of transactions efficiently. As more users join the network, transaction speeds may decrease, and fees can rise. This limitation hinders the widespread adoption of blockchain for high-frequency transactions.</p><p>• Energy Consumption:</p><p>Some blockchain networks, especially those like Bitcoin, need a lot of energy for transaction validation, raising environmental concerns.</p><p>• Interoperability:</p><p>Different blockchain networks operate independently, limiting smooth communication between them. This means assets or data can't flow seamlessly across different blockchains.</p><p>• Security Challenges:</p><p>Despite its security reputation, blockchain ecosystems aren't immune to vulnerabilities. Smart contracts, <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://hackernoon.com/what-is-a-51percent-attack">51% attacks</a>, and other exploits pose risks needing ongoing attention.</p><p>So that explains the <em>blockchain. </em></p><hr><p><strong>Vocab of the Day</strong></p><p>• Consensus Mechanism: The process by which nodes on a blockchain agree on a single version of the truth or validate transactions. Examples include Proof of Work (PoW) and Proof of Stake (PoS)</p><p>• Immutable: Once data is added to the blockchain, it is almost impossible to change or tamper with. It's like an unalterable record.</p><p>• Node: A computer that participates in the blockchain network, verifying and validating transactions.</p><p></p><hr><p>And that's it for today. Thanks for reading. Have a blessed weekend, and don't forget to <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://www.google.com/url?sa=t&amp;source=web&amp;rct=j&amp;opi=89978449&amp;url=https://later.com/social-media-glossary/touch-grass/%23:~:text%3DTouch%2520Grass%2520is%2520a%2520figurative,nature%2520or%2520getting%2520fresh%2520air.&amp;ved=2ahUKEwjG0daSloqFAxX-U0EAHSYJBmoQFnoECA0QBQ&amp;usg=AOvVaw31yJDrCp3SAV6OkulYvVRU">touch grass</a> <span data-name="seedling" class="emoji" data-type="emoji">🌱</span>.</p><hr><p></p><p>P.S. You can collect this edition as an NFT for ($0 + gas fees) by tapping on the collect button below.</p><p></p><div data-type="collectButton" class="center-contents"><a class="email-subscribe-button" href="https://paragraph.xyz/@web3simplified/WvjAdUkjdHKc09PMTYwD">Collect</a></div><p></p>]]></content:encoded>
            <author>web3simplified@newsletter.paragraph.com (William)</author>
            <category>web3</category>
            <category>blockchain</category>
        </item>
    </channel>
</rss>