<?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>BellaZeng</title>
        <link>https://paragraph.com/@bellazeng</link>
        <description>Youtuber: Web3Bella
Career in Web3 industry for 5+ years
DeveloperRelations Manager @imTokenOfficial
prev: Developer Advocate @NervosNetwork</description>
        <lastBuildDate>Wed, 06 May 2026 13:56:06 GMT</lastBuildDate>
        <docs>https://validator.w3.org/feed/docs/rss2.html</docs>
        <generator>https://github.com/jpmonette/feed</generator>
        <language>en</language>
        <image>
            <title>BellaZeng</title>
            <url>https://storage.googleapis.com/papyrus_images/74810b4a9fd578f1694ef4368acbc8b348012d5bda7510037269c07f8d93673a.jpg</url>
            <link>https://paragraph.com/@bellazeng</link>
        </image>
        <copyright>All rights reserved</copyright>
        <item>
            <title><![CDATA[Why Account Abstraction can help Onboarding the next billion users?]]></title>
            <link>https://paragraph.com/@bellazeng/why-account-abstraction-can-help-onboarding-the-next-billion-users</link>
            <guid>eRy9os54AO8eQcG10WzR</guid>
            <pubDate>Wed, 02 Nov 2022 15:53:41 GMT</pubDate>
            <description><![CDATA[This year&apos;s Devcon Bogota is the most-watched event in the entire web3 industry. There are a lot of technologies and hotspots presenting in Devcon. I also found that the narrative of Ethereum has turned to "Onboarding the next billion users". Account Abstraction is considered to be the technology that can enable Mass Adoption Applications to be implemented which is naturally one of the hot spots.Why Account Abstraction can help Onboarding the next billion users? One-sentence summary: The...]]></description>
            <content:encoded><![CDATA[<p>This year&apos;s Devcon Bogota is the most-watched event in the entire web3 industry. There are a lot of technologies and hotspots presenting in Devcon. I also found that the narrative of Ethereum has turned to &quot;Onboarding the next billion users&quot;. Account Abstraction is considered to be the technology that can enable Mass Adoption Applications to be implemented which is naturally one of the hot spots.</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/3561c976136f011e48cc48d0e594e8d469d4e48a8afd6769e7606e7c1e0e2414.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>Why Account Abstraction can help Onboarding the next billion users?</strong></p><p>One-sentence summary:  The EOA account system is the biggest obstacle for general users to use web3 applications. Account abstraction can completely remove the ecological dependence on EOA, which is the only way for the blockchain network to enter the mainstream population.</p><p>Noted: EOA is a concept that only exists in Ethereum or evm-compatible chains. However other blockchain ecosystems cannot be compared with evm-compatible ecosystem, “<strong>Onboarding next billion users</strong>” is very likely to appear in the evm-compatible ecosystem.</p><h2 id="h-what-is-eoa-account-system-whats-the-downside-of-it" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">What is EOA account system? What&apos;s the downside of it?</h2><p>EOA: Externally Owned Account</p><p>Private key → Public key → keccak256 hash → last 20 Bytes → hex string → EOA address</p><p>Every EOA is associated with an encrypted object:</p><ul><li><p>Private key: used to sign transactions.</p></li><li><p>Public key: Allows anyone to verify that a given signature is indeed the signature of its corresponding private key.</p></li></ul><p>In addition, every transaction on Ethereum must be sent from EOA, which is, if a transaction is executed by the EVM, it should be sent from EOA and the EOA must pay transaction fee to miner for executing the transaction.</p><p>The role of EOA account system is:</p><ul><li><p>Maintain the balance of the account.</p></li><li><p>Make sure each transaction is unique.</p></li><li><p>Identifies the blockchain account.</p></li></ul><p>This makes it difficult for general users to use DApps in evm-compatible ecosystem:</p><ul><li><p>Users must hold ether and bear the risk of price fluctuations</p></li><li><p>Users need to keep the private key. The loss of the user&apos;s private key (lost, hacked, cryptographically cracked) means the loss of all assets</p></li><li><p>Users need to deal with complex cost logic and concepts such as gas price, gas limit, etc.</p></li></ul><p>Compared with the simple and silky user experience of web2 applications，it is not difficult to understand why the EOA account system is the biggest obstacle for general users to use web3 applications.</p><h2 id="h-what-is-account-abstraction" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">What is Account Abstraction?</h2><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://en.wikipedia.org/wiki/Abstraction_(computer_science)">Abstraction</a> (computer science) is “the process of removing or generalizing physical, spatial, or temporal details or attributes in the study of objects or system to focus attention on details of greater importance , it is similar in nature to the process of generalization.”</p><p>Account Abstraction is to omit unnecessary details in the existing Ethereum account system to reduce complexity. It is a technical solution to be implemented on Ethereum.</p><p>It is mainly to implement：</p><ul><li><p>Send transactions without ether</p></li><li><p>Implement customized verification logic and algorithms</p></li></ul><p>The benefits it can bring are:</p><ul><li><p>Smart contract accounts can actively send transactions and consumes less gas.</p></li><li><p>Users can pay transaction fees with other tokens</p></li></ul><p>......</p><p>In fact, since the launch of Ethereum in 2015, the discussion of account abstraction has not stopped. And currently <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://eips.ethereum.org/EIPS/eip-4337">EIP-4337</a> , an account abstraction proposal which completely avoids consensus-layer protocol changes, instead relying on higher-layer infrastructure, is the closest design to achieve account abstraction.</p><p>It can be said that Account Abstraction is not far from being implemented. When the evm-compatible ecosystem deploys Account Abstraction on a large scale, the user experience will be greatly improved. In this way, the next killer APP that can &quot;Onboarding next billion users&quot; will be no longer far.</p><p>Ref: <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://mirror.xyz/zhixian.eth/dACTTYPzEfRcF6jSE_iwJsnbNmN2Ier_NA_TzkZaOeM">https://mirror.xyz/zhixian.eth/dACTTYPzEfRcF6jSE_iwJsnbNmN2Ier_NA_TzkZaOeM</a> <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://foresightnews.pro/article/detail/10558">https://foresightnews.pro/article/detail/10558</a> <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://medium.com/taipei-ethereum-meetup/account-abstraction-%E6%8A%BD%E8%B1%A1%E5%B8%B3%E6%88%B6-eip-2938-%E7%B0%A1%E4%BB%8B-edfd64fac767">https://medium.com/taipei-ethereum-meetup/account-abstraction-%E6%8A%BD%E8%B1%A1%E5%B8%B3%E6%88%B6-eip-2938-%E7%B0%A1%E4%BB%8B-edfd64fac767</a> <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://www.panewslab.com/zh_hk/articledetails/9ic7g43u.html">https://www.panewslab.com/zh_hk/articledetails/9ic7g43u.html</a> <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://www.aicoin.com/article/315377.html">https://www.aicoin.com/article/315377.html</a> <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://chainnews-archive.org/posts/609843804710/">https://chainnews-archive.org/posts/609843804710/</a></p>]]></content:encoded>
            <author>bellazeng@newsletter.paragraph.com (BellaZeng)</author>
        </item>
        <item>
            <title><![CDATA[Want to join Web3? Career in Web3 for 5+ years, I will…]]></title>
            <link>https://paragraph.com/@bellazeng/want-to-join-web3-career-in-web3-for-5-years-i-will</link>
            <guid>BuMuXr9O0dEhK7A8jERN</guid>
            <pubDate>Tue, 25 Oct 2022 11:40:33 GMT</pubDate>
            <description><![CDATA[Why did you want to engage in the Web3 industry? Web3 companies pay well: Web3 companies have a lot of venture capital funding and are hiring like crazy. Flexibility: Many companies allow you to work remotely. This is the future: you can get an early ride in a fast-moving industry. People are talking about Web3 like that, right? Well, what is the actual situation? Is it really that good to work in a Web3 company? I have been working in the web3 industry for 5+ years, and now I am still workin...]]></description>
            <content:encoded><![CDATA[<p>Why did you want to engage in the Web3 industry?</p><p>Web3 companies pay well: Web3 companies have a lot of venture capital funding and are hiring like crazy. Flexibility: Many companies allow you to work remotely. This is the future: you can get an early ride in a fast-moving industry.</p><p>People are talking about Web3 like that, right? Well, what is the actual situation? Is it really that good to work in a Web3 company?</p><p>I have been working in the web3 industry for 5+ years, and now I am still working in a well-known blockchain wallet company. I would like to talk about my experience and hope it will be helpful to you.</p><h2 id="h-who-am-i" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">Who am I?</h2><p>My name is Bella, my major is software engineering. After graduation, I worked as an embedded software engineer in a Japanese office equipment company. Then I joined an Internet company as a marketing content specialist. —— My career moved to a completely different field.</p><p>After that, In 2017, I joined in the Web3 industry until now. ——Yes, my career moved again.——Currently, I am a DeveloperRelations Manager in a well-known blockchain wallet company.</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/0db0deacb70620bf9d99a54d37fbf474d69b4a269c0b34c07a35f91b4b131456.png" alt="LinkedIn Page" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">LinkedIn Page</figcaption></figure><h2 id="h-how-did-i-join-the-first-web3-company" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">How did I join the first Web3 company？</h2><p>In fact, luck plays a big part.</p><p>I had a gap year after my second job as a marketing content specialist. In 2017, I relocated and start to find a job. I didn’t know Bitcoin let alone blockchain at that time</p><p>one day, I got an interview invitation, although the company was a start-up, the team had extensive project experience, also the whole interview process was very professional, so I finally accepted the offer and worked as a project manager.</p><p>It was only later that I found out my company was developing an underlying blockchain network project.</p><h2 id="h-what-have-i-done" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">What have I done?</h2><p>My first job was as a project manager. The company was developing an underlying permissionless blockchain network project. In addition to the underlying protocol, there were also development tools, including an official blockchain wallet, blockchain network explorer, SDKs, faucet, and so on. </p><p>I was in charge of managing these projects so that outside developers could come and use them after the underlying permissionless blockchain network’s testnet and mainnet launch. Besides, I also hosted an internal hackathon and the testnet mining competition which are for project testing.</p><p>Then I became a Developer Relations/Advocate. A developer advocate is like a translator between the company’s projects and outside developers. I need to bring my ideas and experience to make outside developers interested in our projects, such as implementing the official docs website, writing technical blogs, giving online talks, and implementing the DApp demo.</p><h2 id="h-if-you-want-to-join-a-web3-company" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">If you want to join a web3 company ......</h2><p>Flexibility? Yes, it is.  At present, most companies in the web3 industry are remote-friendly. I have been working remotely for almost two years.</p><p>Pay well? I’m not sure. A web3 company always prefers the Performance-Based Pay structure. The web3 technology updates and iterates very fast. People must learn quickly, otherwise let alone working, you can&apos;t even understand the hot topics. It may be very hard to join a web3 company with zero experience these days.</p><p>Web3 is the future? It is all a matter of opinion.  The Web3 industry is still in the early stage, and the policies of various countries are still being improved.  For example, In 2021, China issued a Notice on Further Preventing and Resolving the Risks of Virtual Currency Trading and Speculation, which shut down all mining pools in China. Recently, the Crypto mixing service Tornado Cash was blacklisted by U.S. Treasury Department for alleged use in laundering.</p><p>If you want to know more, please subscribe to my channel, and I will continue to upload work experience, web3 knowledge, and project analysis. Also, it will be great if you leave messages. Thank you for watching, see you next blog~</p>]]></content:encoded>
            <author>bellazeng@newsletter.paragraph.com (BellaZeng)</author>
        </item>
    </channel>
</rss>