<?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>baeza.eth</title>
        <link>https://paragraph.com/@baeza</link>
        <description>Crypto &amp; Blockchain Research | https://spore.engineering</description>
        <lastBuildDate>Sat, 09 May 2026 15:00:02 GMT</lastBuildDate>
        <docs>https://validator.w3.org/feed/docs/rss2.html</docs>
        <generator>https://github.com/jpmonette/feed</generator>
        <language>en</language>
        <image>
            <title>baeza.eth</title>
            <url>https://storage.googleapis.com/papyrus_images/b5e6729edd81413a63038dfd2711120abd4a332af004896aeae5ed58ac9a2277.png</url>
            <link>https://paragraph.com/@baeza</link>
        </image>
        <copyright>All rights reserved</copyright>
        <item>
            <title><![CDATA[Log01: Spore Engineering DAO on Gnosis Chain]]></title>
            <link>https://paragraph.com/@baeza/log01-spore-engineering-dao-on-gnosis-chain</link>
            <guid>p6xCgA5jhzdDuv9L8USG</guid>
            <pubDate>Thu, 29 Jun 2023 19:07:53 GMT</pubDate>
            <description><![CDATA[Hello everyone, this will be the first of a several draft publications related to the upcoming developments on Gnosis Chain for the Spore Engineering ecosystem. I decided to start this series due to the alpha scope i pretend to take, leaving the official Spore Medium page for more stable releases. The upcoming developments doesn’t have a defined direction to take, instead i will be exploring the whole Gnosis ecosystem to integrate protocols together and bring value to the Spore community.Scre...]]></description>
            <content:encoded><![CDATA[<p>Hello everyone, this will be the first of a several draft publications related to the upcoming developments on Gnosis Chain for the Spore Engineering ecosystem.</p><p>I decided to start this series due to the alpha scope i pretend to take, leaving the official Spore Medium page for more stable releases.</p><p>The upcoming developments doesn’t have a defined direction to take, instead i will be exploring the whole Gnosis ecosystem to integrate protocols together and bring value to the Spore community.</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/59638b3423adc9f3df149deb3b74fab0a8971e85f1f658b8f00d972522bafb06.png" alt="Screen capture of the Spore Tally implementation" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">Screen capture of the Spore Tally implementation</figcaption></figure><h2 id="h-the-spore-dao" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">The Spore DAO</h2><p>Coordination is an important matter, and for my point of view a good community driven governance is key to achieve better goals, that’s why this was the first thing to caught my attention.</p><p>For first iteration i’ve decided to use <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://www.tally.xyz/">Tally</a> along with <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://www.openzeppelin.com/">OpenZeppelin</a> contracts for on-chain governance.</p><p>Choice was basically made for the safe contracts provided by OpenZeppelin, they also implements the current trends and functionalities that are out there, in a secure and standardized way.</p><p>Using the on-chain governance will enable us (among other interesting things), to spend funds allocated on the governor contract which runs all the DAO logic and proposals automatically based on governance decisions, which is very cool.</p><p>Governance will also allows community to call external contracts or execute arbitrary functions based on voting proposals, for example community could vote to: add liquidity, buyback tokens, deploy new contracts, etc. All automatically on-chain.</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/009dc7c1496277b0f1dc88acde80756199f351b974a5e7ec842aa4ed24944488.png" alt="Example of the holding assets by the governor contract on Tally" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">Example of the holding assets by the governor contract on Tally</figcaption></figure><h3 id="h-spore-contract-details" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">Spore Contract Details</h3><p>For all the code and contracts you can refer to <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://github.com/spore-engineering/GnosisChain_SporeToken-DAO-Monorepo/tree/main">this GitHub repository</a>.</p><ul><li><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://gnosisscan.io/address/0xa802b4B10e4376A552113445A442cCA007b079F3">Spore Token ERC20</a>: Utility token representing user’s voting power.</p></li><li><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://gnosisscan.io/address/0x96853087C9E364FE9554fD6FCFE13BcD942b04d5">Spore Governor</a>: Governance contract integrated with Tally.</p></li></ul><h3 id="h-spore-tally-governance" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">Spore Tally Governance</h3><p>I have setup both a Gnosis Mainnet and a Goerli Testnet implementation for the Tally on-chain governance.</p><ul><li><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://www.tally.xyz/gov/spore-engineering">Gnosis Mainnet Governance</a>: For official proposals.</p></li><li><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://www.tally.xyz/gov/spore-engineering-testnet">Goerli Testnet Governance</a>: For testing proposals.</p></li></ul><h3 id="h-useful-tally-links" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">Useful Tally Links</h3><p>It can be a little intimidating at the start, but Tally UI is really simple and straight forward, here are some useful links to start digging in.</p><ul><li><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://docs.tally.xyz/knowledge-base/delegations-on-tally/delegating-voting-power">How to delegate tokens to yourself for voting</a></p></li><li><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://docs.tally.xyz/knowledge-base/proposals/creating-proposals">How to create a proposal</a></p></li><li><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://docs.tally.xyz/">Official docs</a></p></li><li><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://wiki.tally.xyz/">Wiki</a></p></li></ul><h2 id="h-the-spore-governance-token" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">The Spore Governance Token</h2><p>The <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://gnosisscan.io/address/0xa802b4B10e4376A552113445A442cCA007b079F3">Spore ERC20 token</a> used for governance is a full implementation of the OpenZeppelin contracts, it doesn’t have burn or mint functions, don’t have ownership or methods that can be only called by an admin, and doesn’t have fees or taxes to operate.</p><p>Distribution and allocation is still to be defined, i will be conducting aidrops and different initiatives to spread the token usage and to sum more members for the community.</p><p>For now all the supply (1T), is held by the <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://gnosisscan.io/address/0xaEeaA55ED4f7df9E4C5688011cEd1E2A1b696772">developer address</a>, which is the same address associated to this article (and the DAO admin), my doxxed address.</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/7487a70fe1f3149f4c18d6c41a6a78e87afa0fbcbba80fd2958c5c763595eb9b.png" alt="Example of owners displayed on Tally" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">Example of owners displayed on Tally</figcaption></figure><h2 id="h-reach-out" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">Reach Out</h2><ul><li><p><strong>Website:</strong> <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://spore.engineering/">spore.engineering</a></p></li><li><p><strong>Twitter:</strong> <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/spore_eng">twitter.com/spore_eng</a></p></li><li><p><strong>Telegram:</strong> <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://t.me/spore_engineering">t.me/spore_engineering</a></p></li><li><p><strong>Github:</strong> <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://github.com/spore-engineering">github.com/spore-engineering</a></p></li></ul>]]></content:encoded>
            <author>baeza@newsletter.paragraph.com (baeza.eth)</author>
        </item>
    </channel>
</rss>