<?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>Sensemaking - SpiritDAO's Weekly Newsletter</title>
        <link>https://paragraph.com/@spiritdao</link>
        <description>Articles, commentary, and updates regarding the SpiritDAO community.</description>
        <lastBuildDate>Thu, 25 Jun 2026 20:53:30 GMT</lastBuildDate>
        <docs>https://validator.w3.org/feed/docs/rss2.html</docs>
        <generator>https://github.com/jpmonette/feed</generator>
        <language>en</language>
        <image>
            <title>Sensemaking - SpiritDAO's Weekly Newsletter</title>
            <url>https://storage.googleapis.com/papyrus_images/04e804fb9cf5b22f7ccbc7d0441caf35</url>
            <link>https://paragraph.com/@spiritdao</link>
        </image>
        <copyright>All rights reserved</copyright>
        <item>
            <title><![CDATA[Live]]></title>
            <link>https://paragraph.com/@spiritdao/live062226</link>
            <guid>julwmtHXaXNFK3jhsVSd</guid>
            <pubDate>Mon, 22 Jun 2026 13:00:18 GMT</pubDate>
            <description><![CDATA[Important Updates about the Progress of the SpiritDAO Community.  This week we unveil our infrastructure for $SELF, our intercommunity time bound token!]]></description>
            <content:encoded><![CDATA[<h2 id="h-contents" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">Contents:</h2><ol><li><p>$SELF is Here - Intercommunity Time-bound Currency</p></li><li><p>Security Audit - Findings/Updates</p></li><li><p>Reliability and Polish Updates</p></li><li><p>Upcoming events</p><hr></li></ol><h2 id="h-dollarself-is-here" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">$SELF Is Here</h2><p>Last week we shared the vision. This week we built it.</p><p>$SELF originated as a vision of a time-bound currency that could serve as a foundation for intercommunity economics beyond fiat while also encouraging and rewarding participation.  For some time we struggled with how to make this work in real time in a way that could be programmatic and also support intercommunity pollination.</p><p>$SELF is now a soulbound, time-denominated participation token and it changes how contribution works in our ecosystem. Here's what we shipped and why it matters.</p><p><strong>It can't be bought. Only earned.</strong> $SELF cannot be sent, sold, or traded. It's permanently bound to the person who earned it. There is no marketplace for it and, in alignment with our 501c3 mission and status, there is nothing to speculate on. The only path to $SELF is to show up and contribute which is the core design intent. A nice side effect: gaming the system is pointless. Fake $SELF that no one can buy is worth exactly nothing, our architecture itself removes the incentive.</p><p><strong>It measures time, not dollars.</strong> One $SELF equals approximately one verified participation-hour. Attend an event, complete a bounty, cast a governance vote, serve in a community role; your standing reflects time and care given to the community, the one currency everyone has equal access to.</p><p><strong>It's earned automatically.</strong> You don't claim it or apply for it. When you do the thing, the system recognizes it. Vote in pod governance and receive a small participation credit. Complete a bounty and receive the hours that work represented. Attend an event and receive the hours you were there. Serve in a role and receive a seasonal stipend for stewardship. Every credit is anchored to something real and verifiable, with built-in guardrails so it can't be inflated or farmed.</p><p><strong>It's seasonal.</strong> $SELF is organized into seasons. Your spendable balance reflects recent participation; it decays if you step away, and renews when you return. This keeps the system honest about who's actively building right now, rather than rewarding someone forever for showing up once years ago.</p><p><strong>Legacy is permanent.</strong> While spendable $SELF fades, your lifetime contribution never does. As your total participation accumulates, you rise through tenure bands from <strong>Curious</strong> (finding your footing) through <strong>Resident</strong>, <strong>Mainstay</strong>, and <strong>Pillar</strong>, up to <strong>Elder</strong> (longest-tenured, here for the long haul). Your band shows on your profile and only ever rises. Spending $SELF never lowers it. The system holds both reflections at once: what have you done lately, and what have you given over time.</p><p><strong>It works across communities without becoming a market.</strong> As more communities join the ecosystem, $SELF travels with you. But we deliberately avoided turning it into an exchange. Communities recognize each other's contributions at weights they choose, your effort in one community can count in another, as a matter of policy, never as a trade. No swaps, no exchange rate. Your effort travels, money doesn't.</p><p>Like everything on the platform, earning and redeeming $SELF costs you nothing. The blockchain does the record-keeping, you just participate.</p><p><strong>$SELF Transmutes</strong>. The purpose of $SELF is to allow intercommunity economics supporting custom artifacts, courses, events, and even voting weights. Our time is invested and then we can use to transform it into something real and sacred for ourselves and others.</p><p><strong>Why this matters.</strong> Most token systems quietly recreate the inequalities they claim to escape because anything you can buy, the wealthy can dominate. By making $SELF unbuyable, time-denominated, and bound to the individual, we built something that can only ever reward participation. In this community, the currency that matters is the one everyone can earn equally: your time, your presence, your care.</p><blockquote><p><strong>$SELF is verified human time, recorded where it was spent, that fades unless renewed and it never becomes money.</strong></p></blockquote><p>What's coming next: $SELF becomes spendable on community perks (exclusive merch, gated events, member experiences)  with the people who showed up getting first access. And as the ecosystem grows, your contribution will be recognized across every community in it.</p><p>It counts now. </p><hr><h2 id="h-security-audit-findings-updates" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">Security Audit — Findings / Updates</h2><p>Before more communities come online and more governance decisions run on-chain, we completed a comprehensive security audit of the platform's API endpoints, permission system, and smart contracts. Here's what we found and fixed.</p><p><strong>API authentication hardened.</strong> Five internal API routes were accepting requests without verifying the caller's identity. Every one of these endpoints now requires cryptographic proof of identity before processing a request. For user-facing actions, the app verifies a signed authentication token and confirms the caller matches the person they claim to be. For server-to-server operations, a secure internal key is required.</p><p><strong>Forum access controls closed.</strong> The forum correctly checked pod membership before showing pod-specific content, but the backend services handling replies, reactions, polls, and poll votes weren't performing the same check. A user who bypassed the frontend could have interacted with pod-gated content they shouldn't have accessed. Every write operation on pod-restricted content now verifies membership independently.</p><p><strong>Smart contract governance controls tightened.</strong> The on-chain governance contract has been updated with access controls on vote aggregation and proposal finalization functions. These were previously callable by anyone, which could have allowed fake governance events to be emitted on-chain. Voting on DAO-wide proposals itself remains unchanged and it still requires an Advocate NFT.</p><p><strong>Member permission defaults corrected.</strong> When a new pod was created, the default "Pod Member" role was incorrectly restricting event creation, proposal submission, and proposal voting, contradicting the intended behavior. This has been fixed across all services that initialize permissions.</p><p>These changes don't alter any user-facing workflow. Everything that worked before works the same way. The difference is that the backend now independently enforces access rules rather than relying on the frontend alone.</p><hr><h2 id="h-reliability-and-polish" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">Reliability &amp; Polish</h2><p><strong>Honest event refunds.</strong> Previously, cancelling an event could mark a paid registration as "refunded" before the on-chain refund had actually executed. Now the app only shows "refunded" once the transaction has genuinely completed. In-progress refunds display as "refund-pending" — an honest status that keeps funds visible and actionable. The interface should never claim something the blockchain hasn't actually done.</p><p><strong>Governance proposal linking fixed.</strong> When linking a forum discussion to a governance proposal, the description was pulling in a reply comment instead of the original thread content. Proposals now display the actual discussion that prompted them.</p><hr><h2 id="h-upcoming-events" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>Upcoming Events </strong></h2><p>We strongly recommend registering for events within the SpiritDAO app (Events section) at <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="http://app.spiritdao.org">app.spiritdao.org</a>,  it's how we gauge attendance and shape the flow of each session.</p><p><strong>Town Hall</strong> — Mon, June 22nd · 8:00 PM EST - A standing community gathering for conversation, questions, and shared presence. <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out underline underline underline-offset-2 decoration-1 decoration-current/40 hover:decoration-current focus:decoration-current" href="https://meet.google.com/twa-ghig-qxp">Join here</a></p><p><strong>First Contact</strong> — Wed, June 24th · 12:00 PM  EST - The official starting point for new members — a peer-to-peer orientation into how participation works. <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out underline underline underline-offset-2 decoration-1 decoration-current/40 hover:decoration-current focus:decoration-current" href="https://meet.google.com/twa-ghig-qxp">Join here</a></p><p><strong>Feedback Loops</strong> — Fri, June 26th  · 12:00 PM  EST - A live working session where the community helps shape the app — bring your bugs, your questions, and your ideas. <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out underline underline underline-offset-2 decoration-1 decoration-current/40 hover:decoration-current focus:decoration-current" href="https://meet.google.com/twa-ghig-qxp">Join here</a></p><hr><p>SpiritDAO is 100% donor-funded. There are no subscriptions, no paywalls, no venture capital. Every community on this platform uses it for free — and that's by design. Our runway is small, and every donation directly extends how long we can keep building. If this work matters to you, even a small contribution goes further than you'd think.</p><p>→ <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out underline underline underline-offset-2 decoration-1 decoration-current/40 hover:decoration-current focus:decoration-current" href="https://spiritdao.org/donate">Donate at spiritdao.org/donate</a></p><p>SpiritDAO is a registered 501(c)(3). Your donation is tax-deductible. (EIN: 99-1308806)</p><h3 id="h-questions" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">Questions?</h3><p>The best way to get in touch is within our community:  <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://app.spiritdao.org">https://app.spiritdao.org</a>   <br>If it's easier, send us an email: <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="mailto:community@spiritdao.org">community@spiritdao.org </a></p><div data-type="customButton" href="https://www.spiritdao.org/donate" class="center-contents"><a class="email-subscribe-button" href="https://www.spiritdao.org/donate">Donate</a></div><hr><p> Thank you for reading!<br>Please share this email with any friends you think might enjoy this newsletter. We are spreading the message one curious person at a time.</p><div data-type="subscribeButton" class="center-contents"><a class="email-subscribe-button" href="https://paragraph.xyz/@spiritdao/memberships">Subscribe</a></div><div data-type="shareButton" class="center-contents"><a class="email-subscribe-button" href="https://paragraph.xyz/@spiritdao/awBbEeYlSQpuNmwt6zDC">Share</a></div><p><strong>Connect with SpiritDAO</strong></p><p><span data-name="brain" class="emoji" data-type="emoji"><img src="https://cdn.jsdelivr.net/npm/emoji-datasource-apple/img/apple/64/1f9e0.png" draggable="false" loading="lazy" align="absmiddle"></span> <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://app.spiritdao.org">SpiritDAO App</a><br><span data-name="globe_with_meridians" class="emoji" data-type="emoji"><img src="https://cdn.jsdelivr.net/npm/emoji-datasource-apple/img/apple/64/1f310.png" draggable="false" loading="lazy" align="absmiddle"></span>&nbsp;<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://spiritdao.org">SpiritDAO.org</a><br><span data-name="arrow_forward" class="emoji" data-type="emoji"><img src="https://cdn.jsdelivr.net/npm/emoji-datasource-apple/img/apple/64/25b6-fe0f.png" draggable="false" loading="lazy" align="absmiddle"></span> <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://youtube.com/@spiritdao">YouTube</a><br><span data-name="bird" class="emoji" data-type="emoji"><img src="https://cdn.jsdelivr.net/npm/emoji-datasource-apple/img/apple/64/1f426.png" draggable="false" loading="lazy" align="absmiddle"></span>&nbsp;<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/thespiritdao">Twitter</a><br><span data-name="android" class="emoji" data-type="emoji"><img src="https://cdn.jsdelivr.net/npm/emoji-datasource-apple/img/apple/64/1f4f1.png" draggable="false" loading="lazy" align="absmiddle"></span> <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://www.tiktok.com/@thespiritdao">TikTok</a><br><span data-name="scroll" class="emoji" data-type="emoji"><img src="https://cdn.jsdelivr.net/npm/emoji-datasource-apple/img/apple/64/1f4dc.png" draggable="false" loading="lazy" align="absmiddle"></span> <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://docs.spiritdao.org">Docs</a></p><p><strong>SpiritDAO is a registered 501(c)(3) EIN&nbsp;#99-1308806.</strong></p>]]></content:encoded>
            <author>spiritdao@newsletter.paragraph.com (SpiritDAO)</author>
            <category>community</category>
            <enclosure url="https://storage.googleapis.com/papyrus_images/5a1243c674b23dbc4765b5ddb823b8ac648085370b39099f0cc299cde7d10799.jpg" length="0" type="image/jpg"/>
        </item>
        <item>
            <title><![CDATA[Earned]]></title>
            <link>https://paragraph.com/@spiritdao/earned061526</link>
            <guid>WWTWo9uMEVx42467uq7d</guid>
            <pubDate>Tue, 16 Jun 2026 13:00:00 GMT</pubDate>
            <description><![CDATA[Updates about our community progress. This week:  Staked Tokens Now Count Toward Governance and The Future of $SELF — Our Roadmap for Time-Based Participation.]]></description>
            <content:encoded><![CDATA[<h2 id="h-contents" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">Contents:</h2><ol><li><p>Staked Tokens Now Count Toward Governance</p></li><li><p>The Future of $SELF — Our Roadmap for Time-Based Participation</p></li><li><p>Outreach Continues</p></li><li><p>Upcoming events</p><hr></li></ol><h2 id="h-staked-tokens-now-count-toward-governance" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">Staked Tokens Now Count Toward Governance</h2><p>This week we shipped something we believe is a first-of-its-kind capability for community platforms: governance eligibility that reads tokens wherever members have committed them — not just what sits idle in their wallet.</p><p>The problem is one every token-native community eventually hits. TreeGens, one of our prospective anchor communities, gates their Verifier role on holding 2,000 $TGN. But many of their most committed members have staked their $TGN into liquidity pools on Hydrex, a Base-native DeFi protocol. When tokens leave the wallet for a staking contract, a standard balance check reads zero. The old choice was ugly: unstake and give up your yield position to participate in governance, or stay staked and stay silent.</p><p>Now they don't have to choose. Our eligibility engine reads a member's wallet balance and their staked positions — including vault deposits — and sums them. The people who've committed their tokens most deeply to their community's ecosystem are no longer the ones locked out of its governance.</p><p>A few things worth knowing about how we built it:</p><p><strong>One person, one vote: </strong> Tokens determine who qualifies for a governance role. They never weight a vote. A member with 100,000 tokens and a member with 2,000 carry identical voice. We may explore variations on this in the future, but presently we retain our existing approach.</p><p><strong>Snapshot-ready.</strong> For communities that want stricter token governance, the platform can now capture each voter's standing at the moment a proposal is published — built, tested, and waiting behind a per-community setting.</p><p><strong>Governance signals only.</strong> Third-party community tokens are never issued, held, swapped, or custodied by SpiritDAO. They gate roles and votes, nothing else. Every integration ships inside our 501(c)(3) guardrails.  This is a vital design decision in order to ensure the security of our nonprofit status. </p><p>This is the "bring your own token" capability from our roadmap becoming real. Any community with an ERC-20 on Base can now plug their existing token economy into SpiritDAO governance — including the parts of it that live in DeFi — with zero custom code.</p><hr><h2 id="h-the-future-of-dollarself-our-roadmap-for-time-based-participation" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">The Future of $SELF — Our Roadmap for Time-Based Participation</h2><p>We want to share something we've been designing for months. It's not shipped yet — implementation begins this week, but it represents a fundamental evolution in how SpiritDAO values and records participation. We're sharing it now because transparency about where we're heading matters as much as announcing what's already here.</p><p><strong>The core idea:</strong> $SELF becomes verified human time, recorded where it was spent, that fades unless renewed — and it never becomes money.</p><p>Today, $SELF is a standard transferable token. That was a starting point, not a destination. The redesign transforms $SELF into a soulbound (non-transferable) token that carries two pieces of information in its DNA: which community you earned it in, and which season you earned it during. You can't buy it. You can't send it to someone else. You can only earn it through attested participation — showing up, contributing, voting, completing work.</p><p>Here's how the new model works:</p><p><strong>Earning is hour-anchored.</strong> One $SELF equals approximately one verified hour of participation. Attend a two-hour community event with check-in verification? That's 2 $SELF. Complete a bounty the poster estimated at five hours? That's 5 $SELF. Cast a governance vote? A small credit, enough to nudge participation, capped to prevent farming. Every mint ties back to a specific, verifiable action.</p><p><strong>Communities get participation budgets, not token balances.</strong> Pods never hold $SELF. Instead, each community receives a participation budget per season, a cap on how many hours of $SELF can be minted through its activities. Budgets are algorithmically determined based on active membership and actual participation, with the ability to petition for more when a community has a specific need. This prevents inflation while ensuring active communities have room to recognize their members' contributions.</p><p><strong>$SELF carries provenance.</strong> When you earn $SELF in a community during a season, that's exactly what's recorded on-chain. Your participation record isn't a generic number,  it's a map of where and when you showed up. This makes cross-community recognition possible without exchange: another community can choose to honor your participation at a weight they set, without any tokens changing hands.</p><p><strong>Time is not something we hold onto forever.</strong> $SELF earned in earlier seasons eventually expires,  but it doesn't just disappear. Expired participation converts into a permanent prestige credential: a soulbound record that you contributed to Community X during Season N. You can't spend prestige, but it counts. Communities can gate roles and opportunities on sustained participation across multiple seasons, rewarding long-term commitment rather than one-time activity.</p><p><strong>Spending is burning.</strong> When you use $SELF in the marketplace or to access an event perk, your oldest tokens are burned first. No proceeds route anywhere,  this is time being redeemed, not currency changing hands. The marketplace becomes a space where communities offer value to their most engaged participants, not a financial exchange.</p><p><strong>Anti-abuse is layered.</strong> Dual attestation for events (check-in plus organizer confirmation), physics ceilings (an event can't generate more hours than attendees × duration), per-member diminishing returns within a season, community budget caps, full transparency in the Pulse feed, and an Executive Pod review queue for anomalous mints. Every layer exists because earned reputation only means something if it can't be gamed.</p><p>This is the vision. Implementation will roll out in phases, contracts and infrastructure first, then the earn loop with our first communities, then marketplace integration, then time-binding and cross-community recognition. We'll share progress as each phase ships.</p><p>The ambition behind all of this is simple: participation should be visible, verifiable, contextual, and impossible to buy. $SELF is how we make that real.</p><hr><h2 id="h-outreach-continues" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">Outreach Continues</h2><p>Conversations with prospective communities continue to grow. While we can't share anything formal just yet, another community has expressed serious interest in leveraging SpiritDAO as their coordination infrastructure. That brings our pipeline of active conversations to a place we're genuinely excited about.  More to come.</p><p>If you know a group that's outgrowing their current tools, an introduction goes a long way!  Connect with Ron Rivers in app or at <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="mailto:ron@spiritdao.org">ron@spiritdao.org</a>. </p><hr><h2 id="h-upcoming-events" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>Upcoming Events </strong></h2><p>We strongly recommend registering for events within the SpiritDAO app (Events section) at <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="http://app.spiritdao.org">app.spiritdao.org</a>,  it's how we gauge attendance and shape the flow of each session.</p><p><strong>Town Hall</strong> — Mon, June 14th · 8:00 PM EST - A standing community gathering for conversation, questions, and shared presence. <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out underline underline underline-offset-2 decoration-1 decoration-current/40 hover:decoration-current focus:decoration-current" href="https://meet.google.com/twa-ghig-qxp">Join here</a></p><p><strong>First Contact</strong> — Wed, June 16th · 12:00 PM  EST - The official starting point for new members — a peer-to-peer orientation into how participation works. <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out underline underline underline-offset-2 decoration-1 decoration-current/40 hover:decoration-current focus:decoration-current" href="https://meet.google.com/twa-ghig-qxp">Join here</a></p><p><strong>Feedback Loops</strong> — Fri, June 18th  · 12:00 PM  EST - A live working session where the community helps shape the app — bring your bugs, your questions, and your ideas. <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out underline underline underline-offset-2 decoration-1 decoration-current/40 hover:decoration-current focus:decoration-current" href="https://meet.google.com/twa-ghig-qxp">Join here</a></p><hr><p>SpiritDAO is 100% donor-funded. There are no subscriptions, no paywalls, no venture capital. Every community on this platform uses it for free — and that's by design. Our runway is small, and every donation directly extends how long we can keep building. If this work matters to you, even a small contribution goes further than you'd think.</p><p>→ <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out underline underline underline-offset-2 decoration-1 decoration-current/40 hover:decoration-current focus:decoration-current" href="https://spiritdao.org/donate">Donate at spiritdao.org/donate</a></p><p>SpiritDAO is a registered 501(c)(3). Your donation is tax-deductible. (EIN: 99-1308806)</p><h3 id="h-questions" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">Questions?</h3><p>The best way to get in touch is within our community:  <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://app.spiritdao.org">https://app.spiritdao.org</a>   <br>If it's easier, send us an email: <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="mailto:community@spiritdao.org">community@spiritdao.org </a></p><div data-type="customButton" href="https://www.spiritdao.org/donate" class="center-contents"><a class="email-subscribe-button" href="https://www.spiritdao.org/donate">Donate</a></div><hr><p> Thank you for reading!<br>Please share this email with any friends you think might enjoy this newsletter. We are spreading the message one curious person at a time.</p><div data-type="subscribeButton" class="center-contents"><a class="email-subscribe-button" href="https://paragraph.xyz/@spiritdao/memberships">Subscribe</a></div><div data-type="shareButton" class="center-contents"><a class="email-subscribe-button" href="https://paragraph.xyz/@spiritdao/awBbEeYlSQpuNmwt6zDC">Share</a></div><p><strong>Connect with SpiritDAO</strong></p><p><span data-name="brain" class="emoji" data-type="emoji"><img src="https://cdn.jsdelivr.net/npm/emoji-datasource-apple/img/apple/64/1f9e0.png" draggable="false" loading="lazy" align="absmiddle"></span> <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://app.spiritdao.org">SpiritDAO App</a><br><span data-name="globe_with_meridians" class="emoji" data-type="emoji"><img src="https://cdn.jsdelivr.net/npm/emoji-datasource-apple/img/apple/64/1f310.png" draggable="false" loading="lazy" align="absmiddle"></span>&nbsp;<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://spiritdao.org">SpiritDAO.org</a><br><span data-name="arrow_forward" class="emoji" data-type="emoji"><img src="https://cdn.jsdelivr.net/npm/emoji-datasource-apple/img/apple/64/25b6-fe0f.png" draggable="false" loading="lazy" align="absmiddle"></span> <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://youtube.com/@spiritdao">YouTube</a><br><span data-name="bird" class="emoji" data-type="emoji"><img src="https://cdn.jsdelivr.net/npm/emoji-datasource-apple/img/apple/64/1f426.png" draggable="false" loading="lazy" align="absmiddle"></span>&nbsp;<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/thespiritdao">Twitter</a><br><span data-name="android" class="emoji" data-type="emoji"><img src="https://cdn.jsdelivr.net/npm/emoji-datasource-apple/img/apple/64/1f4f1.png" draggable="false" loading="lazy" align="absmiddle"></span> <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://www.tiktok.com/@thespiritdao">TikTok</a><br><span data-name="scroll" class="emoji" data-type="emoji"><img src="https://cdn.jsdelivr.net/npm/emoji-datasource-apple/img/apple/64/1f4dc.png" draggable="false" loading="lazy" align="absmiddle"></span> <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://docs.spiritdao.org">Docs</a></p><p><strong>SpiritDAO is a registered 501(c)(3) EIN&nbsp;#99-1308806.</strong></p>]]></content:encoded>
            <author>spiritdao@newsletter.paragraph.com (SpiritDAO)</author>
            <category>community</category>
            <enclosure url="https://storage.googleapis.com/papyrus_images/934f45358c3a10c880b15cf29c0e8fbaf7fb375bb9e6da6d11060d3ef2224849.jpg" length="0" type="image/jpg"/>
        </item>
        <item>
            <title><![CDATA[Clearer]]></title>
            <link>https://paragraph.com/@spiritdao/clearer-060726</link>
            <guid>icDMfNVQYX6gOZhYBcV2</guid>
            <pubDate>Mon, 08 Jun 2026 13:00:00 GMT</pubDate>
            <description><![CDATA[Updates about the SpiritDAO community's progress.  In this newsletter we explore: 
"Why SpiritDAO?" - Now on SpiritDAO.org //  Identity Page — Tokens and Credentials, Separated  // Grant Applications, and more...]]></description>
            <content:encoded><![CDATA[<h2 id="h-contents" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">Contents:</h2><ol><li><p>"Why SpiritDAO?" - Now on SpiritDAO.org</p></li><li><p>Identity Page — Tokens and Credentials, Separated</p></li><li><p>Grant Application — The Greater Sum Foundation</p></li><li><p>Outreach Continues</p></li><li><p>Upcoming events</p><hr></li></ol><h2 id="h-why-spiritdao-now-on-the-site" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">Why SpiritDAO — Now on the Site</h2><p>We refreshed <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="http://spiritdao.org">spiritdao.org</a> to reflect everything that's live on the platform today, organized around four ideas: <strong>Communicate, Decide, Coordinate, and Own</strong>; including native video for gatherings and a token-powered Marketplace.</p><p>We also built a new <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out underline underline underline-offset-2 decoration-1 decoration-current/40 hover:decoration-current focus:decoration-current" href="https://spiritdao.org/why">Why SpiritDAO</a> page that shows, side by side, how owning your community's infrastructure compares to renting a stack of disconnected tools. If you've ever tried to explain what we're building to someone unfamiliar, this is the page to send them.</p><p>Take a look → <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out underline underline underline-offset-2 decoration-1 decoration-current/40 hover:decoration-current focus:decoration-current" href="https://spiritdao.org/why">spiritdao.org/why</a></p><p>A special thank you Ardell from <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="http://ICMatch.org">ICMatch.org</a> for bringing up this comparative narrative and sharing initial thoughts on how we compared to various platforms. Overall we feel extremely confident in labeling SpiritDAO as a vanguard product for community coordination.  </p><hr><h2 id="h-identity-page-tokens-and-credentials-separated" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">Identity Page — Tokens and Credentials, Separated</h2><p>We've cleaned up how tokens appear on your Identity page. SpiritDAO is designed with our core governance philosophy of unique identities and a one person, one vote philosophy for both pod and DAO-wide votes.  (With DAO-wide treasury decisions reserved for Advocate (donor) members.) Until now, community's with their own (previously deployed) governance tokens (like $TGN from the <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://www.treegens.org/">TreeGens </a>community) showed up alongside your membership badges and roles in the Credentials section. That never quite fit. A credential says who you are in SpiritDAO and a token balance says what you hold.</p><p>Now your balances live together at the top: $SELF and $SYSTEM stay pinned where they've always been, with any community token you hold appearing right below them. Credentials stay focused on membership: roles, accreditations, and the things that define your participation. In alignment with our 501c3 mission, independent community tokens may only ever be incorporated for pod governance—we do not support the purchase or distribution of 3rd party tokens outside of our core ecosystem.  </p><p>As more communities join SpiritDAO and bring their own tokens, those balances will appear automatically. No setup needed on your end. A small change, but one that scales and gives each part of your identity the space it deserves.</p><hr><h2 id="h-grant-application-the-greater-sum-foundation" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">Grant Application — The Greater Sum Foundation</h2><p>We've applied to <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out underline underline underline-offset-2 decoration-1 decoration-current/40 hover:decoration-current focus:decoration-current" href="https://thegreatersum.org">The Greater Sum Foundation's</a> grant program. Greater Sum is a Jacksonville-based foundation that supports early-stage nonprofit innovators through funding, mentorship, and accelerator programs, with a focus on education, environment, community-building, and health.</p><p>SpiritDAO fits squarely in their wheelhouse as an early-stage nonprofit building new infrastructure to solve an old problem: how do communities coordinate, govern, and sustain themselves without being dependent on tools they don't own? We'll share more as the process unfolds.  </p><p>We were able to apply for this closed grant round because in 2025 we were part of their accelerator cohort. </p><hr><h2 id="h-outreach-continues" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">Outreach Continues</h2><p>We're consistently researching and reaching out to communities we believe would benefit from SpiritDAO — intentional communities, cooperatives, mutual aid networks, and mission-driven collectives. The conversations are growing. Some are early. Some are further along. All of them help us understand what communities actually need, which makes the platform better for everyone.</p><p>If you know a group that's outgrowing their current tools, an introduction goes a long way!  Connect with Ron Rivers in app or at <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="mailto:ron@spiritdao.org">ron@spiritdao.org</a>. </p><hr><h2 id="h-upcoming-events" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>Upcoming Events </strong></h2><p>We strongly recommend registering for events within the SpiritDAO app (Events section) at <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="http://app.spiritdao.org">app.spiritdao.org</a>,  it's how we gauge attendance and shape the flow of each session.</p><p><strong>Town Hall</strong> — Mon, June 8th · 8:00 PM EST - A standing community gathering for conversation, questions, and shared presence. <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out underline underline underline-offset-2 decoration-1 decoration-current/40 hover:decoration-current focus:decoration-current" href="https://meet.google.com/twa-ghig-qxp">Join here</a></p><p><strong>First Contact</strong> — Wed, June 10th · 12:00 PM  EST - The official starting point for new members — a peer-to-peer orientation into how participation works. <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out underline underline underline-offset-2 decoration-1 decoration-current/40 hover:decoration-current focus:decoration-current" href="https://meet.google.com/twa-ghig-qxp">Join here</a></p><p><strong>Feedback Loops</strong> — Fri, June 12th  · 12:00 PM  EST - A live working session where the community helps shape the app — bring your bugs, your questions, and your ideas. <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out underline underline underline-offset-2 decoration-1 decoration-current/40 hover:decoration-current focus:decoration-current" href="https://meet.google.com/twa-ghig-qxp">Join here</a></p><hr><h3 id="h-questions" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">Questions?</h3><p>The best way to get in touch is within our community:  <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://app.spiritdao.org">https://app.spiritdao.org</a>   <br>If it's easier, send us an email: <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="mailto:community@spiritdao.org">community@spiritdao.org </a></p><div data-type="customButton" href="https://www.spiritdao.org/donate" class="center-contents"><a class="email-subscribe-button" href="https://www.spiritdao.org/donate">Donate</a></div><hr><p> Thank you for reading!<br>Please share this email with any friends you think might enjoy this newsletter. We are spreading the message one curious person at a time.</p><div data-type="subscribeButton" class="center-contents"><a class="email-subscribe-button" href="https://paragraph.xyz/@spiritdao/memberships">Subscribe</a></div><div data-type="shareButton" class="center-contents"><a class="email-subscribe-button" href="https://paragraph.xyz/@spiritdao/awBbEeYlSQpuNmwt6zDC">Share</a></div><p><strong>Connect with SpiritDAO</strong></p><p><span data-name="brain" class="emoji" data-type="emoji"><img src="https://cdn.jsdelivr.net/npm/emoji-datasource-apple/img/apple/64/1f9e0.png" draggable="false" loading="lazy" align="absmiddle"></span> <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://app.spiritdao.org">SpiritDAO App</a><br><span data-name="globe_with_meridians" class="emoji" data-type="emoji"><img src="https://cdn.jsdelivr.net/npm/emoji-datasource-apple/img/apple/64/1f310.png" draggable="false" loading="lazy" align="absmiddle"></span>&nbsp;<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://spiritdao.org">SpiritDAO.org</a><br><span data-name="arrow_forward" class="emoji" data-type="emoji"><img src="https://cdn.jsdelivr.net/npm/emoji-datasource-apple/img/apple/64/25b6-fe0f.png" draggable="false" loading="lazy" align="absmiddle"></span> <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://youtube.com/@spiritdao">YouTube</a><br><span data-name="bird" class="emoji" data-type="emoji"><img src="https://cdn.jsdelivr.net/npm/emoji-datasource-apple/img/apple/64/1f426.png" draggable="false" loading="lazy" align="absmiddle"></span>&nbsp;<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/thespiritdao">Twitter</a><br><span data-name="android" class="emoji" data-type="emoji"><img src="https://cdn.jsdelivr.net/npm/emoji-datasource-apple/img/apple/64/1f4f1.png" draggable="false" loading="lazy" align="absmiddle"></span> <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://www.tiktok.com/@thespiritdao">TikTok</a><br><span data-name="scroll" class="emoji" data-type="emoji"><img src="https://cdn.jsdelivr.net/npm/emoji-datasource-apple/img/apple/64/1f4dc.png" draggable="false" loading="lazy" align="absmiddle"></span> <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://docs.spiritdao.org">Docs</a></p><p><strong>SpiritDAO is a registered 501(c)(3) EIN&nbsp;#99-1308806.</strong></p>]]></content:encoded>
            <author>spiritdao@newsletter.paragraph.com (SpiritDAO)</author>
            <category>community</category>
            <enclosure url="https://storage.googleapis.com/papyrus_images/df53a3e225e5e9fd2193e65177d4a0c830a939e6ae0234ca732de2c8a6c82328.jpg" length="0" type="image/jpg"/>
        </item>
        <item>
            <title><![CDATA[Sovereignty]]></title>
            <link>https://paragraph.com/@spiritdao/sovereignty-060126</link>
            <guid>EFYSuR58C3RcL1g5TKyb</guid>
            <pubDate>Mon, 01 Jun 2026 13:00:00 GMT</pubDate>
            <description><![CDATA[Updates about SpiritDAO's community progress. In this newsletter we explore custom tokens and security audits!]]></description>
            <content:encoded><![CDATA[<h2 id="h-contents" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">Contents:</h2><ol><li><p>Bring Your Own Token</p></li><li><p>Smart Contract Audits - In Progress</p></li><li><p>Upcoming events</p><hr></li></ol><h2 id="h-bring-your-own-token" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">Bring Your Own Token</h2><p>SpiritDAO was built on a simple idea: independent communities should be able to govern themselves, hold their own treasury, and run by their own rules, while sharing infrastructure none of them could justify building alone. This week we shipped a piece that makes that vision real for token-native communities joining the platform.</p><p>Many communities already have their own token and an active governance culture. Until now, plugging that into SpiritDAO meant starting over. No longer.</p><p>A community can now gate a voting role on holding its own token while keeping full control of its own house. The token decides who participates, not how much sway they have, governance stays one-person-one-vote, true to how every pod on SpiritDAO works. The community's token is read directly on-chain purely as an eligibility signal — never held, issued, or exchanged by the platform. Recognizing a token is a deliberate, one-time step by SpiritDAO, which is how we keep the system free of speculative assets and within our nonprofit commitments.</p><p>Communities run their own pods. Whoever creates a pod administers it — they hold the keys to their roles, treasury, and settings. SpiritDAO never sits in the middle of a community's governance. That's the whole point of the federation.</p><p>It's general by design, available to any community that brings a token and wants to keep running its own way. </p><p>This is the federation model in action. Every community that can govern itself on shared infrastructure makes the whole ecosystem stronger, without giving up autonomy. We're excited about who this opens the door to.</p><hr><h2 id="h-smart-contract-security-audit-in-progress" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">Smart Contract Security Audit — In Progress</h2><p>We've begun a comprehensive audit of our smart contract infrastructure. This will be a multi-week process and may result in some contract redeployments as we identify areas to harden.</p><p>The timing is intentional. We're actively onboarding our first anchor communities, and before more treasuries go live and more governance decisions run on-chain, we want to hold ourselves to the standard our community partners deserve. Security isn't something you retrofit after trust is established, it's how you earn it in the first place.</p><p>We'll share findings and any resulting changes as the audit progresses.</p><hr><h2 id="h-donate-today" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">Donate Today</h2><p>SpiritDAO is 100% donor-funded. There are no subscriptions, no paywalls, no venture capital. Every community on this platform uses it for free — and that's by design, not by accident.</p><p>Our runway is small. Every donation directly extends how long we can keep building, keep the servers running, and keep this infrastructure available to communities that need it but can't afford to pay for it.</p><p>If this work matters to you, even a small contribution goes a long way.</p><p>→ Donate at <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://spiritdao.org/donate#donation-form-section">spiritdao.org/donate</a></p><p>SpiritDAO is a registered 501(c)(3). Your donation is tax-deductible. (EIN: 99-1308806)</p><hr><h2 id="h-upcoming-events" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>Upcoming Events </strong></h2><p>We strongly recommend registering for events within the SpiritDAO app (Events section) at <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="http://app.spiritdao.org">app.spiritdao.org</a>,  it's how we gauge attendance and shape the flow of each session.</p><p><strong>Town Hall</strong> — Mon, June 1st · 8:00 PM EST - A standing community gathering for conversation, questions, and shared presence. <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out underline underline underline-offset-2 decoration-1 decoration-current/40 hover:decoration-current focus:decoration-current" href="https://meet.google.com/twa-ghig-qxp">Join here</a></p><p><strong>First Contact</strong> — Wed, June 3rd · 12:00 PM  EST - The official starting point for new members — a peer-to-peer orientation into how participation works. <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out underline underline underline-offset-2 decoration-1 decoration-current/40 hover:decoration-current focus:decoration-current" href="https://meet.google.com/twa-ghig-qxp">Join here</a></p><p><strong>Feedback Loops</strong> — Fri, May 29th  · 12:00 PM  EST - A live working session where the community helps shape the app — bring your bugs, your questions, and your ideas. <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out underline underline underline-offset-2 decoration-1 decoration-current/40 hover:decoration-current focus:decoration-current" href="https://meet.google.com/twa-ghig-qxp">Join here</a></p><hr><h3 id="h-questions" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">Questions?</h3><p>The best way to get in touch is within our community:  <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://app.spiritdao.org">https://app.spiritdao.org</a>   <br>If it's easier, send us an email: <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="mailto:community@spiritdao.org">community@spiritdao.org </a></p><div data-type="customButton" href="https://www.spiritdao.org/donate" class="center-contents"><a class="email-subscribe-button" href="https://www.spiritdao.org/donate">Donate</a></div><hr><p> Thank you for reading!<br>Please share this email with any friends you think might enjoy this newsletter. We are spreading the message one curious person at a time.</p><div data-type="subscribeButton" class="center-contents"><a class="email-subscribe-button" href="https://paragraph.xyz/@spiritdao/memberships">Subscribe</a></div><div data-type="shareButton" class="center-contents"><a class="email-subscribe-button" href="https://paragraph.xyz/@spiritdao/awBbEeYlSQpuNmwt6zDC">Share</a></div><p><strong>Connect with SpiritDAO</strong></p><p><span data-name="brain" class="emoji" data-type="emoji"><img src="https://cdn.jsdelivr.net/npm/emoji-datasource-apple/img/apple/64/1f9e0.png" draggable="false" loading="lazy" align="absmiddle"></span> <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://app.spiritdao.org">SpiritDAO App</a><br><span data-name="globe_with_meridians" class="emoji" data-type="emoji"><img src="https://cdn.jsdelivr.net/npm/emoji-datasource-apple/img/apple/64/1f310.png" draggable="false" loading="lazy" align="absmiddle"></span>&nbsp;<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://spiritdao.org">SpiritDAO.org</a><br><span data-name="arrow_forward" class="emoji" data-type="emoji"><img src="https://cdn.jsdelivr.net/npm/emoji-datasource-apple/img/apple/64/25b6-fe0f.png" draggable="false" loading="lazy" align="absmiddle"></span> <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://youtube.com/@spiritdao">YouTube</a><br><span data-name="bird" class="emoji" data-type="emoji"><img src="https://cdn.jsdelivr.net/npm/emoji-datasource-apple/img/apple/64/1f426.png" draggable="false" loading="lazy" align="absmiddle"></span>&nbsp;<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/thespiritdao">Twitter</a><br><span data-name="android" class="emoji" data-type="emoji"><img src="https://cdn.jsdelivr.net/npm/emoji-datasource-apple/img/apple/64/1f4f1.png" draggable="false" loading="lazy" align="absmiddle"></span> <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://www.tiktok.com/@thespiritdao">TikTok</a><br><span data-name="scroll" class="emoji" data-type="emoji"><img src="https://cdn.jsdelivr.net/npm/emoji-datasource-apple/img/apple/64/1f4dc.png" draggable="false" loading="lazy" align="absmiddle"></span> <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://docs.spiritdao.org">Docs</a></p><p><strong>SpiritDAO is a registered 501(c)(3) EIN&nbsp;#99-1308806.</strong></p>]]></content:encoded>
            <author>spiritdao@newsletter.paragraph.com (SpiritDAO)</author>
            <category>community</category>
            <enclosure url="https://storage.googleapis.com/papyrus_images/ed70545b7540e78daad9c7e4603caaab0f755f03eb39598dc976c201a9f77b91.jpg" length="0" type="image/jpg"/>
        </item>
        <item>
            <title><![CDATA[Ready]]></title>
            <link>https://paragraph.com/@spiritdao/ready-052526</link>
            <guid>sdhChb1ow6SQJagEYzNh</guid>
            <pubDate>Mon, 25 May 2026 13:00:00 GMT</pubDate>
            <description><![CDATA[This week's newsletter is packed with updates. 

Contents:
Why this Week Matters, Configurable Governance, Pod Treasuries V3,  Password Vault — End-to-End Encrypted, Improved Role Permissions / Delegation, Self-Hosted Video Infrastructure, Design Improvements, and Upcoming events!]]></description>
            <content:encoded><![CDATA[<h2 id="h-contents" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">Contents:</h2><ol><li><p>Why this Week Matters</p></li><li><p>Configurable Governance</p></li><li><p>Pod Treasuries V3</p></li><li><p>Password Vault — End-to-End Encrypted</p></li><li><p>Improved Role Permissions / Delegation</p></li><li><p>Self-Hosted Video Infrastructure</p></li><li><p>Design Improvements</p></li><li><p>Upcoming events</p></li></ol><hr><h2 id="h-why-this-week-matters" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">Why This Week Matters</h2><p>We have several mid-stage conversations happening right now with communities preparing to onboard. Before they arrive, we needed to answer a question that's been on our roadmap for months: can the platform actually meet each community on its own terms, with its own governance rules, its own trust thresholds, its own way of deciding who controls what?</p><p>As of this week, the answer is yes. What follows is the heaviest infrastructure push we've shipped to date.</p><hr><h2 id="h-configurable-governance" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">Configurable Governance </h2><p>The platform's previous governance model assumed every pod operated the same way: 67% leader approval, no quorum check, 72-hour voting period. It was always intended to be a starter framework, with the ideal of deeper degrees of customization planned from day one.  It's now here and live!</p><p>Pod leaders now configure four settings,  separately for routine operational decisions (off-chain) and treasury-binding (on-chain) :</p><p><strong>Quorum</strong> — what share of eligible voters must participate for a result to count. A proposal passing 3-to-1 doesn't mean much if 46 out of 50 eligible voters stayed silent. Quorum gives that absence weight.</p><p><strong>Approval threshold</strong> — of votes cast, what share must be yes. Pods can choose 50%+1, two-thirds, three-quarters, or any custom value up to unanimity.</p><p><strong>Voting period</strong> — anywhere from 12 hours for urgent decisions to 30 days for ones that need real deliberation.</p><p><strong>Voter pool</strong> — all pod members vote by default, but leaders can narrow operational decisions to a leader council if their pod prefers that model.</p><figure float="none" data-type="figure" class="img-center"><img src="https://storage.googleapis.com/papyrus_images/78baedab25abca39a090d458d9925a16cbc15c001e5e7ee1d4cfa0ed6a2d8a73.png" blurdataurl="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAgCAIAAACtjN7AAAAACXBIWXMAAA7DAAAOwwHHb6hkAAADdklEQVR4nIWRXW/aVgCGsx+wn7M/sJvtdjf7D7tYpWmqNCldugoNEmCFKVahQgkkTkJx8TJBvhDBpMwQBrV7TGw+HAwuBmPzZWKnzpczT6GojIZqr46OzsWjV+953znDMPhG/W2jJkpCWxJFURBFoduThVaDq51+OLquz13o7zi2kMlg+/vb0R00uoMeJqIhBMbxwxrH1DiGYwts6Y2mDuYuL3UAsvDmit1lszosC5ZHbsj54OH3bug3vl7iqkypSBaLxBilT/Ib8Opz7zMUDaLhYDAI/4kGYXjF41n2r3ph2M9VmaHSHbmSx1brE6v1ic8HWSy/LC1Z7Q6by2V3/+5cWJifn/+JPsmPXSnwt9O5+NwL2R22pSWrxfLY7rDZFn91uexeL5TP4RPXApVzOhddLrvHs+zxLPt8kNcLLUNPfT4oEPCFQhuTrBTIQpA7ie0DkCWINAWyHx4kkc7lUmwFqOrgriy2QkliQ1N7Z0qn32m1RV4S+X6n2ZGFfqcpifw4gK5rTaFKF5kNJLSBhPIEYZqmpmmSLHd7PUmWb25umkL1DlXVM0nkD7HEdz88ePjzI4phTNMcKMoMVNe1llClKAqCnvkDcLfXN+9pCqVp2udf2wohJACGcftJtMGzDaFxfJwFBVpRlFvjTreGMROttMQWAUg8k25L0v8EYIoMEkZj8fhBPJ7AkgksSRdLVyNN0HNNbYv1fD7vW1l9iaIhBPUH1ldW1/wBeG1z6+hV6urqeuLaFKpllt0KIgksGYns7cdikUh0K4T419eTr1KGcTtGB4O+caN/8dWXc//V53Omaeq6PpX1TB1eaP0fH8+Poc/urq+//eY9aox6mASoc6V3mkqfEDieSONYLpfq9eSR3T8fN8DXy72eXDgB5QrD8zWOOx0Mpjab6rUhCFgqJbRa90udQptClWXLL1E0uru3HYmEEHRnLxbd3QMFeoarIDTS6fRr4jVJkm9IkqIoUCgoyvB+VrYjN4MvAgSR4aoMW6E4lr4e7TQDldtCOLwZDgfD4eD2NpLGseury5louduRcrm/+HpJbFWbwulQ+WQDbFt863DZwn+8OIzv4njiXDubjfL18qDfYUugSJOAzJaKYKh03+80w7Ul1J66F4+OYgydJ4lMAWRVdTD7Wx1ZjMd3MOwgicUw7CB7fHShn3+E/gulb1Gz9A5CHQAAAABJRU5ErkJggg==" nextheight="826" nextwidth="352" class="image-node embed"><figcaption htmlattributes="[object Object]" class="hide-figcaption"></figcaption></figure><p>Individual proposal authors can opt up to a stricter threshold when a particular decision warrants it, but never below the pod's default. This prevents the failure mode where someone quietly lowers the bar to pass a controversial vote.</p><p>Three guardrails remain platform-wide: approval can never drop below 50%+1, quorum can never drop below 20%, and voting periods stay between 12 hours and 30 days. Pods govern themselves, but the platform protects against governance becoming meaningless or weaponized by a bad actor.</p><p>Governance is also now a toggleable module. Pods that delegate decisions to a parent pod or operate informally can turn it off entirely without affecting their treasury, forums, chat, or any other capability.</p><p>And one more thing: the DAO's own rules are now tunable through the same process they enforce. Executive Pod members can draft a proposal to change the on-chain Governor's voting parameters, and that proposal goes to the full Advocate membership for ratification. The constitution rewrites itself through the same mechanism it enforces, no admin override, no contract upgrade key.</p><hr><h2 id="h-pod-treasuries-v3" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">Pod Treasuries V3</h2><p>Until this week, every pod treasury used the same approval rule: simple majority (50.1+%). It worked, but it didn't reflect how every pod actually wants to operate. A working group of three friends might be fine with simple majority. A treasury managing larger funds might want a supermajority. A small committee handling sensitive operations might want full consensus.</p><p>New pods now choose their approval threshold at creation:  Simple, Strict, Unanimous, or a custom percentage between 51% and 100%. The floor is enforced by the smart contract, and the threshold can be changed later through the same approval process that governs the treasury itself.</p><p>The on-chain architecture took three rounds of security review. It preserves pod self-sovereignty, no admin can block a pod from deploying its treasury, while preventing identity squatting.</p><p>If you're a pod leader, look for the "Deploy Treasury" button on your pod page.</p><figure float="none" data-type="figure" class="img-center"><img src="https://storage.googleapis.com/papyrus_images/6e7a92ee0fd346ad9ea419c9823c3a87e635009f96d093cdf780bdc4f48e3f0c.png" blurdataurl="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAgCAIAAACtjN7AAAAACXBIWXMAAA7DAAAOwwHHb6hkAAADk0lEQVR4nGVTTWzjRBidAxIHjou4wIULB7hyBcEN8XNByw0kJCTEBWklzsth2QuoqAIEW2lBrcTPshW77YoFWpWmS9ZtskmaNM6fY3tsZ+L4J3GcuIknjifTQXbaJISn0Rz8vXme771vQFkS/kkf3dq68/P23fXNX3ceHJwxRiklhFJK2QKArKkShFWhrmioZRgN1NQNU4IQqg3fxyw6dkF95+pHb1354I0P37csB6oNpBuMMRJrLkoyxkBNk2qKxNdrJCQYj8IwnNUIIeEFKKWASx3tJhKpXPZhJv2okH+YSSdS3F7yAcajZdW24xht2+25Pa/fdbungwEhBOPolvf+3v30m5XVjZvXb3yV4U/AbjKx9dcfiUOOyzz6fW9HQRpjbByOGWPPvfYyAAA8FW0ff3YV0AXE/dJJ5BRhjBntdlUWq7JYkUVvMADjMJzW4iaifXpgyQNCCJjWFjH08Tj2YfGHYRguUwkhxVJNQ/rSeTJTnUQ3PIdlO33vlLGz2ZezRWqn0ynylYMkd5jK1EUpe3xS5CupdLZcEcIwIhBCIgcM05ShoqhaNl+QZFmUZKg2oKoqqipDRdWQ7+MJpWBCJ9jHXdc1DbPVbLUMy4yXZbUh1Dodt+9549gaMGtrfWvz+trXX27cXFlf++KHGyvra9e+Xc2V+QvvSESdGgheeDaK5enHwSUAngTgmScAAJ98fo0xFs5UaWw1X69x+Uyazx+d5FKF4zSfT+YzluPMVcN4wP4fxIWd8yBBbxh8dwDbjquihoYaKkIChLphqAi1bIvMQQEOxntl03F7TdPQTcNyOqYdzWTb7fY9byZPKQW+P5ShIEIoa6oIYRBE4zfL6VwwBvA8T4hMh6Ik1wSpXK4W+cpxkc/mi4IoFkvlYqkM1UZkkdvrVQWhKtQLJyUJKm6E3uB04Ps+xhj7uN/3+p4XqQbBSNVEVRU1TVK0ehgM+Cr/0rtvv3j59Vfeu/z8m6/uH3HnMzAO8GHqIJPjcjkuye1rsPrbn3fAYyBal6JMVje+j59QCIIAux3dNpHb0ds2cmxk2+in7Vs/bt/e3Ln/y/17Rtueq2ZzhwluP5tPpdLJbCHd1MSu3Rzj/mIW0V3HwcjQoWkolqEZOjR0pYkgQmqv50yjmj1PMMJDvpRNZZKtFmzbjZYuY/8/enPVIBghJENZUKCANFmBwnAwpZ4tU6cPmk4m54tOFnKfIwzJvwNIl+tauUhFAAAAAElFTkSuQmCC" nextheight="886" nextwidth="390" class="image-node embed"><figcaption htmlattributes="[object Object]" class="hide-figcaption"></figcaption></figure><br><hr><h2 id="h-password-vault-end-to-end-encrypted" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">Password Vault — End-to-End Encrypted</h2><p>Every active pod now has a built-in password vault. Pod leaders enable it with one click, choose which roles can see each saved credential, and members access what they need with a tap.</p><p><strong>The important part:</strong> everything is encrypted in your browser before it ever reaches our servers. SpiritDAO operators with full database access cannot read your pod's passwords.<em> It is a security-first infrastructure</em>. Your encryption key is derived from a wallet signature that never leaves your browser. Our servers store only ciphertext and wrapped keys that are meaningless without the matching private key. It's the same security model as Signal and Proton Mail.</p><p>When a new member joins, existing leaders re-encrypt the relevant keys for them with one click. When someone leaves, the vault rotates automatically, the departed member loses future access, and every entry is re-encrypted under fresh keys.</p><figure float="none" data-type="figure" class="img-center"><img src="https://storage.googleapis.com/papyrus_images/60b868d40a84f3c29b505e84ff43c816554455a2be7d62c7073f1bd13e4eaf70.png" blurdataurl="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAAgCAIAAAB/3NSYAAAACXBIWXMAAA7DAAAOwwHHb6hkAAAEpUlEQVR4nJVV708adxy+JXu1/2DNmqyZWRP3rmsym7jZxmbrq27J0sW1tAeiaftiyZI16xbXRFmjy6pmrIyW0cKUVlRqKaYSBUSEg2OcZzm4O8C7E1FxSsVOLIdyjd/lOKPMsmV78uTyeXHP3ef5/Ph+IQiCFHLFq69AEAR9fPr0yfqTdXXHT310qra2tqbm2Hs1Eo4dOXLk3aNHa2qO1defPHPmjPi2Qg7HZhJeFMWIsMePjHsm0KmQzW5fXlkBlZDL5QAAMHwBguELHj/S0tZ6TdV6TdXWomozmkwtba34NA4AyPP7sfp0FQDQ0PAZpFQqVrPZMcfYvm8LwtZmobBLQdiSyPN5AIBMdhZSKhuTScZo1PX06E33DJahvvv3DSjqiceIeCwskYziu8QwhOefyWTnIIVcvpSeNdzVqNU/dnd16HTqm5pOp2PY53X6vE6/T3xiGFKuLPDr58/LxGw3CwWSJGcSCZqiZjmOZZlUKkVTVDwepykqQhCZTKbMhbCT7eVLF3EibLU9kry9EATJTLnJ5xsbEqV4z+fi4uyNzus6nVp7q1t7q3tgoIcIB59MIfs4FfRgGNL2/bdL6VkxW4UcLhYLrnG72z1aoj0Q8MRjEY6lKzFmsw0WiwVR2dyknFtY0Pf+xrBsxdbvw55PhRwWBOFe373Ori6DwWC1Wg0Gg1arpSnSj/jm5pIRgogQxO9BlKZIAADP8wCAs583SMoXOI77fF60BBzHUTRAklF8CptJJCIE8QSfJskoSUY5jpPqLCqVysZZjjUZ7448HnaM2s2mXku/ud/cR1MUTVEsy0QIgqZIlmWkOJ1OAwB2KrSRzyMBfzAU8viR1Wz2v/iEYVisEB2LqtpbVe2t7R2qkRHrFIYGAl6v1zWF+TmWZuIkEyel2jJxkiKnt7e3pOmD17J/6HRq/R3Nw6E+/R2N0ajV39Hc1HQODJjIKBZ+gpYTRd259dWdbHO5dbfLEUAmRx4Pu10Oz8S42+UMIJNBFPF43J6JcQTxzM/PbRXF2Vpff7bXlaXl5eGRESQQ+H/9bG5S0nTkytUv1aX0bLbB8p0iX+LerpT6uTk2Njw2Njw0ZLYM9ZFR7F+IhXw7+9ncpEwwMw+sQ49H7WbLIJecLSW1LQhCaW/E1Sknzz/f87mRz7vc7lGH0+V2T4eJ5ZWVVGo+lZqfW1hYzWaFv0OaPlEJwzAAIJFgOC6ZyTxlWC6RYGLxBMNy8fhMOr1UsULi9EnK0hklomIxy7E38ZJyq1j8px7sg3T27Uz8Rm7NYu4dNJseWvoeWswP+sXAZh18ZB0Yd9rDeLBENBT0hYK+yQlngc9JJ1jjn2sZ/a2fNT/dMOq1Bv0v+tsa/W2NyfirUa99ZB0I48EQ6iUJLLOYzCwmF9gYANtiV6RsBWGrYrY8n3+2lt0s8BRNqW50tP1w/ZvW7zAirJDDkEx2TrotXroHeEEQfF7nlatfOB026DXxEtrF11e+2v1nhaoCAAp8LpmcEYTNbo16V/bhp59cvnRRjA4ffvvAgdcPHnxD4qFDb1ZVvbUbV1dXV1VVvVNdXX/ieN37tSeO131QWwtB0F+z2FgNvMQWKAAAAABJRU5ErkJggg==" nextheight="801" nextwidth="470" class="image-node embed"><figcaption htmlattributes="[object Object]" class="hide-figcaption"></figcaption></figure><p>We built this because pods accumulate credentials. The newsletter scheduler login, the shared Google Workspace, the Stripe key. Today those live in DMs, screenshots, and "ask Sarah."  We needed this for the Executive Pod, and knew that other communities would benefit as well, so we built it!</p><hr><h2 id="h-improved-role-permissions-delegation" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">Improved Role Permissions / Delegation</h2><p>The old permissions model was binary: you're a pod leader and can do everything, or you're a member and can do nothing administrative. That stopped working the moment we started shipping features where a pod might want one person to own a capability without giving them the keys to everything else.</p><p>Pod leaders now assign granular permissions organized into three categories: Core (the always-on capabilities like chat, forum, governance, treasury), Add-ons (optional modules like Surveys and Password Vault), and Paid (modules with billing implications like the AI Agent). The management interface adapts to each member's actual permissions,  if your role has password management access, you see the Passwords tab and nothing else.</p><p>This means a pod can now cleanly express roles like a Marketing Manager who handles shared logins and marketplace listings but can't touch treasury. Or an Auditor who sees balances and transaction history in read-only mode. Or a Steward who configures the AI agent and moderates forums but has no control over money or membership. None of these required new code, they're combinations of existing permission flags that the interface now honors.</p><figure float="none" data-type="figure" class="img-center"><img src="https://storage.googleapis.com/papyrus_images/1141c69174a2d6f19d8607caacdc6799e793ea5d8eb456cd66a5bf90190e9395.png" blurdataurl="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAXCAIAAADlZ9q2AAAACXBIWXMAAAsTAAALEwEAmpwYAAAEH0lEQVR4nKWVW2zbVBjH87Y3JIQEYhJTqUaBiVUTnYBOfSvQB5BAYlykqWKa9rC9gdAeKBSEgCExRlkVMRWvuSxdqkCitGmJGkJDFuI6VEoaR77kYi/R0iZ2c2tzs726OSg5q+em4dLtr+/hnOPj8/N3O9awDAktHsMfzMKpZLRY5KGt86ssQ7EMqdkBUDyfyef5NuP5zF7buw3aZnmzWqtUa5VyeSOVjLIMoQAIlqFleRsAIMvbcHBfakCTZTmVjO8CJJPRBgDbsgw3yq2BFpm4MPrpjHPeOG12LbpnnPPO31w/XNWyyVv/zukAYBm60foEHMe9Xl+EIAAAS38FjvT3Pf704cd6uh964mDvQH/P8WMPdx/ieF75CLUq5SIZXNwocACAdgBN4QCAkY9HNDvq6XpyYso4+MbrFz4f/Wj0k/MffnDq3NmTp4e/Gbs88uUXm+VNyNjRVgOAYoGzXvuswKVagN05oKkwAODdk28rAI1GY3U6NAc0Xb3PHu7rfep474GDjx4b6D/S33d04KVcPt/RiTuS2DlEFLUCAHhl8GU1AAAQxvFQKIxiAYIgMSxAUTRF0QRB+f1oGMcJggzjuM+/FAyGUCwQIUiY6g6ARLwZdL1er5w+9OpQtV53uxdd7t9dbo/d7jCZLXa7Y8Hldi64jCaz2WKb+3VhweU2mS2Tuut6w5T3pk+JW+cqgvzGju8YtozoDDa7A0EMiM5A09H/Wa2dq2h30prtkMlkwzjeigkZIchCodi2Z6/+EaDyYN+S96S6sweCKMqyLIgiHKh3Q+0L2QYgKSociKw4PG50JYjhofViAQAgiGI6vdr2piRJ6hWOXy+VNtQrxVKpVNpYTbNsPAIBVLOKEqQLvdn1/FGtSRdO0LezGQAAimKnz55fy2SVOGDY8tcXLyluAQC+/e7KBKJXB2psXOv1obncWjyGNwEcl2YZkiRDBvsvX41fHtcjbvTPNS4r1OsURRuMN9YymXq93rwJKpV4POHx+CRJgscJorDgcns8PuX0TCY7MzNfKBTvhYjj0rdTUf/SH6+deue9c2fePDN8Ufs9l1sfG9ciOqPZYp1A9JafbbIsB4MhRGe02mZNU9MQ6ZhzWm2zkzqT14dCAMvemtRdt9kdzRBBAM+vppJUKBzQmnRX9Mi44dqln37EabIhNxsS7K4T2CK7E97cprrh4VSVZBgimsKJaJSIRqlEnIjSuXxeEMV6U4LK7k6rtZqyWK3V1FNolUo1mYzdBbSuPZJhyK2trbZqkSRJWZT3I0EUmdb/8l4fMAypPIYFqsRBEMW20vxPSdKdFkDVaLFYBADgQ/1vvT/8zIt9j3Qfeu7ECyeGBulEjKLjGLb8oAB4m+byedvc7FXdpHH6hm1uds7p5HK5QqEIW+H+AH8DNn1bvo8tRiYAAAAASUVORK5CYII=" nextheight="780" nextwidth="1080" class="image-node embed"><figcaption htmlattributes="[object Object]" class="hide-figcaption"></figcaption></figure><p>Billing for paid modules stays leader-only. Spend authority belongs to leaders. Everything else can be delegated with precision.</p><hr><h2 id="h-self-hosted-video-infrastructure" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">Self-Hosted Video Infrastructure</h2><p>As we prepare to welcome anchor communities, we migrated our in-app video calling from a metered third-party service to our own dedicated server. The cost is now a flat ~$8/month regardless of how many calls happen, replacing a bill that would have grown with every meeting.</p><p>This keeps the platform free for communities while protecting our donation runway. One more piece of infrastructure that scales with our communities without scaling our overhead.</p><p><strong>A special thank you to SpiritDAO member Fluran Zen for sharing this technical insight with us!</strong></p><hr><h2 id="h-design-improvements" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">Design Improvements</h2><p><strong>Notification improvements.</strong> You'll now see who messaged you at a glance — name cards with avatars appear in your notification list and DM alerts instead of wallet addresses. The notification page also updates in real time as new alerts arrive, so messages no longer require a refresh to surface. We wanted these fixes landed before more communities come online and rely on these signals to stay connected.</p><figure float="none" data-type="figure" class="img-center"><img src="https://storage.googleapis.com/papyrus_images/45506e29eb93352a00c7d347561c287530125d27c83a1426fc29e2a660ff5204.png" blurdataurl="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAPCAIAAAAK4lpAAAAACXBIWXMAAAsTAAALEwEAmpwYAAADUUlEQVR4nJWTXWgUVxTHR/rmQ0H6Jr75UqEv2uqDH0EorVrQfkhEW/ETP5K6lSiJbUhdv7KOQrdpiYlESSJWooatRaNEQuNm2XF2ZnZm7s6dvXNn5yaz4wy7mVXzYYm0byW567h+kLTDj+HAPff8zzn3HKbkO2NPvEJhuFgY+b88fz7xz99/UUr+o7f6MBoUWzvbcyO5rIUCNEMv2xgZFn55hGeYsQ0LE3eEYuVJ5fUXDobnEqYndvXTrzf7k+NDiqhgQ0JQwQh7eQECBaOsTQQIZKRnCM46w9jLYy+vYCQjXcEojWCAghFFNZFGTAUjCem2jZnrsd++3LfTcp2eWG9C5MPsWYZhqtZvWFG1lnln/tKVq5etXLVg4aJ57763omrtgoWLFi/5oO7Uj9tC+x2/mEZQNVElGsFJWbw79EA1p5MoC2yp3RtPPTwTaY713VYwajgdvnClMymLcZHvT8YTciopi4MC15+Mt3Rc/KmtLalKfwqcRszXotPc+wYH2ru6FZxVULYs8Pme7Y5fjPX3OX7h+yjLzHzN0Z8/WlNV19i06uNP1n3x1WfV1T23bzmPR8mopxFTJ7k3owfQyl5WsHHXNn9yLI1gzrU7e3sYhlmy/MMH6VSooaH18qVoe9txNnI8Erl1/17Wno6rERzkO4vMKwLF8acCBKqJMjmkkVzOzfNAJqNe1ibYs7Fnk+IjAYJBgeOAnJBFDsgCBPRPL/4ngaxNeu/2Haqvb45GDx45urOmNsyykV9aaurr94YOh1n24JGju2u/benoOHbixJ7Qd3WNTd/sO7CjppZq0BGaowLaQQGCNII8kHmgSLoWzGJl1hyQeCAPPEwMijztlU6suQVoFAp9Kx7IHJAScooDkkbMoO+BHVemO8YDuZ9LVA5uWeDm79NTFLToj4H7YfZca1dXmD13886drtiN91cv37hj65pNG1q7Ow17+LXZTyP4w/mzoZNNpy+0RNp+rXz2ssC1G93rtlf7k2NBBSLM0OMMwSkNJFVJNZEIM3R7g3UNyBA8s7dQelW7LJAShxrZk4ZtpXWgGlA1YMbQqUHRcuiFYQRUOsyC6xKm5Dsl33Hy2HOt2Xn27OnU1MTU1MTEeGlOZ8+1ih4pFkb+BS0gRmN6f1xdAAAAAElFTkSuQmCC" nextheight="430" nextwidth="948" class="image-node embed"><figcaption htmlattributes="[object Object]" class="hide-figcaption"></figcaption></figure><p><strong>Direct messaging redesign.</strong> The DM interface has been updated to align with the platform's current visual direction.</p><figure float="none" data-type="figure" class="img-center"><img src="https://storage.googleapis.com/papyrus_images/a04d0d92e41a0cc03736b7a535cee50670021ee80c5e9186b6f6f8d2fe13db03.png" blurdataurl="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAgCAIAAACQHr+mAAAACXBIWXMAAAsTAAALEwEAmpwYAAAECklEQVR4nI2U/08adxjHb126/bJsPy5btv0dJtuv/BdLmnTNFAtO6jRgPL4c3B0naGm5VlFjy8pmynqDqfgNqx2tkcA8EPniwYGstel0Q9ui54Enn4U75ijK0nfe+dzncnk9z3P5PJ8HgiDoi88/+/STjy9egN5/70LVF6F33znfEAR99OEH1QeKGcfujchVVysAcBxXLBYFQQBNVCqVAACIAYYUqu+qNARRkz6n00XeGn5AeYrFAwCAIJz865o47nBnZ8dg0EIEgdF0hKIoKZgkQTgul0qSBeH4lD7iOAAAakIggsD/zEfGbpkcdoPDjuCIymFHyAH40fxPz7OrbHyZWV88LO7VF0kQRDVbLDytVn1tglsJRGE2XCUQBaqTk5Zuq6mDQBQL3uES91KkKvUYnqTnrKYOveYKOaBeWXQF5p2Bead/amzSTT6cGQ8H3IfFQiNmxtF0fHF8WO8cNfqnHPGwJxqkJEv7yIr71f7uWQw72M8Fn3gioblMfIlZX2QTj+qdSwXK/MHZfyOk94r4oXxcTudzjOhUNpPKsuKGTWYzTD6XzGY4ofwGVot3XLaPjRCkzWghDBa8C9b0oYhaD3frqvYFHmaeP0UxrBHjeP6ue8Jk7ccGraMu582RIQt54+bI0OAQqdHrHK67zwq752P3KLeVtPca9digRa3XalFjr9GAWMxdsEaLGkOx6PlFOn6409apHHU55wJL9yc9D2YmvQuzU8t+7+Kce9qb3Mr29fWdYjwAFQAq3BF33/crQdqoeV8wFgnGaHGNrIrrb+Hg9t7ut21tjdmOeD7KbEYzTGgjFmU2Ezk2ymzSybjkYJQuHL5WKBUQQZjL/N/pxOpWei2fqZllQlvpcD6zlkkEt3NRnueqlYhBAQBKpbLaXLHwNKZrvY6rbg/0OGxqh019HVdhujZMJ4d7Lv04jjb0ZBXr7zcn6QWTtm0QvzZk60V17XDPZbjn8i8TthTti6xQkRWqoSdr2ZL0nFb9DdLXOmKHb/R3ozq5XnMF1cmHbJqlmfEEPdXQk7VsG+Fp+PtLNvyaxdQx/TP52O+c9w7PUrdnPcPB5YlYyFN8/VcjZsbRJD1jt3a7xrGJO/jaY3c87IkFqeTv3mY3QMKwg302+MQTXp1k40updX+SXqh3at3Pca/qb4D0b7XjlgYNEA/9jMHuXoF99geTz5VOTuqx2nE301o81gVreo169sW2vL39bbGNdIryz0z4vIlcpv3tscLL/bR4cYVK5T+M47j6MQqaSIre2dn5RrZT4JQ/lTR2OXG8Vu8bhqEAgFBojc3mNtPp6HoslWK4Jspms4VCwWq11rId8bw0gqTR//9FVrNBECSTyVpaWr4U9ZW4tjSXTCaDIOgf4DkZ5n6xoTEAAAAASUVORK5CYII=" nextheight="1780" nextwidth="1020" class="image-node embed"><figcaption htmlattributes="[object Object]" class="hide-figcaption"></figcaption></figure><hr><h2 id="h-upcoming-events" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>Upcoming Events </strong></h2><p>We strongly recommend registering for events within the SpiritDAO app (Events section) at <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="http://app.spiritdao.org">app.spiritdao.org</a>,  it's how we gauge attendance and shape the flow of each session.</p><p><strong>Town Hall</strong> — Mon, May 25th · 8:00 PM EST - A standing community gathering for conversation, questions, and shared presence. <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out underline underline underline-offset-2 decoration-1 decoration-current/40 hover:decoration-current focus:decoration-current" href="https://meet.google.com/twa-ghig-qxp">Join here</a></p><p><strong>First Contact</strong> — Wed, May 27th · 12:00 PM  EST - The official starting point for new members — a peer-to-peer orientation into how participation works. <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out underline underline underline-offset-2 decoration-1 decoration-current/40 hover:decoration-current focus:decoration-current" href="https://meet.google.com/twa-ghig-qxp">Join here</a></p><p><strong>Feedback Loops</strong> — Fri, May 29th  · 12:00 PM  EST - A live working session where the community helps shape the app — bring your bugs, your questions, and your ideas. <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out underline underline underline-offset-2 decoration-1 decoration-current/40 hover:decoration-current focus:decoration-current" href="https://meet.google.com/twa-ghig-qxp">Join here</a></p><hr><h3 id="h-questions" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">Questions?</h3><p>The best way to get in touch is within our community:  <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://app.spiritdao.org">https://app.spiritdao.org</a>   <br>If it's easier, send us an email: <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="mailto:community@spiritdao.org">community@spiritdao.org </a></p><div data-type="customButton" href="https://www.spiritdao.org/donate" class="center-contents"><a class="email-subscribe-button" href="https://www.spiritdao.org/donate">Donate</a></div><hr><p> Thank you for reading!<br>Please share this email with any friends you think might enjoy this newsletter. We are spreading the message one curious person at a time.</p><div data-type="subscribeButton" class="center-contents"><a class="email-subscribe-button" href="https://paragraph.xyz/@spiritdao/memberships">Subscribe</a></div><div data-type="shareButton" class="center-contents"><a class="email-subscribe-button" href="https://paragraph.xyz/@spiritdao/awBbEeYlSQpuNmwt6zDC">Share</a></div><p><strong>Connect with SpiritDAO</strong></p><p><span data-name="brain" class="emoji" data-type="emoji"><img src="https://cdn.jsdelivr.net/npm/emoji-datasource-apple/img/apple/64/1f9e0.png" draggable="false" loading="lazy" align="absmiddle"></span> <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://app.spiritdao.org">SpiritDAO App</a><br><span data-name="globe_with_meridians" class="emoji" data-type="emoji"><img src="https://cdn.jsdelivr.net/npm/emoji-datasource-apple/img/apple/64/1f310.png" draggable="false" loading="lazy" align="absmiddle"></span>&nbsp;<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://spiritdao.org">SpiritDAO.org</a><br><span data-name="arrow_forward" class="emoji" data-type="emoji"><img src="https://cdn.jsdelivr.net/npm/emoji-datasource-apple/img/apple/64/25b6-fe0f.png" draggable="false" loading="lazy" align="absmiddle"></span> <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://youtube.com/@spiritdao">YouTube</a><br><span data-name="bird" class="emoji" data-type="emoji"><img src="https://cdn.jsdelivr.net/npm/emoji-datasource-apple/img/apple/64/1f426.png" draggable="false" loading="lazy" align="absmiddle"></span>&nbsp;<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/thespiritdao">Twitter</a><br><span data-name="android" class="emoji" data-type="emoji"><img src="https://cdn.jsdelivr.net/npm/emoji-datasource-apple/img/apple/64/1f4f1.png" draggable="false" loading="lazy" align="absmiddle"></span> <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://www.tiktok.com/@thespiritdao">TikTok</a><br><span data-name="scroll" class="emoji" data-type="emoji"><img src="https://cdn.jsdelivr.net/npm/emoji-datasource-apple/img/apple/64/1f4dc.png" draggable="false" loading="lazy" align="absmiddle"></span> <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://docs.spiritdao.org">Docs</a></p><p><strong>SpiritDAO is a registered 501(c)(3) EIN&nbsp;#99-1308806.</strong></p>]]></content:encoded>
            <author>spiritdao@newsletter.paragraph.com (SpiritDAO)</author>
            <category>community</category>
            <enclosure url="https://storage.googleapis.com/papyrus_images/785f036b935e8c3da31e37794ba2949be3e1a31dcc0f140a86168480d3322806.jpg" length="0" type="image/jpg"/>
        </item>
        <item>
            <title><![CDATA[Traction]]></title>
            <link>https://paragraph.com/@spiritdao/traction051826</link>
            <guid>KhGLdnzlJTNrN0kEmwE1</guid>
            <pubDate>Mon, 18 May 2026 13:01:00 GMT</pubDate>
            <description><![CDATA[A long list of exciting updates happening within the SpiritDAO community.  We cover platform updates, operational updates, and new community news!]]></description>
            <content:encoded><![CDATA[<h2 id="h-contents" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">Contents:</h2><ol><li><p>Three Communities, Three Conversations</p></li><li><p>Donation Infrastructure: Two Clear Paths</p></li><li><p>Pod Module Upgrades</p></li><li><p>New Features</p></li><li><p>Quick Meeting for Pods</p></li><li><p>What This Week Means</p></li><li><p>Upcoming events</p></li></ol><hr><h2 id="h-three-communities-three-conversations" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">Three Communities, Three Conversations</h2><p>This week we sat down with three intentional communities to explore SpiritDAO as shared infrastructure: <strong>The New Paradigm Circle of Friends</strong>, <strong>Dancing Rabbit</strong>, and <strong>Artisans Coop</strong>. Each brought their own operational realities and governance challenges and each helped us see more clearly how the platform meets communities where they actually are, not where a product roadmap imagines them to be.</p><p>We're going to save the specifics for a future newsletter, but there's good news coming. We can share this: <strong>two communities have made verbal commitments to move forward with SpiritDAO!</strong></p><p>The Executive Pod is taking a deliberate approach to onboarding. We're not rushing these partnerships or offering a one-size-fits-all experience. Each community has custom needs, and we're doing the work to understand what integration actually looks like for them, what tools they need first, how governance maps to their existing structures, and where the platform needs to adapt rather than the other way around.</p><p>This is the moment we've been building toward. Stay tuned.</p><hr><h2 id="h-donation-infrastructure-two-clear-paths" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">Donation Infrastructure — Two Clear Paths</h2><p>We've rebuilt how donations work inside SpiritDAO, and the result is a cleaner, more transparent experience for everyone who supports this ecosystem.</p><p>When you visit the donate page, you'll now see two options:</p><p><strong>Get $SYSTEM </strong>works the way it always has. Your contribution generates $SYSTEM tokens — the intercommunity exchange currency that powers bounties, marketplace transactions, events, and treasury operations across the platform. 8% of each donation supports SpiritDAO operations (4%) and our Community Fund (4%). </p><p><strong>Direct Donation</strong> is new. This is a straightforward charitable contribution with no tokens involved.<strong> 100% goes directly to supporting SpiritDAO's operations fund, and the entire amount is tax-deductible. </strong>For supporters who simply want to help us keep this infrastructure free for communities around the world, this is the most direct way to do it.</p><p>Both donation paths now generate official PDF tax receipts delivered to your email with full documentation for your records. Behind the scenes, we've separated payment processing into dedicated accounts for each donation type, strengthening our financial transparency and audit trail.</p><p>We also unified the visual design across all donation pages in the app, ensuring a consistent and clear experience from the moment you decide to contribute through the moment your receipt arrives.</p><p>As a registered 501(c)(3) nonprofit (EIN: 99-1308806), SpiritDAO can offer tax-exempt status on charitable contributions. If you've been thinking about supporting the work, it's never been easier (or more transparent) to do so.</p><figure float="none" data-type="figure" class="img-center"><img src="https://storage.googleapis.com/papyrus_images/e9a1d0f5e7f8086119a2e9aa797bcd537c289e4c3d9facbd287f89b6243c3c3c.png" blurdataurl="data:image/png;base64,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" nextheight="447" nextwidth="409" class="image-node embed"><figcaption htmlattributes="[object Object]" class="hide-figcaption"></figcaption></figure><hr><h2 id="h-pod-module-updates" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">Pod Module Updates</h2><p><strong>Module </strong>— We've reimagined how we integrate modules into pods. Our core vision was that every pod would have the core functionalities of a community group, which we define as those accessible from our home page.  Beyond that, we wanted to ensure that optional modules were available to communities, both free and (optional) paid choices so that communities could truly shape their specific experiences.</p><figure float="none" data-type="figure" class="img-center"><img src="https://storage.googleapis.com/papyrus_images/2955b2b57b17879c4e14d757e32cbed0c155d04b8e8eed2bf9d41fa4c6f01404.png" blurdataurl="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAgCAIAAABywqTfAAAACXBIWXMAAA7DAAAOwwHHb6hkAAAD3klEQVR4nJWVW0zbVhjH89D1YRtCq8S2PvShL5OaqdEit6QIlnJJt7ClK1SjQ2tZO41KJWNpSlOFFXbjsiwXiJPadRwTOxCajARLDA2QVmm0e+BtlF3oZWmLVi03Os1UsSsaRM6EHeUCXmF/fbKOL7/v+/vY5zuSFC+OV5JlGYbhOI4pFMdxKTEBACQCCQAQzvMHWYnCQtI1HgBQoarW6rQSXtt2vCAp1ABFbcwrZJEsP3kCAKg/1nDeeF71lnpb8XPVtepMouIiYWD87GI8kZi9MXv7j9u37txZTa/m+BTvJDQaMn5qHPAMXL9+jRqkMBybmJzwB/z+wJXpa9PUoDc0GjKZTR2dHQiGCUby66e7errPXTC06nWtel08kVhZWeHvCsfUajq9bkYK+NW82/kvmb2+CQ8AYNlkOBxmGGbjc6Jkjue4xwCA78fHD6lqQjQt+v3WaW5uTqjEcY/X+9+6cv6zv4QwbdwWlEUkwv+zuLi4sHD/wZ8PFhbub1pZhCcIoqnp/QsGwwdNJzblb928ybJJ4etm/PNrZolhlh4tPYpEotFoPBKJ5kc8lojHErFoLBaNPXz4d67+Ms8HA7Sp2wLbELgfwVECRz2EixKCdHsJFwU7UAeCoS4CwwmbBZ6b/SU3/6lUaiRAF20vaWw4IZO9VvLyrmeeLT5Sd4weGfP7gt8Ojw6Sw/0EZr7sPH1Oe7yl2epARPjWM3pTt8XQZjx1svnUydMtZz5pN3bqtPqPW862tbX32G29zj7jV59/eFb7jc0uwvt9QY+beudw/V6ZXKWqhaDSqkqVTCbfs2ev8mA1csnldGLIJdyFeRAYm/15A4+jHhwl3j36nkqlrqtvaP6oRa3WHK1v0Gjq9DqDjwqQbu9aEEOXnbg473aRhzVHIKhUKpW9cahWKpWp1RqFogJF3BmYD3GedHtRBK+qrIGgAzYLDPcjdqsTgVGHHc2Hn8ZTHl+7sbPj4heD5PC6IIkhAfaSPhwlRHir2f51r4V0e90usrfLZDXbrWa73eq0mPq6vuy1mPoQGOVNOcTn7+03a5/fXvTSjpKdL+6UvvJqRdnrkHyfYv8BSL5v967dVcqaKmV1WWmZYr+ip8vy26+/F/BXhvwHyyuV5cqy0nK5DLKY+v2+YNa8MCaJobVTys/Xv1HAT//40/h3k1MTP0xNXp2avEqPjtOhMTo0FgzQwiA/RgL0vbv3CvpHKrXMMP+wbFKIpy9+lk0CkBbvn/+7/3D8+qcoT2NjYzh8dyvk/Pw8b4H3L/TPSOSvmZkZIdemyu6XmfpZTHSf/C9l9s8tNkxRAQD+Ba2eON4z1tUrAAAAAElFTkSuQmCC" nextheight="531" nextwidth="346" class="image-node embed"><figcaption htmlattributes="[object Object]" class="hide-figcaption"></figcaption></figure><p>Now in modules there are togglable selection lists. This helps keep our interface clean while still allowing our infrastructure and feature sets to scale alongside our communities.  When you toggle an 'Add-on' or 'Paid' module, new tabs will appear in your Pods page (typically restricted to those with Leader Roles).</p><h3 id="h-core" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">Core</h3><p>The building blocks that come with every pod. These are the essential tools for running a community: chat,  forum discussions, treasury, events, bounties, marketplace, knowledge base, and sub-pods.</p><p>Toggle on what you need and toggle off what you don’t. No cost, no limits.</p><h3 id="h-add-ons" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">Add-Ons</h3><p>Extended capabilities that go beyond the basics. </p><p>Currently, this includes <strong>Surveys</strong>, (see more about this new feature below) which lets you create and distribute polls across your pod and sub-pods.  Add-ons are free, but separated because they support more specialized workflows that not every pod needs.</p><h3 id="h-paid" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">Paid</h3><p>Premium modules powered by external services.</p><p>For example, the <strong>Community AI Agent</strong> can:</p><ul><li><p>Post daily discussions</p></li><li><p>Respond to mentions</p></li><li><p>Generate events autonomously</p></li></ul><p>These modules have real operational costs (API usage, compute, infrastructure), so they require either a subscription or a pod treasury contribution to sustain.</p><hr><h2 id="h-new-features" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">New Features</h2><p><strong>Surveys</strong> — Pod leaders can now create and distribute surveys directly to pod members, sub-pods, or the entire community. The module supports multiple question types — multiple choice, single select, free text, and rating scales — with real-time results tracking and one-response-per-member enforcement. This gives pods a structured way to gather input without resorting to external tools or informal polls that disappear into chat history. When a community needs to make a decision, the first step is knowing what its members actually think. Now there's a built-in way to ask.</p><figure float="none" data-type="figure" class="img-center"><img src="https://storage.googleapis.com/papyrus_images/d6739ba756cd204a748a7ec99b25be7ea3ed7dfe5600cdf25314e134ea708430.png" blurdataurl="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAAgCAIAAAB/3NSYAAAACXBIWXMAAA7DAAAOwwHHb6hkAAAFFElEQVR4nHWVW1ATVxzGd6Yz7aPPfelLn3p5sNM+1gc71VoootESg6AUKlO0Wqkz6igXuZgiQrwQVIwYIKliBMIlDSCiXMItgoYQgyYhCRuyJLLZ3ZzsJtnkxO2QZSSJ7Zlvd87MOb/9vvM/u2cRACiO42IQcvEG4x0IodeH0wzt9eGhcIgfSpzAMDQSjYbN5lednT38wLxxwWZbestxT6Z0RWdPtWt7/HQAADD8dIyfMDE5/Xh4JBqNIhRJDA4+alHcCwaDEZbt7dOOjOnYaPR+X1feiaPXW+7QoaDT4ZS3KGiG4Tiuo7NboWwnSRIhCJ/LtWK12WiGgRBarVaXawUniPpbjRckl8rrL1mdjlAwaLVaQ+FwDMJlFLXZlnAcR0iS4NOzbCTCRvhIoXAY83jerK1hHo/X+yYUDkeiEZphAAiwLMtxHAB+BAAKwhhcv2J8h2UjfBn+s0EII9HoeoX42jpQlCAIPwA0Q/MzItEox3F+AD756ksEQZAtHyBbPkQQ5Jsd2+OeYCNtSWX5b8XFOUcKTpeeS6z+6yUb8l7b2BU+Lce95X34ZSRm+7PsfJooS5CfK8jPTRNlVV+p2/Dk0wIAXG73qscTl3fV4yH9/sUlm8FkCoXDKc+CEG6ukyRJuVIhkUpV3V2qrk5Za8uc0Vhx/fL+owX9409jMBYMBlmWxfE1AMAmCWEMgMCi+aVufEw/M41hmGnB+GTokcVqSSkszyd5UiTpw3FeFElSJEn4CDLe4QUoigZ+H44neXIchzqsk6NDc3qdfmpsZmpkcnR4Tq+bnRqbn5viO5Ojw5O6YZNBv+ywJJHLDsv1enGtuFxccf5ixbnSs6fq/qoUV5SIK0qu1F5sbJC03mm8favBoJ9IJZ0Oa79Wo9H0Dmi1fX296s4H6od/a3oeKltl8js3NGrVitOy4rRYzAa77VVq2vz0j7//Atm1FUn/GlG3NQx2q/o77w12qyaeDFjM84umOV48GQqHNsmtHyGfIsjnCPIZgtyuKVbeapBWl0kunOttV7w2v7CY53k+lbTbLAPqNlWLRCatuC+XDPV3DT/SjI8MvTI9Nz6f5rFEcjOtzWJWd3RoB7V1V+ukN6SV1eWV1WVNtxs3ci5s6OW8PpV0Oqwu1B4AVDBIBwAVDjIRNhwMMhSJUyTuw9cIH06RxCq28n6F7A6HvVEmu3n3bo9WK5FKuzS9stbWhz19cqVSrlT2aDQqtRpFUdRhTSVR1KlQPdAODU7qZ5Sq9n8G+jX9WlmrfMXtTjzyUj1dqN3hWGq62/ygQ9Xc1vZ4dJwkKf51pAP0G693dGS0Q9WBostJnhDGMDf6Yu75tm93fLf9x507MvZmCot+PVFYcPxo4fq9IK8o7YfM7dt26nQ6D+Zk2cgG+ZbjMDdqMBh27sr4KWOfUHQ4PX1Pbc3VaxIpr8s1kmOFx7OFh2Zm9G6XPYl0u+ymBWNOTr5gn+jM6dLLNVdrLta/k7jq0u9Ff2QLD8/Ozrpd9s0TLO7pnDcYRMK83bt/Lj5xWlxVW1ZadaG0mtf5M2W52XmCzKzpqWnMnZzW7Vo2LRjT0jNFB/PSMwQlJVXyZkWjVNZ0s7npZvM1ifT4sZPZwkPP9M9SPeNpFwR7DggyhXszsw4eyM/LKXynX3KOiPYfEu7LndBNJHnyu2KzvCTwVZ8X83mxtVWXB0MT5fW4fF7Mblt0LiV8nxBCAAKJBwpJEv8nOrD+g2AY+l/4GJ0MW8yt8wAAAABJRU5ErkJggg==" nextheight="636" nextwidth="385" class="image-node embed"><figcaption htmlattributes="[object Object]" class="hide-figcaption"></figcaption></figure><p><strong>Knowledge Base Export</strong> — Pod leaders can now export their entire knowledge base as a single ZIP file, including all documents, PDFs, videos, and markdown content organized by category. Your community's institutional knowledge should never be locked inside any platform — including ours. This makes it easy to back up, share, or migrate everything a pod has built. Data portability isn't just a feature. It's a statement about who owns the knowledge.</p><figure float="none" data-type="figure" class="img-center"><img src="https://storage.googleapis.com/papyrus_images/e2c80cf67c3ec04b13cf36e6c6a07050c68f5aeeec550a3287385b9ba3fae2ab.png" blurdataurl="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAgCAIAAABywqTfAAAACXBIWXMAAA7DAAAOwwHHb6hkAAAEQklEQVR4nJWVS2zbZBzAXWknuO04abed4ILEBWnighDidUIc6GVCTJOGJoE08doEo0JISICQgFCtK21ZU9IubYnK2qZZlKbpY01T4qZO4iS247px0ofzsuPE/hLb+VD8tW6SlWr89Zfl+PMv//ffmKZphmGgKwB10JK6pmno2iWGYUBTLASzzkRJ0jTNOm7CDkHkG1fewy6cxy6c77ePQAgBAC0eQihK4md9t3uvX333/Ss379z++KtbN259UVVVCGHTVE3XIYTYsTz/ymUIYU1RTPu6bhjG/sE+n8vixHaCogRBYDkOMe32X3zzNexZDHsG+87284l9xEuyXBJFuVYDjXpVVRRV2csLXaqoKmg0lEYDQngSv2EYKgDhROyfRHQ5HByZdtpdzgcLs3gqHk7EkOKpOJ4iQ/Htzfh2MBbZOzxAf3HCx1k6U8iHE9Gfhu79MGCz2e8TTJJgkjGWjjKpGEuj++ReJpyIHZSKTaOp6fpR/iGEnmDgpbdeGBi5611Zmpr9e3x6YmLGNfrgT9vgb2PTznGXk8xy/mX/cP+vsQxzWMh38E0IF3zu3rcv/z465HBNOVxTtkHb/QnH3ZGh4bE/7E6Hb+NxMsutrK9OjtujLH1QbOONY/+5ghBjqTGno39wwO50zC4uOGf+mlv0zC4urBMRgklGT/XfaHUewBPxUHwbT8WXQmszj+bWCJzMsFEz7ChLRyjSymUoThwW8q386dpJ/UoVqSiWi2K5VJHEWrUolvOlYruiU6QAAEQd8Zqui5JkablcrsgtUY6kJsuydVoSxQ6+CWFFlkPhNTpNpugY0tXg0uNgwOt3ewMe37J3fXOFTpPJFEHT8QixybD0Sf3N/pfwSFA42Mny9F6OyXCJCdfY6uoj+8SQ3WmfnBkPrHoLwi7LkjxPJRI4mSI7+qfeaLAcS6dphmXoNM1ybIbf5XiWz/FIOZ6jGEqSSgAoilJtNOqd8WtaRZatrrYGuWt+3rn+wblLF89dujg8Od4xv4VS8ctv+z7pu3Pt5kcffv6p2+czGe14fJvm/ZnzKxTyHM/TbJpiGNn0xegUCOFzr76M+G9++RFCqLbPr/USigLVBS0iFFH7/uqYX82MHwVyrff177++ASGUJHFtYyNCbJOpJBEnEQlAvVat1hutNdmdP2QJuYf46dmHbp/voWd+3udDEe0mk66BgSMH9W6+ZQHDsJ6eHgihLFfCmyFBENqrABSlnM+fxTcNvWneVCTRPT+3tbW1u8tRFKUoSnstT+F1rbUtDaOJNndFEqNRwu9fDAT8Ho87l81ZFTndvm7yVqvk9jNDo/cyOxxNpQCod/XSWTxsNQws5g/93rkMz9Odzj8N3xJVUfez2Z00E9nCu7L4VLxYLa+RmziXRO/9b15tKDgbw7lk+8P/4M0f5pe3Q1C2n3zear7jdrb2Z/0JBQpQVPNzfqoi/l+d0PLNx+gNFQAAAABJRU5ErkJggg==" nextheight="490" nextwidth="329" class="image-node embed"><figcaption htmlattributes="[object Object]" class="hide-figcaption"></figcaption></figure><hr><h2 id="h-quick-meeting-for-pods" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">Quick Meeting for Pods</h2><p>Pod leaders can now start an ad-hoc video meeting directly from the pod detail page (the "View' button on the Pod Card)  no formal event creation required. Click "Start Meeting" and you're live.</p><p>When a meeting is active, all pod members see a banner with a pulsing red indicator and participant count, and can join with a single click. The meeting uses the same full-featured conference room as scheduled events (host controls, screen sharing, reactions, speaker view) and automatically ends after five minutes of inactivity.</p><p>Not everything needs to be on the calendar. Sometimes a community just needs to get in a room and talk. Now they can, in about two seconds.</p><figure float="none" data-type="figure" class="img-center"><img src="https://storage.googleapis.com/papyrus_images/c0bba7f2b65a12aa4adecc61af6675fcd372eb7f1617db95b8e511ba6f903270.png" blurdataurl="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAgCAIAAABywqTfAAAACXBIWXMAAA7DAAAOwwHHb6hkAAAFxUlEQVR4nIWVC0xTVxjHb2kvtLe2tBRKC+XRB4XyKvKQRwuCKOWhQ+dUFBlG42RkOrPELNuSZVGSxSwummXRZFtIFrPEJc6ExY3N+Now2XAY4gOMm4g82ntLX7elj/s49y7t5VXisi9fcs/5cn7n+853cv8HIkmCZVkAAMMwFE1TFE3RMQMMeLVzFh0wDAORJMEwLKCZCEEAhmFjxrAMw0RXM9FRnC8tiI0BAEs8y7L3n4zfGL332/jYrdE/fh8bHXs6EVu3TMQsxEbsIZeLwhk2Ggdr+esjt74eunr5p6HLwz8ODn0/NHIXc7tXtuCAaQq7MnV7xPM4wlLr+cmpvx88nZh8/s+z2ZfjTyf+nHg8g6HrSgAMQzA0zYClKYjx3KLh0ZHBn699++vQ4PC1r65f/evZEw5g/9tAjI+wLEuS5Kb+A+l7tuh72q3HD0p31b99/gzLsgRJLjc82s2oL1tcfgDAZ1cGT3559tSlcx9+c6H/wsDVu79w8f/NT3A1hhaDPq97MeDzOD04HsD9QdTuwFAMQ6OGoZjb4/fgwQVPYM5uxxYW4uqnadDa0mGxNFlragv0Rr2huNjSplVrtWqdTq3XZei1Kk1L17udJz7bYWls1ee/Zt2y4IreDkQSUT4UCjU3Nhdq88UCiQyRKGQ5rWarNFEEQ0lJPCEfgqVCZEd7t6F4a1dFTrtKWq+rsNsdq3wwFOrddyRTpkb4Ygm8AUGUb5kLS9WqJDhZLpKJYWl1WWltxUaYL20z65tKckwllY61fChCdLfbVIkiAQ8RJYjFMCIWSVVparlIBkGJ2+uq3tnTDkMiYYKkxpBebVDock2YA12TPxzuarEZTTWFeeacZJlEJIcTRHACojLU5GkNts11xsxsGOInQaJyQ0auPEmjyEXX8qFwpMVibTKVFeqM+eqM9DSN2ZCXrdLUWZvaa0uMBkORsTA1uzRZKFOrDVKVIU+djaJr+EAofKCx/kihVr5BLuQhYoE4NUX1euO2m5+csZWVQ5BAkihNUeqVaZnN5Vu7d/U1dhywO5yrPEmQG0vKdUq1SZ0N88Ub+BIeBJuyDOcO9/XWWXKlEiFfLOYjibykhhJLdUlzUVVLXP0kSVaVVcsEkhpjWWWBMV2eqpCpCjU56pT0XJXaWNGckpYrEiAILFGmKZMESLZK43Cs6T9JkpVlVTwIMpkaigq2i3hwZnpWljJ6nQgfkSs0peZSiVAsEck0Oo1EiOSqtPE8QVaXVcEQlCor3tZwWpOWYa2rT5OpEIFYkigRJYiK9XnW2haFTGXQalKT5VnKbEdc/QRpq7WmyNIaNh46dfBiu213dqaGzxOJhcnSRKkQllTkFx3dfzwvv7JAly8VyrRq3frz5+cXKJNlu23dm602S11tm61Yn6qRCsQ8CFYoVDs7eva2tZrNdZVmS4o4Wa3U2Jfqj/0/AIDDvYc/6O/b2bm7t++j3u7Oo0dsF0+e2bXZVlRQsm9vj7WuqW1bZ319yxudbR3NlpYmm8/r4/gl/eHUhqIoTisiISqmvzEpBgDQNMvGvhTFich6/Vhwe50LLju6gDqdz2cdLrdnHkVn7VgsiM3Mzs3Mo3bMFSeHYJWnMcw5PWufmp6dmpl3uj3+wKIPxz1eH+734/6A2+N1ub24P8g9G0v1Ak5/ogcAKOacmXPMzDlm5zGaisrziq0A3GBpwsbrLxM7P/fy0ICOOaAB/UoJ5oJghacBcC3izoDPgXscuAf1e1G/14F7nEH8ydyLmw/v33n04M6jsVvL/sKFMtF2xt4/br9pN3pv8uG818Vt4cA9c16Xn4y8d+mcZn/7puNvlvV1bervsZw4pO/p+O72MMuyFE2v5p/3uibnX857XXafm/M5z4IntHjp+g/7Bt4/dn7g6Oenj50f6P/i096zH98YH+Wolf4zQSIcIMJ4OLjWfeFgiCYJhg7TZBhQYZoK0UQYUCGSiL3mzL94a0BAeQlGiQAAAABJRU5ErkJggg==" nextheight="590" nextwidth="394" class="image-node embed"><figcaption htmlattributes="[object Object]" class="hide-figcaption"></figcaption></figure><hr><h2 id="h-what-this-week-means" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">What This Week Means</h2><p>There's a pattern in the last few newsletters worth naming. We rebuilt the notification system, rebuilt Pulse, launched optional AI agents, unified the app's design, and  refreshed outreach. And now community commitments, a mature donation infrastructure, surveys, knowledge base portability, and instant meetings.</p><p>Each week has built on the one before.  </p><p>The platform is no longer just infrastructure looking for communities. Communities are looking at the platform and saying yes. That's a different conversation entirely, and we're ready for it!</p><hr><p><strong>Upcoming Events This Week</strong></p><p>We strongly recommend registering for events within the SpiritDAO app (Events section) at <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="http://app.spiritdao.org">app.spiritdao.org</a>,  it's how we gauge attendance and shape the flow of each session.</p><p><strong>Town Hall</strong> — Mon, May 18th · 8:00 PM EST - A standing community gathering for conversation, questions, and shared presence. <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out underline underline underline-offset-2 decoration-1 decoration-current/40 hover:decoration-current focus:decoration-current" href="https://meet.google.com/twa-ghig-qxp">Join here</a></p><p><strong>First Contact</strong> — Wed, May 20th · 12:00 PM  EST - The official starting point for new members — a peer-to-peer orientation into how participation works. <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out underline underline underline-offset-2 decoration-1 decoration-current/40 hover:decoration-current focus:decoration-current" href="https://meet.google.com/twa-ghig-qxp">Join here</a></p><p><strong>Feedback Loops</strong> — Fri, May 22nd  · 12:00 PM  EST - A live working session where the community helps shape the app — bring your bugs, your questions, and your ideas. <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out underline underline underline-offset-2 decoration-1 decoration-current/40 hover:decoration-current focus:decoration-current" href="https://meet.google.com/twa-ghig-qxp">Join here</a></p><hr><h3 id="h-questions" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">Questions?</h3><p>The best way to get in touch is within our community:  <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://app.spiritdao.org">https://app.spiritdao.org</a>   <br>If it's easier, send us an email: <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="mailto:community@spiritdao.org">community@spiritdao.org </a></p><div data-type="customButton" href="https://www.spiritdao.org/donate" class="center-contents"><a class="email-subscribe-button" href="https://www.spiritdao.org/donate">Donate</a></div><hr><p> Thank you for reading!<br>Please share this email with any friends you think might enjoy this newsletter. We are spreading the message one curious person at a time.</p><div data-type="subscribeButton" class="center-contents"><a class="email-subscribe-button" href="https://paragraph.xyz/@spiritdao/memberships">Subscribe</a></div><div data-type="shareButton" class="center-contents"><a class="email-subscribe-button" href="https://paragraph.xyz/@spiritdao/awBbEeYlSQpuNmwt6zDC">Share</a></div><p><strong>Connect with SpiritDAO</strong></p><p><span data-name="brain" class="emoji" data-type="emoji"><img src="https://cdn.jsdelivr.net/npm/emoji-datasource-apple/img/apple/64/1f9e0.png" draggable="false" loading="lazy" align="absmiddle"></span> <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://app.spiritdao.org">SpiritDAO App</a><br><span data-name="globe_with_meridians" class="emoji" data-type="emoji"><img src="https://cdn.jsdelivr.net/npm/emoji-datasource-apple/img/apple/64/1f310.png" draggable="false" loading="lazy" align="absmiddle"></span>&nbsp;<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://spiritdao.org">SpiritDAO.org</a><br><span data-name="arrow_forward" class="emoji" data-type="emoji"><img src="https://cdn.jsdelivr.net/npm/emoji-datasource-apple/img/apple/64/25b6-fe0f.png" draggable="false" loading="lazy" align="absmiddle"></span> <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://youtube.com/@spiritdao">YouTube</a><br><span data-name="bird" class="emoji" data-type="emoji"><img src="https://cdn.jsdelivr.net/npm/emoji-datasource-apple/img/apple/64/1f426.png" draggable="false" loading="lazy" align="absmiddle"></span>&nbsp;<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/thespiritdao">Twitter</a><br><span data-name="android" class="emoji" data-type="emoji"><img src="https://cdn.jsdelivr.net/npm/emoji-datasource-apple/img/apple/64/1f4f1.png" draggable="false" loading="lazy" align="absmiddle"></span> <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://www.tiktok.com/@thespiritdao">TikTok</a><br><span data-name="scroll" class="emoji" data-type="emoji"><img src="https://cdn.jsdelivr.net/npm/emoji-datasource-apple/img/apple/64/1f4dc.png" draggable="false" loading="lazy" align="absmiddle"></span> <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://docs.spiritdao.org">Docs</a></p><p><strong>SpiritDAO is a registered 501(c)(3) EIN&nbsp;#99-1308806.</strong></p>]]></content:encoded>
            <author>spiritdao@newsletter.paragraph.com (SpiritDAO)</author>
            <category>community</category>
            <enclosure url="https://storage.googleapis.com/papyrus_images/4be9b774c6e3d827d6c34c7c1edc9c398630a7b2063a9ea484a867aa4e387434.jpg" length="0" type="image/jpg"/>
        </item>
        <item>
            <title><![CDATA[Reaching]]></title>
            <link>https://paragraph.com/@spiritdao/reaching051124</link>
            <guid>YRtnvsRTn2GPw7t9PnL0</guid>
            <pubDate>Mon, 11 May 2026 13:00:00 GMT</pubDate>
            <description><![CDATA[The latest news and happenings within the SpiritDAO community. ]]></description>
            <content:encoded><![CDATA[<h2 id="h-contents" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">Contents:</h2><ol><li><p>Connecting with ICMatch</p></li><li><p>Outreach is Landing</p></li><li><p>Ecosystem Polish</p></li><li><p>Under the Hood Improvements</p></li><li><p>Upcoming events</p></li></ol><hr><h2 id="h-connecting-with-icmatchorg" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">Connecting with <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="http://ICMatch.org">ICMatch.org</a> </h2><p>On May 5th, we sat down with the <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="http://ICMatch.org">ICMatch.org</a> community to explore what SpiritDAO looks like as federated infrastructure for intentional communities.</p><p>ICMatch helps people find and form intentional communities such as cohousing groups, ecovillages, resource-sharing collectives, communes. These are communities built around shared values, shared governance, and shared resources. They're also communities that tend to outgrow their tools almost immediately. Group chats become unmanageable. Spreadsheets replace governance. Treasury lives in someone's personal account. Decision-making defaults to whoever has the most energy that week.</p><p>SpiritDAO was built to solve exactly this. The conversation explored how pods, governance, treasury, events, and membership tools could serve as a shared operational layer, one that intentional communities own collectively rather than renting from a platform that doesn't understand how they work.</p><p>This is what we mean by federated infrastructure: not one community using SpiritDAO, but many communities: each with their own identity, governance, and economy. Benefiting from the standardization of operating on shared rails while maintaining their core purpose and vision. The ICMatch session an opportunity to connect with others  living  the problem every day. </p><hr><h2 id="h-outreach-is-landing" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">Outreach Is Landing</h2><p>We've spent significant time this week on prospective community outreach, with a particular focus on intentional communities. And for the first time, we're seeing early traction.</p><p>Several conversations have moved past the introductory stage into substantive discussions about what integration would look like. Nothing is formalized yet, but the tone has shifted, from "tell me more" to "how would this work for us." That's a meaningful difference.</p><p>Community building is slow by design. People who've been burned by platforms that disappeared, pivoted, or paywalled their work aren't going to commit on the first call. We're okay with that. The conversations that are happening now are the ones that lead to real, lasting partnerships, not sign-ups that churn in sixty days.</p><p>If you're connected to an intentional community, a mutual aid network, a nonprofit collective, or any group that's outgrowing its current coordination tools, we'd love an introduction. The platform is free and a conversation costs nothing. Even better, SpiritDAO may be fit they've been looking for.</p><hr><h2 id="h-ecosystem-polish" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">Ecosystem Polish</h2><p><strong>Unified app styling.</strong> We completed a full audit of the application's visual design and addressed several areas where legacy styling was still present from earlier iterations. Every screen, component, and interaction now follows a consistent design language. This is the kind of work that's hard to notice when it's done well — the app simply feels like one thing instead of several things stitched together. That's the point.</p><p><strong>Marketplace filtering.</strong> We've updated product filtering in the Marketplace to better reflect how members actually use it. Products now filter in relation to the pods you're part of, and we've expanded filtering options to ensure the Marketplace remains usable and relevant as the ecosystem scales. When a platform grows, the navigation has to grow with it — or everything starts to feel cluttered. This keeps it clean.</p><figure float="none" data-type="figure" class="img-center"><img src="https://storage.googleapis.com/papyrus_images/1fe08d407e64688801d99983c2570681c1c28b39f17645e57ee25111817bec7c.png" blurdataurl="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAPCAIAAAAK4lpAAAAACXBIWXMAAA7DAAAOwwHHb6hkAAACZUlEQVR4nKXUzWvTYBwH8HgRdvQPUBkO9DRfh5Wh+DK7uQoTKhOZIrMipWzKMmw76AvUBrZm0CYpM11ZX7MmC61Ju9I2tgmlTZQ1nVCrl7mDeNLL/gZpU6sXa9uFz+kh4fs8z498AUnku1er7Rwc/Gz6UZXL3XwCSCKfzSTidJhlyBRLxelwB6ViTq6U5EqpwKU6vxmnwwKfaQQIfDpOh7MZpsClspmEJPIfJOHwss1NS6IAZDOJPMeeHT4DNB/zEphkqBgZVJBk6C1D9qFUzDEM0QhQNq436BxOC4rB8CqE+xDch6AYjK+j+DrqcFqsNlOvUMyVzyVaV0RvhTyoSzs9NTh04sHD+xdVF0avqdTjN4ZOD548dbxQSO/v1b7U5S7t79W001OzukfCu2QjQBmX0bxgNL04f2nYMPdcPXlLc+/O+OTNCc1t1eiI3+/dTtJJhurSdpIGwblF43yeY1sBeY51OC3mJRCC7BBkdyMrbmQFXoU8qAvFYIvtVSO+F1abid4Kp1iqEaAM+fLIOQAA7mrUn+u7kshX5XLbx933varK5XKR+zPkFEuB80/M4FMf5qTCSNC3DEPGw8BRB7Xpb51A4NNEFCdDiN1uvnr9yoRGPfvscbnIlYq5/pSL3MyM1mrSK39VIyAaeUOGEL1BN3DsKDBwZEwzVqvtVCqlfokLoB6yv2wFFLgUwxAe2LKBLyfItQS5Fgu6PbClDf598L8XO/Nhr0kCb12RJPJKBUUC3oAfjQS8RBSnNv0KOrYh8GmBT+c5tr34X0QUb3ZRuhXwb/n6J1mpz+/fvvbUu+02/QW+0px03tZaRQAAAABJRU5ErkJggg==" nextheight="203" nextwidth="435" class="image-node embed"><figcaption htmlattributes="[object Object]" class="hide-figcaption"></figcaption></figure><hr><h2 id="h-under-the-hood" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">Under the Hood</h2><p><strong>Google Ads adjustments.</strong> We continued refining our Google Ads campaigns this week. An account upgrade from four months ago introduced some configuration issues that were affecting performance. Those have been addressed. The campaigns are now running cleanly against our current messaging and audience targeting.</p><hr><p><strong>Upcoming Events This Week</strong></p><p>We strongly recommend registering for events within the SpiritDAO app (Events section) at <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="http://app.spiritdao.org">app.spiritdao.org</a>,  it's how we gauge attendance and shape the flow of each session.</p><p><strong>Town Hall</strong> — Mon, May 11th · 8:00 PM EST - A standing community gathering for conversation, questions, and shared presence. <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out underline underline underline-offset-2 decoration-1 decoration-current/40 hover:decoration-current focus:decoration-current" href="https://meet.google.com/twa-ghig-qxp">Join here</a></p><p><strong>First Contact</strong> — Wed, May 13th · 12:00 PM  EST - The official starting point for new members — a peer-to-peer orientation into how participation works. <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out underline underline underline-offset-2 decoration-1 decoration-current/40 hover:decoration-current focus:decoration-current" href="https://meet.google.com/twa-ghig-qxp">Join here</a></p><p><strong>Feedback Loops</strong> — Fri, May 15th  · 12:00 PM  EST - A live working session where the community helps shape the app — bring your bugs, your questions, and your ideas. <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out underline underline underline-offset-2 decoration-1 decoration-current/40 hover:decoration-current focus:decoration-current" href="https://meet.google.com/twa-ghig-qxp">Join here</a></p><hr><h3 id="h-questions" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">Questions?</h3><p>The best way to get in touch is within our community:  <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://app.spiritdao.org">https://app.spiritdao.org</a>   <br>If it's easier, send us an email: <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="mailto:community@spiritdao.org">community@spiritdao.org </a></p><div data-type="customButton" href="https://www.spiritdao.org/donate" class="center-contents"><a class="email-subscribe-button" href="https://www.spiritdao.org/donate">Donate</a></div><hr><p> Thank you for reading!<br>Please share this email with any friends you think might enjoy this newsletter. We are spreading the message one curious person at a time.</p><div data-type="subscribeButton" class="center-contents"><a class="email-subscribe-button" href="https://paragraph.xyz/@spiritdao/memberships">Subscribe</a></div><div data-type="shareButton" class="center-contents"><a class="email-subscribe-button" href="https://paragraph.xyz/@spiritdao/awBbEeYlSQpuNmwt6zDC">Share</a></div><p><strong>Connect with SpiritDAO</strong></p><p><span data-name="brain" class="emoji" data-type="emoji"><img src="https://cdn.jsdelivr.net/npm/emoji-datasource-apple/img/apple/64/1f9e0.png" draggable="false" loading="lazy" align="absmiddle"></span> <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://app.spiritdao.org">SpiritDAO App</a><br><span data-name="globe_with_meridians" class="emoji" data-type="emoji"><img src="https://cdn.jsdelivr.net/npm/emoji-datasource-apple/img/apple/64/1f310.png" draggable="false" loading="lazy" align="absmiddle"></span>&nbsp;<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://spiritdao.org">SpiritDAO.org</a><br><span data-name="arrow_forward" class="emoji" data-type="emoji"><img src="https://cdn.jsdelivr.net/npm/emoji-datasource-apple/img/apple/64/25b6-fe0f.png" draggable="false" loading="lazy" align="absmiddle"></span> <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://youtube.com/@spiritdao">YouTube</a><br><span data-name="bird" class="emoji" data-type="emoji"><img src="https://cdn.jsdelivr.net/npm/emoji-datasource-apple/img/apple/64/1f426.png" draggable="false" loading="lazy" align="absmiddle"></span>&nbsp;<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/thespiritdao">Twitter</a><br><span data-name="android" class="emoji" data-type="emoji"><img src="https://cdn.jsdelivr.net/npm/emoji-datasource-apple/img/apple/64/1f4f1.png" draggable="false" loading="lazy" align="absmiddle"></span> <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://www.tiktok.com/@thespiritdao">TikTok</a><br><span data-name="scroll" class="emoji" data-type="emoji"><img src="https://cdn.jsdelivr.net/npm/emoji-datasource-apple/img/apple/64/1f4dc.png" draggable="false" loading="lazy" align="absmiddle"></span> <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://docs.spiritdao.org">Docs</a></p><p><strong>SpiritDAO is a registered 501(c)(3) EIN&nbsp;#99-1308806.</strong></p>]]></content:encoded>
            <author>spiritdao@newsletter.paragraph.com (SpiritDAO)</author>
            <category>community</category>
            <enclosure url="https://storage.googleapis.com/papyrus_images/caf62ba54a45013cd7536a1901290b242566f4b7ba98f5b6e5589aefe7074883.jpg" length="0" type="image/jpg"/>
        </item>
        <item>
            <title><![CDATA[Alive]]></title>
            <link>https://paragraph.com/@spiritdao/alive-050426</link>
            <guid>slNjjXXfaHyl4iHKrDWK</guid>
            <pubDate>Mon, 04 May 2026 13:00:00 GMT</pubDate>
            <description><![CDATA[Community Updates from SpiritDAO]]></description>
            <content:encoded><![CDATA[<h2 id="h-contents" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">Contents:</h2><ol><li><p>Introducing Community AI Agents</p></li><li><p>Pulse Rebuild</p></li><li><p>Forum &amp; Chat Redesign</p></li><li><p>Under the Hood Improvements</p></li><li><p>Upcoming events</p></li></ol><hr><h2 id="h-introducing-community-ai-agents" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">Introducing Community AI Agents</h2><p>This is a new capability for SpiritDAO and we're excited about where it leads.</p><p><strong>Community AI Agents</strong> are an <em>optional</em>, premium add-on that any pod can enable. When activated, your pod gets its own AI-powered community member, an agent with a custom name and personality that actively participates in discussions, answers questions, and helps keep your community engaged between the moments when humans are busy living their lives.</p><figure float="none" data-type="figure" class="img-center"><img src="https://storage.googleapis.com/papyrus_images/4f3c6044c4596cb986acd4f0af4d175e0f86e5eeeaa3fc0b297b7b40e83e4298.png" blurdataurl="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAgCAIAAACQHr+mAAAACXBIWXMAAA7DAAAOwwHHb6hkAAAEoUlEQVR4nHWUa0zbVhTHI+1T923ftmn9tGmq9nnTtKkftlWs6mMr1dRKaOp4FipU2rVSH0CBSnSjr41uY6wtg5YyYBotKSR1laQ4ibs4r2JwRigFAoXwqJ1wE/uG6yROcifbNFBKj47sq+v70znnf+6xzse6x5+MBAKPR/1scDYgCKEQPxfi5zguyHHaYhaAZwjBqBCZmZkc9Q/7WLfOx3pk1TDGDMO0trWbTBaTyWK8R3R3/2O8R5jND9pvdZKkdSm0kJKToigwgw7d/PwUSZI61Soqjiiv1zZtev2Nd997X9t88613dDrdp1s/c9mMUAQQQgUL8XNdXd3aiZvt7Xfu9l+4eIkwmUnSajASAwOkvs/Q129MJJNYtWgEMIO0btQ/DCGsqDhaV1vn87EdnV3GewSEUN7IVjGtNrzG0pk0QiiRTCCEZDmlfVWpFMZYFKMKNhUYtdmpfx00xtjl9tjsFErEr3XerLt8fnL2KQARl9uDMeZ4vqdHvxptxOf9vfn61et/CqL4V1f39ZYbcDlWfLT84y+/GBkfY5ihltY2WU55PN7K6hoIYzGoKskMOjme43kegMgSAABE/GOPf2i8fPanCyYbiRDieH4ZIQghz3MQxgBYUjAf612TvYwxTj0vNbuTzmSylQMQ1iTxxiXkH7KzjPP06cqioqLc3L1ms0XDtGc0AkA4zC0uyLK80m6/fyiZlGqP7bcYu5uammoqT/98+eJ9wuj1OBlmEGMcg6LTPvDQajHob4dDIYRiq0lKSIxB0fGQsphNc8GgLCchhGoDVvLMWrZvCpbOpDHOrDmhFPNizZm4JGkJs4xzBYtBMTDxhGEYK0nSNE1RFE3Ti9yzO4RheNQvisLkxEQ0EtUk0SZAwURR8A09oiiKIIy9vfqOjo7bPb3TwZm6X86bKBKEQ16POxwKr8OSCCGHy+twef/zP15zy5RU05lMdqFhLKPWppXucnvu9PY9nQ0mkklJiieSSUUqdZH159E8KxjGmKadjY1XAACqDClZTmlxsp5Qd0UxOjc/vZrk/MKzRY4fYn0JRdiMRq7zlCIeDATGVqPpdLrNb2/m+NAyQksALKubL1lGvZPqvGGMh9lhbcCnpqZJ0lp9ptZksmQbuNZWldSibflgyydbt6YzmfmFxYggRCLCRtFe7BuEcDIQGB+fsNltNruNJEna5UzJ8RgUYlCQkCghIS6h9VhcWm5urGo4W97R8mN9TZnqhy6eO3Jf/4eVuDFgaCH0zW6qbz0mIfG3SyfLi786cXhfWcGusoJdFSVfHy3LPVd18NqVU4S++YHhqpu6u0G0X88f37vjw8K8nPz9nxfkbSvN31lyYHthXk5B3rZrVypJouWV2L7dH5Xm7yzN31GYl1OYl1NxcE/Jge3HDu2tryox65u9jv6XJBFBa1NtefGe7w99U338u7qTRScP72+oLT17quDM8W9PHN5n0je5KeXP9QKGEHSQt039bXbL32bDDZu5k6H1HqpHc4bWDxBtj2higwmYmQ6w7DBF2RYWgnFpOQaVec+6et2zV/l5tGgk4rCR7bc66+sbRvz+7Gi/qt3/A0iddPgYd/VuAAAAAElFTkSuQmCC" nextheight="765" nextwidth="426" class="image-node embed"><figcaption htmlattributes="[object Object]" class="hide-figcaption"></figcaption></figure><p>Here's what your agent does:</p><p><strong>Daily Discussion Prompts</strong> — Your agent starts a new conversation in your pod's forum every day, tailored to your pod's focus area and recent activity. The goal isn't content for content's sake, it's a spark that gives members something worth responding to when they check in.</p><p><strong>Mention-Based Replies</strong> — Members can @mention the agent by name in forum threads or chat. The agent reads the conversation context, pulls from your pod's knowledge base if one exists, and responds thoughtfully. Think of it as a subject-matter resource that's always available.</p><p><strong>Weekly Event Suggestions</strong> — Each week, the agent proposes event ideas relevant to your pod's mission. These appear as drafts that pod leaders can review, edit, publish — or reject. You stay in full control. AI-generated events are currently limited to free, informational formats like discussion meetups and reading groups. If there is significant interest in the future we can incorporate paid events as well. </p><p><strong>Custom Knowledge Base</strong> — Upload PDFs or text files to train your agent on your pod's specific domain. Responses stay grounded in your content, not generic.</p><p><strong>Setup takes about two minutes.</strong> Open your pod's management page, go to the Agents tab, enable the agent, give it a name and personality, choose a forum category, and optionally upload documents. <strong>The cost is 25 $SYSTEM for 30 days</strong>, with revenue supporting DAO operations. Communities can toggle the agent on and off and retain any unused days.</p><p>Pod leaders have full control at every level: naming, personality, posting location, event approval, and the ability to turn it off at any time with data preserved.</p><p>This is what we mean when we talk about AI as community infrastructure. Not AI that replaces people. AI that keeps the room warm until people walk in. </p><p>This represents a new experimental direction for SpiritDAO, our core community ecosystem remains 100% free and always will be. Agentic AI as community engagement represents our first premium feature, which can only be purchased with $SYSTEM.  When $SYSTEM is burned within our ecosystem the dollars associated with it default to our operations pool, which pays for the AI credits used on the bot (and more).  </p><hr><h2 id="h-pulse-rebuild" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">Pulse Rebuild</h2><p>Last week we shipped a major notification overhaul. This week, we rebuilt the system that displays all of it.</p><p>The previous Pulse architecture wasn't scalable. As we added more notification types, activity categories, and ecosystem events, the feed was straining under a structure that wasn't designed for this level of complexity. So we rebuilt it, a more unified infrastructure that covers all relevant app functions and gives us a foundation that scales with the platform.</p><p>If Pulse felt incomplete before, that's because it was. It isn't anymore.</p><hr><h2 id="h-forum-and-chat-redesign" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">Forum &amp; Chat Redesign</h2><p>We've revamped the UX for both our forum and chat interfaces to better align with SpiritDAO's ecosystem theme. The visual language is more cohesive, navigation is cleaner, and the experience feels more intentional across both spaces.</p><p>Alongside the visual refresh, we've updated forum templates to better support how communities actually use them, and fixed a display issue where markdown formatting was rendering as raw text instead of displaying properly. Bold is bold again. Lists look like lists. The basics are now expanded to meet the evolving needs of communal coordination. </p><hr><h2 id="h-under-the-hood" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">Under the Hood</h2><p><strong>iOS download fix.</strong> We resolved a bug that was preventing the app from downloading properly on iOS devices. If you tried to install on iPhone or iPad and hit a wall please try again.</p><hr><p><strong>Upcoming Events This Week</strong></p><p>We strongly recommend registering for events within the SpiritDAO app (Events section) at <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="http://app.spiritdao.org">app.spiritdao.org</a>,  it's how we gauge attendance and shape the flow of each session.</p><p><strong>Town Hall</strong> — Mon, May 4th · 8:00 PM EST - A standing community gathering for conversation, questions, and shared presence. <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out underline underline underline-offset-2 decoration-1 decoration-current/40 hover:decoration-current focus:decoration-current" href="https://meet.google.com/twa-ghig-qxp">Join here</a></p><p><strong>SpiritDAO for Intentional Communities </strong>— Tues, May 5th · 7:30 PM EST - A session in partnership with <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="http://ICMatch.org">ICMatch.org</a>, a platform dedicated to helping people find and form intentional communities,  from cohousing and ecovillages to resource-sharing collectives and communes.</p><p>The session will cover how communities are using SpiritDAO to coordinate transparently, compensate contributors, and build real infrastructure together. We'll explore how SpiritDAO's governance, treasury, events, and membership tools can serve as the operational backbone for intentional communities that need more than group chats and spreadsheets.</p><figure float="none" data-type="figure" class="img-center"><a href="https://cultivate-caring.community/get-involved/" target="_blank" rel="noopener noreferrer nofollow ugc"><img src="https://storage.googleapis.com/papyrus_images/f46618ab0fe3b0697c489fb7b37212b392b60c3bdd3afeccdc08a409db5f9bae.png" blurdataurl="data:image/png;base64,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" nextheight="710" nextwidth="740" class="image-node embed"></a><figcaption htmlattributes="[object Object]" class="hide-figcaption"></figcaption></figure><p>If you're part of an intentional community, or building one, this is a conversation worth joining.</p><p>Register here: <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://cultivate-caring.community/get-involved/">https://cultivate-caring.community/get-involved/</a></p><p><strong>First Contact</strong> — Wed, May 6th · 12:00 PM  EST - The official starting point for new members — a peer-to-peer orientation into how participation works. <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out underline underline underline-offset-2 decoration-1 decoration-current/40 hover:decoration-current focus:decoration-current" href="https://meet.google.com/twa-ghig-qxp">Join here</a></p><p><strong>Feedback Loops</strong> — Fri, May  · 12:00 PM  EST - A live working session where the community helps shape the app — bring your bugs, your questions, and your ideas. <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out underline underline underline-offset-2 decoration-1 decoration-current/40 hover:decoration-current focus:decoration-current" href="https://meet.google.com/twa-ghig-qxp">Join here</a></p><hr><h3 id="h-questions" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">Questions?</h3><p>The best way to get in touch is within our community:  <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://app.spiritdao.org">https://app.spiritdao.org</a>   <br>If it's easier, send us an email: <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="mailto:community@spiritdao.org">community@spiritdao.org </a></p><div data-type="customButton" href="https://www.spiritdao.org/donate" class="center-contents"><a class="email-subscribe-button" href="https://www.spiritdao.org/donate">Donate</a></div><hr><p> Thank you for reading!<br>Please share this email with any friends you think might enjoy this newsletter. We are spreading the message one curious person at a time.</p><div data-type="subscribeButton" class="center-contents"><a class="email-subscribe-button" href="https://paragraph.xyz/@spiritdao/memberships">Subscribe</a></div><div data-type="shareButton" class="center-contents"><a class="email-subscribe-button" href="https://paragraph.xyz/@spiritdao/awBbEeYlSQpuNmwt6zDC">Share</a></div><p><strong>Connect with SpiritDAO</strong></p><p><span data-name="brain" class="emoji" data-type="emoji"><img src="https://cdn.jsdelivr.net/npm/emoji-datasource-apple/img/apple/64/1f9e0.png" draggable="false" loading="lazy" align="absmiddle"></span> <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://app.spiritdao.org">SpiritDAO App</a><br><span data-name="globe_with_meridians" class="emoji" data-type="emoji"><img src="https://cdn.jsdelivr.net/npm/emoji-datasource-apple/img/apple/64/1f310.png" draggable="false" loading="lazy" align="absmiddle"></span>&nbsp;<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://spiritdao.org">SpiritDAO.org</a><br><span data-name="arrow_forward" class="emoji" data-type="emoji"><img src="https://cdn.jsdelivr.net/npm/emoji-datasource-apple/img/apple/64/25b6-fe0f.png" draggable="false" loading="lazy" align="absmiddle"></span> <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://youtube.com/@spiritdao">YouTube</a><br><span data-name="bird" class="emoji" data-type="emoji"><img src="https://cdn.jsdelivr.net/npm/emoji-datasource-apple/img/apple/64/1f426.png" draggable="false" loading="lazy" align="absmiddle"></span>&nbsp;<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/thespiritdao">Twitter</a><br><span data-name="android" class="emoji" data-type="emoji"><img src="https://cdn.jsdelivr.net/npm/emoji-datasource-apple/img/apple/64/1f4f1.png" draggable="false" loading="lazy" align="absmiddle"></span> <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://www.tiktok.com/@thespiritdao">TikTok</a><br><span data-name="scroll" class="emoji" data-type="emoji"><img src="https://cdn.jsdelivr.net/npm/emoji-datasource-apple/img/apple/64/1f4dc.png" draggable="false" loading="lazy" align="absmiddle"></span> <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://docs.spiritdao.org">Docs</a></p><p><strong>SpiritDAO is a registered 501(c)(3) EIN&nbsp;#99-1308806.</strong></p>]]></content:encoded>
            <author>spiritdao@newsletter.paragraph.com (SpiritDAO)</author>
            <category>community</category>
            <enclosure url="https://storage.googleapis.com/papyrus_images/83b0f964a10ba27020a25bed946ffcb46275f71a8a9129c457e1af44dfbbf9dd.jpg" length="0" type="image/jpg"/>
        </item>
        <item>
            <title><![CDATA[Connected]]></title>
            <link>https://paragraph.com/@spiritdao/connected-042726</link>
            <guid>xxsixgezx1Zi9d9QKdoE</guid>
            <pubDate>Mon, 27 Apr 2026 13:00:00 GMT</pubDate>
            <description><![CDATA[Community updates highlighting our collective progress at SpiritDAO.]]></description>
            <content:encoded><![CDATA[<h2 id="h-contents" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">Contents:</h2><ol><li><p>Notification System Updates</p></li><li><p>New Knowledge Base Content</p></li><li><p>Financial Infrastructure</p></li><li><p>Under the Hood Improvements</p></li><li><p>Upcoming events</p></li></ol><hr><h2 id="h-notification-system-rebuilt-from-the-ground-up" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">Notification System — Rebuilt From the Ground Up</h2><p>This is the big one.</p><p>Our notification system was fragmented. Different parts of the app were creating notifications through different code paths, some skipping push delivery entirely, others ignoring your preference settings, others not firing at all. If you ever felt like you were missing activity in your community, you weren't imagining it. The system had gaps, and we've spent this week closing all of them.</p><p>Here's what changed:</p><p><strong>Unified notification pipeline.</strong> Five separate API routes were writing directly to the database, bypassing push notifications and preference checks. We built a shared server-side handler that every notification now flows through . Your preferences are respected and your push notifications actually arrive.</p><p><strong>Governance voting reminders.</strong> A new automated system checks for proposals approaching their deadlines and sends reminders at 48 hours, 24 hours, 6 hours, and 1 hour before voting closes — but only to members who haven't voted yet. The final two reminders are marked urgent and bypass quiet hours. Every preference window has its own toggle. Your voice in governance shouldn't be lost because you forgot to check the calendar.</p><p><strong>Event reminders.</strong> Registered attendees now receive reminders at 7 days and day-of before an event. Built-in deduplication ensures you'll never get the same reminder twice.</p><p><strong>Marketplace in the Explorer.</strong> Marketplace purchases were invisible in the Pulse feed. They now appear with a purple badge, and you can filter to a dedicated Marketplace tab.</p><p><strong>Bounty submissions and hat minting in Explorer.</strong> When someone submits work on a bounty, it now shows in the Pulse feed under the Bounties tab. And when someone receives a Hats Protocol role token, it appears with an orange badge — making onboarding moments visible to the whole community.</p><p><strong>Event notification types corrected.</strong> The event dashboard was mislabeling notifications with wrong types, which confused the preference system. All event-related notifications now use the correct event types.</p><p><strong>Event registration notifications.</strong> Previously, when someone registered for an event, nothing happened — there was a placeholder in the code where the notification should have been. Now both organizers and attendees are notified.</p><p><strong>1,312 lines of dead code removed.</strong> Three legacy notification service files that were never imported anywhere. Gone.</p><p><strong>Push Notifications: </strong>When you install the application you are asked if you want to enable 'Push Notifications', we strongly recommend you enable them (if you already said no you can turn them on via your app settings on your device) if you intend to engage with / lead communities within the SpiritDAO ecosystem.  </p><p>This wasn't a feature addition. It was a foundational rebuild. The notification system is now the connective tissue it was always supposed to be  and the platform is meaningfully more alive because of it.</p><hr><h2 id="h-new-knowledge-base-content" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">New Knowledge Base Content</h2><p>We've added a new set of video guides to the Knowledge Base covering core platform features: Pulse, SensemakerAI, using and adding content to Knowledge Bases, how to donate, and the SpiritDAO donation structure. We also built infrastructure to support video thumbnails so content displays properly in the KB interface.</p><p>The Knowledge Base is how communities build shared memory. These videos lower the barrier for new members and give existing members a reference point when they want to go deeper. If you haven't explored the KB yet, now is a good time.</p><p>Additionally, Knowledge Bases allow communities and groups to coordinate around collective intelligence, pods can create and upload custom content to the KB that is exclusively accessible by their members.  </p><hr><h2 id="h-financial-infrastructure" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">Financial Infrastructure</h2><p>Several updates this week that strengthen the economic layer of the platform:</p><p><strong>Token circulation tracking.</strong> We've integrated a total circulation count for both $SYSTEM and $SELF tokens directly into Pulse. Members can now see the live state of the ecosystem's token economy in one place, how much has been minted, how much is moving. This moves helps extend our philosophy of transparency beyond principle into practice.</p><p><strong>ACH donation fee fix.</strong> ACH donations were incorrectly being charged a credit card processing fee. That's been corrected, ACH donations now carry a significantly lower fee, which means more of your contribution goes directly to the work.</p><p><strong>Donation processing reliability.</strong> We fixed an issue where donations were being processed successfully but occasionally surfacing an error message to the user. The money was arriving; the confirmation wasn't. Now both work.</p><p><strong>Executive Pod minting infrastructure.</strong> We've added more robust tooling for Executive Pod members to approve and mint $SYSTEM tokens following donations. Smoother backend, faster processing.</p><p><strong>Peer-to-peer transfers in Pulse.</strong> Member-to-member transfers and donations now appear in the Pulse feed, making the flow of support within the community visible to everyone.</p><hr><h2 id="h-under-the-hood" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">Under the Hood</h2><p><strong>Login deduplication.</strong> We resolved a bug where using two different login methods (direct email vs. Google) could create duplicate accounts. The system now checks both authentication paths against a single existing account.</p><p><strong>Sensemaker context upgrade.</strong> We've significantly expanded the operational documents that power Sensemaker, our AI knowledge system. It now has a much deeper understanding of SpiritDAO's current infrastructure, offerings, and community context, which means better, more accurate answers when members ask questions.</p><hr><h2 id="h-what-this-week-means" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">What This Week Means</h2><p>Most of the work this week is invisible to the casual user. You won't see the unified notification pipeline. You won't see the dead code that's been removed or the corrected event types. What you'll notice is that the platform <em>works the way you'd expect it to</em>, notifications arrive, digests land in your inbox, governance reminders show up before it's too late, and the Pulse feed reflects what's actually happening in your community.</p><p>That's the goal. Not features for the sake of features. Infrastructure that earns trust by working quietly and correctly.</p><hr><p><strong>Upcoming Events This Week</strong></p><p>We strongly recommend registering for events within the SpiritDAO app (Events section) at <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="http://app.spiritdao.org">app.spiritdao.org</a> — it's how we gauge attendance and shape the flow of each session.</p><p><strong>Town Hall</strong> — Mon, Apr. 27 · 8:00 PM A standing community gathering for conversation, questions, and shared presence. <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out underline underline underline-offset-2 decoration-1 decoration-current/40 hover:decoration-current focus:decoration-current" href="https://meet.google.com/twa-ghig-qxp">Join here</a></p><p><strong>First Contact</strong> — Wed, Apr 29 · 12:00 PM The official starting point for new members — a peer-to-peer orientation into how participation works. <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out underline underline underline-offset-2 decoration-1 decoration-current/40 hover:decoration-current focus:decoration-current" href="https://meet.google.com/twa-ghig-qxp">Join here</a></p><p><strong>Feedback Loops</strong> — Fri, May 1 · 12:00 PM A live working session where the community helps shape the app — bring your bugs, your questions, and your ideas. <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out underline underline underline-offset-2 decoration-1 decoration-current/40 hover:decoration-current focus:decoration-current" href="https://meet.google.com/twa-ghig-qxp">Join here</a></p><hr><h3 id="h-questions" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">Questions?</h3><p>The best way to get in touch is within our community:  <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://app.spiritdao.org">https://app.spiritdao.org</a>   <br>If it's easier, send us an email: <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="mailto:community@spiritdao.org">community@spiritdao.org </a></p><div data-type="customButton" href="https://www.spiritdao.org/donate" class="center-contents"><a class="email-subscribe-button" href="https://www.spiritdao.org/donate">Donate</a></div><hr><p> Thank you for reading!<br>Please share this email with any friends you think might enjoy this newsletter. We are spreading the message one curious person at a time.</p><div data-type="subscribeButton" class="center-contents"><a class="email-subscribe-button" href="https://paragraph.xyz/@spiritdao/memberships">Subscribe</a></div><div data-type="shareButton" class="center-contents"><a class="email-subscribe-button" href="https://paragraph.xyz/@spiritdao/awBbEeYlSQpuNmwt6zDC">Share</a></div><p><strong>Connect with SpiritDAO</strong></p><p><span data-name="brain" class="emoji" data-type="emoji"><img src="https://cdn.jsdelivr.net/npm/emoji-datasource-apple/img/apple/64/1f9e0.png" draggable="false" loading="lazy" align="absmiddle"></span> <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://app.spiritdao.org">SpiritDAO App</a><br><span data-name="globe_with_meridians" class="emoji" data-type="emoji"><img src="https://cdn.jsdelivr.net/npm/emoji-datasource-apple/img/apple/64/1f310.png" draggable="false" loading="lazy" align="absmiddle"></span>&nbsp;<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://spiritdao.org">SpiritDAO.org</a><br><span data-name="arrow_forward" class="emoji" data-type="emoji"><img src="https://cdn.jsdelivr.net/npm/emoji-datasource-apple/img/apple/64/25b6-fe0f.png" draggable="false" loading="lazy" align="absmiddle"></span> <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://youtube.com/@spiritdao">YouTube</a><br><span data-name="bird" class="emoji" data-type="emoji"><img src="https://cdn.jsdelivr.net/npm/emoji-datasource-apple/img/apple/64/1f426.png" draggable="false" loading="lazy" align="absmiddle"></span>&nbsp;<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/thespiritdao">Twitter</a><br><span data-name="android" class="emoji" data-type="emoji"><img src="https://cdn.jsdelivr.net/npm/emoji-datasource-apple/img/apple/64/1f4f1.png" draggable="false" loading="lazy" align="absmiddle"></span> <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://www.tiktok.com/@thespiritdao">TikTok</a><br><span data-name="scroll" class="emoji" data-type="emoji"><img src="https://cdn.jsdelivr.net/npm/emoji-datasource-apple/img/apple/64/1f4dc.png" draggable="false" loading="lazy" align="absmiddle"></span> <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://docs.spiritdao.org">Docs</a></p><p><strong>SpiritDAO is a registered 501(c)(3) EIN&nbsp;#99-1308806.</strong></p>]]></content:encoded>
            <author>spiritdao@newsletter.paragraph.com (SpiritDAO)</author>
            <category>community</category>
            <enclosure url="https://storage.googleapis.com/papyrus_images/1d3f1d7973500f4a9e36d14723976e76082966796704e73b37363ca2bac14a86.jpg" length="0" type="image/jpg"/>
        </item>
        <item>
            <title><![CDATA[Signal]]></title>
            <link>https://paragraph.com/@spiritdao/signal-042026</link>
            <guid>xUuhvoKOy4ZzC14TD86U</guid>
            <pubDate>Mon, 20 Apr 2026 13:04:00 GMT</pubDate>
            <description><![CDATA[SpiritDAO updates:  This week we cover community recommendations, ecosystem updates, website updates, and more. ]]></description>
            <content:encoded><![CDATA[<h2 id="h-contents" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">Contents:</h2><ol><li><p>Community Voices</p></li><li><p>Exploring Application Skins</p></li><li><p>Website Updates</p></li><li><p>Ecosystem Updates</p></li><li><p>Upcoming events</p></li></ol><hr><h2 id="h-community-voices" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">Community Voices</h2><p><strong>A Letter of Recommendation from Member Jochen</strong> <strong>Weber: </strong>Jochen has volunteered to write a formal letter of recommendation for SpiritDAO. As both a donor and someone who has experienced the platform firsthand, his perspective carries real weight — particularly when we're applying for grants and sharing our work with prospective partners and funders. Jochen, thank you. This kind of support matters more than you might realize.</p><p>And it raises a broader invitation: <strong>if you've experienced something meaningful through SpiritDAO — as a member, a donor, or a community leader exploring the platform — we'd love to hear from you.</strong> A short testimonial, a letter of support, or even a willingness to be referenced in future applications makes a tangible difference in how we're received by institutions evaluating our work. Reach out to us at <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="mailto:community@spiritdao.org">community@spiritdao.org</a> if you're open to it.</p><hr><h2 id="h-exploring-application-skins" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">Exploring Application Skins</h2><p>We've been having conversations with prospective community members that surfaced an important design question: <strong>how do we meet communities where they are — with their own language, symbolism, and flow — without reducing the usability of the broader ecosystem?</strong></p><p>Different communities carry different identities. A mutual aid network doesn't talk like a creator collective. A faith-based organization doesn't organize like a DAO. If SpiritDAO is going to serve as infrastructure for all of them, the interface needs to feel like <em>theirs</em>, not like they've been dropped into someone else's platform.</p><p>We're exploring the concept of application "skins" — customizable layers that allow communities to shape how SpiritDAO looks and feels to their members while preserving the shared coordination, governance, and treasury tools underneath. Think of it as the difference between handing someone a tool and handing them <em>their</em> tool.</p><p>This is early-stage exploration. We'll share more as the concept matures, and we welcome input from anyone who's thought about this problem in their own community work.</p><p><strong>If you and/or your community would</strong> <strong>like to participate in co-design sessions around this, please connect with Ron Rivers (</strong><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="mailto:ron@spiritdao.org"><strong>ron@spiritdao.org</strong></a><strong>) </strong></p><hr><h2 id="h-website-updates" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">Website Updates</h2><p>We've been listening and updating. Based on feedback from individuals exploring SpiritDAO for themselves and their communities, we've refreshed several key pages on our website:</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out underline underline underline-offset-2 decoration-1 decoration-current/40 hover:decoration-current focus:decoration-current" href="https://www.spiritdao.org/eight-dignities"><strong>The Eight Dignities</strong></a> — The philosophical foundation of everything we build. If you haven't revisited this page recently, it's worth a fresh read.</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out underline underline underline-offset-2 decoration-1 decoration-current/40 hover:decoration-current focus:decoration-current" href="https://www.spiritdao.org/community"><strong>Community</strong></a> — A clearer picture of what participation looks like and who SpiritDAO is built for.</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out underline underline underline-offset-2 decoration-1 decoration-current/40 hover:decoration-current focus:decoration-current" href="https://www.spiritdao.org/donate"><strong>Donations</strong></a> — Updated to better reflect how contributions fuel our collective work and where your support goes.</p><p>The website is often someone's first encounter with SpiritDAO. These changes are about making sure that first impression matches the depth of what's actually here.</p><hr><h2 id="h-ecosystem-updates" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">Ecosystem Updates</h2><p><strong>Base Builder Transaction Tracking</strong> We've integrated in-app transaction tracking for our Base Builder registration. This gives us an analytics layer we previously didn't have — visibility into community activity patterns, usage trends, and engagement data. Beyond the operational value, this positions us more competitively for Coinbase ecosystem grants and promotional opportunities. You can't tell the story of community impact without the data to back it up. This will help provide that data layer.</p><p><strong>Pod Treasury &amp; Distribution Fixes</strong> We resolved a bug affecting pod treasury distributions, added clearer confirmation and success notifications when transactions complete, and cleaned up the transaction history interface to better display pod wallet activity. We've also integrated these flows into <em>Pulse</em>, our community heartbeat tracker.  Treasury is the backbone of community trust, when money moves, members need to see it clearly and confidently.</p><hr><h2 id="h-the-week-ahead" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">The Week Ahead</h2><p>This was a week where the feedback loop worked. People explored what we've built, told us what they saw, and we responded — in the product, on the website, and in how we're thinking about the platform's future. That cycle is the whole point.</p><p>If you're using the platform, keep telling us what works and what doesn't. If you're considering it for your community, come talk to us. And if you've already experienced something worth sharing — like Jochen — don't underestimate how much your voice helps.</p><hr><p><strong>Upcoming Events This Week</strong></p><p>We strongly recommend registering for events within the SpiritDAO app (Events section) at <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="http://app.spiritdao.org">app.spiritdao.org</a> — it's how we gauge attendance and shape the flow of each session.</p><p><strong>Town Hall</strong> — Mon, Apr. 20th · 8:00 PM A standing community gathering for conversation, questions, and shared presence. <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out underline underline underline-offset-2 decoration-1 decoration-current/40 hover:decoration-current focus:decoration-current" href="https://meet.google.com/twa-ghig-qxp">Join here</a></p><p><strong>First Contact</strong> — Wed, Apr 23 · 12:00 PM The official starting point for new members — a peer-to-peer orientation into how participation works. <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out underline underline underline-offset-2 decoration-1 decoration-current/40 hover:decoration-current focus:decoration-current" href="https://meet.google.com/twa-ghig-qxp">Join here</a></p><p><strong>Feedback Loops</strong> — Fri, Apr 25 · 12:00 PM A live working session where the community helps shape the app — bring your bugs, your questions, and your ideas. <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out underline underline underline-offset-2 decoration-1 decoration-current/40 hover:decoration-current focus:decoration-current" href="https://meet.google.com/twa-ghig-qxp">Join here</a></p><hr><h3 id="h-questions" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">Questions?</h3><p>The best way to get in touch is within our community:  <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://app.spiritdao.org">https://app.spiritdao.org</a>   <br>If it's easier, send us an email: <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="mailto:community@spiritdao.org">community@spiritdao.org </a></p><div data-type="customButton" href="https://www.spiritdao.org/donate" class="center-contents"><a class="email-subscribe-button" href="https://www.spiritdao.org/donate">Donate</a></div><hr><p> Thank you for reading!<br>Please share this email with any friends you think might enjoy this newsletter. We are spreading the message one curious person at a time.</p><div data-type="subscribeButton" class="center-contents"><a class="email-subscribe-button" href="https://paragraph.xyz/@spiritdao/memberships">Subscribe</a></div><div data-type="shareButton" class="center-contents"><a class="email-subscribe-button" href="https://paragraph.xyz/@spiritdao/awBbEeYlSQpuNmwt6zDC">Share</a></div><p><strong>Connect with SpiritDAO</strong></p><p><span data-name="brain" class="emoji" data-type="emoji"><img src="https://cdn.jsdelivr.net/npm/emoji-datasource-apple/img/apple/64/1f9e0.png" draggable="false" loading="lazy" align="absmiddle"></span> <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://app.spiritdao.org">SpiritDAO App</a><br><span data-name="globe_with_meridians" class="emoji" data-type="emoji"><img src="https://cdn.jsdelivr.net/npm/emoji-datasource-apple/img/apple/64/1f310.png" draggable="false" loading="lazy" align="absmiddle"></span>&nbsp;<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://spiritdao.org">SpiritDAO.org</a><br><span data-name="arrow_forward" class="emoji" data-type="emoji"><img src="https://cdn.jsdelivr.net/npm/emoji-datasource-apple/img/apple/64/25b6-fe0f.png" draggable="false" loading="lazy" align="absmiddle"></span> <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://youtube.com/@spiritdao">YouTube</a><br><span data-name="bird" class="emoji" data-type="emoji"><img src="https://cdn.jsdelivr.net/npm/emoji-datasource-apple/img/apple/64/1f426.png" draggable="false" loading="lazy" align="absmiddle"></span>&nbsp;<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/thespiritdao">Twitter</a><br><span data-name="android" class="emoji" data-type="emoji"><img src="https://cdn.jsdelivr.net/npm/emoji-datasource-apple/img/apple/64/1f4f1.png" draggable="false" loading="lazy" align="absmiddle"></span> <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://www.tiktok.com/@thespiritdao">TikTok</a><br><span data-name="scroll" class="emoji" data-type="emoji"><img src="https://cdn.jsdelivr.net/npm/emoji-datasource-apple/img/apple/64/1f4dc.png" draggable="false" loading="lazy" align="absmiddle"></span> <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://docs.spiritdao.org">Docs</a></p><p><strong>SpiritDAO is a registered 501(c)(3) EIN&nbsp;#99-1308806.</strong></p>]]></content:encoded>
            <author>spiritdao@newsletter.paragraph.com (SpiritDAO)</author>
            <category>community</category>
            <enclosure url="https://storage.googleapis.com/papyrus_images/efff977596684c374ceac5203e54e1aa77936756bb00708db93ad629548fa96e.jpg" length="0" type="image/jpg"/>
        </item>
        <item>
            <title><![CDATA[Momentum]]></title>
            <link>https://paragraph.com/@spiritdao/momentum-041326</link>
            <guid>6Jr2OgxDuHPtJl8RonJQ</guid>
            <pubDate>Mon, 13 Apr 2026 13:03:00 GMT</pubDate>
            <description><![CDATA[News and information about the latest happenings at SpiritDAO.]]></description>
            <content:encoded><![CDATA[<h2 id="h-contents" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">Contents:</h2><ol><li><p>Funding the Work</p></li><li><p>Ecosystem Updates</p></li><li><p>Outreach &amp; Visibility</p></li><li><p>The Bigger Picture</p></li><li><p>Upcoming events</p></li></ol><hr><h2 id="h-funding-the-work" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">Funding the Work</h2><p><strong>Foundation for a Healthy St. Petersburg — Grant Application Completed</strong> We submitted a capacity-building grant application to the <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out underline underline underline-offset-2 decoration-1 decoration-current/40 hover:decoration-current focus:decoration-current" href="https://healthystpete.foundation/">Foundation for a Healthy St. Petersburg</a>, requesting $10,000 to support outreach and integration with local community organizations here in South Pinellas County. The Foundation invests in community-driven initiatives that advance equitable health outcomes — and the kind of coordination infrastructure SpiritDAO provides is exactly the connective tissue local nonprofits need but rarely have access to. This is boots-on-the-ground funding: real relationships with real organizations in our (present) home city.</p><p><strong>Artizen Fund — Fiscal Sponsorship Exploration</strong> We met with the <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://artizen.fund">Aritzen Fund</a> this week to explore what infrastructure support would be needed to deepen our fiscal sponsorship partnership. Fiscal sponsorship is a powerful mechanism for SpiritDAO, it allows us to extend our nonprofit umbrella to emerging projects and organizations that align with our mission, giving them access to tax-deductible fundraising and administrative support while they find their footing. Strengthening this relationship expands our ability to serve as a launchpad for the kinds of communities we're built for.</p><p><strong>Base Build Ecosystem Registration</strong> We've registered SpiritDAO within Coinbase's Base Build ecosystem. Base is one of the most active Ethereum Layer 2 networks, and their 2026 roadmap is focused on expanding developer tools, stablecoin infrastructure, and community-driven applications. Being part of this ecosystem positions us for potential future awards, grants, and greater visibility within the Web3 builder community. It's a strategic step, planting a flag where the right people are already looking.</p><hr><h2 id="h-ecosystem-updates" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">Ecosystem Updates</h2><p>The app keeps getting sharper. Here's what changed this week:</p><p><strong>Donation Transparency</strong> We expanded notifications around donations. Now, both donors and recipients receive email confirmations when funds move. We also clarified the donation structure at checkout so that every user knows exactly how their contribution is funding our collective efforts. If you're going to ask people to support the mission, they deserve to see exactly where the money goes. This supports that.</p><figure float="none" data-type="figure" class="img-center"><img src="https://storage.googleapis.com/papyrus_images/03ebc3b4a1413a31484f6b4763dd056ac04e40987f4df893a6a72912247acb80.png" blurdataurl="data:image/png;base64,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" nextheight="390" nextwidth="376" class="image-node embed"><figcaption htmlattributes="[object Object]" class="">Thanks to James Baker for this suggestion!</figcaption></figure><p><strong>Executive Pod Improvements</strong> The Executive Pod interface got a significant usability upgrade. Managing $SYSTEM token minting for community donations and processing Claims (burning $SYSTEM for fiat) is now faster and more intuitive. This is back-office infrastructure that most members won't see directly, but it's what keeps the economic layer of SpiritDAO running smoothly and ensures users who want to convert their $SYSTEM to fiat ($USD) are able to. </p><p><strong>Event Editing Fix</strong> We resolved a bug where an "Access Denied" message briefly flashed after a user edited an event. Access was never actually being denied, it was a status check misfiring. We've reworked the flow to eliminate the message entirely. Small thing, but confusing error messages erode trust, and trust is everything.</p><div data-type="customButton" href="https://spiritdao.org/donate" class="center-contents"><a class="email-subscribe-button" href="https://spiritdao.org/donate">Donate  </a></div><hr><h2 id="h-outreach-and-visibility" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">Outreach &amp; Visibility</h2><p><strong>Google Ads Revamp</strong> We completed a full audit and overhaul of our Google Ads campaigns. The previous campaigns were built around an earlier version of our messaging. They've now been rebuilt to reflect where SpiritDAO actually is, a community of communities. They were revised to better share what we offer, who we serve, and why it matters. Better targeting, clearer language, more aligned with the communities we're trying to reach.</p><hr><h2 id="h-the-bigger-picture" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">The Bigger Picture</h2><p>Weeks like this don't produce a single headline moment. They produce a dozen small ones that compound. A grant submitted locally. A fiscal partnership deepened. An ecosystem joined. Donation flows made more transparent. Ads recalibrated. Backend tools refined.</p><p>This is what building looks like when you're doing it right, not chasing one big win, but laying the infrastructure for many.</p><hr><p><strong>Upcoming Events This Week</strong></p><p>We strongly recommend registering for events within the SpiritDAO app (Events section) at <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="http://app.spiritdao.org">app.spiritdao.org</a> — it's how we gauge attendance and shape the flow of each session.</p><p><strong>Town Hall</strong> — Mon, Apr. 13th · 8:00 PM A standing community gathering for conversation, questions, and shared presence. <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out underline underline underline-offset-2 decoration-1 decoration-current/40 hover:decoration-current focus:decoration-current" href="https://meet.google.com/twa-ghig-qxp">Join here</a></p><p><strong>First Contact</strong> — Wed, Apr 15 · 12:00 PM The official starting point for new members — a peer-to-peer orientation into how participation works. <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out underline underline underline-offset-2 decoration-1 decoration-current/40 hover:decoration-current focus:decoration-current" href="https://meet.google.com/twa-ghig-qxp">Join here</a></p><p><strong>Feedback Loops</strong> — Fri, Apr 17 · 12:00 PM A live working session where the community helps shape the app — bring your bugs, your questions, and your ideas. <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out underline underline underline-offset-2 decoration-1 decoration-current/40 hover:decoration-current focus:decoration-current" href="https://meet.google.com/twa-ghig-qxp">Join here</a></p><hr><h3 id="h-questions" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">Questions?</h3><p>The best way to get in touch is within our community:  <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://app.spiritdao.org">https://app.spiritdao.org</a>   <br>If it's easier, send us an email: <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="mailto:community@spiritdao.org">community@spiritdao.org </a></p><div data-type="customButton" href="https://www.spiritdao.org/donate" class="center-contents"><a class="email-subscribe-button" href="https://www.spiritdao.org/donate">Donate</a></div><hr><p> Thank you for reading!<br>Please share this email with any friends you think might enjoy this newsletter. We are spreading the message one curious person at a time.</p><div data-type="subscribeButton" class="center-contents"><a class="email-subscribe-button" href="https://paragraph.xyz/@spiritdao/memberships">Subscribe</a></div><div data-type="shareButton" class="center-contents"><a class="email-subscribe-button" href="https://paragraph.xyz/@spiritdao/awBbEeYlSQpuNmwt6zDC">Share</a></div><p><strong>Connect with SpiritDAO</strong></p><p><span data-name="brain" class="emoji" data-type="emoji"><img src="https://cdn.jsdelivr.net/npm/emoji-datasource-apple/img/apple/64/1f9e0.png" draggable="false" loading="lazy" align="absmiddle"></span> <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://app.spiritdao.org">SpiritDAO App</a><br><span data-name="globe_with_meridians" class="emoji" data-type="emoji"><img src="https://cdn.jsdelivr.net/npm/emoji-datasource-apple/img/apple/64/1f310.png" draggable="false" loading="lazy" align="absmiddle"></span>&nbsp;<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://spiritdao.org">SpiritDAO.org</a><br><span data-name="arrow_forward" class="emoji" data-type="emoji"><img src="https://cdn.jsdelivr.net/npm/emoji-datasource-apple/img/apple/64/25b6-fe0f.png" draggable="false" loading="lazy" align="absmiddle"></span> <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://youtube.com/@spiritdao">YouTube</a><br><span data-name="bird" class="emoji" data-type="emoji"><img src="https://cdn.jsdelivr.net/npm/emoji-datasource-apple/img/apple/64/1f426.png" draggable="false" loading="lazy" align="absmiddle"></span>&nbsp;<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/thespiritdao">Twitter</a><br><span data-name="android" class="emoji" data-type="emoji"><img src="https://cdn.jsdelivr.net/npm/emoji-datasource-apple/img/apple/64/1f4f1.png" draggable="false" loading="lazy" align="absmiddle"></span> <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://www.tiktok.com/@thespiritdao">TikTok</a><br><span data-name="scroll" class="emoji" data-type="emoji"><img src="https://cdn.jsdelivr.net/npm/emoji-datasource-apple/img/apple/64/1f4dc.png" draggable="false" loading="lazy" align="absmiddle"></span> <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://docs.spiritdao.org">Docs</a></p><p><strong>SpiritDAO is a registered 501(c)(3) EIN&nbsp;#99-1308806.</strong></p>]]></content:encoded>
            <author>spiritdao@newsletter.paragraph.com (SpiritDAO)</author>
            <category>community</category>
            <enclosure url="https://storage.googleapis.com/papyrus_images/a38db9facb3dbf4974dcddb65e45f1b027a83a974b99df940a5ab0af55781473.jpg" length="0" type="image/jpg"/>
        </item>
        <item>
            <title><![CDATA[Growth]]></title>
            <link>https://paragraph.com/@spiritdao/growth04052026</link>
            <guid>cw4W0uUBDwV6P8VjIjNn</guid>
            <pubDate>Mon, 06 Apr 2026 12:58:00 GMT</pubDate>
            <description><![CDATA[Weekly Progress Updates including:
Ecosystem, Funding, Community Context, Events, and more!]]></description>
            <content:encoded><![CDATA[<h2 id="h-contents" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">Contents:</h2><ol><li><p>Ecosystem Improvements</p></li><li><p>Grant Application / Funding Updates</p></li><li><p>Community Outreach</p></li><li><p>Who we're built for</p></li><li><p>How you can help</p></li><li><p>Upcoming events</p></li></ol><hr><h2 id="h-ecosystem-improvements" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">Ecosystem Improvements</h2><p>We've been heads-down on the app this past week, squashing bugs and smoothing the edges of the experience. A few highlights:</p><p><strong>Login reliability</strong> — We tracked down a legacy code issue that was causing intermittent login errors for some members. That's been resolved. If you were running into trouble getting in, try again - the door's open!  </p><p><strong>Notifications fixed</strong> — Direct message notifications were generating a 404 error instead of bringing you to the actual message. That's now working as intended, tap a notification, land in the conversation.</p><p><strong>Tour behavior</strong> — You may have noticed the platform tour popping up repeatedly, even after dismissing it. A leftover setting from early testing was overriding the "Not Now" selection. Fixed. The tour now respects your choice and steps aside until you're ready.</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="http://SpiritDAO.org"><strong>SpiritDAO.org</strong></a><strong> refreshed</strong> — We've updated our main site to better reflect where the ecosystem is today, a community of communities operating sovereignly, yet united in our vision of the good.  We included clearer use cases and sharper language around what we actually offer. If you haven't visited <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="http://spiritdao.org">spiritdao.org</a> recently, take a fresh look.</p><p>A special thank you <span data-name="folded_hands" class="emoji" data-type="emoji"><img src="https://cdn.jsdelivr.net/npm/emoji-datasource-apple/img/apple/64/1f64f.png" draggable="false" loading="lazy" align="absmiddle"></span> to the community members/users who shared their issues with us while exploring the application.  This is so incredibly helpful.</p><hr><h2 id="h-grant-applications-in-motion" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">Grant Applications in Motion</h2><p>We're actively pursuing funding to sustain and scale the work. Two applications are now in the pipeline:</p><p><strong>Creativity Pioneers Fund</strong> — We've applied to the <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out underline underline underline-offset-2 decoration-1 decoration-current/40 hover:decoration-current focus:decoration-current" href="https://moleskinefoundation.org/initiative/creativity-pioneers-fund/">Moleskine Foundation's Creativity Pioneers Fund</a>, a global program that invests in nonprofit organizations using creativity to drive social change. The fund provides unrestricted grants to support operational sustainability and long-term capability-building. SpiritDAO's approach — building infrastructure that gives communities ownership over their own coordination — fits squarely within their mission. We'll know more later this year.</p><p><strong>Gates Foundation Grand Challenges</strong> — We've submitted an application to the Gates Foundation's AI to Accelerate Charitable Giving initiative, focused on how SpiritDAO operationalizes AI as community infrastructure and the impact that has on human connection. This grant explores a question we think about constantly: how can AI tools be designed not to replace human relationships, but to strengthen them? The application centers on our AI-assisted knowledge base and how it serves as shared memory for communities doing meaningful work together.</p><p>Both of these represent something important beyond funding. They're a signal that what we're building has relevance beyond our own walls — that the intersection of transparent coordination, AI, and community ownership is a conversation institutions are ready to have.</p><p><span data-name="party" class="emoji" data-type="emoji"><img src="https://cdn.jsdelivr.net/npm/emoji-datasource-apple/img/apple/64/1f389.png" draggable="false" loading="lazy" align="absmiddle"></span><span data-name="party" class="emoji" data-type="emoji"><img src="https://cdn.jsdelivr.net/npm/emoji-datasource-apple/img/apple/64/1f389.png" draggable="false" loading="lazy" align="absmiddle"></span><span data-name="party" class="emoji" data-type="emoji"><img src="https://cdn.jsdelivr.net/npm/emoji-datasource-apple/img/apple/64/1f389.png" draggable="false" loading="lazy" align="absmiddle"></span><span data-name="party" class="emoji" data-type="emoji"><img src="https://cdn.jsdelivr.net/npm/emoji-datasource-apple/img/apple/64/1f389.png" draggable="false" loading="lazy" align="absmiddle"></span><span data-name="party" class="emoji" data-type="emoji"><img src="https://cdn.jsdelivr.net/npm/emoji-datasource-apple/img/apple/64/1f389.png" draggable="false" loading="lazy" align="absmiddle"></span> This past Thursday (4/2/26) <strong>during </strong><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://www.limicon.org"><strong>Limicon</strong></a><strong>'s Stichfest </strong>we were awarded <strong>~$250</strong> from a collective capital pool via community voting.  A small but mighty victory for us, this helps pad our operational budget as we explore onboarding our initial cohort of communities.  </p><p><strong>Our <em>deepest </em>gratitude for all participants who cast a vote for SpiritDAO. </strong>At this stage in the journey every dollar counts.</p><div data-type="customButton" href="https://spiritdao.org/donate" class="center-contents"><a class="email-subscribe-button" href="https://spiritdao.org/donate">Donate</a></div><hr><h2 id="h-community-outreach" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">Community Outreach </h2><p>Outreach to prospective community partners has continued this past week. We've had some encouraging email exchanges, but no formal partnerships have been established yet.</p><p>This is the honest reality of early-stage community building: the conversations are happening, and the interest is real, but trust takes time. We're looking for groups that already deal with the pain of fragmented coordination, organizations juggling five tools to do what one platform should handle. Collectives that need transparent governance. Nonprofits drowning in manual reporting. Creator groups trying to fairly distribute shared resources.</p><p>If that sounds like a community you're part of — or one you know — we'd love an introduction. We're not selling software. We're offering a backbone for how communities already work: roles, decisions, money, and memory — made transparent, permanent, and owned by the members themselves.</p><p><strong>The platform remains 100% free to use.</strong> No trial. No paywall. Just tools built for people trying to do meaningful work together.</p><hr><h2 id="h-who-were-built-for" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">Who We're Built For</h2><p>We've been refining how we talk about the communities SpiritDAO serves best. If you've ever wondered whether a group you know might be a fit, here's the short version:</p><p><strong>Organizing collectives</strong> — mutual aid networks, tenant unions, advocacy groups running on trust and volunteer energy with no budget for enterprise tools.</p><p><strong>Impact-driven nonprofits</strong> — organizations where transparent treasury management and auditable governance aren't nice-to-haves, they're the answer to donor accountability.</p><p><strong>Creator and professional collectives</strong> — groups that share revenue, build knowledge together, and need fair mechanisms for contribution and recognition.</p><p><strong>Civic and cultural institutions</strong> — co-ops, community land trusts, neighborhood associations with membership models still running on spreadsheets.</p><p><strong>Web3-native communities</strong> — DAOs and protocol communities that already understand wallets and tokens but lack a real coordination layer.</p><p>The common thread: these are groups where coordination is the bottleneck. They already have the people, the mission, and the will. What they don't have is infrastructure that matches.</p><hr><h2 id="h-how-you-can-help" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">How You Can Help</h2><p>We say this every time because it remains the most important thing: <strong>SpiritDAO grows through its people.</strong></p><p>If you know a community leader, a nonprofit director, a collective organizer, or anyone tired of duct-taping their operations together with five different platforms — please make the introduction. A single conversation can change the trajectory for a group that needs what we've built.</p><p>And if you're already inside the platform, keep showing up. Every event attended, every message sent, every piece of feedback shared makes this place more alive.</p><hr><p><strong>Upcoming Events This Week</strong></p><p>We strongly recommend registering for events within the SpiritDAO app (Events section) at <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="http://app.spiritdao.org">app.spiritdao.org</a> — it's how we gauge attendance and shape the flow of each session.</p><p><strong>Town Hall</strong> — Mon, Apr. 6th · 8:00 PM A standing community gathering for conversation, questions, and shared presence. <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out underline underline underline-offset-2 decoration-1 decoration-current/40 hover:decoration-current focus:decoration-current" href="https://meet.google.com/twa-ghig-qxp">Join here</a></p><p><strong>First Contact</strong> — Wed, Apr 8 · 12:00 PM The official starting point for new members — a peer-to-peer orientation into how participation works. <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out underline underline underline-offset-2 decoration-1 decoration-current/40 hover:decoration-current focus:decoration-current" href="https://meet.google.com/twa-ghig-qxp">Join here</a></p><p><strong>Feedback Loops</strong> — Fri, Apr 10 · 12:00 PM A live working session where the community helps shape the app — bring your bugs, your questions, and your ideas. <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out underline underline underline-offset-2 decoration-1 decoration-current/40 hover:decoration-current focus:decoration-current" href="https://meet.google.com/twa-ghig-qxp">Join here</a></p><hr><h3 id="h-questions" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">Questions?</h3><p>The best way to get in touch is within our community:  <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://app.spiritdao.org">https://app.spiritdao.org</a>   <br>If it's easier, send us an email: <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="mailto:community@spiritdao.org">community@spiritdao.org </a></p><div data-type="customButton" href="https://www.spiritdao.org/donate" class="center-contents"><a class="email-subscribe-button" href="https://www.spiritdao.org/donate">Donate</a></div><hr><p> Thank you for reading!<br>Please share this email with any friends you think might enjoy this newsletter. We are spreading the message one curious person at a time.</p><div data-type="subscribeButton" class="center-contents"><a class="email-subscribe-button" href="https://paragraph.xyz/@spiritdao/memberships">Subscribe</a></div><div data-type="shareButton" class="center-contents"><a class="email-subscribe-button" href="https://paragraph.xyz/@spiritdao/awBbEeYlSQpuNmwt6zDC">Share</a></div><p><strong>Connect with SpiritDAO</strong></p><p><span data-name="brain" class="emoji" data-type="emoji"><img src="https://cdn.jsdelivr.net/npm/emoji-datasource-apple/img/apple/64/1f9e0.png" draggable="false" loading="lazy" align="absmiddle"></span> <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://app.spiritdao.org">SpiritDAO App</a><br><span data-name="globe_with_meridians" class="emoji" data-type="emoji"><img src="https://cdn.jsdelivr.net/npm/emoji-datasource-apple/img/apple/64/1f310.png" draggable="false" loading="lazy" align="absmiddle"></span>&nbsp;<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://spiritdao.org">SpiritDAO.org</a><br><span data-name="arrow_forward" class="emoji" data-type="emoji"><img src="https://cdn.jsdelivr.net/npm/emoji-datasource-apple/img/apple/64/25b6-fe0f.png" draggable="false" loading="lazy" align="absmiddle"></span> <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://youtube.com/@spiritdao">YouTube</a><br><span data-name="bird" class="emoji" data-type="emoji"><img src="https://cdn.jsdelivr.net/npm/emoji-datasource-apple/img/apple/64/1f426.png" draggable="false" loading="lazy" align="absmiddle"></span>&nbsp;<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/thespiritdao">Twitter</a><br><span data-name="android" class="emoji" data-type="emoji"><img src="https://cdn.jsdelivr.net/npm/emoji-datasource-apple/img/apple/64/1f4f1.png" draggable="false" loading="lazy" align="absmiddle"></span> <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://www.tiktok.com/@thespiritdao">TikTok</a><br><span data-name="scroll" class="emoji" data-type="emoji"><img src="https://cdn.jsdelivr.net/npm/emoji-datasource-apple/img/apple/64/1f4dc.png" draggable="false" loading="lazy" align="absmiddle"></span> <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://docs.spiritdao.org">Docs</a></p><p><strong>SpiritDAO is a registered 501(c)(3) EIN&nbsp;#99-1308806.</strong></p>]]></content:encoded>
            <author>spiritdao@newsletter.paragraph.com (SpiritDAO)</author>
            <category>community</category>
            <enclosure url="https://storage.googleapis.com/papyrus_images/e7f1b7b275f9fafcec251c5d6d8324e5727aa45ade1a965b071759aed6bf52f8.jpg" length="0" type="image/jpg"/>
        </item>
        <item>
            <title><![CDATA[Shifting ]]></title>
            <link>https://paragraph.com/@spiritdao/shifting</link>
            <guid>ZjX4K4XRF4nPD4vleYsF</guid>
            <pubDate>Mon, 30 Mar 2026 13:00:00 GMT</pubDate>
            <description><![CDATA[SpiritDAO updates:  This week we explore updates to the SpiritDAO application, some recent conference talks, and our path to progress moving forward.  ]]></description>
            <content:encoded><![CDATA[<h2 id="h-new-features-on-the-spiritdao-app" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>New Features on the SpiritDAO App</strong></h2><p>We've shipped two meaningful additions to <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="http://app.spiritdao.org">app.spiritdao.org</a> this month, both designed to strengthen how we see and connect with one another.</p><figure float="none" data-type="figure" class="img-center"><img src="https://storage.googleapis.com/papyrus_images/2f18d1be4a6735bbea54e0fcb0627812b3544923cd8b679db9830bbcfe0222cc.png" blurdataurl="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAHCAIAAADmsdgtAAAACXBIWXMAAA7EAAAOxAGVKw4bAAABsUlEQVR4nGOYNHFiRVlBeUkuBNVVl1ZXFsG55TBUkJs6e9bkHVtW79+9aerknoLc1PKyPGQFleWFLU2VyEZVlBVMnjyZAW5BSVFOXXWprbWZkpJsSVFueVk+VGlZfm526pqV85cvnq2sIBMR6n/l3PF5s6eA7QCpKSnKqa4sSkqIZmdlTE+JqywvLMVqAVgon4WJITTYV0VZHu6QUrARf3+8k5ESs7IwERLg9vVx//bpRUFuBkRBSVFOfW0ZCxODkAA3Hy9bc2NlcVE2dh9UVxa5ONsxMDAY6GnW15aVFOWUl+QWFWY1NVT++/F+/pyp3BxMDAwMp47u/fbhWXVlEUQBxJd6OpqlhVnamqpwcSw+gBiXmhQD8SNSaOY/uHPp17c3Z08dunTu6P8/n25eOVNUmAVXkJubWliQmZ2ZXFSYBfcZhgVl+aWFWeGh/t5erv4+7gg7yvIL8zJmz5q4aN70XdvW7dq2Yee29VOndBXmZZSB47msKCfY38vXx93Hy83HyzUo0AefD0AaQNpQUkh5SW5hXkZvd9PGdUvXr13c1lRdmAd1JtwREMtQ/Q2yAAADOzJss2b/aAAAAABJRU5ErkJggg==" nextheight="101" nextwidth="433" class="image-node embed"><figcaption htmlattributes="[object Object]" class="hide-figcaption"></figcaption></figure><p><strong>Members Section</strong> You can now browse the full directory of SpiritDAO members and the communities they belong to — all in one place. Find someone you want to connect with? Start a DM, hop on a video chat, or simply say hello. You'll also notice a small green dot on profile pictures, letting you know when someone is online and available. It's a small detail, but it makes the community feel more alive.</p><figure float="none" data-type="figure" class="img-center"><img src="https://storage.googleapis.com/papyrus_images/83ab8e451d90f2930bbc9b2266bb2f1e278068afb7129e1a684d6fe905dffebb.png" blurdataurl="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAICAIAAAAX52r4AAAACXBIWXMAAA7EAAAOxAGVKw4bAAAB60lEQVR4nGPIysr08XJBRr4+bp4ejmiCPmBxC3NDRztLXx83ZHFPD0dPD8fmxsqtG5bPnNYTFuzj7ubg4+Xi5+eRm5vLgGyBp4djUIAXPw+rjZVJgJ8HmumuLnYMDAyy0uJoFru7OWxcs/Tnl5cH9mz69vHZ9UsnI8IC3N0cAvw8USzw9HAMC/WTlhRlYGAIC/VD84Svj5ujvZWwILeivDTEgRBBF2fb0sKMn19e7tq61tnBet3qRf9/f1o8f4ajvVVggFcepgW62moaqkoRYQHIFnh6OPr5ebi52LMygXwADyJfHzcnR6verqZv75++eHzjC5R8sn/XJldn2wA/TxQLfH3cbK1NbW3NHe2tzE0NkC3wBTvfxsoUQtpYmUJkQeHmbFuUn/7zy8tLZ48cPbDt5rWz/36+Wzh3KroPPD0cA/w8zE10xcUEIMjJ0cbXxxVugY2ViaSEsKSEiJAgDw8nK1gW6g83N/sNa5acPrZvyoTOIwd2Xbt0Aj0OPD0cIMjH2zXAzz3IzyMowNMbJgiV8nIO8HMP8PMI8vPw93FDlnV3c3B1tm2uL9+wZvH0KZ0Bfh6uzjaeHg6+Pm4gH+Tn58dEh0dFhkZFhoaHhcARRAQZ4ZcNDPDx8nLz9/OGyIaHhcTFxhQWFgIAp5sITCYo+p0AAAAASUVORK5CYII=" nextheight="113" nextwidth="431" class="image-node embed"><figcaption htmlattributes="[object Object]" class="hide-figcaption"></figcaption></figure><p><strong>Pulse</strong> Think of Pulse as the heartbeat of SpiritDAO. Because we're a community of communities, it can be hard to track what's happening across the ecosystem. Pulse solves that. It surfaces activity across Pod Formation, Governance (proposals and votes), Treasury transactions, New Members, Bounties, and Events — all in a single, flowing feed. If you've ever wondered "what's actually going on in SpiritDAO right now?" — Pulse is your answer.</p><hr><p><strong>A Candid Note from Ron Rivers</strong></p><p>I want to be honest with you about where we are.</p><p>In many ways, going live with the app feels like starting from zero. We've been building for a long time — designing, iterating, testing, rethinking. But shipping software isn't the finish line. It's the starting line. Now begins the harder, slower, more human work: finding the people this platform was built for and inviting them in.</p><p>We're looking for communities. Changemakers. Small groups of people tired of juggling five different tools just to coordinate a meeting or make a decision together. If that sounds like someone you know — or like you — we want to talk.</p><p>Our plan of action is straightforward. I'm starting local, here in St. Petersburg, FL, reaching out to nonprofits and community organizations on the ground. Real conversations, face to face, one group at a time. That's the grassroots engine. But I can't be everywhere, and SpiritDAO was never meant to be a one-person effort.</p><p>So here's the ask: <strong>We need your help.</strong></p><p>We're looking for community leaders and connectors — people who know groups that could benefit from better coordination tools. We're looking for introductions, partnerships, and fundraising opportunities that can help us sustain this work as it grows. If any of that sparks something in you, reach out. Every connection matters.</p><p>And as a reminder — <strong>the SpiritDAO platform is 100% free to use.</strong> No trial period, no paywall. Just tools built for people trying to do meaningful work together.</p><hr><p><strong>Recent Talks &amp; Videos</strong></p><p>Two recent conference presentations are now available:</p><p><em>Introduction to Temporal Naturalism</em> — <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out underline underline underline-offset-2 decoration-1 decoration-current/40 hover:decoration-current focus:decoration-current" href="https://www.youtube.com/watch?v=PS95lelJL98">Watch on YouTube</a></p><p><em>SpiritDAO Infrastructure</em> — <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out underline underline underline-offset-2 decoration-1 decoration-current/40 hover:decoration-current focus:decoration-current" href="https://www.youtube.com/watch?v=XlFo9IiA8tM">Watch on YouTube</a> <br>A quick note on this one: we ran into a recording issue during the live session, so we put together a more comprehensive product demo in its place. Honestly, it might be the better version. We're also planning a new series of training videos for the app in the near future. In the meantime, existing video tutorials are available in the Knowledge Base section within the app.</p><hr><p><strong>Important Update: Telegram &amp; Discord</strong></p><p>We've chosen to sunset our Telegram and Discord channels. </p><p>I know it might feel like a step backward. But one of SpiritDAO's core commitments is reducing the clutter and overhead that fragments community life. Maintaining two additional chat platforms outside our own app ran counter to that mission. We're focusing entirely on building our internal community where it belongs: inside the platform we built for exactly this purpose.</p><p>I'm still reachable if you need anything through those channels during the transition, but daily updates will live here, in our home.</p><hr><p><strong>Upcoming Events This Week</strong></p><p>We strongly recommend registering for events within the SpiritDAO app (Events section) at <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="http://app.spiritdao.org">app.spiritdao.org</a> — it's how we gauge attendance and shape the flow of each session.</p><p><strong>Town Hall</strong> — Tue, Mar 31 · 8:00 PM A standing community gathering for conversation, questions, and shared presence. <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out underline underline underline-offset-2 decoration-1 decoration-current/40 hover:decoration-current focus:decoration-current" href="https://meet.google.com/twa-ghig-qxp">Join here</a></p><p><strong>First Contact</strong> — Wed, Apr 1 · 12:00 PM The official starting point for new members — a peer-to-peer orientation into how participation works. <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out underline underline underline-offset-2 decoration-1 decoration-current/40 hover:decoration-current focus:decoration-current" href="https://meet.google.com/twa-ghig-qxp">Join here</a></p><p><strong>Feedback Loops</strong> — Fri, Apr 3 · 12:00 PM A live working session where the community helps shape the app — bring your bugs, your questions, and your ideas. <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out underline underline underline-offset-2 decoration-1 decoration-current/40 hover:decoration-current focus:decoration-current" href="https://meet.google.com/twa-ghig-qxp">Join here</a></p><hr><h3 id="h-questions" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">Questions?</h3><p>The best way to get in touch is within our community:  <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://app.spiritdao.org">https://app.spiritdao.org</a>   <br>If it's easier, send us an email: <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="mailto:community@spiritdao.org">community@spiritdao.org </a></p><br><div data-type="customButton" href="https://www.spiritdao.org/donate" class="center-contents"><a class="email-subscribe-button" href="https://www.spiritdao.org/donate">Donate</a></div><hr><p> Thank you for reading!<br>Please share this email with any friends you think might enjoy this newsletter. We are spreading the message one curious person at a time.</p><div data-type="subscribeButton" class="center-contents"><a class="email-subscribe-button" href="https://paragraph.xyz/@spiritdao/memberships">Subscribe</a></div><div data-type="shareButton" class="center-contents"><a class="email-subscribe-button" href="https://paragraph.xyz/@spiritdao/awBbEeYlSQpuNmwt6zDC">Share</a></div><p><strong>Connect with SpiritDAO</strong></p><p><span data-name="brain" class="emoji" data-type="emoji"><img src="https://cdn.jsdelivr.net/npm/emoji-datasource-apple/img/apple/64/1f9e0.png" draggable="false" loading="lazy" align="absmiddle"></span> <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://app.spiritdao.org">SpiritDAO App</a><br><span data-name="globe_with_meridians" class="emoji" data-type="emoji"><img src="https://cdn.jsdelivr.net/npm/emoji-datasource-apple/img/apple/64/1f310.png" draggable="false" loading="lazy" align="absmiddle"></span>&nbsp;<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://spiritdao.org">SpiritDAO.org</a><br><span data-name="arrow_forward" class="emoji" data-type="emoji"><img src="https://cdn.jsdelivr.net/npm/emoji-datasource-apple/img/apple/64/25b6-fe0f.png" draggable="false" loading="lazy" align="absmiddle"></span> <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://youtube.com/@spiritdao">YouTube</a><br><span data-name="bird" class="emoji" data-type="emoji"><img src="https://cdn.jsdelivr.net/npm/emoji-datasource-apple/img/apple/64/1f426.png" draggable="false" loading="lazy" align="absmiddle"></span>&nbsp;<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/thespiritdao">Twitter</a><br><span data-name="android" class="emoji" data-type="emoji"><img src="https://cdn.jsdelivr.net/npm/emoji-datasource-apple/img/apple/64/1f4f1.png" draggable="false" loading="lazy" align="absmiddle"></span> <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://www.tiktok.com/@thespiritdao">TikTok</a><br><span data-name="scroll" class="emoji" data-type="emoji"><img src="https://cdn.jsdelivr.net/npm/emoji-datasource-apple/img/apple/64/1f4dc.png" draggable="false" loading="lazy" align="absmiddle"></span> <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://docs.spiritdao.org">Docs</a></p><p><strong>SpiritDAO is a registered 501(c)(3) EIN&nbsp;#99-1308806.</strong></p>]]></content:encoded>
            <author>spiritdao@newsletter.paragraph.com (SpiritDAO)</author>
            <category>community</category>
            <enclosure url="https://storage.googleapis.com/papyrus_images/572e5adbf65deae12f859e9e1d410740348f9b58e677b902389a1d6d1122a370.jpg" length="0" type="image/jpg"/>
        </item>
        <item>
            <title><![CDATA[🚨 LAUNCH DAY INVITE 🚨]]></title>
            <link>https://paragraph.com/@spiritdao/🚨-launch-day-invite-🚨</link>
            <guid>x4oAN5QibMnCtMVgMiqe</guid>
            <pubDate>Thu, 19 Mar 2026 13:03:00 GMT</pubDate>
            <description><![CDATA[Let's gooooooooooooooooooooo!]]></description>
            <content:encoded><![CDATA[<h2 id="h-lets-gooooooooooooooooooooo" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">Let's gooooooooooooooooooooo!</h2><p>Dear friend,</p><div data-type="youtube" videoid="8QwfMHRG9QA">
      <div class="youtube-player" data-id="8QwfMHRG9QA" style="background-image: url('https://i.ytimg.com/vi/8QwfMHRG9QA/hqdefault.jpg'); background-size: cover; background-position: center">
        <a href="https://www.youtube.com/watch?v=8QwfMHRG9QA">
          <img src="https://paragraph.com/editor/youtube/play.png" class="play">
        </a>
      </div></div><p>Love,</p><p>Ron</p><hr><h2 id="h-limicon-2026" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">Limicon 2026 </h2><p><strong>Thursday, March 19th @ 12:00 PM EST </strong>we'll be hosting our inaugural kickoff conversation about SpiritDAO.  An intimate dive into the ecosystem, how it empowers communities, and how you can get more involved.</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/043f470290c968f86258a3eccf29a4692d9a535acb57fb0b4f011a8c3dd105f0.png" blurdataurl="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAPCAIAAAAK4lpAAAAACXBIWXMAAAsTAAALEwEAmpwYAAAFBklEQVR4nE1TfUwTZxh/dRMrTjYT5HNqtIhbGDAlA51oxGUmy+Jc4oJ/keiMyciC+zBGZ+KCyrIgZn4bHBoNEnAo6lyl1kI5actd7PW4nne9ttfr3dH2ei39FI91aHPLFcyWPHnyPE/e9/k9z+/3vqCqrgFoSvJXVNTWbz/f0dF3ravz7LnG3U3l1Zs0BVrw9koUejgt4UqUmQk7ZZGYCTuVBK8khARvC7NjU35cSXBKjEvyaJgdk0Xiud+e5LG0SGWP8aB6wzaQt7KiZvPNrsuE5RFp+/OFCA8/uPPV7qYCbeX8pavg4QcI0mNHbtttt82WGw7sHmztYUiD4DSZLd0cZTQYOwPuJwE3ZLbcYEmj3db/bPyBydQ1HSKUpB9U1m5dkL+6peW7MeO9fc1NDwd/m/Dd+uteV8/VzoqPtixcpsUgvRLzcE5TyGsNe60xH8I7TTSuS/H2OI+GvFbBNZLg0SSPxjgkzj0NeS1RHxzn0bkNKusa8krf67t+5eqV0zUNm9tOHTQ+vnDp8jHEeH/HzkZNgRZ/YlDSoRcikZbIf8LOmbDzVdSlxFTGZsLOqQA+W0lLpBxyqF4k5JDjNZM8qPl425KS8t/PnzPquq/fbPV6bjXu2fX5rp00MrTjy8bcwjIU0ksUTFkMPDbKY6McCtFWwwRm9uOWIG6N0XaRgCUKCRJjQQIOEtYgAYsU/FKklYSgAtTWb3+reM2evfsxaNBDDKSfDx4+9u39P67p+m9+ULdlQf5qDNJHXTYWhbLdTQI26kaGORSSeYcSYTIR5pXkyUhMRvK8ylpG8mQijBLj5gDWb2xYVFBWW7/915Mn3bYRj93gxUyTDLZ33zd5pWvnL12Fqhpw6QAlC2Q64Jz2kzMiPe0nZYGc4hwpFn+pppTMO2Q/OS2QasATMk9M+yklIYCquoZ576xcvnb9ydbWM+3thoFbHW2/PNHd/XDDtvUbP8k+U33EibiRIcY27EaGnFYDi5ooi34CG/U+HSatjzzZohsZ8qLDTthAw48lCpYo2I9bMhEGVNZtBTlFiwrKNm39rOvihe6uS9c7L7YdP37o4KHm5hYwLx+D9BnJk2IdMu+Y4hxJNSCS7LjME1OcI86gCQaTBTLF4kl2XK0L5Ky8WZZ48H7NZvBmIdCUgvn59/u6df29g3f67vbeOHuqHWiKQW4pBunTAWrSZYsz6KTLFqaRbIzJvCPBYHEGTXF4isUTDJbi8DiDRV1ohLZFaJtEITOiE1TUbQFgSWl5zbnTHbr+njOn2k26gSOHj8zLWwFyisDid1FIn54gJ13qnQBhjatNsSQ7rsR5JepVx4xxSpT9n2XT2XqMA2VVG4u11Xd7u9tOnChfV3/gwA+rKurAGwVAU6JusLhUFTkdVtvFfBHfWNQHh7yWgHskxdtZyhhwQ2F2LMyOBdzQlB8XXCMhr1VJ+udYSvBgTdWGhk+/+Ono0cLV1SC3FCwszvZdDnJLwMIikFusAvwtzY6T4FGRNYe8Zp42BdxQyGuZ5JDnfnuIVYMQaxFZS8ANJXl0VoCsBuvqW4/9/PX+5pxl2lnSs7OXqEg5hUBTMgcQVS+EGdjnMEoM7CdHBQoK0OY4a3sh4L5npgBt9pOjQdVDskj8t8Gu3U0m3UDL9z8WaatVZtTBi+cspwhoXm8QZZWEkJEYkYBVJWlbTJURDuKWqAt9LYxDop5GaZuSVL/YLMC/vwLR3WqiPOcAAAAASUVORK5CYII=" nextheight="884" nextwidth="1920" class="image-node embed"><figcaption htmlattributes="[object Object]" class="hide-figcaption"></figcaption></figure><p><strong>Add to your calendar:  </strong><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://calendar.google.com/calendar/event?action=TEMPLATE&amp;tmeid=MTM5cGk2dmV0NzlmZGJmZWdqb3ZpN2hjOWsgcm9uanJpdmVyc0Bt&amp;tmsrc=ronjrivers%40gmail.com"><strong>https://calendar.google.com/calendar/event?action=TEMPLATE&amp;tmeid=MTM5cGk2dmV0NzlmZGJmZWdqb3ZpN2hjOWsgcm9uanJpdmVyc0Bt&amp;tmsrc=ronjrivers%40gmail.com</strong></a></p><hr><h3 id="h-questions" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">Questions?</h3><p>The best way to get in touch is within our community:  <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://app.spiritdao.org">https://app.spiritdao.org</a>   <br>If it's easier, send us an email: <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="mailto:community@spiritdao.org">community@spiritdao.org </a></p><br><div data-type="customButton" href="https://www.spiritdao.org/donate" class="center-contents"><a class="email-subscribe-button" href="https://www.spiritdao.org/donate">Donate</a></div><hr><p style="text-align: center"> Thank you for reading!<br>Please share this email with any friends you think might enjoy this newsletter. We are spreading the message one curious person at a time.</p><div data-type="subscribeButton" class="center-contents"><a class="email-subscribe-button" href="https://paragraph.xyz/@spiritdao/memberships">Subscribe</a></div><div data-type="shareButton" class="center-contents"><a class="email-subscribe-button" href="https://paragraph.xyz/@spiritdao/awBbEeYlSQpuNmwt6zDC">Share</a></div><p style="text-align: center"><strong>Connect with SpiritDAO</strong></p><p style="text-align: center"><span data-name="brain" class="emoji" data-type="emoji"><img src="https://cdn.jsdelivr.net/npm/emoji-datasource-apple/img/apple/64/1f9e0.png" draggable="false" loading="lazy" align="absmiddle"></span> <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://app.spiritdao.org">Community App</a><br><span data-name="globe_with_meridians" class="emoji" data-type="emoji"><img src="https://cdn.jsdelivr.net/npm/emoji-datasource-apple/img/apple/64/1f310.png" draggable="false" loading="lazy" align="absmiddle"></span>&nbsp;<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://spiritdao.org">SpiritDAO.org</a><br><span data-name="speech_balloon" class="emoji" data-type="emoji"><img src="https://cdn.jsdelivr.net/npm/emoji-datasource-apple/img/apple/64/1f4ac.png" draggable="false" loading="lazy" align="absmiddle"></span> <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://t.me/thespiritdao">Telegram</a><br><span data-name="arrow_forward" class="emoji" data-type="emoji"><img src="https://cdn.jsdelivr.net/npm/emoji-datasource-apple/img/apple/64/25b6-fe0f.png" draggable="false" loading="lazy" align="absmiddle"></span> <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://youtube.com/@spiritdao">YouTube</a><br><span data-name="bird" class="emoji" data-type="emoji"><img src="https://cdn.jsdelivr.net/npm/emoji-datasource-apple/img/apple/64/1f426.png" draggable="false" loading="lazy" align="absmiddle"></span>&nbsp;<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/thespiritdao">Twitter</a><br><span data-name="handshake" class="emoji" data-type="emoji">🤝</span> <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://discord.gg/Dg94YJxAEm">Discord</a><br><span data-name="android" class="emoji" data-type="emoji"><img src="https://cdn.jsdelivr.net/npm/emoji-datasource-apple/img/apple/64/1f4f1.png" draggable="false" loading="lazy" align="absmiddle"></span> <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://www.tiktok.com/@thespiritdao">TikTok</a><br><span data-name="scroll" class="emoji" data-type="emoji"><img src="https://cdn.jsdelivr.net/npm/emoji-datasource-apple/img/apple/64/1f4dc.png" draggable="false" loading="lazy" align="absmiddle"></span> <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://docs.spiritdao.org">Docs</a></p><p style="text-align: center"><strong>SpiritDAO is a registered 501(c)(3) 170(b)(1)(A)(i) Church of Temporal Naturalism, EIN&nbsp;#99-1308806.</strong></p>]]></content:encoded>
            <author>spiritdao@newsletter.paragraph.com (SpiritDAO)</author>
            <category>community</category>
            <enclosure url="https://storage.googleapis.com/papyrus_images/fe205d3eb0bb8428a5c4558d0470bfe15a9a8e4f423ce012dba67914ef64da97.jpg" length="0" type="image/jpg"/>
        </item>
        <item>
            <title><![CDATA[SpiritDAO - Launch Updates & More]]></title>
            <link>https://paragraph.com/@spiritdao/spiritdao-launch-updates-and-more</link>
            <guid>RUgr5YTo71o9hqZCEwDA</guid>
            <pubDate>Mon, 16 Mar 2026 13:29:06 GMT</pubDate>
            <description><![CDATA[Important community updates:  Our community infrastructure is live!  Two important talks coming up at Limicon.]]></description>
            <content:encoded><![CDATA[<h2 id="h-we-are-moving-to-our-live-launch-effective-immediately" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">We are moving to our live launch, effective immediately.</h2><p>Over the past two weeks we've been focusing on transitioning the app readiness to support live communities, away from our beta infrastructure. We're happy to share that we are ready for launch!</p><p>Recent work included fixing a bug related to the <strong>airdrop of member tokens when pod applications are accepted</strong>, updates to our events calendars, a <strong>member's directory, </strong>and more. </p><p>As launch preparation accelerated, we also <strong>republished the platform’s contracts</strong> in preparation for going live. From there, the focus shifted into a full-system review: testing flows across the app, catching edge cases, and tightening up remaining issues. During that process, we identified and resolved a <strong>small forum bug</strong>, helping ensure a smoother experience across the platform.</p><p>A major area of effort has been the expansion of <strong>sub-pod infrastructure</strong>. This work involved building out the underlying systems needed to support more flexible and nested community structures before launch. That process included some sticky bugs, especially around recursive pod logic, but those issues have now been resolved. With that, the pods infrastructure is now complete and the app’s recursive community structure is functioning as intended.</p><p>We’ve also completed work on a <strong>claim/burn mechanism for the $SYSTEM token</strong>, which supports nonprofit payout flows and adds an important piece to the platform’s economic infrastructure. This empowers communities within the SpiritDAO ecosystem to meaningfully collaborate and participants to be rewarded for their work. Users can burn $SYSTEM tokens via our claim process and the SpiritDAO will issue them checks / ACH payments. Note that all claims are subject to review. </p><p>At this point, the app is complete and ready for launch. Recent logins may have revealed another important transition step: <strong>SYSTEM and SELF balances were reset</strong>, and the <strong>faucet has been removed</strong> as we move away from testing conditions and toward a live environment.</p><p>As we enter this next phase, communication will increasingly shift into the app itself. Going forward, the goal is to reduce energy spent maintaining parallel update streams across Telegram and Discord, and instead focus more fully on improving the ecosystem and supporting the communities and individuals building within it.</p><p>We’re now approaching our first major infrastructure presentation, and this next stage is less about prototypes and more about activation. The core systems are in place. The platform is ready. Now we begin the move into live use.</p><p><strong>SpiritDAO is 100% free to use for all communities (inline with our TOS).  </strong>There is no charge to setup a community, you just need three people.  We fund our efforts by allocating 8% of every donation for operations expenses and a community fund to support efforts aligned with the Eight Dignities. </p><p>If you haven't already, explore the application at <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://app.spiritdao.org">https://app.spiritdao.org</a> </p><hr><h2 id="h-limicon-2026" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">Limicon 2026 </h2><p>This week we'll be hosting two talks at Limicon:</p><p><strong>Tuesday, March 17th @ 12:00 PM EST</strong> will be a dive into Temporal Naturalism, the founding philosophy of SpiritDAO. In this discussion we'll explore the core principles of Temporal Naturalism and how we apply them to daily life.  </p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/ec5df9acb1d2545f32e2e96d31c831fdcaec91146e04362e4923d438ac7ed234.png" blurdataurl="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAANCAIAAABHKvtLAAAACXBIWXMAAAsTAAALEwEAmpwYAAAEvElEQVR4nC1Te0xTdxS+/rVpjJsmy9RlLup0KgYZOF2mGVPnnDjwgVaZQwgIDOKrMGgZIlo7YYPotCCPCpVAxmsOp0jX4G2B9ua2t7b29nF7uf3VywqWPi7XdMBAh/6WUpOTk3POH+ec7zvfQcoviT7Ztj1fmLnjix1HPt+7ffM22TVRcXFeSmJ8bbHghzMnKi4LlyxfVXutamaMdBjvc8DAAQPPGseB4RlrHBvSukiVi1QGAB4aNkfqLlLJAcM4MLzyMUhVhXjt6rUK+fmqn87uit4gyjlmMylKSnM2rllpVGS31hUqmsrmLXq3s6kW8jSh6zDo2tA+OYrKCaxDN9BCYB0jlEavbUVRudV4VzfQbNC1adUKVNWgVd9+4XMgBafTMxO3O4yNly6dWrkB0Q5U2smWnZ/GLkWQ2OgovL8mcX9C1KZNmLIdTowEKOIfYOFoYsQyyDOmsNHGEDDzQ+Yp1jrJkvyQmWdMIWAOAcvzUScMAiRVkHQ8KZ4iFW0tFQuWrJLdKMCx+m0x6/esWi2v/VEiyY3b+ll9dZFlsBvyw7bBB2a0m8KUdu2Dx+p7Dm2v5WH3nN2z9vc4MZV1oMeMdlv7eyzq+4BAYdCFVF4uenvRiqPH91eUn10w//1MwQGKVGz5OGpf4i5ZbdG6pR/JLgo72iWqO7fhhOfJI82TRxpAoBE/+ljL0wRHEzxjClB6jiYClN5H4RxtiKThG9y8UdrZLkk6lCAsSNu9e6e8skgiPb1uYyw+UHPq3PFzaUf9oOvLffHSslL4wu+niEjHZ26zj8In3BbIuWEQwKAbcgAGwaug62WAmR2jZ8doGHSFEXyXKkhM/iohaU9WzrEiUUa+ME3w7f721stwVo0P1DxEZQ03xQjyVktDDZx8CggUECiD9zF437BJA/A+J6Zi8D4aU7kJtRNTUZhy2KT529w//Lifp02QA8gVaaG84XxGVmp6hiA1/XDTrZJkwTdicfa4987Cdz6YPw8RvbcUQZCfy6URBD47HgLmAE2E3JYAFY55xhRhiaP0AUo/7XHAIHgZYF4juFp54RdJ2d1meXtTXXFhQVVlftKhBMbZJpXmrVizoTBfINy5NS1596AqrCLIuTlW73GoWQfqZzAfo2OsSg+lCQLcSw9ybgPnNtCW3kkPCfnh1wN+k98w/dnJ9N/LO5HS1VRfmH+6pORk/XVh/JYokShtOqQa8fwxRLUwj3oh75kdo4MAd5p7XaTSjHe5SJXT0usiVX4GZ+2oi1SxdpQy9bAO1EsPzvrCZ0Ca6q6o7/9OadqluQe76quzs3O+3rsrN+uQMO9wZ/OFD+NiYrZuPnPySGN1FZzxv/A6x0H4e3nW6B3SBgAWANjUiHXG6wgAPAhwP4ONhZFhQaB/5QuzhCgaJRVX8hV1v/bcqr1eUXr+Yi7y5rK1m6JT0g9kx29JQt5AEGTxwuXVVeVwxv+fl4Y8GwIWrw3nqLAon9qwUVLns+NeG84PGX123GfHoc81p645iq5fLWWcrSJxVkbmibR0gbpPVi0TR8fFLV62Uv1X9e2y79eviSoQZ3qdGsg9mVsKPB91TrLktMc+5bFNsOQkS/7rsU+FvW3KY5v22CO7Rwb8DxiBQ6lTGWcfAAAAAElFTkSuQmCC" nextheight="802" nextwidth="1920" class="image-node embed"><figcaption htmlattributes="[object Object]" class="hide-figcaption"></figcaption></figure><p><strong>Add to your calendar:  </strong><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://calendar.google.com/calendar/event?action=TEMPLATE&amp;tmeid=bTM2dTg0dmpkMm8xM2k4cWFmdGM1MDJiMHMgcm9uanJpdmVyc0Bt&amp;tmsrc=ronjrivers%40gmail.com">https://calendar.google.com/calendar/event?action=TEMPLATE&amp;tmeid=bTM2dTg0dmpkMm8xM2k4cWFmdGM1MDJiMHMgcm9uanJpdmVyc0Bt&amp;tmsrc=ronjrivers%40gmail.com</a></p><p>......</p><p><strong>Thursday, March 19th @ 12:00 PM EST </strong>we'll be hosting our inaugural kickoff conversation about SpiritDAO.  An intimate dive into the ecosystem, how it empowers communities, and how you can get more involved.</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/8b92b67cf364cd419de10fa965e04df58fc7c97fa32a41211a8e7c0438a4c0ba.png" blurdataurl="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAPCAIAAAAK4lpAAAAACXBIWXMAAAsTAAALEwEAmpwYAAAFB0lEQVR4nE1UfUwTZxh/dRMrTjcT5HNqFMQtDJiSgU404jKTZXEuccG/SHTGZGTBfRijM3FBZVkQM78NDo0GiTgUda5Sa6GU0vYu9Hq0t7vrx/V6d7S9Xj+vtV7XoeSWK5iZPHnzPE/e9/k9z+/3vi+oaWgCqtKClVX1jTsudHX1X+/pPne+eU9LZe1mVWE5eHsVYnicEexyjJoOkxKPTYdJWWRlkRNZa5i2pP12WWTkOJNkkTBtkXjsmd+WZNEsT+S2saB243awdFVV3ZZbPVcw0xPc+udzHhp5dO+rPS2F5dXzl62GRh7BcJ8Nvmuz3h033XSgDyBzH4VrOVI/buplCJ1W1x1wjwXchnHTTRrX2awDf08+0ut7MiFMTvpBdf22BQVr2tq+s+ge7G9teTz025Tvzl8PevqudVd9tHXh8nLUoJHjHobUh7zmsNcc98EsqXfa1SnWlmCRkNfMuUZFFkmySJyBE8xEyGuK+aAEi8xNUN3QtLTsvf4bV69dPVPXtKXj9CHd04uXrxyHdQ937mpWFZbbx7RyNvScx7IC/m+YnA6TL2MuOa4wNh0m0wH7bCYr4FLIoaw8JoUcr5hkQd3H25eUVv5+4bxO3XvjVrvXc6d57+7Pd+9ywsM7v2zOL6pADBqBgAiTlkWNLGpkEIPTrJ1Cx/12U9BujjttPAYJBBzELEEMCmLmIAbxBPSCd8oipwDUN+54q2Tt3n0HUMOQBxvMPhs6cvzbh39cVw/c+qBh64KCNahBE3NZacSQq67nUKMbHmEQg8Q65Ag1E6FeCp4ZgZoRPC9zNiN4ZiKUHGfmADZsalpUWFHfuOPXU6fc1lGPTetF9VEK3bf/m6Vl6+YvW40oGjDZACFxeDZAZvz4NO/M+HGJw9OMI0XbXyghIbEOyY9nOFxxWExisYyfkEUO1DQ0zXtn1Yp1G061t5/t7NQO3unq+GVMff/Djds3bPokd001ERJ2w8OUdcQND5NmLY3oCZNmCjV6J0Zw8xNPLumGh73ICAlpndBTgYAEAvLbTTMRClQ3bAN5xYsKKzZv+6zn0sXenss3ui91nDhx+NDh1tY2MK8ANWhmBE+KdkisI804koqDJelJicXSjCNBISKFShyeou1JelLJc/isvDmWWPB+3RbwZhFQlYH5BQ/7e9UDt4fu9d+/ffPc6U6gKgH5ZahBkw0QUZc1QSFRlzXshHM+KrEOkUITFJJi7CnaLlJoirEnKDTmQiJOa8RpFQh4midBVcNWAJaUVdadP9OlHug7e7pTrx48euTovKUrQV4xWPwuYtBkp/CoSzkTwMwJpSiapCflBCvHvEqbcUaO0a9ZLpzNxxlQUbOppLz2/u3ejpMnK9c3Hjz4w+qqBvBGIVCVKhMsLlNEzoaVcnFf1GeJMlDIawp4jM/8NprQBdyjUdoSpi0BtyHtt3Ou0TBtlpP+OZZEFqyt2dj06Rc/HTtWtKYW5JeBhSW5uitAfilYWAzySxSAf4TZdhLMRMBj5D1GhhzhXKO8xxj1QUnlPZuitCXkHQ+4xzhSn2SRWQFyGqxvbD/+89cHWvOWl8+Snuu9VEHKKwKq0jmAmHJAzP1ocWYi5oOjtCXmgzM89oIng85xkUEEj1lkEZFFJB77f4Lde1r06sG2738sLq9VmFEaL5mzvGKgejVBDkBOBzMcESEnUjklZq9jzIXEnLYkPRl3IXLEK6eDr1P0H0Wa06cKQWwKAAAAAElFTkSuQmCC" nextheight="884" nextwidth="1920" class="image-node embed"><figcaption htmlattributes="[object Object]" class="hide-figcaption"></figcaption></figure><p><strong>Add to your calendar:  </strong><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://calendar.google.com/calendar/event?action=TEMPLATE&amp;tmeid=MTM5cGk2dmV0NzlmZGJmZWdqb3ZpN2hjOWsgcm9uanJpdmVyc0Bt&amp;tmsrc=ronjrivers%40gmail.com"><strong>https://calendar.google.com/calendar/event?action=TEMPLATE&amp;tmeid=MTM5cGk2dmV0NzlmZGJmZWdqb3ZpN2hjOWsgcm9uanJpdmVyc0Bt&amp;tmsrc=ronjrivers%40gmail.com</strong></a></p><hr><h3 id="h-questions" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">Questions?</h3><p>The best way to get in touch is within our community:  <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://app.spiritdao.org">https://app.spiritdao.org</a>   <br>If it's easier, send us an email: <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="mailto:community@spiritdao.org">community@spiritdao.org </a></p><br><div data-type="customButton" href="https://www.spiritdao.org/donate" class="center-contents"><a class="email-subscribe-button" href="https://www.spiritdao.org/donate">Donate</a></div><hr><p style="text-align: center"> Thank you for reading!<br>Please share this email with any friends you think might enjoy this newsletter. We are spreading the message one curious person at a time.</p><div data-type="subscribeButton" class="center-contents"><a class="email-subscribe-button" href="https://paragraph.xyz/@spiritdao/memberships">Subscribe</a></div><div data-type="shareButton" class="center-contents"><a class="email-subscribe-button" href="https://paragraph.xyz/@spiritdao/awBbEeYlSQpuNmwt6zDC">Share</a></div><p style="text-align: center"><strong>Connect with SpiritDAO</strong></p><p style="text-align: center"><span data-name="brain" class="emoji" data-type="emoji"><img src="https://cdn.jsdelivr.net/npm/emoji-datasource-apple/img/apple/64/1f9e0.png" draggable="false" loading="lazy" align="absmiddle"></span> <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://app.spiritdao.org">Community App</a><br><span data-name="globe_with_meridians" class="emoji" data-type="emoji"><img src="https://cdn.jsdelivr.net/npm/emoji-datasource-apple/img/apple/64/1f310.png" draggable="false" loading="lazy" align="absmiddle"></span>&nbsp;<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://spiritdao.org">SpiritDAO.org</a><br><span data-name="speech_balloon" class="emoji" data-type="emoji"><img src="https://cdn.jsdelivr.net/npm/emoji-datasource-apple/img/apple/64/1f4ac.png" draggable="false" loading="lazy" align="absmiddle"></span> <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://t.me/thespiritdao">Telegram</a><br><span data-name="arrow_forward" class="emoji" data-type="emoji"><img src="https://cdn.jsdelivr.net/npm/emoji-datasource-apple/img/apple/64/25b6-fe0f.png" draggable="false" loading="lazy" align="absmiddle"></span> <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://youtube.com/@spiritdao">YouTube</a><br><span data-name="bird" class="emoji" data-type="emoji"><img src="https://cdn.jsdelivr.net/npm/emoji-datasource-apple/img/apple/64/1f426.png" draggable="false" loading="lazy" align="absmiddle"></span>&nbsp;<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/thespiritdao">Twitter</a><br><span data-name="handshake" class="emoji" data-type="emoji">🤝</span> <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://discord.gg/Dg94YJxAEm">Discord</a><br><span data-name="android" class="emoji" data-type="emoji"><img src="https://cdn.jsdelivr.net/npm/emoji-datasource-apple/img/apple/64/1f4f1.png" draggable="false" loading="lazy" align="absmiddle"></span> <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://www.tiktok.com/@thespiritdao">TikTok</a><br><span data-name="scroll" class="emoji" data-type="emoji"><img src="https://cdn.jsdelivr.net/npm/emoji-datasource-apple/img/apple/64/1f4dc.png" draggable="false" loading="lazy" align="absmiddle"></span> <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://docs.spiritdao.org">Docs</a></p><p style="text-align: center"><strong>SpiritDAO is a registered 501(c)(3) 170(b)(1)(A)(i) Church of Temporal Naturalism, EIN&nbsp;#99-1308806.</strong></p>]]></content:encoded>
            <author>spiritdao@newsletter.paragraph.com (SpiritDAO)</author>
            <category>community</category>
            <enclosure url="https://storage.googleapis.com/papyrus_images/a8beda610fc2938fcc6932ce032d823c76859bfaa137b95b0e094cd62b8b6566.jpg" length="0" type="image/jpg"/>
        </item>
        <item>
            <title><![CDATA[SpiritDAO - BETA Week 3]]></title>
            <link>https://paragraph.com/@spiritdao/spiritdao-beta-week-3</link>
            <guid>VKN5cTAKVHRG7u1FqZ5o</guid>
            <pubDate>Wed, 25 Feb 2026 16:27:36 GMT</pubDate>
            <description><![CDATA[SpiritDAO's beta testing progressing update for week 3.  New features, bug fixes, and more!]]></description>
            <content:encoded><![CDATA[<h2 id="h-hello-all" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">Hello all,</h2><p>Sharing a quick but meaningful update on what’s been happening behind the scenes over the past week. There’s been a lot of focused work to stabilize the core experience while also pushing forward on new features.</p><p><span data-name="globe_with_meridians" class="emoji" data-type="emoji"><img src="https://cdn.jsdelivr.net/npm/emoji-datasource-apple/img/apple/64/1f310.png" draggable="false" loading="lazy" align="absmiddle"></span><strong> Platform &amp; Infrastructure</strong></p><ul><li><p>The new <strong>SpiritDAO website is live</strong> → <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://www.spiritdao.org">https://www.spiritdao.org</a></p></li><li><p><strong>Self-actualization in the Age of Crisis</strong> (SpiritDAO's community owned core text) also got a facelift → <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://singletruth.org">https://singletruth.org</a></p></li><li><p>Successfully <strong>moved our banking from PNC to Mercury</strong>, giving us more flexibility and better alignment with how we operate and support our fiscal sponsorship partners.</p></li></ul><p><span data-name="hammer_and_wrench" class="emoji" data-type="emoji"><img src="https://cdn.jsdelivr.net/npm/emoji-datasource-apple/img/apple/64/1f6e0-fe0f.png" draggable="false" loading="lazy" align="absmiddle"></span><strong> Core App Improvements</strong></p><ul><li><p>Resolved a critical issue with <strong>governance proposals and voting</strong> — the system is now functioning as intended</p></li><li><p>Fixed several <strong>modal (popup) display issues</strong> across the app for a smoother UI experience</p></li><li><p>Eliminated the frustrating <strong>login bug that required multiple clicks</strong></p></li><li><p>Eliminated the need for users to enter the invite code multiple times (usually after a fresh update/deploy, this was a tricky one!)</p></li></ul><p><span data-name="sparkles" class="emoji" data-type="emoji"><img src="https://cdn.jsdelivr.net/npm/emoji-datasource-apple/img/apple/64/2728.png" draggable="false" loading="lazy" align="absmiddle"></span><strong> New Features</strong></p><ul><li><p><strong>Video Chat is now live</strong> inside the app both for direct 1:1 calls (accessible by clicking any users profile) and for <strong>group conferences</strong> (via the events infrastructure). Be sure to explore!</p></li><li><p>Added an <strong>in-app onboarding tour</strong> for new users (also available in the knowledge base)</p></li></ul><p><strong><span data-name="loudspeaker" class="emoji" data-type="emoji"><img src="https://cdn.jsdelivr.net/npm/emoji-datasource-apple/img/apple/64/1f4e2.png" draggable="false" loading="lazy" align="absmiddle"></span>  Community Calls</strong></p><ul><li><p>As we move towards the completion of our Beta testing we invite you and yours to join us in in our weekly onboarding sessions. </p></li><li><p>If you're available, we would love to book a 1:1 session with you to explore the app together, onboard you and/or your community, and get live feedback.  Please <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="mailto:community@spiritdao.org">reach out</a> to let us know if you'd be open to connecting. </p></li></ul><hr><p>Overall, this was a strong week focused on <strong>stability, usability, and laying better foundations</strong> for what’s next. We're looking at another week or two before we move towards the live app, building our community and direction and welcoming others to join within our infrastructure.  </p><p>As always, your feedback is incredibly valuable as we refine onboarding, governance flows, and the overall user experience.</p><p>More soon,<br>Ron</p><h3 id="h-questions" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">Questions?</h3><p>Join our community forum or reach out directly:</p><ul><li><p>Forum: <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://app.spiritdao.org/forum">app.spiritdao.org/foru</a>m</p></li><li><p>Email: <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="mailto:community@spiritdao.org">community@spiritdao.org </a></p></li></ul><br><div data-type="customButton" href="https://www.spiritdao.org/donate" class="center-contents"><a class="email-subscribe-button" href="https://www.spiritdao.org/donate">Donate</a></div><hr><p style="text-align: center"> Thank you for reading!<br>Please share this email with any friends you think might enjoy this newsletter. We are spreading the message one curious person at a time.</p><div data-type="subscribeButton" class="center-contents"><a class="email-subscribe-button" href="https://paragraph.xyz/@spiritdao/memberships">Subscribe</a></div><div data-type="shareButton" class="center-contents"><a class="email-subscribe-button" href="https://paragraph.xyz/@spiritdao/awBbEeYlSQpuNmwt6zDC">Share</a></div><p style="text-align: center"><strong>Connect with SpiritDAO</strong></p><p style="text-align: center"><span data-name="brain" class="emoji" data-type="emoji"><img src="https://cdn.jsdelivr.net/npm/emoji-datasource-apple/img/apple/64/1f9e0.png" draggable="false" loading="lazy" align="absmiddle"></span> <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://app.spiritdao.org">Community App</a><br><span data-name="globe_with_meridians" class="emoji" data-type="emoji"><img src="https://cdn.jsdelivr.net/npm/emoji-datasource-apple/img/apple/64/1f310.png" draggable="false" loading="lazy" align="absmiddle"></span>&nbsp;<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://spiritdao.org">SpiritDAO.org</a><br><span data-name="speech_balloon" class="emoji" data-type="emoji"><img src="https://cdn.jsdelivr.net/npm/emoji-datasource-apple/img/apple/64/1f4ac.png" draggable="false" loading="lazy" align="absmiddle"></span> <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://t.me/thespiritdao">Telegram</a><br><span data-name="arrow_forward" class="emoji" data-type="emoji"><img src="https://cdn.jsdelivr.net/npm/emoji-datasource-apple/img/apple/64/25b6-fe0f.png" draggable="false" loading="lazy" align="absmiddle"></span> <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://youtube.com/@spiritdao">YouTube</a><br><span data-name="bird" class="emoji" data-type="emoji"><img src="https://cdn.jsdelivr.net/npm/emoji-datasource-apple/img/apple/64/1f426.png" draggable="false" loading="lazy" align="absmiddle"></span>&nbsp;<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/thespiritdao">Twitter</a><br><span data-name="handshake" class="emoji" data-type="emoji">🤝</span> <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://discord.gg/Dg94YJxAEm">Discord</a><br><span data-name="android" class="emoji" data-type="emoji"><img src="https://cdn.jsdelivr.net/npm/emoji-datasource-apple/img/apple/64/1f4f1.png" draggable="false" loading="lazy" align="absmiddle"></span> <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://www.tiktok.com/@thespiritdao">TikTok</a><br><span data-name="scroll" class="emoji" data-type="emoji"><img src="https://cdn.jsdelivr.net/npm/emoji-datasource-apple/img/apple/64/1f4dc.png" draggable="false" loading="lazy" align="absmiddle"></span> <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://docs.spiritdao.org">Docs</a></p><p style="text-align: center"><strong>SpiritDAO is a registered 501(c)(3) 170(b)(1)(A)(i) Church of Temporal Naturalism, EIN&nbsp;#99-1308806.</strong></p>]]></content:encoded>
            <author>spiritdao@newsletter.paragraph.com (SpiritDAO)</author>
            <category>community</category>
            <enclosure url="https://storage.googleapis.com/papyrus_images/7ab4f443abb7d05fe80855d2bf6c70a6c9a59b1d0d56cea4feaadfb29ba2492b.jpg" length="0" type="image/jpg"/>
        </item>
        <item>
            <title><![CDATA[SpiritDAO - BETA Week 2]]></title>
            <link>https://paragraph.com/@spiritdao/spiritdao-beta-week-2</link>
            <guid>sAOzUMBWuDx6zUj9kmph</guid>
            <pubDate>Tue, 17 Feb 2026 15:31:24 GMT</pubDate>
            <description><![CDATA[Community updates and Beta testing highlights!]]></description>
            <content:encoded><![CDATA[<h2 id="h-hi-everyone" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">Hi everyone,</h2><p>I hope this finds you well! We're continuing our active beta and making great strides in resolving the remaining issues and ideating around new features to meet community needs. This week I wanted to take a moment to personally thank you and celebrate what we've accomplished together. </p><p><strong>The numbers speak for themselves:</strong> </p><ul><li><p>Our Beta Testers pod is active, members are sharing feedback and insights in both the chat and forums</p></li><li><p>Several meaningful forum discussions around bugs formed last week</p></li><li><p>Our mobile-first approach is resonating, you're proving that DAO participation doesn't need to be desk-bound </p></li></ul><p>Beyond the metrics, what really excites me is seeing the quality of feedback from our testing community. From the strategic discussions to the creative bounty proposals that remain yours for the taking, you're not just using SpiritDAO - you're defining what the future of onchain community collaboration looks like.</p><p> <strong>Special shout outs to some incredible contributors:</strong> </p><ul><li><p><strong>Eric Miki</strong> for his dedication, spending a solid hour doing live testing and walking through the experience on his end, and suggesting UX improvements.</p></li><li><p><strong>Camara Cassin</strong> for your active and insightful feedback into the issues you were experiencing (which have since been fixed!)</p></li><li><p><strong>Jon Simmons</strong> for actively promoting and sharing our beta on social media, elevating awareness of our ecosystem within the web3 community as well as sharing a bug he discovered.</p></li></ul><p><strong>What's next?</strong> We're continuing our beta and are looking for a few more testers to connect for 1:1 beta sessions. The objective is to confirm that our core functionality is working exactly as intended.  Afterwards we will transition into a live version and begin the formal construction of our community, opening the doors to others as well.</p><p><strong>Here's how you can help us keep this momentum:</strong> </p><p>1. <strong>Keep engaging</strong> - Your voice in Pods and forum discussions is what makes our community valuable </p><p>2. <strong>Invite thoughtfully</strong> - Know someone who would add value to our community? Send them our way.  You can find your own personal invite code within your <em>Identity </em>page.</p><p>3. <strong>Share your story</strong> - If SpiritDAO has been useful for your DAO or community work, we'd love to amplify your success We're building something special here - a place where DAO governance actually works, where mobile-first design meets serious onchain functionality, and where community members like you shape the product as much as the founding team does. Thank you for being part of this journey from the beginning. The best is yet to come. </p><p><strong>Other: </strong>This week we've been revamping our website, both for a cost savings effort for our nonprofit as well as to highlight our community infrastructure and recently expanded services. Stay tuned!</p><p><strong>With love, gratitude, and immense appreciation,</strong></p><p><strong>Ron Rivers</strong><br></p><p><strong>P.S. </strong>Have ideas for new features or improvements? Drop them in our forum or beta testers chat!</p><h3 id="h-questions" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">Questions?</h3><p>Join our community forum or reach out directly:</p><ul><li><p>Forum: <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://app.spiritdao.org/forum">app.spiritdao.org/foru</a>m</p></li><li><p>Email: <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="mailto:community@spiritdao.org">community@spiritdao.org </a></p></li></ul><br><div data-type="customButton" href="https://www.spiritdao.org/donate" class="center-contents"><a class="email-subscribe-button" href="https://www.spiritdao.org/donate">Donate</a></div><hr><p style="text-align: center"> Thank you for reading!<br>Please share this email with any friends you think might enjoy this newsletter. We are spreading the message one curious person at a time.</p><div data-type="subscribeButton" class="center-contents"><a class="email-subscribe-button" href="https://paragraph.xyz/@spiritdao/memberships">Subscribe</a></div><div data-type="shareButton" class="center-contents"><a class="email-subscribe-button" href="https://paragraph.xyz/@spiritdao/awBbEeYlSQpuNmwt6zDC">Share</a></div><p style="text-align: center"><strong>Connect with SpiritDAO</strong></p><p style="text-align: center"><span data-name="brain" class="emoji" data-type="emoji"><img src="https://cdn.jsdelivr.net/npm/emoji-datasource-apple/img/apple/64/1f9e0.png" draggable="false" loading="lazy" align="absmiddle"></span> <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://app.spiritdao.org">Community App</a><br><span data-name="globe_with_meridians" class="emoji" data-type="emoji"><img src="https://cdn.jsdelivr.net/npm/emoji-datasource-apple/img/apple/64/1f310.png" draggable="false" loading="lazy" align="absmiddle"></span>&nbsp;<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://spiritdao.org">SpiritDAO.org</a><br><span data-name="speech_balloon" class="emoji" data-type="emoji"><img src="https://cdn.jsdelivr.net/npm/emoji-datasource-apple/img/apple/64/1f4ac.png" draggable="false" loading="lazy" align="absmiddle"></span> <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://t.me/thespiritdao">Telegram</a><br><span data-name="arrow_forward" class="emoji" data-type="emoji"><img src="https://cdn.jsdelivr.net/npm/emoji-datasource-apple/img/apple/64/25b6-fe0f.png" draggable="false" loading="lazy" align="absmiddle"></span> <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://youtube.com/@spiritdao">YouTube</a><br><span data-name="bird" class="emoji" data-type="emoji"><img src="https://cdn.jsdelivr.net/npm/emoji-datasource-apple/img/apple/64/1f426.png" draggable="false" loading="lazy" align="absmiddle"></span>&nbsp;<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/thespiritdao">Twitter</a><br><span data-name="handshake" class="emoji" data-type="emoji">🤝</span> <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://discord.gg/Dg94YJxAEm">Discord</a><br><span data-name="android" class="emoji" data-type="emoji"><img src="https://cdn.jsdelivr.net/npm/emoji-datasource-apple/img/apple/64/1f4f1.png" draggable="false" loading="lazy" align="absmiddle"></span> <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://www.tiktok.com/@thespiritdao">TikTok</a><br><span data-name="scroll" class="emoji" data-type="emoji"><img src="https://cdn.jsdelivr.net/npm/emoji-datasource-apple/img/apple/64/1f4dc.png" draggable="false" loading="lazy" align="absmiddle"></span> <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://docs.spiritdao.org">Docs</a></p><p style="text-align: center"><strong>SpiritDAO is a registered 501(c)(3) 170(b)(1)(A)(i) Church of Temporal Naturalism, EIN&nbsp;#99-1308806.</strong></p>]]></content:encoded>
            <author>spiritdao@newsletter.paragraph.com (SpiritDAO)</author>
            <category>community</category>
            <enclosure url="https://storage.googleapis.com/papyrus_images/4027b971541a0b1350da6c1e68a7731a2d7ab68c9db7023b76733ac82bf79e08.jpg" length="0" type="image/jpg"/>
        </item>
        <item>
            <title><![CDATA[SpiritDAO - BETA Update]]></title>
            <link>https://paragraph.com/@spiritdao/spiritdao-beta-update</link>
            <guid>S1PEJ9Leh6FDvkOs3AIK</guid>
            <pubDate>Mon, 09 Feb 2026 16:15:49 GMT</pubDate>
            <description><![CDATA[Hi everyone,First, thank you. Your time, curiosity, and willingness to test an early version of our platform mean more than you might realize. Beta testing isn’t passive, it’s active work and your engagement is directly shaping what this product becomes. At this stage, testing and feedback are the most important contributions you can make. What feels intuitive, what feels confusing, what breaks, what surprises you — all of it helps us prioritize improvements and make better decisions faster.T...]]></description>
            <content:encoded><![CDATA[<h2 id="h-hi-everyone" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">Hi everyone,</h2><p>First, thank you.</p><p>Your time, curiosity, and willingness to test an early version of <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://app.spiritdao.org">our platform</a> mean more than you might realize. Beta testing isn’t passive, it’s active work and your engagement is directly shaping what this product becomes.</p><p>At this stage, <strong>testing and feedback are the most important contributions you can make</strong>. What feels intuitive, what feels confusing, what breaks, what surprises you — all of it helps us prioritize improvements and make better decisions faster.</p><h3 id="h-this-weeks-sessions-all-times-est" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">This week’s sessions (all times EST)</h3><p>All sessions will use the same meeting link:<br><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://meet.google.com/twa-ghig-qxp">https://meet.google.com/twa-ghig-qxp</a></p><p><strong>Monday — 8:00 PM</strong><br><strong>Horizons</strong><br>Looking ahead: where the platform is going and what we’re building toward.</p><p><strong>Wednesday — 12:00 PM</strong><br><strong>First Contract</strong><br>New member introductions, connection, and shared context.</p><p><strong>Friday — 11:00 AM</strong><br><strong>Feedback Loops</strong><br>Open discussion to share insights, surface friction, and suggest changes.</p><h3 id="h-a-few-quick-asks" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">A few quick asks</h3><ul><li><p>Please <strong>RSVP to the sessions through the in-app Events section</strong> so we can plan accordingly.</p></li><li><p>When you notice something (good or bad) <strong>share your insights in the forum</strong>. Written feedback helps us track patterns and follow up more thoughtfully.</p></li><li><p>If you can’t attend a session live, forum posts are still incredibly valuable.</p></li></ul><p>We’re grateful to be building this with you, not just for you. Thanks again for leaning in at this early stage — it truly makes a difference.</p><p>Looking forward to connecting this week,<br>Ron</p><br><h3 id="h-questions" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">Questions?</h3><p>Join our community forum or reach out directly:</p><ul><li><p>Forum: <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://app.spiritdao.org/forum">app.spiritdao.org/foru</a>m</p></li><li><p>Email: <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="mailto:community@spiritdao.org">community@spiritdao.org </a></p></li></ul><br><div data-type="customButton" href="https://www.spiritdao.org/donate" class="center-contents"><a class="email-subscribe-button" href="https://www.spiritdao.org/donate">Donate</a></div><hr><p style="text-align: center"> Thank you for reading!<br>Please share this email with any friends you think might enjoy this newsletter. We are spreading the message one curious person at a time.</p><div data-type="subscribeButton" class="center-contents"><a class="email-subscribe-button" href="https://paragraph.xyz/@spiritdao/memberships">Subscribe</a></div><div data-type="shareButton" class="center-contents"><a class="email-subscribe-button" href="https://paragraph.xyz/@spiritdao/awBbEeYlSQpuNmwt6zDC">Share</a></div><p style="text-align: center"><strong>Connect with SpiritDAO</strong></p><p style="text-align: center"><span data-name="brain" class="emoji" data-type="emoji"><img src="https://cdn.jsdelivr.net/npm/emoji-datasource-apple/img/apple/64/1f9e0.png" draggable="false" loading="lazy" align="absmiddle"></span> <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://app.spiritdao.org">Community App</a><br><span data-name="globe_with_meridians" class="emoji" data-type="emoji"><img src="https://cdn.jsdelivr.net/npm/emoji-datasource-apple/img/apple/64/1f310.png" draggable="false" loading="lazy" align="absmiddle"></span>&nbsp;<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://spiritdao.org">SpiritDAO.org</a><br><span data-name="speech_balloon" class="emoji" data-type="emoji"><img src="https://cdn.jsdelivr.net/npm/emoji-datasource-apple/img/apple/64/1f4ac.png" draggable="false" loading="lazy" align="absmiddle"></span> <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://t.me/thespiritdao">Telegram</a><br><span data-name="arrow_forward" class="emoji" data-type="emoji"><img src="https://cdn.jsdelivr.net/npm/emoji-datasource-apple/img/apple/64/25b6-fe0f.png" draggable="false" loading="lazy" align="absmiddle"></span> <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://youtube.com/@spiritdao">YouTube</a><br><span data-name="bird" class="emoji" data-type="emoji"><img src="https://cdn.jsdelivr.net/npm/emoji-datasource-apple/img/apple/64/1f426.png" draggable="false" loading="lazy" align="absmiddle"></span>&nbsp;<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/thespiritdao">Twitter</a><br><span data-name="handshake" class="emoji" data-type="emoji">🤝</span> <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://discord.gg/Dg94YJxAEm">Discord</a><br><span data-name="android" class="emoji" data-type="emoji"><img src="https://cdn.jsdelivr.net/npm/emoji-datasource-apple/img/apple/64/1f4f1.png" draggable="false" loading="lazy" align="absmiddle"></span> <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://www.tiktok.com/@thespiritdao">TikTok</a><br><span data-name="scroll" class="emoji" data-type="emoji"><img src="https://cdn.jsdelivr.net/npm/emoji-datasource-apple/img/apple/64/1f4dc.png" draggable="false" loading="lazy" align="absmiddle"></span> <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://docs.spiritdao.org">Docs</a></p><p style="text-align: center"><strong>SpiritDAO is a registered 501(c)(3) 170(b)(1)(A)(i) Church of Temporal Naturalism, EIN&nbsp;#99-1308806.</strong></p>]]></content:encoded>
            <author>spiritdao@newsletter.paragraph.com (SpiritDAO)</author>
            <category>community</category>
            <enclosure url="https://storage.googleapis.com/papyrus_images/44b2b6844875198508a62f487d3f08f4536b7d43e7d26f91a12842074c83e2cb.jpg" length="0" type="image/jpg"/>
        </item>
        <item>
            <title><![CDATA[It's time... Welcome to the Beta V2]]></title>
            <link>https://paragraph.com/@spiritdao/its-time-welcome-to-the-beta-v2</link>
            <guid>SHWUfQtmtgJw8O9Ts8lH</guid>
            <pubDate>Wed, 28 Jan 2026 16:26:53 GMT</pubDate>
            <description><![CDATA[SpiritDAO's community application Beta access is officially LIVE!!]]></description>
            <content:encoded><![CDATA[<figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/9368f8c2af2dc644b9f01c26f0de6fb4.png" class="image-node embed"><figcaption htmlattributes="[object Object]" class="">SpiritDAO's Newsletter</figcaption></figure><h2 id="h-beta-invite" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">Beta Invite</h2><p>Happy New Year SpiritDAO family!  </p><p>Our December launch immediately revealed a login/session bug that required a <em>complete</em> refactor of the application.  Today we're happy to share that the refactor is complete and includes some fresh additions to make the beta experience that much better!</p><p>We're excited to invite you to be among the first to experience the <strong>SpiritDAO Community Platform</strong> — a complete ecosystem for decentralized collaboration, governance, and community building.</p><h3 id="h-what-is-spiritdao" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">What is SpiritDAO?</h3><p>SpiritDAO is reimagining how communities organize, collaborate, and grow together. Our platform combines:</p><ul><li><p><span data-name="classical_building" class="emoji" data-type="emoji"><img src="https://cdn.jsdelivr.net/npm/emoji-datasource-apple/img/apple/64/1f3db-fe0f.png" draggable="false" loading="lazy" align="absmiddle"></span><strong> On-Chain Governance</strong> — Vote on proposals that shape our collective future</p></li><li><p><span data-name="briefcase" class="emoji" data-type="emoji"><img src="https://cdn.jsdelivr.net/npm/emoji-datasource-apple/img/apple/64/1f4bc.png" draggable="false" loading="lazy" align="absmiddle"></span><strong> Bounty System</strong> — Earn $SELF and $SYSTEM tokens for contributing to the community </p></li><li><p><span data-name="bullseye" class="emoji" data-type="emoji"><img src="https://cdn.jsdelivr.net/npm/emoji-datasource-apple/img/apple/64/1f3af.png" draggable="false" loading="lazy" align="absmiddle"></span><strong> Pod Management</strong> — Join specialized teams with role-based permissions combines with modular infrastructure and recursive nesting of communities for governance flexibility. </p></li><li><p><span data-name="speech_balloon" class="emoji" data-type="emoji"><img src="https://cdn.jsdelivr.net/npm/emoji-datasource-apple/img/apple/64/1f4ac.png" draggable="false" loading="lazy" align="absmiddle"></span><strong> Token-Gated Forums</strong> — Engage in discussions with verified community members</p></li><li><p><span data-name="party" class="emoji" data-type="emoji"><img src="https://cdn.jsdelivr.net/npm/emoji-datasource-apple/img/apple/64/1f389.png" draggable="false" loading="lazy" align="absmiddle"></span><strong> Events</strong> — Full events infrastructure including ticketing and credentialing. </p></li><li><p><span data-name="books" class="emoji" data-type="emoji"><img src="https://cdn.jsdelivr.net/npm/emoji-datasource-apple/img/apple/64/1f4da.png" draggable="false" loading="lazy" align="absmiddle"></span><strong> Knowledge Base</strong> — Access educational resources and community guides</p></li><li><p><span data-name="shopping_cart" class="emoji" data-type="emoji">🛒</span><strong> Community Marketplace</strong> — Discover products from fellow members</p></li></ul><h3 id="h-why-beta-test" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">Why Beta Test?</h3><p><strong>You'll Get Early Access To:</strong></p><ul><li><p>A cutting-edge crypto-community platform with all features and executive privileges</p></li><li><p>A curated bounty series designed to guide you through each feature</p></li><li><p>Direct input into product development — your feedback shapes the final product</p></li><li><p>Recognition as a founding community member</p></li></ul><p><strong>Beta Period:</strong> Now through Mar. 1st, 2026</p><h3 id="h-special-beta-testing-bounties" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0"><span data-name="gift" class="emoji" data-type="emoji"><img src="https://cdn.jsdelivr.net/npm/emoji-datasource-apple/img/apple/64/1f381.png" draggable="false" loading="lazy" align="absmiddle"></span> Special Beta Testing Bounties</h3><p>We've created <strong>15 progressive bounties</strong> ($SELF rewards that will transfer into the live launch) that walk you through every feature:</p><p><strong>Getting Started</strong> </p><ul><li><p>Set up your profile and explore the platform</p></li><li><p>Join your first pod and understand roles</p></li><li><p>Participate in forum discussions</p></li><li><p>Join our welcome events to learn more about SpiritDAO and the platform.</p></li></ul><p><strong>Intermediate</strong> </p><ul><li><p>Create and vote on governance proposals</p></li><li><p>Submit work on bounties</p></li><li><p>Explore the marketplace</p></li></ul><p><strong>Advanced</strong></p><ul><li><p>Create a pod and manage members</p></li><li><p>Design community events</p></li><li><p>Contribute to the knowledge base</p><p>and more...</p></li></ul><p>Every bounty you complete helps us refine the platform while you earn real rewards.</p><h3 id="h-get-started-in-3-steps" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">Get Started in 3 Steps</h3><ol><li><p><strong>Visit:</strong> <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://app.spiritdao.org">app.spiritdao.org</a>  (if possible, use a mobile device!)</p><ol><li><p><strong>USE CODE:</strong> Q93AXD</p></li></ol></li><li><p><strong>Connect:</strong> Use your email - a wallet will automatically be created for you on the backend.  </p></li><li><p><strong>Explore:</strong> Check the forum for "Beta Testing Guide" to understand how to participate, explore our Knowledge Base for video instructional on using the infrastructure, and join a 'First Contact' event to </p></li></ol><h3 id="h-we-need-your-feedback" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">We Need Your Feedback</h3><p>This beta is about co-creation. We want to hear:</p><ul><li><p>What features you love</p></li><li><p>Where you get stuck</p></li><li><p>What's missing</p></li><li><p>Your bold ideas for the future</p></li></ul><p>Report bugs, suggest features, and share ideas directly in our <strong>Bug Reporting &amp; Feature Suggestions</strong> forum category.</p><h3 id="h-important-notes" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">Important Notes</h3><ul><li><p><strong>All executive privileges during beta:</strong> Everyone has full access to test all features</p></li><li><p><strong>$SELF and $SYSTEM tokens:</strong> For beta we are using tokens with<strong> no real value</strong>, however we will switch to live value-based tokens post-beta.  <strong>NOTE:  </strong>Earned $SYSTEM for completing bounties <strong>will transfer</strong> to the live version!</p></li><li><p><strong>Your data is safe:</strong> Beta testing on secure infrastructure </p></li><li><p><strong>Community first:</strong> This is your platform — help us build it together</p></li></ul><h3 id="h-questions" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">Questions?</h3><p>Join our community forum or reach out directly:</p><ul><li><p>Forum: <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://app.spiritdao.org/forum">app.spiritdao.org/foru</a>m</p></li><li><p>Email: <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="mailto:community@spiritdao.org">community@spiritdao.org </a></p></li></ul><p>We're building something special together. Your participation in this beta will shape the future of decentralized community collaboration.</p><p><strong>Let's build the future of DAOs, genuine social alternatives, together.</strong></p><p>The SpiritDAO Team</p><br><br><div data-type="customButton" href="https://www.spiritdao.org/donate" class="center-contents"><a class="email-subscribe-button" href="https://www.spiritdao.org/donate">Donate</a></div><hr><p style="text-align: center"> Thank you for reading!<br>Please share this email with any friends you think might enjoy this newsletter. We are spreading the message one curious person at a time.</p><div data-type="subscribeButton" class="center-contents"><a class="email-subscribe-button" href="https://paragraph.xyz/@spiritdao/memberships">Subscribe</a></div><div data-type="shareButton" class="center-contents"><a class="email-subscribe-button" href="https://paragraph.xyz/@spiritdao/awBbEeYlSQpuNmwt6zDC">Share</a></div><p style="text-align: center"><strong>Connect with SpiritDAO</strong></p><p style="text-align: center"><span data-name="bird" class="emoji" data-type="emoji"><img src="https://cdn.jsdelivr.net/npm/emoji-datasource-apple/img/apple/64/1f426.png" draggable="false" loading="lazy" align="absmiddle"></span>&nbsp;<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/thespiritdao">Twitter</a><br><span data-name="handshake" class="emoji" data-type="emoji">🤝</span> <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://discord.gg/Dg94YJxAEm">Discord</a><br><span data-name="speech_balloon" class="emoji" data-type="emoji"><img src="https://cdn.jsdelivr.net/npm/emoji-datasource-apple/img/apple/64/1f4ac.png" draggable="false" loading="lazy" align="absmiddle"></span> <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://t.me/thespiritdao">Telegram</a><br><span data-name="arrow_forward" class="emoji" data-type="emoji"><img src="https://cdn.jsdelivr.net/npm/emoji-datasource-apple/img/apple/64/25b6-fe0f.png" draggable="false" loading="lazy" align="absmiddle"></span> <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://youtube.com/@spiritdao">YouTube</a><br><span data-name="android" class="emoji" data-type="emoji"><img src="https://cdn.jsdelivr.net/npm/emoji-datasource-apple/img/apple/64/1f4f1.png" draggable="false" loading="lazy" align="absmiddle"></span> <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://www.tiktok.com/@thespiritdao">TikTok</a><br><span data-name="globe_with_meridians" class="emoji" data-type="emoji"><img src="https://cdn.jsdelivr.net/npm/emoji-datasource-apple/img/apple/64/1f310.png" draggable="false" loading="lazy" align="absmiddle"></span>&nbsp;<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://spiritdao.org">SpiritDAO.org</a><br><span data-name="scroll" class="emoji" data-type="emoji"><img src="https://cdn.jsdelivr.net/npm/emoji-datasource-apple/img/apple/64/1f4dc.png" draggable="false" loading="lazy" align="absmiddle"></span> <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://docs.spiritdao.org">Docs</a></p><p style="text-align: center"><strong>SpiritDAO is a registered 501(c)(3) 170(b)(1)(A)(i) Church of Temporal Naturalism, EIN&nbsp;#99-1308806.</strong></p>]]></content:encoded>
            <author>spiritdao@newsletter.paragraph.com (SpiritDAO)</author>
            <category>community</category>
            <enclosure url="https://storage.googleapis.com/papyrus_images/1d805dedf87719e8986f4c53d7314b6f0ba9fadf7f7f05a908be5f1d8b270405.jpg" length="0" type="image/jpg"/>
        </item>
        <item>
            <title><![CDATA[SpiritDAO End of Year Update - Beta Invite]]></title>
            <link>https://paragraph.com/@spiritdao/spiritdao-end-of-year-update-beta-invite</link>
            <guid>6gbFaYgMoYU8aLchoXTn</guid>
            <pubDate>Fri, 19 Dec 2025 18:45:13 GMT</pubDate>
            <description><![CDATA[End of Year Update and Invitation to our Community Platform!]]></description>
            <content:encoded><![CDATA[<figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/9368f8c2af2dc644b9f01c26f0de6fb4.png" class="image-node embed"><figcaption htmlattributes="[object Object]" class="">SpiritDAO's Newsletter</figcaption></figure><h2 id="h-beta-invite" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">Beta Invite</h2><p>Hello SpiritDAO Family,</p><p>Our end of year update is straightforward - you're invited!</p><p>The SpiritDAO Community App beta is now LIVE!  It is <strong>not</strong> complete, but aspects are functioning as intended.  We'll wrap up building early 2026, but your present feedback is valued!</p><p>You can access it at:<br><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://app.spiritdao.org"><strong>https://app.spiritdao.org</strong></a></p><p><strong>Invite code: </strong>Q93AXD</p><p>See below for a top level video summary of our progress and what is next.</p><div data-type="youtube" videoid="UZhi3bHUppM">
      <div class="youtube-player" data-id="UZhi3bHUppM" style="background-image: url('https://i.ytimg.com/vi/UZhi3bHUppM/hqdefault.jpg'); background-size: cover; background-position: center">
        <a href="https://www.youtube.com/watch?v=UZhi3bHUppM">
          <img src="https://paragraph.com/editor/youtube/play.png" class="play">
        </a>
      </div></div><div data-type="customButton" href="https://www.spiritdao.org/donate" class="center-contents"><a class="email-subscribe-button" href="https://www.spiritdao.org/donate">Donate</a></div><hr><p style="text-align: center"> Thank you for reading!<br>Please share this email with any friends you think might enjoy this newsletter. We are spreading the message one curious person at a time.</p><div data-type="subscribeButton" class="center-contents"><a class="email-subscribe-button" href="https://paragraph.xyz/@spiritdao/memberships">Subscribe</a></div><div data-type="shareButton" class="center-contents"><a class="email-subscribe-button" href="https://paragraph.xyz/@spiritdao/awBbEeYlSQpuNmwt6zDC">Share</a></div><p style="text-align: center"><strong>Connect with SpiritDAO</strong></p><p style="text-align: center"><span data-name="bird" class="emoji" data-type="emoji">🐦</span>&nbsp;<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/thespiritdao">Twitter</a><br><span data-name="handshake" class="emoji" data-type="emoji">🤝</span> <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://discord.gg/Dg94YJxAEm">Discord</a><br><span data-name="speech_balloon" class="emoji" data-type="emoji">💬</span> <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://t.me/thespiritdao">Telegram</a><br><span data-name="arrow_forward" class="emoji" data-type="emoji">▶</span> <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://youtube.com/@spiritdao">YouTube</a><br><span data-name="android" class="emoji" data-type="emoji">📱</span> <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://www.tiktok.com/@thespiritdao">TikTok</a><br><span data-name="globe_with_meridians" class="emoji" data-type="emoji">🌐</span>&nbsp;<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://spiritdao.org">SpiritDAO.org</a><br><span data-name="scroll" class="emoji" data-type="emoji">📜</span> <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://docs.spiritdao.org">Docs</a></p><p style="text-align: center"><strong>SpiritDAO is a registered 501(c)(3) 170(b)(1)(A)(i) Church of Temporal Naturalism, EIN&nbsp;#99-1308806.</strong></p>]]></content:encoded>
            <author>spiritdao@newsletter.paragraph.com (SpiritDAO)</author>
            <category>community</category>
            <enclosure url="https://storage.googleapis.com/papyrus_images/ffac4c153458be7f6092e06142514c6acf3f5c940c1e2992f3850ce42e9ed1f5.jpg" length="0" type="image/jpg"/>
        </item>
    </channel>
</rss>