<?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>EasyCryptoDAO</title>
        <link>https://paragraph.com/@easycryptodao</link>
        <description>🌍 Building the most fun credential layer for airdrops &amp; Web3 rewards.</description>
        <lastBuildDate>Wed, 08 Jul 2026 16:00:04 GMT</lastBuildDate>
        <docs>https://validator.w3.org/feed/docs/rss2.html</docs>
        <generator>https://github.com/jpmonette/feed</generator>
        <language>en</language>
        <image>
            <title>EasyCryptoDAO</title>
            <url>https://storage.googleapis.com/papyrus_images/a37b7c608eaa73c4e274815c633a986c76be4fc1091bcc96ed53b9dc9dd242a8.png</url>
            <link>https://paragraph.com/@easycryptodao</link>
        </image>
        <copyright>All rights reserved</copyright>
        <item>
            <title><![CDATA[🛠️ How to Cancel / Unblock a Stuck Transaction on Acala EVM+ ]]></title>
            <link>https://paragraph.com/@easycryptodao/how-to-cancel-unblock-a-stuck-transaction-on-acala-evm</link>
            <guid>NYTLFSvFJphj0rB5uSRi</guid>
            <pubDate>Mon, 07 Apr 2025 20:12:49 GMT</pubDate>
            <description><![CDATA[If you’re building or transacting on Acala’s EVM+ and suddenly one of your transactions gets stuck in MetaMask, don’t panic — and more importantly, don’t rush to increase the gas manually. Acala EVM+ uses a custom gas estimation mechanism, and modifying gas values like you would on Ethereum or other EVM chains can cause transactions to fail. In this guide, I’ll walk you through the correct and safe way to cancel or replace a stuck transaction using MetaMask — no tools or tokens lost.⚠️ First,...]]></description>
            <content:encoded><![CDATA[<p>If you’re building or transacting on <strong>Acala’s EVM+</strong> and suddenly one of your transactions gets stuck in <strong>MetaMask</strong>, don’t panic — and more importantly, <strong>don’t rush to increase the gas manually.</strong></p><p>Acala EVM+ uses a <strong>custom gas estimation mechanism</strong>, and modifying gas values like you would on Ethereum or other EVM chains can <strong>cause transactions to fail</strong>.</p><p>In this guide, I’ll walk you through the <strong>correct and safe way</strong> to cancel or replace a stuck transaction using MetaMask — no tools or tokens lost.</p><h3 id="h-first-what-not-to-do" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">⚠️ First, What Not to Do</h3><p>If you’ve come from Ethereum or BSC, you might be used to manually bumping the gas price to force a pending transaction through.</p><p>🚫 On Acala EVM+ — <strong>don’t do that</strong>.</p><p>Why?</p><ul><li><p>The Acala network automatically calculates gas.</p></li><li><p>Manual gas overrides <strong>can bypass internal logic</strong>, leading to failed or rejected transactions.</p></li></ul><h3 id="h-why-transactions-get-stuck-understanding-nonce" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">🔄 Why Transactions Get Stuck: Understanding <code>nonce</code></h3><p>In EVM-based systems, every wallet keeps track of a <strong>nonce</strong> — a number that increases with every transaction you send.</p><ul><li><p>First tx → nonce <code>0</code></p></li><li><p>Second tx → nonce <code>1</code></p></li><li><p>Third tx → nonce <code>2</code> ... and so on.</p></li></ul><p>👉 If <strong>transaction #3 (nonce 2)</strong> is stuck, all following transactions (nonce <code>3</code>, <code>4</code>, <code>5</code>, etc.) will <strong>also get stuck</strong>. This is why fixing the <strong>oldest</strong> stuck tx is key.</p><hr><h3 id="h-step-by-step-cancel-or-replace-a-stuck-transaction" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">✅ Step-by-Step: Cancel or Replace a Stuck Transaction</h3><p>1️⃣ Don’t Send More Transactions (Yet)</p><p>Stop sending new txs — they’ll just pile up behind the stuck one due to <code>nonce</code> order.</p><p>2️⃣ Enable Custom Nonce in MetaMask</p><p>To manually control which transaction to replace:</p><ol><li><p>Open <strong>MetaMask</strong>.</p></li><li><p>Go to <strong>Settings &gt; Advanced</strong>.</p></li><li><p>Turn on <strong>“Customize transaction nonce”</strong>.</p></li></ol><p>3️⃣ Find the Stuck Transaction’s Nonce</p><p>To see the stuck tx and its nonce:</p><ol><li><p>Go to <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://blockscout.mandala.aca-staging.network/"><strong>Blockscout Mandala</strong></a></p></li><li><p>Search your <strong>wallet address</strong>.</p></li><li><p>Go to the <strong>Transactions</strong> tab.</p></li><li><p>Look for the transaction that says <strong>“Pending”</strong> or has no confirmation.</p></li><li><p>Note the <code>nonce</code> of that transaction.</p></li></ol><p>4️⃣ Send a Replacement Transaction (0 ACA to Yourself)</p><p>Now, we’ll <strong>replace</strong> the stuck transaction by sending another tx with the <strong>same nonce</strong>:</p><ol><li><p>In MetaMask, click <strong>Send</strong>.</p></li><li><p><strong>Send 0 ACA</strong> to <strong>your own address</strong>.</p></li><li><p>Click <strong>Edit &gt; Custom nonce</strong> and enter the same <code>nonce</code> as the stuck tx.</p></li><li><p>Don’t change gas — let MetaMask estimate it.</p></li><li><p>Click <strong>Send</strong>.</p></li></ol><p>This new transaction will “overwrite” the stuck one with the same nonce.</p><p>5️⃣ Confirm It’s Gone</p><p>Once the new transaction is mined:</p><ul><li><p>The original stuck tx will disappear.</p></li><li><p>Your following transactions will now process normally.</p></li></ul><p>You can confirm everything at <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://blockscout.mandala.aca-staging.network/"><strong>Blockscout Mandala</strong></a>.</p><h3 id="h-final-tips-and-reminders" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">🧠 Final Tips &amp; Reminders</h3><ul><li><p>🚫 <strong>Never change gas manually</strong> on Acala EVM+ unless you’re a dev and know exactly what parameter is safe.</p></li><li><p>🔢 Always deal with the <strong>oldest stuck transaction</strong> first (lowest nonce).</p></li><li><p>⏳ If the network is congested, waiting can sometimes solve it — be patient.</p></li></ul><p>🌀 <em>EasyAcala Built on Acala. Powered by Polkadot. Enhanced with EVM+.</em></p>]]></content:encoded>
            <author>easycryptodao@newsletter.paragraph.com (EasyCryptoDAO)</author>
        </item>
        <item>
            <title><![CDATA[🚀 Introduction: What is EasyAcala?]]></title>
            <link>https://paragraph.com/@easycryptodao/introduction-what-is-easyacala</link>
            <guid>uLHesaxHD7rqSIDjONVj</guid>
            <pubDate>Mon, 07 Apr 2025 20:09:48 GMT</pubDate>
            <description><![CDATA[EasyAcala #EngageFiEasyAcala is the first-ever GM farming dApp, revolutionizing the Acala ecosystem by turning daily blockchain interactions into fun, rewarding habits. With seamless one-click MetaMask onboarding and zero KYC, it lets you build your decentralized on-chain identity through daily “GM” farming and thrilling MiniGames. Inspired by Atomic Habits, EasyAcala rewards consistent engagement, unlocking exclusive bonuses and real $ACA tokens. 500+ daily interactions already prove it — do...]]></description>
            <content:encoded><![CDATA[<p><strong>EasyAcala #EngageFi</strong>EasyAcala is the <strong>first-ever GM farming dApp</strong>, revolutionizing the Acala ecosystem by turning daily blockchain interactions into fun, rewarding habits. With <strong>seamless one-click MetaMask onboarding</strong> and <strong>zero KYC</strong>, it lets you build your decentralized on-chain identity through <strong>daily “GM” farming</strong> and <strong>thrilling MiniGames.</strong></p><p>Inspired by Atomic Habits, EasyAcala rewards consistent engagement, unlocking exclusive bonuses and real $ACA tokens. <strong>500+ daily interactions</strong> already prove it — don’t miss your chance to <strong>farm, play, and earn real rewards!</strong></p><p><strong>Start stacking EasyPoints now</strong>: <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://testnet.acala.easycrypto.fans/">EasyAcala</a> (<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://testnet.acala.easycrypto.fans/">https://testnet.acala.easycrypto.fans/</a>)</p><p>Unlike other dApps focused on speculation, EasyAcala is designed to:✅ Reward real activity, not just holding tokens.✅ Encourage consistent user engagement through daily GMs and MiniGames.✅ Preserve privacy and security with a decentralized credential layer.</p><p>Let’s dive into how EasyAcala is redefining engagement on the blockchain.</p><h1 id="h-the-problem-why-easyacala-exists" class="text-4xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">🎯 The Problem: Why EasyAcala Exists</h1><p>After years in crypto, it’s clear that speculation drives hype — but real value comes from actual usage.EasyAcala solves three key challenges:</p><h1 id="h-1-effortless-onboarding" class="text-4xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">1. Effortless Onboarding</h1><p>Connecting to MetaMask should be as easy as opening an app — no more complicated setups like Polkadot.js.</p><ul><li><p>One-click MetaMask connection.</p></li><li><p>Works seamlessly on Acala’s EVM+ network.</p></li></ul><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/03e0f374d565548121b379f55d37eaedb3e2bf0013a081ebec52c999c6c67642.png" alt="Metamask" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">Metamask</figcaption></figure><h1 id="h-2-real-identity-zero-tracking" class="text-4xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">2. Real Identity, Zero Tracking</h1><p>EasyAcala introduces a <strong>decentralized credential layer</strong> that allows users to build their identity on-chain without sacrificing privacy.</p><ul><li><p>No KYC, no tracking — full anonymity.</p></li><li><p>Reputation is built through real engagement and activity.</p></li></ul><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/615cb6774f687a357cfa424eecabb5eb60bb9586fcf97e5f6eed6f943340570f.png" alt="Easy Credential" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">Easy Credential</figcaption></figure><h1 id="h-3-creating-consistent-engagement" class="text-4xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">3. Creating Consistent Engagement</h1><p>Inspired by “Atomic Habits,” EasyAcala builds long-term user engagement through small, rewarding actions.</p><ul><li><p>Daily <strong>GM farming</strong> — Earn EasyPoints by saying GM every day.</p></li><li><p><strong>MiniGames</strong> like Dice Roll — Earn even more points based on your luck and strategy.</p></li></ul><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/8675f6f7f026cd80dea2785a3bca9c0712df6027e15beac7fd1abdd973c95dc5.png" alt="Easy GM Farming" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">Easy GM Farming</figcaption></figure><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/c6fa6e97da19e1a781e2769960bafabc27640bb4a06af156a07190070a9dae0e.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/25191475102fa440fab5d715b4c5f2bf79d73690cdcdd3d9bee4c6bcb1c1184d.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/a4bb6343341beb08e4f7f5ec97bdf496c32abb1515c91aa167988f6e4cf17b1f.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><h1 id="h-how-it-works-real-engagement-real-rewards" class="text-4xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">🏆 How It Works: Real Engagement, Real Rewards</h1><p>EasyAcala rewards user activity in two primary ways:</p><h1 id="h-gm-farming" class="text-4xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">✅ GM Farming</h1><ul><li><p>Say GM once a day and earn EasyPoints.</p></li><li><p>Build a streak — the more consistent you are, the bigger the rewards.</p></li><li><p>Reach higher streaks to unlock exclusive bonuses.</p></li></ul><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/42e234a3c7c968aaaf9d8efcf76588b52b4e3f17f0552cba4a258ef791e74d72.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><h1 id="h-minigames-dice-roll" class="text-4xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">🎲 MiniGames (Dice Roll)</h1><ul><li><p>Roll the dice after your GM to earn bonus EasyPoints.</p></li><li><p>Rewards are based on randomness, but streaks give you an edge!</p></li><li><p>The more you engage, the more you earn.</p></li></ul><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/e303cdf64d23406b81589818ec2afb548741248fb533746fcb97584eadf46c76.png" alt="Play Dices and Earn EasyPoints" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">Play Dices and Earn EasyPoints</figcaption></figure><h1 id="h-security-and-privacy" class="text-4xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">🔒 Security and Privacy</h1><p>EasyAcala ensures complete privacy with zero tracking or KYC requirements.</p><ul><li><p>Identity is tied to your on-chain activity.</p></li><li><p>Your credentials remain decentralized and secure.</p></li></ul><h1 id="h-early-adopters-are-already-winning" class="text-4xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">🌍 Early Adopters Are Already Winning!</h1><p>Since the launch on Acala Testnet (Mandala), users have been stacking EasyPoints and climbing the leaderboard.</p><ul><li><p>Over <strong>500+ transactions</strong> in the first 24 hours.</p></li><li><p>The competition for the top spot is heating up!</p></li></ul><h1 id="h-why-this-matters" class="text-4xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">📈 Why This Matters</h1><p>EasyAcala isn’t about speculation — it’s about <strong>rewarding real activity</strong>.</p><ul><li><p>Grow your <strong>EasyPoints</strong> balance.</p></li><li><p><strong>Unlock</strong> exclusive <strong>benefits</strong>.</p></li><li><p><strong>Earn REAL $ACA</strong> when the mainnet launches.</p></li></ul><h1 id="h-dont-get-left-behind-join-the-movement" class="text-4xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">🔥 Don’t Get Left Behind — Join the Movement!</h1><p>EasyAcala is live on Acala Testnet — the first wave of GM farmers is already growing their EasyPoints and building their reputation.<strong>Early adopters are already winning — are you in?</strong></p><p>👉 <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://testnet.acala.easycrypto.fans/"><strong>[Easy Acala TESTNET]</strong></a><strong> (</strong><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://testnet.acala.easycrypto.fans/">https://testnet.acala.easycrypto.fans/</a><strong>)</strong></p><p>👉 <strong>[</strong><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://x.com/EasyCryptoDao"><strong>Easy Acala TWITTER/X</strong></a><strong>] (</strong><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://x.com/EasyCryptoDao">https://x.com/EasyCryptoDao</a><strong>)</strong></p><p>👉 <strong>[</strong><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://discord.gg/2eaKtvBN"><strong>ACALA DISCORD #easyacala</strong></a><strong>] (</strong><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://discord.gg/2eaKtvBN">https://discord.gg/2eaKtvBN</a><strong>)</strong></p><h1 id="h-easyacala-real-activity-real-rewards" class="text-4xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">🚀 EasyAcala — Real Activity, Real Rewards.</h1><p>The future of engagement on blockchain starts here. 👊</p><h1 id="h-join-easyacala-now" class="text-4xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">🔗 Join EasyAcala Now:</h1><p>✅ Start GM farming today!</p><p>✅ Compete in MiniGames.</p><p>✅ Build your on-chain identity.</p><p>👉 <strong>[</strong><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://testnet.acala.easycrypto.fans/"><strong>Yeah! i want to try NOW Easy Acala and be a REAL EarlyAdopter $</strong></a><strong>]</strong></p>]]></content:encoded>
            <author>easycryptodao@newsletter.paragraph.com (EasyCryptoDAO)</author>
        </item>
    </channel>
</rss>