<?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>Lily Yin </title>
        <link>https://paragraph.com/@lily-yin</link>
        <description>Senior Product Designer | Product Innovation &amp; Experiment | User-Centered Design | Data-Driven Iteration
</description>
        <lastBuildDate>Fri, 28 Aug 2026 15:59:48 GMT</lastBuildDate>
        <docs>https://validator.w3.org/feed/docs/rss2.html</docs>
        <generator>https://github.com/jpmonette/feed</generator>
        <language>en</language>
        <image>
            <title>Lily Yin </title>
            <url>https://storage.googleapis.com/papyrus_images/7040fde08a8c8fe0d873764c85768af2f3b3b927078cb9db7ab48da95080b0cb.png</url>
            <link>https://paragraph.com/@lily-yin</link>
        </image>
        <copyright>All rights reserved</copyright>
        <item>
            <title><![CDATA[Defi Core Concepts Clarification]]></title>
            <link>https://paragraph.com/@lily-yin/defi-core-concepts-clarification</link>
            <guid>vX5Ydf6qlFK2Hbye8U1s</guid>
            <pubDate>Sun, 09 Jul 2023 23:17:40 GMT</pubDate>
            <description><![CDATA[I am learning how to read and use defillama referring to an article from altcoinbuzz. I had come across a lot of concepts in the Defi world and I like to share them with you. https://www.altcoinbuzz.io/bitcoin-and-crypto-guide/a-walkthrough-of-the-defillama-platform/ https://defillama.com/ TVL TVL (Total Value Locked): Counts all tokens used as CDP collateral. On a technical level, we get all collateral tokens by getting the event, get the locked amount by calling the balanceOf() function dir...]]></description>
            <content:encoded><![CDATA[<p>I am learning how to read and use defillama referring to an article from altcoinbuzz. I had come across a lot of concepts in the Defi world and I like to share them with you.</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://www.altcoinbuzz.io/bitcoin-and-crypto-guide/a-walkthrough-of-the-defillama-platform/">https://www.altcoinbuzz.io/bitcoin-and-crypto-guide/a-walkthrough-of-the-defillama-platform/</a></p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://defillama.com/">https://defillama.com/</a></p><p><strong>TVL</strong></p><p>TVL (Total Value Locked): Counts all tokens used as CDP collateral. On a technical level, we get all collateral tokens by getting the event, get the locked amount by calling the balanceOf() function directly, unblock any Uniswap LP tokens, and then get the price of each token from CoinGecko.</p><p>TVL is a measure of the total value attracted by decentralized finance (DeFi) platforms. It represents the total value of digital assets mortgaged in various agreements. By calculating the market value of the collateral in the CDP and combining data from other DeFi protocols, the overall TVL can be derived.</p><p>In terms of technical implementation, changes in collateral can be tracked by obtaining events of related contracts. The locked amount of a specific token can be obtained by calling the balanceOf() function. For Uniswap LP tokens, it is necessary to unseal the token pairs it consists of and get the price of each token. The current price of a coin can usually be obtained using a cryptocurrency price data source such as CoinGecko.</p><p>TVL is an important metric used to measure the size and user engagement of DeFi platforms and provides information on liquidity and market potential.</p><p><strong>CDP</strong></p><p>n the context of cryptocurrencies, CDP stands for Collateralized Debt Position. It is a mechanism used in decentralized finance (DeFi) platforms, specifically in systems based on the Ethereum blockchain, such as MakerDAO.</p><p>CDPs allow users to generate stablecoins, such as DAI, by collateralizing their crypto assets. Users deposit a specific cryptocurrency (usually Ethereum) as collateral into a smart contract and receive a loan in the form of a stablecoin, which is pegged to the value of a fiat currency like the US dollar.</p><p>The collateral deposited in the CDP serves as a guarantee against default. If the value of the collateral falls below a certain threshold, known as the liquidation ratio, the CDP may be liquidated, and the collateral is sold to repay the loan and any outstanding fees or penalties.</p><p>CDPs are an essential component of decentralized lending and borrowing systems, enabling users to access liquidity without the need for traditional financial intermediaries. They provide a way for individuals to leverage their cryptocurrency holdings while maintaining ownership of their assets.</p><p><strong>Pool</strong></p><p>In the crypto world, the concept of a &quot;pool&quot; refers to a shared liquidity pool or a collection of funds contributed by multiple participants. Pools are commonly found in decentralized finance (DeFi) platforms and are used for various purposes, such as liquidity provision, yield farming, lending, and borrowing.</p><p>Liquidity Pool: A liquidity pool is a pool of funds provided by users that is used to facilitate trading on decentralized exchanges (DEXs). In a liquidity pool, users deposit their tokens into a smart contract, which then allows other traders to swap or trade between different tokens in the pool. Liquidity providers earn fees based on their share of the pool, and their funds can be withdrawn at any time.</p><p>Yield Farming: Yield farming involves depositing cryptocurrencies into liquidity pools to earn additional tokens as rewards. Participants contribute their funds to a specific pool, and in return, they receive tokens that represent their share of the pool&apos;s earnings. Yield farming strategies often involve staking or locking up tokens in various DeFi protocols to maximize returns.</p><p>Lending and Borrowing Pool: In lending and borrowing platforms, users can participate in pools to either lend their cryptocurrencies and earn interest or borrow assets by providing collateral. These pools match lenders and borrowers, allowing users to earn interest on their idle assets or access capital without traditional intermediaries.</p><p>Pool Tokens: When users contribute funds to a pool, they typically receive pool-specific tokens representing their share of the pool&apos;s assets. These tokens, often referred to as pool tokens or liquidity tokens, can be used to track ownership and claim a proportional share of the pool&apos;s rewards or fees.</p><p>Overall, pools in the crypto world enable users to collectively contribute and utilize their assets for various purposes, such as providing liquidity, earning rewards, or accessing decentralized financial services. They play a crucial role in facilitating the efficiency and functionality of decentralized ecosystems.</p><p><strong>Yield Farming</strong></p><p>Yield Farming, also known as liquidity mining, is a popular concept in the decentralized finance (DeFi) space. It refers to a practice where users can earn additional tokens or rewards by providing liquidity to specific protocols or platforms.</p><p>Here&apos;s a simplified explanation of how yield farming works:</p><ol><li><p>Liquidity Provision: Yield farming typically involves supplying funds (such as cryptocurrencies or stablecoins) to liquidity pools on decentralized exchanges or lending platforms. These pools enable users to trade or lend their assets.</p></li><li><p>Liquidity Pool Rewards: In return for providing liquidity, users receive tokens as rewards. These rewards can be in the form of the platform&apos;s native tokens or other tokens associated with the protocol.</p></li><li><p>Yield Optimization: Yield farmers aim to maximize their returns by optimizing their allocation of funds across various liquidity pools or protocols. They may actively monitor and shift their assets based on the potential rewards offered by different pools.</p></li><li><p>Staking and Locking: Some yield farming protocols require users to stake or lock their earned tokens for a certain period. This locking period ensures that users remain engaged and committed to the protocol, while also preventing immediate sell-offs that could destabilize the market.</p></li><li><p>Risks and Considerations: Yield farming can offer attractive returns, but it also comes with certain risks. These risks include impermanent loss (potential loss due to volatile price fluctuations), smart contract vulnerabilities, platform risks, and market risks. It&apos;s crucial to research and understand the risks associated with each protocol before participating.</p></li></ol><p>Yield farming has gained popularity due to the potential for high returns and the opportunity to participate in the growth of DeFi protocols. However, it requires careful evaluation of the associated risks, an understanding of the protocols being used, and a proactive approach to managing one&apos;s portfolio to achieve optimal results.</p><p><strong>Protocol&quot; and &quot;Project&quot; Difference</strong></p><p>&quot;Protocol&quot; and &quot;Project&quot; are terms used in different contexts, and they have some distinctions and overlaps.</p><p>&quot;Protocol&quot; typically refers to a set of rules, standards, or conventions that guide the interaction and cooperation between participants. In the technical realm, protocols define the specifications for data transfer, communication, and interaction to ensure interoperability and connectivity between different systems. In the blockchain and cryptocurrency domain, protocols can encompass a combination of smart contracts, network protocols, consensus algorithms, and more to achieve specific functionalities and objectives. Protocols are generally a broader concept that can apply to multiple projects and applications.</p><p>On the other hand, &quot;Project&quot; refers more specifically to an individual and finite task or work, usually with specific goals, scope, and timelines. In the blockchain and cryptocurrency field, projects can refer to specific blockchain platforms, cryptocurrency tokens, decentralized applications (DApps), or other related technological implementations. Projects are typically more specific entities that require resources, teams, and management to achieve predetermined objectives.</p><p>While there are distinctions between protocols and projects, there can also be some overlap. For example, a project can be built on a specific protocol, using it as the underlying infrastructure and customizing and developing according to the project&apos;s needs. A project can also involve multiple protocols, especially in complex technical architectures.</p><p>In summary, protocols are rules and standards that guide interaction and communication and can be applied to multiple projects and applications. Projects are specific tasks or work with defined goals and scope that are implemented within a specific timeframe. In the blockchain and cryptocurrency domain, protocols and projects can be interconnected to achieve specific technical and business objectives.</p><p><strong>Smart Contract Coding Language</strong></p><p>Yes, smart contracts can be developed using multiple programming languages. Different blockchain platforms and smart contract platforms support various programming languages for writing smart contract code.</p><p>Here are some common smart contract programming languages:</p><ol><li><p>Solidity: Solidity is the most commonly used smart contract programming language on the Ethereum platform. It is a statically typed, object-oriented language similar to JavaScript and specifically designed for the Ethereum Virtual Machine (EVM). Solidity is one of the most widely adopted smart contract languages.</p></li><li><p>Vyper: Vyper is another smart contract programming language for the Ethereum platform. Compared to Solidity, Vyper emphasizes security and readability, using a simplified syntax and strict semantics. The design goal of Vyper is to reduce potential vulnerabilities and security risks in smart contracts.</p></li><li><p>Serpent: Serpent was an early version smart contract programming language for Ethereum but has gradually been replaced by Solidity. It is a Python-based language that provides some Python-like features.</p></li><li><p>Michelson: Michelson is the smart contract programming language for the Tezos blockchain platform. It is a statically typed functional language designed specifically for Tezos&apos; smart contract system. Michelson provides rich tools and features, supporting complex contract logic and verification.</p></li></ol><p>In addition to the languages mentioned above, there are other programming languages supported by different blockchain platforms and smart contract platforms, such as:</p><ul><li><p>EOS: EOSIO primarily uses C++ and WebAssembly (WASM) as the main languages for smart contract development.</p></li><li><p>NEO: NEO supports programming languages like C#, Java, and Python.</p></li><li><p>Corda: Corda uses Kotlin, Java, and other JVM languages for smart contract development.</p></li></ul><p>The choice of a smart contract programming language depends on the supported languages and development tools of the target blockchain platform. Each language has its own characteristics, tools, and ecosystems, and the selection can be based on the developer&apos;s preferences and project requirements.</p><p><strong>Why do we need oracles?</strong></p><p>Protocols require oracles for several reasons:</p><ol><li><p>Access to Real-World Data: Protocols on a blockchain are often isolated from the outside world and cannot directly access real-time or real-world data, such as stock prices, weather conditions, or sports scores. Oracles bridge this gap by fetching and providing such data to the protocol, enabling it to make informed decisions or trigger actions based on external events.</p></li><li><p>Decentralized Decision Making: Oracles allow decentralized protocols to make decisions based on external data without relying on a single trusted party. By using multiple oracles and consensus mechanisms, protocols can achieve decentralization and mitigate the risks of data manipulation or single points of failure.</p></li><li><p>Price Feeds and Market Data: Many DeFi protocols rely on accurate and up-to-date price feeds for assets. Oracles provide these price feeds, allowing protocols to determine exchange rates, calculate asset values, and execute transactions at the prevailing market prices.</p></li><li><p>Triggering Smart Contract Execution: Smart contracts often need external information or events to execute specific actions. Oracles provide the necessary data to trigger these actions, such as settling a prediction market, initiating an insurance payout, or executing a trade based on certain conditions.</p></li><li><p>Security and Trustworthiness: Oracles play a critical role in ensuring the security and trustworthiness of decentralized protocols. By providing verifiable and reliable data, oracles help in preventing manipulation, tampering, or misinformation that could adversely impact the protocol&apos;s operations or user funds.</p></li></ol><p>Overall, oracles enable protocols to interact with the real world, access external data, and automate actions based on reliable information. They bridge the gap between the blockchain ecosystem and the vast array of data and events outside of it, enhancing the functionality, versatility, and utility of decentralized protocols.</p><p><strong>What does this mean “Total Value Secured All Oracles“</strong></p><p>Total Value Secured All Oracles&quot; refers to the total value of assets or funds secured by all the oracles collectively. In the context of decentralized finance (DeFi), oracles are used to provide external data and price feeds to smart contracts and protocols. They ensure that the protocols have accurate and reliable information to make informed decisions and execute actions.</p><p>The &quot;Total Value Secured&quot; represents the combined value of assets or funds that are associated with the protocols utilizing these oracles. This includes the total value of tokens, funds, or assets locked in various DeFi protocols that rely on oracles for data inputs or price calculations.</p><p>By aggregating the value secured by all the oracles, it provides a measure of the overall impact and importance of these oracles in the DeFi ecosystem. It showcases the collective value of assets and funds entrusted to oracles for data provision and reinforces the significance of oracles in enabling the functionality and success of decentralized protocols.</p><p>Monitoring the &quot;Total Value Secured All Oracles&quot; helps in assessing the growth and adoption of oracles, evaluating their impact on the DeFi industry, and understanding the scale of assets involved in protocols relying on these oracles. It provides insights into the value at stake and the reliance on oracles for the secure and efficient operation of decentralized finance.</p><p><strong>DVT</strong></p><p>今天，我们深入研究分布式验证节点技术(Distributed Validator Technology, DVT)，这是质押领域的一个令人兴奋的突破。</p><p>FDV =代币的最大供应量X代币的当前市场价格</p>]]></content:encoded>
            <author>lily-yin@newsletter.paragraph.com (Lily Yin )</author>
        </item>
        <item>
            <title><![CDATA[DefilLama DataViz UX Audit]]></title>
            <link>https://paragraph.com/@lily-yin/defillama-dataviz-ux-audit</link>
            <guid>st99KnM9dg3iALWSnlIr</guid>
            <pubDate>Sun, 09 Jul 2023 21:49:28 GMT</pubDate>
            <description><![CDATA[I am learning how to read and use DefilLama, and I found that I want to conduct a UX audit! Please correct any errors in this statement. Chart 1 UX Audit The below chart shows the fees by chain. Cons: Filters 1. User Interactivity: The chart&apos;s interactivity options could be clearer. Specifically, the ability to select and view "fees by chain" across different blockchains needs to be made more intuitive. Perhaps the addition of dropdown menus or radio buttons could facilitate this. 2. Com...]]></description>
            <content:encoded><![CDATA[<p>I am learning how to read and use DefilLama, and I found that I want to conduct a UX audit! Please correct any errors in this statement.</p><p><strong>Chart 1 UX Audit</strong></p><p>The below chart shows the fees by chain.</p><p><strong>Cons:</strong></p><p><strong>Filters</strong></p><p>1. User Interactivity: The chart&apos;s interactivity options could be clearer. Specifically, the ability to select and view &quot;fees by chain&quot; across different blockchains needs to be made more intuitive. Perhaps the addition of dropdown menus or radio buttons could facilitate this.</p><p>2. Comparative Analysis: If users want to compare &quot;fees by chain&quot; on a single chain to the &quot;total fees across chains&quot;, this option should be more explicitly provided. It&apos;s not clear why users would want to do this comparison, so understanding user motivations could provide valuable insights to further optimize this feature. Maybe a survey or user interviews can help uncover these needs.</p><p><strong>Expanded view</strong></p><p>Detailed Examination: The lack of an expanded view option could limit the user&apos;s understanding of the data. Given the different magnitudes and significance of fees across chains, an option to zoom in or out to examine details could greatly enhance data readability.</p><p><strong>Timeline selection</strong></p><p>4. Visual Clarity: The timeline bar at the bottom of the chart could be more intuitive. At present, there may be confusion between the gray transparent chart and the main panel chart, as they seem related. Making sure the selection in the timeline corresponds accurately and clearly with the display in the main chart panel could alleviate this confusion.</p><p><strong>Tooltips</strong></p><p>Explanatory tooltips: The absence of tooltips to explain various concepts on the interface might impede new users&apos; understanding. To help users unfamiliar with certain terminologies or metrics, tooltips providing brief explanations could be very helpful. Also, a FAQ section or a glossary might assist in improving user comprehension.</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/cc736c513e2eb9383eab7a1e0ab5f80efb351e1b2ecc36f996e242881f2a167b.png" alt="Only select the Ethereum chain" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">Only select the Ethereum chain</figcaption></figure><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/42d435f487729eddc0b4590b34f3d93d86376b0035221090f1586f3825b0e5b7.png" alt="Are users interested in comparing &quot;fees by chain&quot; for a single blockchain against the &quot;total fees across chains&quot;? If so, what could be their motivation for making such a comparison?" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">Are users interested in comparing &quot;fees by chain&quot; for a single blockchain against the &quot;total fees across chains&quot;? If so, what could be their motivation for making such a comparison?</figcaption></figure><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/e925152cabf96bf59fc33ef543f2dd9d836c6cd3f0cd041e4586a660a917bca3.png" alt="Monthly View" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">Monthly View</figcaption></figure><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/833ccb681705a2b599b166504d20c3afb865bbd3f077db9207bcb3227c6f955e.png" alt="The timeline bar located at the bottom of the interface lacks intuitiveness. There might be a potential misinterpretation where users associate the gray, transparent chart with the main panel chart. However, in reality, the main panel chart corresponds to the area highlighted in red on the timeline. This discrepancy could lead to confusion and should be addressed to improve user understanding." blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">The timeline bar located at the bottom of the interface lacks intuitiveness. There might be a potential misinterpretation where users associate the gray, transparent chart with the main panel chart. However, in reality, the main panel chart corresponds to the area highlighted in red on the timeline. This discrepancy could lead to confusion and should be addressed to improve user understanding.</figcaption></figure><p><strong>Chart 2 UX Audit</strong></p><p><strong>Pros:</strong></p><p>It&apos;s commendable that the chart below displays events as the default view. This feature is highly useful for users as it provides insights into the reasons behind price fluctuations, helping them better understand why prices are rising or falling.</p><p><strong>Cons:</strong></p><p><strong>Tooltips</strong></p><p>1. The chart lacks a tooltip feature to help explain the data it represents. This absence could potentially make it challenging for users to fully comprehend the information displayed in the chart.</p><p>2. When users activate multiple filters, the resulting chart can become overly complex and challenging to interpret. This potentially hinders user comprehension and detracts from the overall user experience.</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/a4a2f9660f9ea73d07ef104970580e1f2840aef836ba6fbdb7edf26c8d752878.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/e498baa4dcdb48e65365d41783cedba45162deb3985cb8bcd85a58e945908a9b.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><p><strong>Chart 3</strong></p><p>Cons:</p><p>Filter group A controls the B&amp;C section. So it offers a better user experience when the filter group A stays at the top when the user scrolls down to see the rank of protocols.</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/a2076f25c96fbc2dbdcab23c76140a8117f8a92301aaf145418968764c37ffb1.png" alt="Before scroll" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">Before scroll</figcaption></figure><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/a6245f4a25a34f7f493a195beee3f539a3e0dca1a73ccd1215991f7b818a0898.png" alt="When scrolls" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">When scrolls</figcaption></figure><p>Cons:</p><p>Filter A represents a single selection, while Filter B represents multi-selection. It is preferable to maintain a minimal difference in the visual style of these two filters to indicate the minor difference.</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/b5ef1cab0e9d83f75a32d6ff114712fcc9ddaae27f9d1757cdc5402e5bb7d297.png" alt="Filter A&amp;B " blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">Filter A&amp;B</figcaption></figure><p>Chart 4: Chains</p><p>Cons:</p><p>The chain selection only impacts the right-side timeline chart. The current location of the chain selection is confusing. User may expect it impacts the left pie chart too.</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/c0f9f2bec5f7b7c3e2cea5927d5e90cd9aa71275ea602daa5e4271dc506dd084.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/4a01766baf286079f981fd4306071ced51cb9e3ade7bd6ea99073a2bc96c3f27.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure>]]></content:encoded>
            <author>lily-yin@newsletter.paragraph.com (Lily Yin )</author>
        </item>
        <item>
            <title><![CDATA[Web3.0 UX- Synthetix UX Audit]]></title>
            <link>https://paragraph.com/@lily-yin/web3-0-ux-synthetix-ux-audit</link>
            <guid>56BRbHFlL8yrd7MOSTEg</guid>
            <pubDate>Sun, 25 Jun 2023 20:55:31 GMT</pubDate>
            <description><![CDATA[Wallet connection experienceGenerally, it is very fluent.It offers multiple walletsMy suggestions:the left side progress bar is too far from the wallet options at the right which it is hard for users to associateUI responsiveness to user interactionsNo big and obvious issueLoading timesIt takes a long time to loadFast responsiveness to transactionsSee aboveUI bugs or glitches in the UI displayThe progress bar is confusing. It is all green which I thought there is no risk at all, but it looks ...]]></description>
            <content:encoded><![CDATA[<ul><li><p><strong>Wallet connection experience</strong></p><ul><li><p>Generally, it is very fluent.</p><ul><li><p>It offers multiple wallets</p></li><li><p><strong>My suggestions:</strong></p><ul><li><p>the left side progress bar is too far from the wallet options at the right which it is hard for users to associate</p></li></ul></li></ul></li></ul></li><li><p><strong>UI responsiveness to user interactions</strong></p><ul><li><p>No big and obvious issue</p></li></ul></li><li><p><strong>Loading times</strong></p><ul><li><p>It takes a long time to load</p></li></ul></li></ul><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/4eb0a5339be0a931438568173d541b06c90dbeee0359ce368a0f3e3751361c34.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><ul><li><p><strong>Fast responsiveness to transactions</strong></p><ul><li><p>See above</p></li></ul></li><li><p><strong>UI bugs or glitches in the UI display</strong></p><ul><li><p>The progress bar is confusing. It is all green which I thought there is no risk at all, but it looks like I will face risk when it is lower than 160% which is not very clear</p></li></ul></li></ul><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/58526f3abeac0b0c4439915937a565b20a155f6ba05234543fdbbd1df955392b.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><ul><li><p>The color here is confusing. The step1 and step3 look blue, and step 2 is orange, which leaves me the impression that this step is somewhat different</p></li></ul><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/e2955a4524fb73ca4ce140bb14805fdf41b14e9cb59ed1d181ca711a2ef40d67.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><br><ul><li><p><strong>The simplicity of understanding and using the core product</strong></p><ul><li><p>The entrance to the introduction on the home page is useful</p></li><li><p>What is stargate if I am new to web3.0 and bridge concept? If there are more explaining info, it would be super helpful.</p></li></ul></li></ul><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/479ab03ba889dd5a43e17fedb6c4d4aff92eb903262896bf68c5caedc3eb6fcd.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><ul><li><p>I need more info about the liquidation here because I am told that I may be flagged for liquidation which I am concern with the risk</p></li><li><p>The 1-3 steps tutorials is very useful</p></li></ul><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/845ae33dd0ef9669265d5b92333c44012d3e655ea6c16a31d2fcfa8b3848eacc.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><ul><li><p><strong>Tooltip is helpful</strong></p></li></ul><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/bd56495cd8d7909d5864d8d7e542553f2ee84ddb40b8f5916c50a9640c36e1fc.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><ul><li><p><strong>Navigation and layout issues</strong></p><ul><li><p>No big issue</p></li></ul></li><li><p><strong>General sense of polish and trustworthiness instilled by the application</strong></p><ul><li><p>I was not notified that I might receive the warning once there is a risk to my asset; If I learn that I can receive notification, my trust would be improved.</p></li><li><p>The 1-3 steps tutorial forms my trust. In this way, I know I am doing the right thing</p></li></ul></li></ul><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/2f48e4ff838681988334378bfb48309da7bbc322e43089cb6ba615eb51c9166b.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure>]]></content:encoded>
            <author>lily-yin@newsletter.paragraph.com (Lily Yin )</author>
        </item>
        <item>
            <title><![CDATA[Web3.0 UX- Lyra Audit]]></title>
            <link>https://paragraph.com/@lily-yin/web3-0-ux-lyra-audit</link>
            <guid>8eI0HlNavdYMlu1C3mPQ</guid>
            <pubDate>Sun, 25 Jun 2023 19:39:20 GMT</pubDate>
            <description><![CDATA[My suggestions:There are wallet types that are totally new to me, if it can give me a simple introduction of each wallet advantage, it would encourage to check in and register one]]></description>
            <content:encoded><![CDATA[<figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/8363e5572a445c47bc5bbeef5a4b87df37ecc044292e74d67388d4ef3a633720.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/b24073ddc35fe4f77cfd9257072f03fd1eaa71b4e10adc95a2d5bd54925759e3.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/969dda65fcdad1b6fec0c82d67429976297e8f25786eda048d1375f4d955cfb4.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/d666406c0482f65f095e47490f06c09ce171e7af561b3867035252525b6b6899.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/5315f50e94a93a9162b7aaa632fd9963cd8e961339e7b2b5f310a3d838c74a74.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><ul><li><p><strong>My suggestions:</strong></p><ul><li><p>There are wallet types that are totally new to me, if it can give me a simple introduction of each wallet advantage, it would encourage to check in and register one</p></li></ul></li></ul><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/3d2fa92bea5989b54a3e8a5e762a19ba0172ab19a27d7e38108ee573f32ee437.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/bb90c818bf14986a38683e757c047ef2957eca7a84251dc229537dd45a5dac57.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/a1aff198fcfa60705af0a86cb1daabd76081aa273b07f1b3840cb6210af7e5b6.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/eac353f17c7e300e7224cb0936a87dbfb06103f74b36b7ef4c528e7f68f3e92d.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/a9e7560571546d21575405f2fb8fb9f8d45ace482cd26e7238ed47859364f274.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/ddcbdccec5ef890b30a1dadf1f918c5b926f5d71d8ad46dd18f7f5a1b747b60d.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/f245420a5ee2debc01cfb0793d3fb8a36713da02209c64a87c8447204f029503.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/b7c9788075fcab9ecd8c15000ce331d25f2d0ac0d5dc5068b8662a212d6ab625.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure>]]></content:encoded>
            <author>lily-yin@newsletter.paragraph.com (Lily Yin )</author>
        </item>
        <item>
            <title><![CDATA[Defi Landscape 去中心化金融现状]]></title>
            <link>https://paragraph.com/@lily-yin/defi-landscape</link>
            <guid>qaymE8G9CqC7eZWrzWM9</guid>
            <pubDate>Thu, 22 Jun 2023 20:26:26 GMT</pubDate>
            <description><![CDATA[Solana 是什么？Solana Defi LandscapeETH’s DefiBSC Defi]]></description>
            <content:encoded><![CDATA[<p><strong>Solana 是什么？</strong></p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/ef0ef875d375f04494a623e69e0bb3b4d2a70f73c0b0e342c5dc170889655baa.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><p><strong>Solana Defi Landscape</strong></p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/75468998377b2051c6cde107d12ffd2fe30fed05800dc8880a27c62e6e14d77b.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/8e015ca6f7528ebe40a7008cbd965dcd386c70d956ac9a7c43ca29d17cb24e80.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><p><strong>ETH’s Defi</strong></p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/0aeaa5325b3147eb58eb3db6b7d10e23f0cd5419220742b97c9df56150a49ffe.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><p><strong>BSC Defi</strong></p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/c1ae5dc1f5f6a83915100caa579e3907dde193bbec282f0cd365c4fa76d30109.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure>]]></content:encoded>
            <author>lily-yin@newsletter.paragraph.com (Lily Yin )</author>
        </item>
        <item>
            <title><![CDATA[BlockChain Consensus]]></title>
            <link>https://paragraph.com/@lily-yin/blockchain-consensus</link>
            <guid>so65CcETKClhT4XnAi41</guid>
            <pubDate>Tue, 20 Jun 2023 21:56:01 GMT</pubDate>
            <description><![CDATA[What are the different blockchain consensus algorithms, their differences, and pros and cons?What are the applications associated with each consensus mechanism?___________________________________________________________________________________________ Explanation of how the Proof of Work (PoW) consensus mechanism works___________________________________________________________________________________________ Mechanism of creating new blocks in a blockchain PoWExploration of Bitcoin&apos;s imp...]]></description>
            <content:encoded><![CDATA[<p><strong>What are the different blockchain consensus algorithms, their differences, and pros and cons?</strong></p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/6bdd0cad8b7b59c0d9fd4494017458026430f14792c98f2165794e443398010c.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><p><strong>What are the applications associated with each consensus mechanism?</strong></p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/b5077f412c2ff6ccde2c71504ee1bb112dfa2eb67386b8d171cc193853b8e8f1.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><p>___________________________________________________________________________________________</p><p><strong>Explanation of how the Proof of Work (PoW) consensus mechanism works</strong></p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/5a5d1f8c466a8c2d6574d51292d7b7c9dbf372efd0e6f4ab25912b20a7327f05.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><p>___________________________________________________________________________________________</p><p><strong>Mechanism of creating new blocks in a blockchain PoW</strong></p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/94a4bf299c984cdd2917fdd42eb4ffb00898dacacc778b7a5016456aedf44bfd.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><p><strong>Exploration of Bitcoin&apos;s implementation of PoW</strong></p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/ffda0c63983cdecd0d5db9912b6e9d204ca6315ac5b9c1eac7e7b55706b154fd.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><p>___________________________________________________________________________________________</p><p><strong>PoS</strong></p><p>Proof of Stake (PoS) is a consensus mechanism with distinct characteristics.</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/2f95f96f4ea9f33af686f23da16590378ddb3142952f269ecc075a58005f0076.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><p>Delegated Proof of Stake (DPoS) utilizes an election-based approach to validate transactions and generate blocks</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/c4b2d3e72a3380b78dab68933b57eba48c8e6d9e2ace6a5cd23476651f815649.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><p>Researching Ethereum 2.0 (Eth2) as a significant case of using PoS</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/a2c69a3def8092ed1f76681171858af9e17b5a85a6e5e53566b5d2206067d80c.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><p>___________________________________________________________________________________________</p><p><strong>DPoS</strong></p><p>Understanding the characteristics of the Delegated Proof of Stake (DPoS) consensus mechanism</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/94a34c91de8b4f0fc9d8b1a030a11ddcaf0865d5b7fd1404c76e39b07dcf6db0.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><p>Exploring EOS and TRON as examples of projects using DPoS</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/081becfac17ec69ec0a09672f2df5414f45724b8b0de0223f404aa3d7b2260f7.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><p>__________________________________________________________________________________________</p><p>Understanding how the Practical Byzantine Fault Tolerance <strong>(PBFT)</strong> consensus mechanism</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/4bd8a78a70c9898ac17ae7b54d6d2a5fff111e6464d5a365b8635987fcc727ed.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><p>Exploring Hyperledger Fabric and R3 Corda as examples of projects using PBFT</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/da7e84c48aad33d4ec370fad6e9b365245dcbd0653785a96206698e6cb217cbf.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure>]]></content:encoded>
            <author>lily-yin@newsletter.paragraph.com (Lily Yin )</author>
        </item>
        <item>
            <title><![CDATA[区块链共识算法]]></title>
            <link>https://paragraph.com/@lily-yin/1tQgbe4vsFXScYUELdas</link>
            <guid>1tQgbe4vsFXScYUELdas</guid>
            <pubDate>Tue, 20 Jun 2023 20:28:19 GMT</pubDate>
            <description><![CDATA[为什么需要区块链共识算法？区块链共识算法 有哪些 区别和差异 优缺点———————————————————————————————————————— PoW 学习PoW共识机制的工作原理了解PoW如何使用计算能力解决数学难题来创建新的区块———————————————————————————————————————— PoS 了解PoS共识机制的原理PoS如何使用参与者持有的加密货币股份来选择验证交易和生成区块的机会以太坊2.0（Ethereum 2.0）作为使用PoS的重要案例__________________________________________________________________________________________ DPoS DPoS共识机制的特点DPoS如何通过选举代表来验证交易和生成区块探索EOS和TRON等项目作为使用DPoS的示例__________________________________________________________________________________________ PBFT（Practi...]]></description>
            <content:encoded><![CDATA[<p>为什么需要区块链共识算法？</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/921643efd8bfd340065b129ac1480dc7d3986ca21285760526db814b0810e1ae.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><p>区块链共识算法 有哪些 区别和差异 优缺点</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/a2c0011891010f09a93bf30d52de1621f53230c030fba411e3173a976778af59.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><p>————————————————————————————————————————</p><p><strong>PoW</strong></p><p>学习PoW共识机制的工作原理</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/21a529ccde69541af5a76910ab2704a1cd95f531b33492398a647b022efb0b8f.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><p>了解PoW如何使用计算能力解决数学难题来创建新的区块</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/119525e2b0da2902179f4824b34f502b025807a87f1d134b02ffd9f9e04fa8ab.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><p>————————————————————————————————————————</p><p><strong>PoS</strong></p><p>了解PoS共识机制的原理</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/4c3af7ee570b5509ec7b5dd4af45f75097673ce16e3ddafa69c617e882c06a24.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><p>PoS如何使用参与者持有的加密货币股份来选择验证交易和生成区块的机会</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/450df5e3d8cc08349daec5ecaa8277e99bc1ecda82d36b2d7d9f32883596f354.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><p>以太坊2.0（Ethereum 2.0）作为使用PoS的重要案例</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/9a10fe26ce4b1afdc14f8a2276bcd05e4566f794176a68fe77c90d004dc2bb42.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><p>__________________________________________________________________________________________</p><p><strong>DPoS</strong></p><p>DPoS共识机制的特点</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/cfeaf7917d8daaa2ccbd50222c2b7bce9830717649f6c428aaad9ba078831a8a.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><p>DPoS如何通过选举代表来验证交易和生成区块</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/c384fcbae45ac618fb0a7b74c5b144a634f120f4fccb34cde29c5efe3b4b5fd3.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><p>探索EOS和TRON等项目作为使用DPoS的示例</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/31f5d937c45ac571809b009f96e41d07a6b0e8d5d3442b60c19ea84d661fa264.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><p>__________________________________________________________________________________________</p><p><strong>PBFT（Practical Byzantine Fault Tolerance）</strong></p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/88ce1e9108364f91029b6811842d99c4f3afff01177542577c220e7248094252.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><p>PBFT如何通过节点之间的交互达成一致结果</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/9deb491d790d34b15d43a5f29f66e584a39c60bc5745ee1656315821f3c203fc.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><p>探索Hyperledger Fabric和R3 Corda等项目作为使用PBFT的示例</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/5b710558fe2367f2237ef0219907b308584570fd25885daacee138fa3f20fa68.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure>]]></content:encoded>
            <author>lily-yin@newsletter.paragraph.com (Lily Yin )</author>
        </item>
        <item>
            <title><![CDATA[加密货币入门-5-挖矿]]></title>
            <link>https://paragraph.com/@lily-yin/5</link>
            <guid>825Md8O1tDnFxCp2CZ9E</guid>
            <pubDate>Wed, 24 May 2023 21:10:47 GMT</pubDate>
            <description><![CDATA[敬请期待 https://unmineable.com/wizard]]></description>
            <content:encoded><![CDATA[<p>敬请期待</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://unmineable.com/wizard">https://unmineable.com/wizard</a></p>]]></content:encoded>
            <author>lily-yin@newsletter.paragraph.com (Lily Yin )</author>
        </item>
        <item>
            <title><![CDATA[加密货币入门-5-项目- eth]]></title>
            <link>https://paragraph.com/@lily-yin/5-eth</link>
            <guid>T1f81Bz2lLjToTmaABaI</guid>
            <pubDate>Wed, 24 May 2023 21:03:53 GMT</pubDate>
            <description><![CDATA[dududud]]></description>
            <content:encoded><![CDATA[<p>dududud</p>]]></content:encoded>
            <author>lily-yin@newsletter.paragraph.com (Lily Yin )</author>
        </item>
        <item>
            <title><![CDATA[加密货币入门-4-项目- Solana]]></title>
            <link>https://paragraph.com/@lily-yin/4-solana</link>
            <guid>HugJeU5f1MhaIqOmz9pn</guid>
            <pubDate>Sat, 20 May 2023 21:59:57 GMT</pubDate>
            <description><![CDATA[Solana 相关产品价格（05/24/2023）]]></description>
            <content:encoded><![CDATA[<p>Solana 相关产品</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/d54e3d4781166110dc8016c9f6c804b85cc2ed5194948ae7b96bbd7ac62f1fe4.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/69202417b17fe2378ba7d4c23e3125929155b9bf2d1c07ed910deb2b787de557.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/2461718e47a19db3dbba9dd3f4864040879be55acb6af39c78ae9ac8c67ea967.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><p>价格（05/24/2023）</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/97c4a5f7052e789037c5315c68ca3b688887b8967254d22022283f929dae7a0f.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/de1b90f21e5e4e4d646fbb0185101cf2400d9f04b5b9f2c4051beaa23e15b895.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/69068742c16a727edc7eabb604027a563ba3f7945aa891b658c6ef472f8bd1db.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/e8ad7ef6606be86bb183792597439f8247eef8f39e8990414d6ed900ca4c7614.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/6e8f1f742790d20384ab992cc0ccb3f85465ad06f21c7a7e5715307890b1eee4.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure>]]></content:encoded>
            <author>lily-yin@newsletter.paragraph.com (Lily Yin )</author>
        </item>
        <item>
            <title><![CDATA[Crypto101-4-Programs]]></title>
            <link>https://paragraph.com/@lily-yin/crypto101-4-programs</link>
            <guid>RvvPCgAarRXYAaoZynpp</guid>
            <pubDate>Sat, 20 May 2023 21:58:37 GMT</pubDate>
            <description><![CDATA[More to come ~]]></description>
            <content:encoded><![CDATA[<p>More to come ~</p>]]></content:encoded>
            <author>lily-yin@newsletter.paragraph.com (Lily Yin )</author>
        </item>
        <item>
            <title><![CDATA[加密货币入门-3-交易所]]></title>
            <link>https://paragraph.com/@lily-yin/3</link>
            <guid>bgrO3JQ23Qj55M5n5khW</guid>
            <pubDate>Sat, 20 May 2023 21:34:06 GMT</pubDate>
            <description><![CDATA[以下内容是基于ChatGPT3.5 版本，只基于2021 9 月之前的信息]]></description>
            <content:encoded><![CDATA[<p><code>以下内容是基于ChatGPT3.5 版本，只基于2021 9 月之前的信息</code></p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/1eb73de427fa94814a20a201828691aad0c57aa3368427b5e4964946badb8c48.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/304f21d0dcdfd766acdd0fe1fab3d26579bb637b48dc8d053316cfe1cd738bb1.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/0da692011506a981db5e546fb3256e30c94564a07ef22ce0ec5f3cb4ef7e1a4c.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/60de884e9373fe408a3cb6f793f54b3dbb390a2a74ab56adcb5ae3ee3fc1e501.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/00126e1b03fc280b302ca4dde4b5264f753207bae8bbd995c4d64ef40d842592.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/aff000643a81d7a5f7f67ccd4b29fb157dce6208a3aea53d3752f87bea26d8aa.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/0878befde553ca36ea0061b54e30f66256e6ef71f9bbc3ef60a16ed49776ed25.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/e21496ea48c217aad208bad669ed0a3fc10ccca3beb1bcf75fec53fa88dc9fde.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/4498d6c90b1c17748e6a013f7882c36537537cc09f5cc593379b21a5cfbf02a1.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/00faaab97a29852aed6da1f7789952bb3e75c2db4135bdd1ec6e8a11206dea1b.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/9215abb5a38eb82326de937768dd645e289adefd5c771fd0d637766876fe592d.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/52115d71e18afc1a14fbeac67bb6a7e9c118471b0bd6dcf49060ce64b41ca80c.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/0da7939c07ea2f64ae47e57e0fbc45628b36ec0d768adfbc0eeb321e76e97ee1.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/b158fd4176ca34ac04f1d15d883d53660d2d03d085a1a05cf7844d1d9cbfb143.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/6d69ff765bf38717ac37818769a5399ae71002cb42f9cdb2dffea86796cf8128.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/2a8f756b91e73ccf25b61cb7747ebf4a76c50955716ce3db8b067cd72650e958.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/2ffc1ad5b6cdab8a1b539aaa0fdadc571c34e4424155aa4e474f7dced7aba34d.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/ee704259fdd3db4c2eaba2e5e0b84ba92dc02e4255194e4286fabb710d4f2998.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/7bfcaaf7d0065880cbc4f9333d557ec71021e5ef61e3fbe05da85dc8ea2112cd.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/ebd98c9cb33d2b438c6fdc0f8c9e811b3261cabaf233c655080d514b1b3c5670.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/0b9864bc7b70190adee53d4802d47872410c57d3430920a47daf386a57e234c3.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure>]]></content:encoded>
            <author>lily-yin@newsletter.paragraph.com (Lily Yin )</author>
        </item>
        <item>
            <title><![CDATA[Crypto 101-3- Exchange]]></title>
            <link>https://paragraph.com/@lily-yin/crypto-101-3-exchange</link>
            <guid>qKTmKpRAzdeOewteOgJF</guid>
            <pubDate>Fri, 19 May 2023 00:15:59 GMT</pubDate>
            <description><![CDATA[Current ChatGPT only update to 2021.0 What is the difference between traditional and crypto exchange?]]></description>
            <content:encoded><![CDATA[<p>Current ChatGPT only update to 2021.0</p><p><strong>What is the difference between traditional and crypto exchange?</strong></p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/ecd17ce93d89f3e9c405edc6c67288a3260976d109f2a9b75ba8730e094329c2.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/26132cb7532a9f618a6875128eeb3be56da994f9a5c4be7a6f5f237254bd9c21.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/b09057c06ef9c2b6866d09f04a6229f49ee069f4cf36e2a44ee85e41cac7bb41.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/4ff9a46877a027f06cdefb1645c07ea7e47017bc21abdf3956743168c3ebe38e.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/5f19101ac34ede54874d0dbdb04825f4c293420a23aa4a19d921fcd9ed0a34fb.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/fd1231a3ae5f1d04d4b384b1143bf422c84d13b1840b8210311c33e76e26f639.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/f496576a6c792d2a7ea24a47e647f4a7525361575ce359f9c3361afd43a6d278.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/55c65ab41ff44a49cdfdff02995f0a85d2593b4792dd74aa49006f2b3cef027c.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/a8b90a6a5ab89f8ec232a90cb13f575cea2209173ffb5e55eadaa078a055f09b.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/ce845a201bbdae52c3b5d40c61bc3d4a68b02b02482d5f062f23273c59cc0b27.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/b6644bda608f94d723bc2cb9b7d4a72de0564e66dbd08cbfbca8d2a7cdbfc30a.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/b87ec8f9daabdbcef278e4e2a8347adfb22c73f89417c1c598aa430dabf1904c.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/56caba08f85bd88bfd8d1dc526791177ff49263c73ad6792b078341ddfe141d6.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/bbe070675042262476339de77bdd3dfc93a88190ce0afbcffeacec600ba00454.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/0433e4210dadec1da561b53b731573cf08ea6ac6a79bda845dbcc27be57d1379.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/72b856c2bd4b12f189498929924f97c7598add94fe7fd56ac5d8224762be38d3.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/fed0a750f7fa81c4dc0ddc1160ff9261f0e6bc3cb84d385789b9e01d8b814759.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/63ba72c9dfc6c3a850bdfc385901c2087d9972ce9e878cb81426a9b6550dd1f2.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/da31bde30e139cb0c629d96506cfc8f214529b2d81658a2074472ec00d78e1d8.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/fc7fbfa8aaef9fc18a381f8739a6cd2b6b3c16c4040a5e4efc7b4ab015d9490a.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure>]]></content:encoded>
            <author>lily-yin@newsletter.paragraph.com (Lily Yin )</author>
        </item>
        <item>
            <title><![CDATA[加密货币入门-2-钱包]]></title>
            <link>https://paragraph.com/@lily-yin/2</link>
            <guid>2paOR6z1HSYYch7yz2GE</guid>
            <pubDate>Thu, 18 May 2023 23:53:53 GMT</pubDate>
            <description><![CDATA[新入门的小白使用什么钱包呢？交易所钱包有哪些？私钥和公钥是什么？专注于钱包的创业公司？他们的核心技术是什么？还想了解什么？请私信我]]></description>
            <content:encoded><![CDATA[<p><strong>新入门的小白使用什么钱包呢？</strong></p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/55f473ce5fa73f582d7cbb800a781f7ff1ac495280901b04063d705f0cf4c2e1.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><p><strong>交易所钱包有哪些？</strong></p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/35ba1f813f97be7dfeeb6d95bff1778d2cad8e29cd18fae13dc537c982f1623e.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><p><strong>私钥和公钥是什么？</strong></p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/22c54b4de4313128c7f297885b4d580bdaa9e9613650a2a360c5497da61c104f.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/7585c3986d31837ce3cd093b146a1bccfa60a8c2b3bf3c52d94191a6d6d09f2a.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><p>专注于钱包的创业公司？他们的核心技术是什么？</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/cc3188135fbe23dc1a686d42d037fe260a43e3d24460dc9aa9eb5011af1a655b.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/b6d068fb2a96921f2a65e2771d738b048be426641a0379f25ecfed516f3fd8a9.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><p>还想了解什么？请私信我</p>]]></content:encoded>
            <author>lily-yin@newsletter.paragraph.com (Lily Yin )</author>
        </item>
        <item>
            <title><![CDATA[Crypto 101(2)- Wallet]]></title>
            <link>https://paragraph.com/@lily-yin/crypto-101-2-wallet</link>
            <guid>GT6htwfJmJ6Oy5jPGng8</guid>
            <pubDate>Thu, 18 May 2023 22:08:14 GMT</pubDate>
            <description><![CDATA[What is a crypto wallet? what are they? number of users? and pros and cons?Which is easier to start with for beginners?Exchange wallets offer the advantage of seamless integration with trading services provided by the respective exchanges. They are convenient for users who frequently engage in buying, selling, and trading cryptocurrencies. However, it&apos;s important to note that exchange wallets are custodial in nature, meaning you rely on the exchange to hold and manage your private keys. ...]]></description>
            <content:encoded><![CDATA[<p><strong>What is a crypto wallet? what are they? number of users? and pros and cons?</strong></p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/f967af1801e6b0b919e84140ec93e7357af3a87144bc8185878355b73d034d7a.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><p><strong>Which is easier to start with for beginners?</strong></p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/971c4874029d833daf4f4f59437ca6d870fd3e12b6a3481c74eb37a7aa4a88aa.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/84afd3d50547bb34ae3ca42ed9ac53fbffdc150e6dc634bbd9d3ed340a06b7b7.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/5cf3228b2f071782c4bc52b830489c1ad1755383885f4fdbe3643e556f91bcc5.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><p><em>Exchange wallets offer the advantage of seamless integration with trading services provided by the respective exchanges. They are convenient for users who frequently engage in buying, selling, and trading cryptocurrencies. However, it&apos;s important to note that exchange wallets are custodial in nature, meaning you rely on the exchange to hold and manage your private keys. This reduces your control over your funds compared to non-custodial wallets.</em></p><p><em>When using exchange wallets, it&apos;s crucial to consider the reputation, security measures, and trustworthiness of the exchange. Additionally, it&apos;s recommended to consider using separate wallets for long-term storage or larger amounts of cryptocurrency, as keeping funds on an exchange carries certain risks.</em></p><p><strong>What are a private key and a public key?</strong></p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/3521a0427408f2020c63162c2f950da48ab27f32fe3b83618881c99dd8f08844.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/4f300d66e0e8109831009bfe255e6e3e4e82cf65f176eee28721cd04e4edafba.png" alt="example" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">example</figcaption></figure><p><code>In every transaction, here is a private key and a public key.</code></p><p><strong>Does OKX use an exchange wallet?</strong></p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/78bfff0e31d75e00d049689f9b276e9caf2b00652f3363ad048b589d9e92a13e.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><p><strong>How does exchange Wallet work?</strong></p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/af0e8b7568f08d61a07847fb39cfd4db70bb15b7d997ef53bd1804e3834ba890.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><p><strong>Startup working on wallets?</strong></p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/ad903e3c160e0ce3653c9acaa69035aa7ad927f58b13b80ce5195f459ab5f311.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><p>The core technology in the company developing wallet?</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/42a0c7bdbabb72da54f342bb17cbd62bfb9aa78c54b3f01924bc6599534afb54.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure>]]></content:encoded>
            <author>lily-yin@newsletter.paragraph.com (Lily Yin )</author>
            <enclosure url="https://storage.googleapis.com/papyrus_images/b82106a092dda25f32476211d3f87d9f436ca329a2b2d9368e3c64b97aea201c.png" length="0" type="image/png"/>
        </item>
        <item>
            <title><![CDATA[Crypto 101(1)]]></title>
            <link>https://paragraph.com/@lily-yin/crypto-101-1</link>
            <guid>q6mBFpy7ZwPvVrTDBRP9</guid>
            <pubDate>Tue, 16 May 2023 03:05:54 GMT</pubDate>
            <description><![CDATA[I have long learned about Web 3.0 and crypto and would love to share my learning journey with you. What is crypto? Crypto is short for "cryptocurrency", which is a digital or virtual currency that uses encryption techniques to secure and verify transactions and to control the creation of new units. Cryptocurrencies use a decentralized system, known as a blockchain, to maintain a public ledger of all transactions. Unlike traditional currencies, such as the US dollar or the Euro, cryptocurrenci...]]></description>
            <content:encoded><![CDATA[<p>I have long learned about Web 3.0 and crypto and would love to share my learning journey with you.</p><p><strong>What is crypto?</strong></p><p>Crypto is short for &quot;cryptocurrency&quot;, which is a digital or virtual currency that uses encryption techniques to secure and verify transactions and to control the creation of new units. Cryptocurrencies use a decentralized system, known as a blockchain, to maintain a public ledger of all transactions. Unlike traditional currencies, such as the US dollar or the Euro, cryptocurrencies are not issued or controlled by any central authority like a government or a bank, but rather rely on a network of computers and users to maintain and validate transactions. Some of the most well-known cryptocurrencies include Bitcoin, Ethereum, Litecoin, and Ripple, but there are many others in existence as well.</p><p><strong>Why do we need crypto?</strong></p><ol><li><p>Decentralization: Crypto allows for decentralization, meaning that it is not controlled by a single central authority like a government or a bank. This gives users greater control over their money and eliminates the need for intermediaries such as banks.</p></li><li><p>Security: Crypto uses strong encryption techniques to secure transactions and protect users&apos; financial information. This makes it much more difficult for hackers and other malicious actors to steal funds or commit fraud.</p></li><li><p>Privacy: Many cryptocurrencies offer pseudonymous or anonymous transactions, which can provide users with greater privacy and protection from surveillance.</p></li><li><p>Accessibility: Crypto can be accessed by anyone with an internet connection, regardless of their location or financial status. This can be particularly beneficial for people who do not have access to traditional banking services.</p></li><li><p>Innovation: Crypto and the underlying blockchain technology have the potential to revolutionize the way we store, manage, and transfer value. This has led to the development of new and innovative use cases, such as decentralized finance (DeFi) and non-fungible tokens (NFTs).</p></li></ol><p><strong>Difference between crypto and traditional finance?</strong></p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/eeb9c140f20970c1839e0e07c2b8cf4c947ccf40814176d9a16c4b1c357be3ae.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><p><strong>Top 10 cryptos today and their pros and cons?</strong></p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/717ec4ff5ceab4e30a91f26ea518c42d8cfdd229725f425bb0dafa6a03395ddc.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><p><strong>What impacts cryptos’ price?</strong></p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/cf2043d67bb402c09fef5d4beb5202098ab2eb0386eddf7019f858867edf2c03.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><p><strong>What are the types of cryptos?</strong></p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/73102be4bee3c4128ccd6639efa596072045e8fe8cf32b28e070a0b001e00de7.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><p><strong>Should every application offer its own token?</strong></p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/58f04e6c334abaae72794c26d3f74ee367a9d8448e3b944d3771ca20fdd85460.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure>]]></content:encoded>
            <author>lily-yin@newsletter.paragraph.com (Lily Yin )</author>
        </item>
    </channel>
</rss>