<?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>DUEL3</title>
        <link>https://paragraph.com/@duel3</link>
        <description>A strategic onchain card game with infinite scalability. Build, Duel, and Own your assets. It's your turn!👼</description>
        <lastBuildDate>Sun, 19 Apr 2026 08:46:11 GMT</lastBuildDate>
        <docs>https://validator.w3.org/feed/docs/rss2.html</docs>
        <generator>https://github.com/jpmonette/feed</generator>
        <language>en</language>
        <image>
            <title>DUEL3</title>
            <url>https://storage.googleapis.com/papyrus_images/158e537e04d471533834f23065055045.jpg</url>
            <link>https://paragraph.com/@duel3</link>
        </image>
        <copyright>All rights reserved</copyright>
        <item>
            <title><![CDATA[Deep Dive into the Hybrid Game]]></title>
            <link>https://paragraph.com/@duel3/deep-dive-into-hybrid-game</link>
            <guid>ACMWbdl9FSKqHZPrQ5j2</guid>
            <pubDate>Mon, 22 Jul 2024 11:55:38 GMT</pubDate>
            <description><![CDATA[The quest for a truly decentralized game ideally leads to a fully onchain model such as DeFi. However, there are two significant challenges to achiev...]]></description>
            <content:encoded><![CDATA[<p>The quest for a truly decentralized game ideally leads to a fully onchain model such as DeFi. However, there are two significant challenges to achieving this ideal: UX and contract vulnerability.</p><p>Needless to say, fully onchain games suffer from inherently poor UX. While some projects are tested on private chain testnets, our goal is to play on the mainnet of public chains.<br>Contract vulnerability is a worse problem, especially as the game's logic becomes more complex. Given the current state of DeFi, which has numerous security issues, it’s unrealistic to assume games will be any safer.</p><p>To address these challenges, we propose a hybrid game model that combines onchain and offchain. This model leverages the strengths of both approaches while mitigating their weaknesses.</p><div class="relative header-and-anchor"><h3 id="h-deep-dive-into-the-hybrid-game">Deep Dive into the Hybrid Game</h3></div><p>The hybrid game we propose records only specific data onchain: the state at the beginning of the battle, the state at the end of the game, and the random number seed. <br>All game logic is executed offchain, with the game intermediate state during battle also maintained offchain. The game logic should remain open and transparent to ensure fairness and verifiability.</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/93ebbc244204d0ef37be22a6d1c6cfb7.png" blurdataurl="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAUCAIAAABj86gYAAAACXBIWXMAABYlAAAWJQFJUiTwAAAC1UlEQVR4nKVULZCjMBSOwNWsYWblztStWVFR0ZkVGGbWIBCYCkTEnojAIDAViBhMRAwmAhGFqMEgMBgMAoOJqsBgMBgMN9PctTl2u93Z+xTk533vfe97AfNtTNP0g60FwK3LdV1vNhvHcSCECKFxHC9bwzDoug4AcBzn/f1XHMf3CeRNNa+u66IoQghBCCml6tYwDGEYEkIghL7vZ1n2LYK2bfu+l9+XcOM4ygTlokpT13WSJHflAnL7eDxSSjHGTdMkSbLf74UQbdsyxhBCapRpmqRcRVEQQr5LwDnv+55z7nleGIZBEBwOB0KIbdsAgKIoEEKe57muWxSFvFlV1aW4+wRZltm2/Wm7yFlrwzAeHh48z7MsyzCMYRiapmGMfZeAMaZp2mazUeWWagAAGGNlWaZpmmUZPqNpGtd1pXrjOC7a8w+B+vPpoaenJ13Xbdt2HCeOY0ppHMecc9M0V6uVEGIRoWkaNc7VRR+zkL+GYQAAXNddtLRt2yiKOOdt22ZZlqZp3/dFUVBK1ZPLOVhgnuf9fg8AsG1bKi4FkTZN05RzblmWruvr9Zoxlud513Wqfa8SDcPwqUT22UjPz8+EkGmaTmdcmhxFUZ7nSZIQQizLent72+12lmVdpu/qIowxISQIgjzPi6Koqqosy6qqXNfN81wGIoRomrZer3e7HULo8fGxqqpLsmEY2mfouu77vlz/Q4Axlg8AAMCyLISQaZoQQgDAarXq+34cR5m7+Is4jqMoutW/pU3TNN1utxDCeZ593z8cDqZptm3bdd12uw3DkJ6RJAk7o67r0+kkh04d8kX/rgSEEACAaZrzPAdBYJqmHN2+719fX6X3KaWSG2N8PB6FEGVZ3h+0j0sq/zRN8qk4nU5d16nHhBCLCr4iUOtalAkA0DQNY8w5V20qhMjz/CcVqBjH8eXlBUIYhmFd14tBk178LwJp/Ftb8t3+Gr8BAnUo/cwHDCQAAAAASUVORK5CYII=" nextheight="976" nextwidth="1582" class="image-node embed"><figcaption htmlattributes="[object Object]" class="">PlasmaEngine's Architecture</figcaption></figure><p>We drew inspiration for this model from Plasma, so we named this architecture <strong>PlasmaEngine</strong>. Plasma is a concept that has gained renewed attention in the Ethereum Layer2 community. It retains only the initial and final states on Layer1, with all intermediate states managed offchain. This approach allows Ethereum to scale infinitely.</p><p>In our hybrid game system, players send transactions only twice per game—at the start and end of a battle—providing a practical and user-friendly experience, even as game logic becomes quite complex. Currently, PlasmaEngine seems to be suited for auto-battle games.</p><div class="relative header-and-anchor"><h3 id="h-risks-and-constraints">Risks and Constraints</h3></div><p>While PlasmaEngine leverages offchain components, it is not entirely secure:</p><p><strong>Centralization Risk</strong>: The game operates under the assumption of a central entity, the Minister, which manages the game execution. If the Minister is hacked, battle results could be tampered with. However, such tampering would be limited to the most recent battle and could not alter past results. Since the initial state and random number seed are recorded onchain and the logic is open, any malpractice by the Minister can be detected.</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/1f5b59a6200c1fe78b50f56400934473.png" blurdataurl="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAICAIAAAAX52r4AAAACXBIWXMAABYlAAAWJQFJUiTwAAABV0lEQVR4nLWRr6rDMBTGI/Y0g7nJQUcfITCI6AsEBoOKwWBiMChUDCoCFdUVB/YEEYOIQEVEYGJQEVdRUTdRqMi4GfT2dp28P3XynT8fJwfZAZ2jj0d655Q+HiqTE96gPmocw5y1tq5rIcRIfD6fWutho7U2jmNK6ajyjwFCiBCilDLGZFmG0E9qPp8jhADgcrmkafp4PBaLRZ7nnrcGgCRJqqpCCN1ut9ls9q48HA4AMDZo29b3fc9bbzYbpZQQ4nw+W2ujKCKEMMaOxyMAVFXFORdCYIy32+1+v2+aJs/ztm2LouCcx3EcBAHnfGKDz6+fpPu4U9d1rWOy99fgXae1ZoxhjFMHY8z3/TAMKaWhY7VaXa/XKIowxrvdjlK6XC6DIEjTlBByOp2+Hrm3ud/vSZKUZWmMUUoBQFmWSqnCwTnvn8YYKaXWWkpZ13WWZVLKrxv8Ey9j9n2GyaGyKAAAAABJRU5ErkJggg==" nextheight="296" nextwidth="1244" class="image-node embed"><figcaption htmlattributes="[object Object]" class="hide-figcaption"></figcaption></figure><p>Although there is no direct challenge function, discrepancies in results would be apparent to everyone, allowing temporary halts in the game if necessary. Adding a delay in reward claims (e.g., a 7-day period) can further reduce the incentive for fraud.</p><p><strong>Reduced Contract Vulnerability</strong>: By minimizing the onchain processing, we can significantly lower the risk of contract vulnerabilities. The smart contract only needs to store some states, create random seeds (or obtain them from external services like Chainlink), and verify the Minister's signature.</p><p>Currently, PlasmaEngine is applicable to auto-battle games. For games requiring constant command inputs, intermediate states would also need to be stored onchain, making this approach less feasible. <br>Auto-battle games have a rich history and a solid standing in the gaming community today. Titles like Auto Chess, <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://teamwoodgames.com/">SuperAutoPets</a>, <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://store.steampowered.com/app/1970580/Backpack_Hero/">Backpack Hero</a>, and <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://unicornoverlord.atlus.com/index.html">Unicorn Overlord</a> exemplify this genre.</p><div class="relative header-and-anchor"><h3 id="h-conclusion">Conclusion</h3></div><p>Despite its constraints, the hybrid game model offers a promising solution to the challenges of fully onchain games, balancing decentralization with practical UX and minimized risk.</p><p>We are currently developing an auto-battle hybrid game using the PlasmaEngine. Follow us on X for updates and to join us on this innovative journey.</p><p>X: <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://x.com/DuelThree">https://x.com/DuelThree</a></p><p></p>]]></content:encoded>
            <author>duel3@newsletter.paragraph.com (yamapyblack)</author>
            <author>duel3@newsletter.paragraph.com (DUEL3)</author>
            <enclosure url="https://storage.googleapis.com/papyrus_images/193598efb1e3df00b36eea05ae8ac384.jpg" length="0" type="image/jpg"/>
        </item>
        <item>
            <title><![CDATA[Hybrid Games Era]]></title>
            <link>https://paragraph.com/@duel3/hybridgame-era</link>
            <guid>Dwxh2Z4Wcep0c7ZUEhct</guid>
            <pubDate>Thu, 18 Jul 2024 11:45:14 GMT</pubDate>
            <description><![CDATA[Blockchain games "should" be fully onchain. But... is that the only truth?The main advantage of blockchain is self-custody, the ownership of digital ...]]></description>
            <content:encoded><![CDATA[<p>Blockchain games "<strong>should</strong>" be fully onchain. But... is that the only truth?</p><p>The main advantage of blockchain is self-custody, the ownership of digital data. Therefore, blockchain games should be fully onchain to ensure that game assets are managed by users themselves (refer to our <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://paragraph.xyz/@duel3/why-blockchain-game">previous article</a> for more details).</p><p>However, fully onchain games are very unlikely to become mainstream. In this article, we will highlight the issues with fully onchain games and predict the advent of a new <strong>Hybrid Games Era</strong>.</p><ol><li><p>Poor UX</p></li></ol><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/9617863fcd3f1b3a2c0dc4fa09716e4a.jpg" blurdataurl="data:image/png;base64,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" nextheight="500" nextwidth="625" class="image-node embed"><figcaption htmlattributes="[object Object]" class="hide-figcaption"></figcaption></figure><p>It is a well-known fact that fully onchain games often suffer from poor user experience. Many fully onchain game projects attempt to solve this by adopting their own chains. However, many of these chains are still in the testnet phase. Gas fees, chain security, and the labor of users having to bridge assets to the chain are still prevalent and may take considerable time to resolve. The question remains: when will we play a fully onchain game with a good UX on a public mainnet chain?</p><ol start="2"><li><p>Contract Hacking Risks</p></li></ol><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/01c79dac0b9a354b8776bfea9c1cc784.jpg" blurdataurl="data:image/png;base64,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" nextheight="450" nextwidth="800" class="image-node embed"><figcaption htmlattributes="[object Object]" class="hide-figcaption"></figcaption></figure><p>Over the past few years, many DeFi protocols have suffered hacking incidents, highlighting the difficulty of developing secure smart contracts. Game contracts are likely to be even more complex than DeFi contracts. Although there is hope with updates in programming languages, libraries, and frameworks, fully onchain games are likely to contain significant vulnerabilities.</p><div class="relative header-and-anchor"><h3 id="h-hybrid-game-era">Hybrid Game Era</h3></div><p>Is it necessary for all game logic to be onchain? The answer is "No".</p><p>In blockchain games, the important point is that your valuable assets are not stolen, ensuring self-custody. The game logic being completely onchain is not as important.</p><p>Here, we propose <strong>Hybrid Games</strong>.</p><p>Hybrid Games store only three points onchain: the initial state at the start of the game, the random number seed, and the final state. All intermediate processing is executed offchain.</p><p>This mechanism is inspired by Plasma, a concept recently gaining attention in the Ethereum core community. Plasma saves the initial and final state on Layer 1 while handling intermediate processing offchain (Layer 2). The advantage of this architecture is its infinite scalability, as intermediate processes are handled offchain regardless of their complexity. We have named this architecture <strong>PlasmaEngine</strong>.</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/57f18827c99f0013c0df89a8c53daefa.png" blurdataurl="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAATCAIAAAB+9pigAAAACXBIWXMAABYlAAAWJQFJUiTwAAACnklEQVR4nKVUIY/bMBg1PzJyUkFBpYJK/QuRAkIqHSkoKCkoCOiBApOCIwUBIUcCQkIMDIwCTEwMTExMDEJCigKOhJiYhHhaPGVdm3XV9kAU2fL3vve+ZwP3Z7Rt23Wdc85/B1RVVZbl19eXc85a+6CCcw6MrvqKs9kMADCbzRaLxeHw7reMMaDHy8vLZDKZz+dSyvsmbgmut7sezjmlFKU0SZKyLOu6HnbrujbGlGWJENJaPxYBbuoOTP7HGBPH8f2uc44Qwjl/0PtvBBhjCOHlcnHOCSEYY4MhEMJ7ic45SumzBFVVYYybpjmdTkqpNE3P57NSqqqq3W4HAGiaxrNeeyWEeOz+L4K2bcuyFEL481prpRTGmBCyXq8BAB8fH1EUaa0554QQf1JKKYR4ikAptVqtJpOJdyaKouVyudls9j3CMNzv96+vr1EUZVmW57m11hhDKR1VcDOqnwTb7XY6nVJKve/DsSRJAADr9TrsEUURhBAhlKYpAMDP31p7U3RkyDcYMtN13eHwHsfxYrFomsaHp21b55zWOoqiGxFd1xU9hpUfBL7QaJyttRBCP+r5fE4IQQh5iVJKSmlRFKhHkiTW2qIoCCFCiGFU4wquCRBC/s0wxrRt6w1xzvEecRzvdjsI4fF4vFwunHPGGOdca/0XiwYC0vfiVxhj/q54BcvlEmM8vEgQQgDAdDoFAARBUFXVIwXD3Lbb7Waz+fz8zLIsCIK3t7c8zzHGvpAPhSfgnB+PR2/parXyTo4QaK0Ph/fz+ZymaZZlYRgihKSUnHOllJSSMaaUghD69p96Kq7BGPvWw1+6IAhGnwpCyD3BkL0hMiMEdV1TSvM8L4oCY3w6na7DPhz2+fkXBdew1v7JB5+W/yV4cEWfxHfv/flZ2T6ozQAAAABJRU5ErkJggg==" nextheight="796" nextwidth="1320" class="image-node embed"><figcaption htmlattributes="[object Object]" class="hide-figcaption"></figcaption></figure><p>In PlasmaEngine, there is a centralized manager called the Minister, equivalent to the Sequencer in Layer 2. Although the Minister could become a single point of vulnerability, the risk scope is minimized and does not threaten self-custody. Additionally, the transparency of the onchain random seed can make the system verifiable. By incorporating a challenge function similar to Optimistic Rollup, the centralization risk can be further mitigated.</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/5a186aeb17b39e43eb880482c47e5fe5.png" blurdataurl="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAICAIAAAAX52r4AAAACXBIWXMAABYlAAAWJQFJUiTwAAABV0lEQVR4nLWRr6rDMBTGI/Y0g7nJQUcfITCI6AsEBoOKwWBiMChUDCoCFdUVB/YEEYOIQEVEYGJQEVdRUTdRqMi4GfT2dp28P3XynT8fJwfZAZ2jj0d655Q+HiqTE96gPmocw5y1tq5rIcRIfD6fWutho7U2jmNK6ajyjwFCiBCilDLGZFmG0E9qPp8jhADgcrmkafp4PBaLRZ7nnrcGgCRJqqpCCN1ut9ls9q48HA4AMDZo29b3fc9bbzYbpZQQ4nw+W2ujKCKEMMaOxyMAVFXFORdCYIy32+1+v2+aJs/ztm2LouCcx3EcBAHnfGKDz6+fpPu4U9d1rWOy99fgXae1ZoxhjFMHY8z3/TAMKaWhY7VaXa/XKIowxrvdjlK6XC6DIEjTlBByOp2+Hrm3ud/vSZKUZWmMUUoBQFmWSqnCwTnvn8YYKaXWWkpZ13WWZVLKrxv8Ey9j9n2GyaGyKAAAAABJRU5ErkJggg==" nextheight="296" nextwidth="1244" class="image-node embed"><figcaption htmlattributes="[object Object]" class="hide-figcaption"></figcaption></figure><p>Currently, we assume the PlasmaEngine mechanism is applicable to the auto-battle genre of games.</p><div class="relative header-and-anchor"><h3 id="h-the-future-of-blockchain-games">The Future of Blockchain Games</h3></div><p>We foresee the advent of the Hybrid Game era, where the benefits of blockchain's self-custody are harnessed while avoiding UX and contract vulnerability issues. Leading this new era, we are set to launch an auto-battle type game utilizing PlasmaEngine.</p><p>Stay updated on the latest news about our Hybrid Game through our newsletter and X.</p><p>X: <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://x.com/DuelThree">https://x.com/DuelThree</a></p>]]></content:encoded>
            <author>duel3@newsletter.paragraph.com (yamapyblack)</author>
            <author>duel3@newsletter.paragraph.com (DUEL3)</author>
            <category>blockchain</category>
            <category>gamefi</category>
            <category>web3</category>
            <enclosure url="https://storage.googleapis.com/papyrus_images/c9469b9a0f9f0aae750b774a1b24d11c.jpg" length="0" type="image/jpg"/>
        </item>
        <item>
            <title><![CDATA[Why blockchain game?]]></title>
            <link>https://paragraph.com/@duel3/why-blockchain-game</link>
            <guid>qAwZbNDxNDoDbauZKn6c</guid>
            <pubDate>Mon, 15 Jul 2024 07:53:59 GMT</pubDate>
            <description><![CDATA[Why blockchain game? Why should games be on the blockchain? This is the most fundamental question.The answer is ...]]></description>
            <content:encoded><![CDATA[<div class="relative header-and-anchor"><h2 id="h-why-blockchain-game">Why blockchain game?</h2></div><div class="relative header-and-anchor"><h3 id="h-why-blockchain-game">Why blockchain game?</h3></div><p>Why blockchain game? Why should games be on the blockchain? This is the most fundamental question.</p><p>The answer is to enjoy playing with your own unique and precious assets.</p><p>Blockchain technology allows us to own digital data for the first time, as detailed by Chris Dixon, a partner at a16z, in his concept of "<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://readwriteown.com/">ReadWriteOwn</a>."</p><p>Think back to your first rare Pokémon card, or the Yu-Gi-Oh or Magic: The Gathering cards you used to play with. The rare card you obtained was a treasure for you. Maybe you have received cards from close friends. Winning duels with your cherished cards brought the utmost joy. You might even have earned limited-edition cards from tournaments.</p><p>In essence, the fun comes from breeding and battling with assets you genuinely own and acquiring new ones.</p><div class="relative header-and-anchor"><h3 id="h-why-not-web2-games">Why Not Web2 Games?</h3></div><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/06d9883678220eaa41c44889b277dfc4.jpg" blurdataurl="data:image/png;base64,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" nextheight="500" nextwidth="750" class="image-node embed"><figcaption htmlattributes="[object Object]" class="hide-figcaption"></figcaption></figure><p>Let's also consider Web2 games.</p><p>Web2 card games, like Hearthstone, introduced the joy of playing with people worldwide. However, unlike physical card games, the cards you own in Web2 games are fungible. These data cannot be distinguished. There’s no unique attachment to a unique character.</p><p>This leads to the rise of eSports under equal conditions.</p><p>Blockchain games combine the advantages of Web2 and physical card games. They allow safe, global card exchanges and battles worldwide.</p><div class="relative header-and-anchor"><h3 id="h-why-onchain-games">Why Onchain Games?</h3></div><p>We are developing Onchain games.</p><p>Currently, most blockchain games are Offchain games, which blend Offchain and Onchain elements. The game logic typically runs on centralized servers.</p><p>In contrast, Onchain games feature game logic embedded in smart contracts, with the entire game running on the blockchain.</p><p>Think of it like the relationship between CeFi and DeFi.</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/29cd698d0469246cc05a33af84d62603.png" blurdataurl="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAWCAIAAAAuOwkTAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAD4UlEQVR4nK1VXUgjVxS+iCAUxGdFKWIFQZFSUcSCbymyIBRXK8GfrZTYUoZlK+RtXXAftGLDPpiHkCAEGkSCIU5/AgnDNDvNMKTDDMEHGwLB2BgGZrPDmB0mCePsLc7dvUlG2+1CPwIz98y557vnnO/cANgK0zQhhAzDSJKEloYF8y0Mw6jX6xDCdDqdzWbxFggh9mwOCO4kSCaT5XJZkqSzszNkr9frqqpqmoYC2QhM05QkCb3YAt5NQFGUaZoEQfT29k5MTHR3d4+OjnZ2di4vLw8ODk5OTiqKIooiIoAQViqVsbGxnp6evr4+t9vdnNY/ZiDLsqqqmUyGYRiKojiOo2k6l8v5/f6DgwMIIc/zzRkIgpBIJBiGQUk3CEqtKBaLsiwfHx+LoqhY0CxUKhVd1xVF0XVdtUCSJMMw5XK5WCyWSiXkoGmaoijIggCYViSTSZZlPR5PJBJhWZam6WQraJqmKIrnea/XGwwGOY6jmkBbQJ4oIHiniuAtIONtFd0JYPuMe1AqlZBgzFsOSEUsy15cXIiiuLq6urCw4HK5QqGQx+MpFouBQEAQBLQXaJq2sbGxtrbmt+Dz+bLZLMuyKAMIYT6fn5mZkWV5cXHR6XTiQ6RSKVmWw+FwW1sbAKC/vx80oaur6/T09CYDRVHm5uYcDsfs7OzIyMjQ0JDP5+N5HmUArXLhbVNTU5iY47h8Pq8oCkmSoVCIpulYLCaKYjwePzo64nm+Uqm8KRFKGZ3L1gNoaTwQCIRCoXg8nsvldF1HdtwDwzCGh4dREh0dHQAAj8eD5/GmyfgawKP4Xk2GEO7u7jocDqfTSRDE9PT04eFhg8AWHVltTa6/BVoiH47j0Eyhpe0EGODnVpAkGYvFtra2gsFgLBYjSdLmgHwoitrZ2fF6vYlE4iQaPYlaiETQs3nX/zMHr60fhBC94GWjB+imxVexjcC0qoTJbARqoWBYna9dXV3XateGUbu6agya7Zi3VWSaJlJOtVpFysPXdS6XgxBGVx5EVx7EiYfh+1/8+s23P619dbLy5WkwiBK6afLm5ub29rbL5drb2yMIQpIkjuMwgSAIAID9/X0AwMDAQLVabcjUIvj96dPEo+/Cn8//9vhJ8vGTHz+7F3/4SPB6GwRut3t+ft7hcCwtLY2Pj5+fn6fTaTxomUwGTVl7e/v6+jq24xJd12p/PHv2Zzh8mUoVKOqv58/VQgFF/08lMgxDVVV0G+P/zhYCw/jF9fUPH3zk/3gq8Mmn34MPM/4Asr9Hk5vH0EbwGsLqy5evLi/1Fy+qivLq8hI1uZHBO2X67wTNBcDqxCr6Gy8v4etXbBdrAAAAAElFTkSuQmCC" nextheight="560" nextwidth="800" class="image-node embed"><figcaption htmlattributes="[object Object]" class="hide-figcaption"></figcaption></figure><p>We see two main security issues with Offchain games:</p><ol><li><p>Do users truly own their game assets?</p></li></ol><p>If game assets are Offchain or even if they are Onchain, can be transferred by the game operators, then users don’t truly own their game assets. Imagine if your precious Pokémon card could be transferred by the operators suddenly. That shouldn’t happen.</p><ol start="2"><li><p>Can the game be hacked?</p></li></ol><p>Many Offchain games adopt Play2Earn, where new assets are earned based on game results. While earning assets through play is not bad, the concern is whether the game logic or results on Offchain can be hacked.</p><p>If a malicious operator within the core team could update results to award millions in tokens to non-playing users, or if the server is hacked, it’s essentially the same risk as incidents often seen in CeFi. Offchain games carry potential risks.</p><p>These reasons drive us to develop Onchain games.</p><div class="relative header-and-anchor"><h3 id="h-the-future-of-blockchain-games">The Future of Blockchain Games</h3></div><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/37634927595ef333d4c5a583fe8c887c.jpg" blurdataurl="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAZCAIAAADfbbvGAAAACXBIWXMAAAsTAAALEwEAmpwYAAADwElEQVR4nJWVQYTzQBiG59TDXve0pz3sac9Ve1qqeulp6WGPa+WyeimVWylVpUqpskqFCrGsUiVECVUqlDBChDDCMEKIEiGEKPNrZzdq27/bfU+TmS/zzDvzzTeAntV2u6WU+r5fr9er1SrHcdVq9e3trdFohGF4HMkaaZtSCi4BGIYhCMJ0Ou12uxzHPT09cRznOE463eGMP3i/AJg2mw2/V7PZZI1Op3PoYLvdEkJ0XYcQIoSiKEoZFwHo90qTJEkb6VAYhrquE0JYmOu6EEKMMRv9AqROj83+EAs4DIMQhmHoeZ6qqpIkDYdDz/MMw4jj+Avw66RnFASBqqrtvURRVBRlsVgQQmzbDoJgB2CzMyazxuyfp26/R33fN03TcRy2XowxQigMQ9M0vwBJkkAILcuKoiiOY4zxer12XfdChu/7juP0er37+3uMMcdxuVyOUooQYpMAXdd93//xs2EY6SmdVBiGDJAkCSGk1+s9Pj4uFgvDMFgKbTYbhNAOgBAihLD02mw2aXoYhnEMpt8LF0VxNpuxxS2XyyRJgiBYr9er1YoFaJpm2/YOoGlas9kcDAbD4XA6nb6/v/d6vW63u1gsIIT/A6iqynbZMIzxeLxareI41jTN8zx28rlcbjAYRFEETNPUNA1jHARBFEW+79u2PZlMIISEkJMmKKWO46QriOOY3XOw13Q65Xn+7u6OEIIQAsPhUBRFSZLm83kQBL7va5omiqIsyxDC86dtWZaqqmxD8vk8A2CMC4WCJEnsR+C6LgAgk8nMZrN2uz0YDG5ubjKZjKIoPM8vl8uTgPRKYox1XaeUSpLU7/cxxv1+/+XlJY0Bnue9vr6WSiW29ePxGABwe3sbhiHP8+zn/zlg/Qghtlez2axcLrdarcNCAkaj0WQyURRFEATf9yGEgiDIsjwajWRZZpfljBhD1/XDyJ/lmn2bpul5nmVZrGwx+94+K36V67os61k1PBzalQrW5TjOfD63bTvtabfbFwLiOGabeayvasqqh+M4siyzzMEYl0olerEsyzq5n8CyLErparUqFosAgKurK0EQKKWNRqNSqTDX56dmdm3bPpnTu0OmlK7Xa5bFAABCSKvVAgCwu7697IXAe50AdDod0zQ/Pz+73S4AIJvNWpaVzWaLxeKfnoooigzDOAHI5/Pve0mSxB6/fr+fy+UURfkTII7jk453paNWqz0/P4/HY1EUPz4+Hh4eWq0WS7s/OTBN8wSgVqtVKhUAQKFQKJfL19fX9XodIfRXB6xKHgP+AWc3JGsh1rj4AAAAAElFTkSuQmCC" nextheight="500" nextwidth="632" class="image-node embed"><figcaption htmlattributes="[object Object]" class="hide-figcaption"></figcaption></figure><p>We acknowledge that Onchain games currently have poor UX.</p><p>However, the DeFi boom starting around 2020 encourages us. Users can enjoy financial services while maintaining self-custody with Onchain.</p><p>We also have solutions to improve the UX of Onchain games. This will safely lead blockchain games to mass adoption. We will discuss the details in our next article.</p><p>We are ready to realize the vision of enjoying games with your own unique and precious assets.</p><p>If you're interested, follow us on X and stay tuned for our next announcement.</p><p>X: <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://x.com/DuelThree">https://x.com/DuelThree</a></p><p></p>]]></content:encoded>
            <author>duel3@newsletter.paragraph.com (yamapyblack)</author>
            <author>duel3@newsletter.paragraph.com (DUEL3)</author>
            <category>blockchain</category>
            <category>gamefi</category>
            <enclosure url="https://storage.googleapis.com/papyrus_images/7b52c47451fced084132310b6c08ffb8.jpg" length="0" type="image/jpg"/>
        </item>
    </channel>
</rss>