<?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>jtrsdjrdtj</title>
        <link>https://paragraph.com/@jtrsdjrdtj</link>
        <description>e5tujh46ujts</description>
        <lastBuildDate>Tue, 23 Jun 2026 15:51:33 GMT</lastBuildDate>
        <docs>https://validator.w3.org/feed/docs/rss2.html</docs>
        <generator>https://github.com/jpmonette/feed</generator>
        <language>en</language>
        <image>
            <title>jtrsdjrdtj</title>
            <url>https://storage.googleapis.com/papyrus_images/530d954e33860666490b125bb3d910515d90f2ac4e24e1bff4b17efb63e4e580.png</url>
            <link>https://paragraph.com/@jtrsdjrdtj</link>
        </image>
        <copyright>All rights reserved</copyright>
        <item>
            <title><![CDATA[What is Token Allowance? Everything You Should Know]]></title>
            <link>https://paragraph.com/@jtrsdjrdtj/what-is-token-allowance-everything-you-should-know</link>
            <guid>eB7ECt69j0oxvd3QwWpD</guid>
            <pubDate>Mon, 29 Jan 2024 20:56:04 GMT</pubDate>
            <description><![CDATA[If you’ve spent time in crypto, you came across token allowance. But do you really understand what it is? If not, don’t worry. In this post, we’ll explore what token allowance is and then show you how to set a custom token allowance with Zerion Wallet, revoke it, and more.What is token allowance?Before any Web3 app can use your tokens, you need to grant it your permission to spend them — this is commonly known as ‘token allowance’ and ‘token approval’. These terms come from standard functions...]]></description>
            <content:encoded><![CDATA[<p>If you’ve spent time in crypto, you came across token allowance. But do you really understand what it is? If not, don’t worry. In this post, we’ll explore what token allowance is and then show you how to set a custom token allowance with <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://link.zerion.io/2YIjJYaUsDb">Zerion Wallet</a>, revoke it, and more.</p><h2 id="h-what-is-token-allowance" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>What is token allowance?</strong></h2><p>Before any Web3 app can use your tokens, you need to grant it your permission to spend them — this is commonly known as ‘token allowance’ and ‘token approval’.</p><p>These terms come from standard functions of any ERC-20 token smart contract. <code>approve</code>The function lets you set the spending allowance for some dapp (like <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://app.zerion.io/swap?ref=zerion.io">Zerion’s swap tab</a>) for a specific token (like USDC). The <code>allowance</code> function returns how much some dapp can spend of that token on your behalf.</p><p>In practice, you can just sign the transactions with your wallet. Understanding what happens under the hood is still useful — this can protect you from extra risks.</p><h3 id="h-how-does-token-allowance-work" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0"><strong>How does token allowance work?</strong></h3><p>Let’s look at an example of a simple interaction with a dapp: swapping tokens with Zerion.</p><p>After you connect your wallet to <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://app.zerion.io/swap">Zerion’s swap tab</a>, let’s say you try to do a few swaps. You’ll need to do several transactions:</p><ol><li><p><strong>Token approval</strong> — you approve Zerion’s smart contract to spend the token</p></li><li><p><strong>Token swap</strong> — you initiate the actual swap</p></li><li><p><strong>Second, and subsequent swaps</strong> — you don’t need to give new permission for the same token because you already gave it in step 1</p></li></ol><p>A token approval transaction in Zerion Wallet</p><p>In Zerion Wallet&apos;s <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://zerion.io/blog/multichain-transaction-history-in-one-feed/">multichain transaction history,</a> token approvals will show up as &apos;others&apos; type of transaction. By clicking through, you can also see the gas fee you paid for the approval.</p><p>Token approval in transaction history in Zerion Wallet</p><p>During high congestion on the mainnet Ethereum, gas costs of these extra transactions can add up quickly.</p><p>You also usually first see the (lower) gas cost of the first approval transaction. Only after granting the approval with your wallet, you get to see the total price of the swap. On the Ethereum network, the gas costs of the swap could be higher than what you wanted to swap… at least, that’s what happened during the bull run.</p><p>So to save on gas costs, most dapps request an unlimited allowance — but you can also customize your token allowance.</p><h2 id="h-how-to-set-a-custom-token-allowance-with-zerion" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>How to set a custom token allowance with Zerion</strong></h2><p>Most dapps, by default, request <em>unlimited</em> access to a token. This helps to save on gas on additional approvals for subsequent transactions. However...</p><p><strong>Unlimited token approvals are dangerous</strong>: if the smart contract is hacked or the dapp goes rogue, the infinite allowance allows it to use <em>all</em> your holdings of the approved token.</p><p>A scam website can also trick you into granting an unlimited allowance — after that, the scammer will steal all of that token.</p><p>Finally, on <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://zerion.io/blog/layer-1-and-layer-2/">Layer-2 networks</a>, it usually doesn’t make sense to penny-pinch approval transactions. Gas is cheap anyway.</p><p>That’s why, in Zerion Wallet, you can customize your token allowance for any approval transaction.</p><p>Set custom token approval in Zerion Wallet</p><p>Just set the token allowance to only the amount of tokens you want to spend in that specific transaction. Or you can set the allowance to what you feel is safe for that smart contract: higher for something battle-tested decentralized application like Aave and lower for any degen dapp.</p><p>Of course, you can also revoke any token approvals at any time.</p><h2 id="h-how-to-check-and-revoke-your-token-approval" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>How to check and revoke your token approval</strong></h2><p>There are several tools for checking your token approvals.</p><p>The easiest way to check and revoke token approvals is with <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://revoke.cash/?ref=zerion.io">Revoke.cash</a>.</p><p>After connecting your wallet, you get a list of token allowances for various smart contracts across dozens ynhhnhof blockchains. You can then update or remove any token allowances.</p><p>Revoke your token allowances with Revoke.cash</p><p>Keep in mind that revoking each token approval costs some gas because it’s an onchain transaction. Unfortunately, there is currently no easy wryryyay to revoke all token approvals in one transaction.</p><p>That’s why it’s better always to customize token approvals and set a reasonable limit that doesn’t expose you to unlimited risk and still lets you save on gas.</p><h2 id="h-token-permits-approval-and-spending-in-one-transaction" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>Token permits: approval and spending in one transaction</strong></h2><p>As you’ve seen, approvals can be expensive, especially if you swap small amounts.</p><p>That’s why devs came up with a way to do both the approval and swap in one transaction.</p><p>Some token smart contracts have a newer function: <code>permit</code><em>.</em></p><p>The permit function lets you set the allowance and spend tokens in one transaction.</p><p>This saves gas on the first swap for that pair. You also get to see the total gas cost of the swap right away.</p><p>The only problem is that not all tokens and not all dapps support this function.</p><p>The best-known DEX that uses this feature is 1inch. They also have an up-to-date<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://belactriple9.github.io/1inchSupportedPermits/?ref=zerion.io"> list of tokens with permits</a> — it currently includes USDC, DAI, UNI tokens, and other popular tokens.</p><h2 id="h-conclusion" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>Conclusion</strong></h2><p>In this post, we explored what token approval and token allowance are, examined why you should set a custom allowance, and how to do this with Zerion Wallet. We then explained how to check and revoke your token approvals. Finally, we explored the newer function of token permits that can help to save on gas by combining approval and swap in one transaction.</p><p>Unlimited token approvals expose you to an unnecessary risk. It’s a good practice to set a custom token allowance, which you can easily do with <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://link.zerion.io/2YIjJYaUsDb">Zerion Wallet</a>.</p>]]></content:encoded>
            <author>jtrsdjrdtj@newsletter.paragraph.com (jtrsdjrdtj)</author>
        </item>
        <item>
            <title><![CDATA[The Great Wall in Web3]]></title>
            <link>https://paragraph.com/@jtrsdjrdtj/the-great-wall-in-web3</link>
            <guid>ysFo9ATfAxzZVWsk1xnj</guid>
            <pubDate>Mon, 29 Jan 2024 20:53:19 GMT</pubDate>
            <description><![CDATA[I tried to use the top 100 dApps with three different wallets, and the login experience was even worse than we thought. Web3 is supposed to bring us great accessibility to the new internet. Self-custodial and permissionless! But look what we have at the bottom line: 32% of dapps don’t work at all if you don’t use Metamask 😖 43% of dapps have hardcoded login options (can’t detect other wallets if the user has them) 14 % have 10 or more login options 🤯, while two of them have 20 login options...]]></description>
            <content:encoded><![CDATA[<p>I tried to use the top 100 dApps with three different wallets, and the login experience was even worse than we thought.</p><p>Web3 is supposed to bring us great accessibility to the new internet. Self-custodial and permissionless! But look what we have at the bottom line:</p><p>32% of dapps don’t work at all if you don’t use Metamask 😖</p><p>43% of dapps have hardcoded login options (can’t detect other wallets if the user has them)</p><p>14 % have 10 or more login options 🤯, while two of them have 20 login options (Galxe &amp; Lido) on their front page</p><p>13% of dapps work as expected (detect and recognize user’s injected wallet)</p><p>The Rise of Self Custody Self-custody might represent the next phase in the digital age. The crypto landscape is teeming with competitors:</p><p>Crypto giants like Binance &amp; Coinbase have rolled out their self-custody wallets.</p><p>Financial powerhouses such as Robinhood have entered the arena with their own wallets.</p><p>New entrants like Zerion, Rainbow, and Rabby challenge the status quo.</p><p>Mobile-first dapps like Tribe have introduced inbuilt self-custody wallets.</p><p>And let&apos;s not forget the pioneer that remains dominant 🦊.</p><p>This growth indicates two things:</p><p>An acceleration towards web3 adoption,</p><p>A looming user experience (UX) challenge.</p><p>The Problems With Web3 Logins DApps that present numerous login choices, many irrelevant to a user&apos;s needs, are symptomatic of a larger problem.</p><p>Back in 2017, there were just a few wallet providers, so a hardcoded login was good enough. In 2023, we have a wide range of wallets and dapps that all need to be accessible. Any wallet should be able to connect to any dapp.</p><p>23% dapps have overwhelming choices: The sheer volume of wallet options creates decision paralysis for users and dapps, leading to a disjointed UX. E.g., Galxe, 1inch, Lido.</p><p>Too many wallet choices Too many wallet choices MetaMask&apos;s Dominance: 32% of dapps heavily rely on MetaMask, inadvertently creating &apos;walled gardens&apos; and hampering their own UX.</p><p>Too few wallet choices Too few wallet choices In 45% of cases, wallets must masquerade as MetaMask to connect to the dapp.</p><p>Pretenting to be MetaMask Pretenting to be MetaMask Biased Connection Libraries: Existing libraries are skewed towards MetaMask, impeding the seamless integration of alternative wallets.</p><p>For instance, while Rainbow Kit detects an injected entity, it fails to identify the exact wallet. Similarly, Dynamic Kit &amp; WalletConnect kits can identify Zerion or Raby extensions but still prioritize MetaMask or Coinbase, even when they aren’t installed.</p><p>43% – Hardcoded</p><p>27% – Rainbowhgf 4rr 4tt ggrddgdg</p><p>11% – Web3 Modal (WalletConnect)</p><p>10% – Blocknative</p><p>8% – Family</p><p>1% – Privy</p><p>The anonymous browser wallet The anonymous browser wallet Web3: Expectation vs Reality The Expectation: Web3 logins are the next-gen, decentralized alternatives to conventional logins like Google or Facebook.</p><p>The Reality: You&apos;re facing the issue of not being able to log in when you attempt to experience the web3.</p><p>Imagine those newbies, who will try “the new” web for the first time.</p><p>With the Status Quo, Everyone Loses DApps that don&apos;t cater to this wallet diversity risk a fragmented user base.</p><p>Users must have a bunch of different wallets to “permissionlessly” browse the new internet.</p><p>The industry suffers slower growth because we put blockers, which newbies can’t pass trough.</p><p>A Better Way: Show Users What They Use A consortium of developers from WalletConnect, wallets like Zerion, Brave, and Rainbow, libraries such as Wagmi, Web3onboard, and others are collaborating on EIP6963.</p><p>Their mission? To streamline the login experience by creating a standard that identifies and displays only the wallets that the user has.</p><p>You see only the wallets that have You see only the wallets that have Conclusion: Let Any Wallet 🔌 to Any dApp Self-custody is a mindset, and login is your entrance to the new web.</p><p>Every wallet should be able to connect to any dapp. Until then, we are not much better than other, permissioned entities.</p><p>A consortium of wallet providers, dApp developers, UX/UI experts, and indie developers should collaborate to create and widely accept login standards supporting a thriving and inclusive web3 ecosystem.</p><p>The benefits are obvious For wallets: A level playing field that promotes healthy competition.</p><p>For users: A consistent and user-friendly login experience across platforms.</p><p>For dapps: Easier integration with multiple wallets, expanding potential user demographics.</p><p>Wanna contribute? In the tweet below, tag your favorite dapp or a wallet you believe should join forces to remove The Great Wall.</p>]]></content:encoded>
            <author>jtrsdjrdtj@newsletter.paragraph.com (jtrsdjrdtj)</author>
        </item>
        <item>
            <title><![CDATA[5 Web3 Social Apps You Can Use Today]]></title>
            <link>https://paragraph.com/@jtrsdjrdtj/5-web3-social-apps-you-can-use-today</link>
            <guid>nVmtOoSy5ylLCK9cx5pa</guid>
            <pubDate>Mon, 29 Jan 2024 20:49:23 GMT</pubDate>
            <description><![CDATA[Web3 social seems to be one of the rising narratives across crypto, and it might very well be driving crypto markets in significant ways over the next 12-24 months. We&apos;ve seen the recent hype around friend.tech, a mobile app that aims to gamify social interactions by allowing users to buy and sell "keys" (initially called shares) of individuals they are familiar with or follow on Twitter. It remains to be seen whether the Friendtech hype will endure. For now, the app has experienced spik...]]></description>
            <content:encoded><![CDATA[<p>Web3 social seems to be one of the rising narratives across crypto, and it might very well be driving crypto markets in significant ways over the next 12-24 months.</p><p>We&apos;ve seen the recent hype around friend.tech, a mobile app that aims to gamify social interactions by allowing users to buy and sell &quot;keys&quot; (initially called shares) of individuals they are familiar with or follow on Twitter.</p><p>It remains to be seen whether the Friendtech hype will endure. For now, the app has experienced spikes of success in the days following its launch, with subsequent lows and highs depending on the new features introduced.</p><p>Friendtech volume, ups and downs Friendtech volume, ups and downs But Web3 social is much more than just Friendtech.</p><p>The infrastructure that has been built over the past few years is slowly maturing. The apps built on top of this Web3 infrastructure promise to revolutionize many aspects of online interaction through the integration of on-chain data.</p><p>We’ll discuss five Web3 social applications that you can try and use today. From livestreaming NFTs to collective purchasing to curating a digital identity, let&apos;s see what Web3 can bring to the table.</p><ol><li><p>Unlonely Described as “your cozy space on the internet,” Unlonely is a live-streaming app that&apos;s especially active within the Farcaster community. If you&apos;re unfamiliar with Farcaster, it&apos;s a social media protocol which is now open to everybody.</p></li></ol><p>Streaming plus NFTs Streaming plus NFTs Unlonely offers the fundamentals of a live streaming platform, similar to the ones you might have used before, but integrated with several Web3 features:</p><p>Non-Fungible Clips (NFCs): Users can generate NFCs from streams, capturing their favorite moments. NFCs are, in fact, NFTs collected in users wallets. If you go to the Unlonely website, you can explore NFCs previously minted by other users.</p><p>Creator Tokens: Unlonely creators can create their own tokens on the platform. Fans and viewers can then acquire the token and spend it on the text that displays on the stream, tipping or making the streamer take some funny actions.</p><p>Streamer Leaderboard: Token stats, like price and number of holders, are also used in a leaderboard to rank streamers on the platform, introducing an interesting competition and gamification layer.</p><p>Stream Schedule: You can quickly catch up on what’s happening on Unlonely by checking the stream schedule available on the website.</p><p>Betting on stream outcomes: Lastly, the team has been working on letting fans bet on stream outcomes live during streams. This feature has to be enabled by creators.</p><ol><li><p>Use any Ethereum address to chat with friends on Converse Converse is a wallet-to-wallet messaging app built on top of XMTP, a messaging protocol that we briefly covered in our recent post about Orb app.</p></li></ol><p>You might be asking yourself, &quot;What&apos;s different between Converse and a traditional messaging app?&quot; The gist of it is that Converse leverages your on-chain data to personalize your messaging experience.</p><p>Wallet-based messaging: Converse lets you send messages to any Ethereum address, provided it has been activated on the XMTP protocol. You can search for any address or ENS name and send them a message right away.</p><p>Recommendations: This is where things get interesting. You can browse from a list of suggested friends sorted based on the NFTs that you hold in your wallet. Let’s imagine you’ve attended a digital or offiline event and collected POAPs there. Participants in the event will automatically be surfaced in the list of potential people to connect with.</p><p>Converse helps to find your people based on NFTs Converse helps to find your people based on NFTs Enriched profiles: When you open a conversation, the NFTs you have in common with a person will be displayed. This provides context to the conversation. Coupled with Zerion’s new phishing protection features, this provides another potential way to deflect scammers and ensure you&apos;re chatting with the right person.</p><p>Cross-app messaging: Converse users can access their messages across apps, provided these apps utilize the XMTP protocol. This is becoming more common as projects like Interface and Orb are either integrating XMTP or directly integrating Converse as their preferred messaging service.</p><p>Broadcasts: as a creator, you can broadcast messages to your NFT holders or to any allow list through a dedicated Broadcast tool designed by the Converse team. This tool is beneficial for creators or brands aiming to manage their relationship with an on-chain audience and maintain a private channel to update them with important news.</p><ol><li><p>Buying valuable things with peers on Lore.xyz Lore offers tooling to people who want to pool resources together in order to purchase NFTs. Anyone can join the platform, create a collective, and invite their friends.</p></li></ol><p>Some examples of existing collectives include the Dead Birds Society, a collective of Moonbird collectors aiming to raise media awareness about biodiversity loss. The Dead Birds Society grew from 30 members to 96 members over its history. Or 824, an nft squad of 24 friends who focus on investing in NFTs and growing their vault’s value as much as possible.</p><p>Lore provides a comprehensive suite of features that facilitate the purchasing, holding, and selling of assets as a group:</p><p>Fundraising: Members can contribute ETH to the collective vault and receive a proportional equity share. Funding rounds can be executed multiple times as new members join.</p><p>Membership management: Assigning roles to members and compensating them. For instance, some members might be required signers on transactions while others might not.</p><p>Equity management: This includes the valuation of the vault and distributions to members.</p><p>Transactions: This encompasses buying, listing, bidding, and minting NFTs on behalf of the collective.</p><p>Typically, collectives will establish a vault and set governance rules, then invite the initial members. After this, they&apos;ll raise funds and execute transactions, for instance, to purchase NFTs, expand their vault, and distribute returns. Successful collectives might even attract new members and secure additional rounds of funding.</p><ol><li><p>Mint and collect writing NFTs on Mirror.xyz You might already have collected the Zerion Subscriber OG NFT we released in March on Mirror. Mirror is one of the first Web3 publishing platforms used by many projects and tech-savvy individuals. It&apos;s also one of our favorite communication tools here at Zerion, and we are big believers in Onchain Brands.</p></li></ol><p>Zerion Subscriber OGs</p><p>Zerion So, how does it differ from other blogging or newsletter platforms like Medium or Substack? Simply put, Mirror focuses on integrating on-chain media assets with your writer or reader experience.</p><p>Writing NFTs: As a writer, you can turn your posts into Writing NFTs that can be minted by readers. These can be limited or open editions. You can also price these NFTs to generate revenue from your writing and monetize your creations.</p><p>Web3 integrations: Mirror offers integrations with major NFT platforms, allowing you to embed any NFT seamlessly as part of your article, similar to embedding a GIF or YouTube video on traditional platforms. Readers can even collect NFTs minted directly from your article’s page.</p><p>Profiles: As a reader, you can collect NFTs and support your favorite creators or brands by doing so. The NFTs you collect will appear on your profile under the collections tab. This also creates an open graph, which can eventually be used for recommendations, similar to how the Converse app does with other NFTs.</p><ol><li><p>Seam.social Seam is a social media app that lets you create a personal profile using modular blocks and curate your digital identity by integrating information from both your web2 and web3 social profiles. For instance, Seam allows you to add blocks for Spotify songs, as well as on-chain media assets like artworks, music NFTs, or even traditional websites.</p></li></ol><p>The retro web vibes The retro web vibes Today, Seam is experimenting with a few features:</p><p>Themes: Within the app, various retro visual themes are available for selection based on your personal taste and the vibe you prefer.</p><p>Social Feed: Seam also features its own internal social feed and graph. You can begin following your friends&apos; pages and engage with their posts through likes and replies.</p><p>Quests: The app has a series of quests that you can complete during onboarding. Actions like selecting a profile theme, making friends, and utilizing various website features will earn you XP. The specific purpose of XP is not clearly stated.</p><p>Conclusion In this post, we explored five different Web3 social apps. While they offer some of the familiar social features, they aren’t simply trying to build decentralized versions of Twitter or Facebook. Instead, they experiment with entirely new features that are enabled by NFTs and other Web3 technologies.</p><p>iure0y784rss</p>]]></content:encoded>
            <author>jtrsdjrdtj@newsletter.paragraph.com (jtrsdjrdtj)</author>
        </item>
        <item>
            <title><![CDATA[Zerion Extension Goes Live!]]></title>
            <link>https://paragraph.com/@jtrsdjrdtj/zerion-extension-goes-live</link>
            <guid>Rr8aXMRCBANOzyoPdaKN</guid>
            <pubDate>Mon, 29 Jan 2024 20:46:31 GMT</pubDate>
            <description><![CDATA[In June 2023, during the depths of the bear market, we opened early access to our groundbreaking product — our browser extension wallet. Since then, we’ve been steadily improving our extension thanks to the invaluable feedback from around 30,000 users from Zerion’s existing NFT holders and members of specific communities across web3 who tested the extension first. Today we’re excited to announce that it’s finally ready, and Zerion’s extension is now available for everyone!This is not ‘just an...]]></description>
            <content:encoded><![CDATA[<p>In June 2023, during the depths of the bear market, we opened early access to our groundbreaking product — our browser extension wallet.</p><p>Since then, we’ve been steadily improving our extension thanks to the invaluable feedback from around 30,000 users from Zerion’s existing NFT holders and members of specific communities across web3 who tested the extension first.</p><p>Today we’re excited to announce that it’s finally ready, and <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://link.zerion.io/YmqdGumd6Eb">Zerion’s extension</a> is now available for everyone!</p><h2 id="h-this-is-not-just-another-extension" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>This is not ‘<em>just another’</em> extension</strong></h2><p>With this release, our wallet is now publicly available as a browser extension for Chrome, Arc, and Brave.</p><blockquote><p>You may be thinking, <em>“Why launch another extension?”</em></p></blockquote><p>Since 2016, we&apos;ve been at the forefront of the Ethereum ecosystem, gathering wisdom, insights, and expertise. Now, we&apos;re funneling all that knowledge into this wallet, meticulously designed and engineered to change your whole experience on the new internet.</p><p>It isn’t just another extension. It&apos;s your gateway to your onchain history, DeFi positions, NFT collections, and the most popular Layer-2s.</p><p>Today, Zerion is the easiest and safest way to explore every layer of this new internet.</p><h3 id="h-easiest-multichain-experience" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0"><strong>Easiest multichain experience</strong></h3><p>OGs in this space will remember that Zerion started out as a DeFi aggregator.</p><p>Early on, we recognized that just like the explosion in ERC-20 tokens, the growth of DeFi would lead to thousands of protocols. We set out to track them all.</p><p>We see something similar happening with dapps and other non-DeFi use cases today. And most of this expansion is not happening on Ethereum but on Layer-2s. Mirror is on Optimism. Lens is on Polygon. Friend.tech is on Base.</p><p>Adding new networks, switching between them, and understanding your complete onchain footprint is clunky and slow with most legacy wallets.</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://link.zerion.io/YmqdGumd6Eb">The Zerion extension</a> makes all of this easier and clearer than ever.</p><p>All of these onchain interactions also generate so much data that it can be difficult to know <em>exactly</em> what you’ve done onchain. Zerion shines in bringing all of this information together in a human-readable format.</p><h3 id="h-understanding-your-onchain-footprint" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0"><strong>Understanding your onchain footprint</strong></h3><p>You can’t be an owner unless you know what you own and where you’ve been.</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://link.zerion.io/YmqdGumd6Eb">Zerion’s extension</a> makes it easy to see all your onchain stuff, including tokens, DeFi positions, NFTs, and transaction history — across all supported EVM networks.</p><p>While blockchain data is open to all, making sense of it isn’t as simple as it should be. This is one reason why the majority of wallets don&apos;t even try to display staked tokens, NFTs, or other complicated assets.</p><p>But understanding your onchain footprint is crucial for anyone in this space.</p><p>Track and manage your positions right in the extension.</p><p>With Zerion, you’ll see all your assets and transaction history across 14 chains on our mobile apps, browser extension, and web app — consistently and in the same familiar format. The goal is to give you everything you need to stay in control and make informed choices.</p><h3 id="h-the-safest-wallet-for-self-custodial-humans" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0"><strong>The safest wallet for self-custodial humans</strong></h3><p>Getting the right information can also help you stay safe in Web3.</p><p>The default degen way is to ape, sign, and see what happens. This approach was profitable during the early days when crypto was a smaller space.</p><p>Now sophisticated scammers pray on these habits. Not just newcomers but OGs lose money by acting on FOMO and blindly signing messages.</p><p>Zerion Wallet leverages data to give you actionable information to fight these scams:</p><ol><li><p>Filter out onchain spam so you don’t even see most scams in your wallet</p></li><li><p>Warn you if you try to connect your wallet to a malicious dapp</p></li><li><p>Show you the transaction’s result before you sign so you can dodge wallet drainers</p></li></ol><p>Most importantly, you still have the full freedom to explore. Don’t just hodl: safely browse, access, and own the new internet.</p><h3 id="h-you-look-rare-pt-2" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0"><strong>You Look Rare Pt. 2</strong></h3><p>When we released the Zerion wallet on mobile in May 2022, we also launched <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://zerion.io/dna/">Zerion DNA</a>, a free-to-mint generative NFT that changes and evolves the more you use the wallet.</p><p>This community has since grown larger than we even thought, with over 195k unique holders. This makes Zerion DNA the second-largest NFT collection on Ethereum!</p><p>#90844</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://mirror.xyz/0x96eBC0797Ded0248A71EeCA231505182179Ee6FD">https://mirror.xyz/0x96eBC0797Ded0248A71EeCA231505182179Ee6FD</a></p><p>With the extension launch, we also wanted to bring something new to DNA.</p><p>You will be able to mint a new NFT or upgrade your existing DNA with a special edition background available <em>only</em> inside the Zerion extension.</p><p>Choose between five distinct background colors. Each background represents one of Zerion&apos;s core values: <strong>Seek Alpha, Don’t Be a Maxi, Self-Custodial Humans, Be Invested,</strong> and <strong>It’s All Onchain.</strong></p><p>Add a background to your Zerion DNA</p><p>So go ahead. <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://link.zerion.io/YmqdGumd6Eb"><strong>Install Zerion</strong></a>’s Extension. Pick the value and color that resonates with you most and show off your new DNA!</p><h2 id="h-whats-next" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>What’s Next</strong></h2><p>Now is the time to step into the future and <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://link.zerion.io/YmqdGumd6Eb">switch to Zerion</a>.</p><p>Seamlessly import your existing address with a private key or bring your entire wallet using a seed phrase. You can even bring together all your wallets, as Zerion is one of the few extensions to support multiple seed phrases.</p><p>Thans ytyjj Ertwk,,bmfueg jhfyer</p>]]></content:encoded>
            <author>jtrsdjrdtj@newsletter.paragraph.com (jtrsdjrdtj)</author>
        </item>
        <item>
            <title><![CDATA[Introducing: Still Here. Episode 00]]></title>
            <link>https://paragraph.com/@jtrsdjrdtj/introducing-still-here-episode-00</link>
            <guid>iJGRHE5O3hd74jaU1DyC</guid>
            <pubDate>Mon, 29 Jan 2024 20:39:54 GMT</pubDate>
            <description><![CDATA[Today, we’re launching Still Here, the new podcast on the UFO network. Hosted by Alexander Guy, Head of Growth at Zerion, the podcast explores what drives people who are still here, building through the bear market and beyond. Subscribe to the show’s new Mirror publication to get future episodes: Still Here: New Zerion x UFO Podcast Mint https://stillhere.mirror.xyz/ 17 MintedEpisode 00In the episode, Alex spoke with Nick Hollins, the host of the UFO podcast, discussing the motivation behind ...]]></description>
            <content:encoded><![CDATA[<p>Today, we’re launching Still Here, the new podcast on the UFO network. Hosted by <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/Al3xanderguy">Alexander Guy</a>, Head of Growth at Zerion, the podcast explores what drives people who are still here, building through the bear market and beyond.</p><p>Subscribe to the show’s new Mirror publication to get future episodes:</p><p>Still Here: New Zerion x UFO Podcast</p><p>Mint</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://stillhere.mirror.xyz/">https://stillhere.mirror.xyz/</a></p><p>17 Minted</p><h2 id="h-episode-00" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>Episode 00</strong></h2><p>In the episode, Alex spoke with <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/nick_hollins">Nick Hollins</a>, the host of the <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://ufo.fm/">UFO podcast</a>, discussing the motivation behind the new show.</p><p>Still Here 00</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://ufo.mirror.xyz/">https://ufo.mirror.xyz/</a></p><p>Alex told the story of how during the EthCC, ‘Still Here’ became a clarion call for those who are still building in this space.</p><blockquote><p>“In no other tech industry is there a genuine emotional reason behind why people came to it. And the reasons I or anyone else got into crypto are different.”</p></blockquote><p>Beyond purely financial reasons (“numba go up”, “Hodl”), there’s something else that drives those who are still in the space. Getting the throughline that unites different people is the goal of this podcast.</p><p>By telling the stories of how people joined this space and what they do, the show also aims to inspire others to enter the arena. Crypto is contagious and is also welcoming. Anybody can be somebody in crypto.</p><p>And a new journey can often start with something as small as minting.</p><p><em>“The act of minting is the beginning of a relationship. You don’t know where it leads. But it can take you places.” sollHGjjer</em></p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://stillhere.mirror.xyz/mAp0u_CSRToT9P3aDxBvc0jgH4cfu1QEz6nmvcFK6GA"><strong>Learn more about what’s coming up</strong></a></p>]]></content:encoded>
            <author>jtrsdjrdtj@newsletter.paragraph.com (jtrsdjrdtj)</author>
        </item>
        <item>
            <title><![CDATA[How To Use Farcaster and Warpcast]]></title>
            <link>https://paragraph.com/@jtrsdjrdtj/how-to-use-farcaster-and-warpcast</link>
            <guid>Ilqj9utRojRKno32mDRS</guid>
            <pubDate>Mon, 29 Jan 2024 20:10:34 GMT</pubDate>
            <description><![CDATA[Decentralized social, web3 social, SocialFi—these are terms you might have heard about in the past few months. As we&apos;re entering a shift in the crypto market cycle, there are good reasons to think that mainstream consumer adoption will partly happen through social applications enabled by crypto. In a recent article, we covered 5 Web3 social apps you can use today. In today’s post, we&apos;ll cover everything you need to know about Farcaster, a decentralized social network that has been g...]]></description>
            <content:encoded><![CDATA[<p>Decentralized social, web3 social, SocialFi—these are terms you might have heard about in the past few months. As we&apos;re entering a shift in the crypto market cycle, there are good reasons to think that mainstream consumer adoption will partly happen through social applications enabled by crypto. In a recent article, we covered <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://zerion.mirror.xyz/yAu7eeyw7xlCMpED99Vy5X0eEF5zUSWXEyoiD43TF3Y?ref=zerion.io">5 Web3 social apps you can use today</a>.</p><p>In today’s post, we&apos;ll cover everything you need to know about Farcaster, a decentralized social network that has been gaining a lot of attention lately, especially among Ethereum builders. We&apos;ll also be covering Warpcast, a Twitter-like client that is by far the largest application built on top of Farcaster at this point in time.</p><h2 id="h-whats-farcaster" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>What’s Farcaster?</strong></h2><p>Unlike web2 social media companies, a decentralized social media protocol is powered by a network of independent nodes that collectively administer network activity. The protocol itself is open source and permissionless for third-party developers to build with. Similarly, user data isn&apos;t owned and kept secret by a single private company like <em>X</em>. Instead, user data is available in an open social graph that developers can leverage when building applications instead of creating a userbase from scratch.</p><h3 id="h-farcaster-is-an-ecosystem-of-applications" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0"><strong>Farcaster is an ecosystem of applications</strong></h3><p>Farcaster Landscape</p><p>Mint</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://mirror.xyz/esdotge.eth">https://mirror.xyz/esdotge.eth</a></p><p>10 Days •</p><p>755 Minted</p><p>Farcaster has a growing ecosystem of applications of varying sizes. Some of them are being built by solo developers. An increasing number of these applications are now quite advanced and have raised significant funding.</p><p>Let’s go over some of the most interesting applications being built right now:</p><ul><li><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://www.icebreaker.xyz/?ref=zerion.io"><strong>Icebreaker</strong></a><strong>:</strong> A Farcaster-based, privacy-preserving professional network.</p></li><li><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://seemore.tv/?ref=zerion.io"><strong>Seemore</strong></a><strong>:</strong> A place for creators to set up their creator page and profile, showcasing all the things they are up to and enhancing their relationship with their fans. Page creation is assisted and automated.</p></li><li><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://paragraph.xyz/?ref=zerion.io"><strong>Paragraph</strong></a><strong>:</strong> A web3-native publishing platform with features that help writers build a community around their newsletter using both web2 and web3 tools.</p></li><li><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://www.bountycaster.xyz/?ref=zerion.io"><strong>Bountycaster</strong></a><strong>:</strong> Enables Farcaster users to create bounties for tasks. Any other Farcaster user can pick it up and be paid once the completed work is accepted by the original bounty poster. Bountycaster works with any Farcaster client.</p></li><li><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://www.unlonely.app/?ref=zerion.io"><strong>Unlonely</strong></a><strong>:</strong> A crypto-native livestreaming platform with fun, gamified features including live betting, launching your own channel arcade token, and more.</p></li><li><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://www.supercast.xyz/?ref=zerion.io"><strong>Supercast</strong></a><strong>:</strong> An alternative client to Warpcast, the current biggest client on Farcaster, with a slightly modified experience and enhanced UX features.</p></li><li><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://www.launchcaster.xyz/?ref=zerion.io"><strong>Launchcaster</strong></a><strong>:</strong> Farcaster&apos;s equivalent to ProductHunt. Here, you can find projects recently launched by the Farcaster community and beyond, including the <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://link.zerion.io/g5S1sE1iGGb">Zerion</a> browser extension launch!</p></li><li><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://www.modprotocol.org/?ref=zerion.io"><strong>Mod</strong></a><strong>:</strong> A protocol for Mini-apps that are open, interoperable, and permissionless. Adding Mod to their apps enables developers to allow app users to post images, gifs, and videos, for example.</p></li></ul><h2 id="h-warpcast-the-largest-farcaster-application" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>Warpcast, the largest Farcaster application</strong></h2><h3 id="h-warpcasts-origins" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0"><strong>Warpcast’s origins</strong></h3><p>The team behind Warpcast is the same team that has been designing and building Farcaster. It is led by Dan Romero and Varun Srinivasan, two early Coinbase employees.</p><p>The Warpcast app is the first-ever Farcaster client, and it is tightly integrated with the Farcaster protocol and data. All Warpcast accounts have a Farcaster ID and store the content they produce in Farcaster hubs.</p><h3 id="h-twitter-like-features" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0"><strong>Twitter-like features</strong></h3><p>At first glance, warpcast looks like <em>X</em> (ex Twitter). People send casts (the equivalent to tweets) and share information about pretty much anything they like. The UI feels similar to <em>X</em>, you can follow and be followed by people that you discover on the network.</p><h3 id="h-nft-feeds" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0"><strong>NFT feeds</strong></h3><p>Now, here is the twist. Because Warpcast is Web3 native, it can do multiple things that X cannot. For example, you can embed NFTs for others to mint in your feed. See how to mint on Warpcast using <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://link.zerion.io/g5S1sE1iGGb">Zerion</a> below.</p><h3 id="h-warps-warpcasts-version-of-points" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0"><strong>Warps: Warpcasts’ version of points</strong></h3><p>The Warpcast team released Warp points two months ago as an in-app currency that can give users access to perks and privileges. Warps are not on-chain tokens and are administered centrally by the Warpcast team.</p><p>Users earn Warps through the Warps rewards program for being among the most active users on the app and for sharing casts that receive certain thresholds of engagement. Warps are also given as a reward to builders who run Farcaster nodes (called Hubs) and help run the decentralized network. Finally, Warps can be bought directly with crypto.</p><p>There are a few things users can do using points today, such as paying for mint fees on Warpcast with a couple of hundred Warps, gifting Warps to other users, and creating Farcaster channels using ten thousand Warps.</p><h3 id="h-warpcast-channels" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0"><strong>Warpcast Channels</strong></h3><p>You can think of Channels as X meets Subreddits, blending the typical feed experience but filtering posts according to different topics. Anyone who meets a minimum thresholds of activity on Farcaster can create a channel around the topic of their choice provided they can pay ten thousand Warps.</p><p>Some of the most popular channels today include the Warpcast channel itself, where the community discusses Warpcast-related topics. Other popular channels are the Degen, Zora and Nouns channels. Users on Warpcast can choose which channels they want their casts to be posted to. Some channels receive more engagement than others as shown on the dashboard below.</p><p>Top Farcaster channels. Source: <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://dune.com/pixelhack/farcaster">https://dune.com/pixelhack/farcaster</a></p><p>You can find the <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://warpcast.com/~/channel/zerion?ref=zerion.io">Zerion channel</a> by typing /Zerion in the search bar and stay on top of our latest Warpcast activity.</p><p>Zerion&apos;s Farcaster channel</p><h3 id="h-web3-native-community-of-founders-and-builders" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0"><strong>Web3 native community of founders and builders</strong></h3><p>The early Warpcast community comprises a group of builders and entrepreneurs from the Ethereum community, making it an exciting place for builders and founders. The /founders channel is particularly active. You can find the Zerion team there, looking up <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://warpcast.com/zerion.eth?ref=zerion.io">Zerion.eth</a>, <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://warpcast.com/al3xander?ref=zerion.io">@al3xander</a> and <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://warpcast.com/evg?ref=zerion.io">@evg</a>.</p><h2 id="h-how-to-get-your-first-farcaster-handle" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>How to get your first Farcaster handle?</strong></h2><h3 id="h-using-farcaster-clients-to-sign-up" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0"><strong>Using Farcaster clients to sign up</strong></h3><p>In order to use the Farcaster network, you have to pay a yearly fee that allows you to store a certain amount of data on the Farcaster network.</p><p>There are several clients you can use to sign up on Farcaster, obtain an account, and interact with the apps built on top of this ecosystem. Some of them are available on <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://www.farcaster.xyz/apps?ref=zerion.io">farcaster.xyz/apps</a>, although this is a non-exhaustive list.</p><h3 id="h-registering-through-warpcast" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0"><strong>Registering through Warpcast</strong></h3><p>If you register through the <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://warpcast.com/?ref=zerion.io">Warpcast</a> mobile app, the fee is approx. $12/year, depending on your local taxes, of which $7 goes to the network, $3.60 to the Apple App Store, and $1.40 to the Warpcast team.</p><p>The registration process is straightforward and you’ll need to provide an email address.</p><h3 id="h-back-up-your-recovery-phrase" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0"><strong>Back up your recovery phrase</strong></h3><p>As you create your Farcaster account, make sure that you write down your account seed phrase and back it up somewhere. The seed phrase is generated specifically for your Farcaster account and is different from your wallet. Without this, you will not be able to retrieve your Farcaster account in case you lose access to it.</p><h3 id="h-sync-mobile-and-desktop" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0"><strong>Sync mobile and desktop</strong></h3><p>You can log onto your desktop on <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="http://warpcast.com/?ref=zerion.io">Warpcast.com</a> by scanning a QR code with your Warpcast mobile app open.</p><h2 id="h-the-future-of-warpcast-and-farcaster" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>The future of Warpcast and Farcaster</strong></h2><p>Farcaster has been growing quickly in late 2023. A number of apps being built in the Farcaster community have raised significant funding, and the action around Farcaster meme coins has prompted many to take the leap and create a Farcaster account.</p><p>The number of Farcaster&apos;s daily active users is rising</p><h3 id="h-growing-the-ecosystem" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0"><strong>Growing the ecosystem</strong></h3><p>The Farcaster ecosystem currently boasts 2000 unique casters, a significant number in crypto, considering the small size of the ecosystem and the quality of conversations and alpha happening on Farcaster. It includes AMAs with top tech profiles like <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://warpcast.com/balajis.eth?ref=zerion.io">Balaji</a>, <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://warpcast.com/vitalik.eth?ref=zerion.io">Vitalik</a>, <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://warpcast.com/barmstrong?ref=zerion.io">Brian Armstrong</a>, or <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://warpcast.com/elad?ref=zerion.io">Elad Gil</a>. However, this is still very tiny when compared to traditional social media and their hundreds of millions of daily active users.</p><p>The current main objective of the Farcaster team is to increase the number of daily active users and find their path towards sustainable growth. It will be interesting to see what strategies the Farcaster team adopts in the coming cycle and in the competition against other decentralized social media protocols.</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://link.zerion.io/g5S1sE1iGGb"><strong>Try Zerion Wallet</strong></a><strong>ftgjmfgjmvhjk789</strong></p>]]></content:encoded>
            <author>jtrsdjrdtj@newsletter.paragraph.com (jtrsdjrdtj)</author>
        </item>
    </channel>
</rss>