<?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>Karma</title>
        <link>https://paragraph.com/@karmahq</link>
        <description>Karma is a platform for organizations to run their funding programs and for builders and creators to showcase their work, build reputation, attract funding and grow.</description>
        <lastBuildDate>Thu, 23 Jul 2026 14:41:37 GMT</lastBuildDate>
        <docs>https://validator.w3.org/feed/docs/rss2.html</docs>
        <generator>https://github.com/jpmonette/feed</generator>
        <language>en</language>
        <image>
            <title>Karma</title>
            <url>https://storage.googleapis.com/papyrus_images/7988c637c611ad502867113b80ddbeb6.png</url>
            <link>https://paragraph.com/@karmahq</link>
        </image>
        <copyright>All rights reserved</copyright>
        <item>
            <title><![CDATA[Karma ships  - June edition]]></title>
            <link>https://paragraph.com/@karmahq/karma-ships-june-edition</link>
            <guid>jlE6RepPXJuyale80jRA</guid>
            <pubDate>Thu, 02 Jul 2026 22:18:56 GMT</pubDate>
            <description><![CDATA[June was a month of three big pushes. We shipped the first full version of our donor advisor platform for nonprofit research, ran end-to-end support for Filecoin's ProPGF Batch 3 round (47 shipped updates for that program alone), and published v1.0.0 of an open standard for funding opportunity data. Plus the usual pile of fixes and polish underneath. Here's the rundown. By the numbers 204 PRs merged 115 issues shipped to production 15+ new features and capabilities 10+ UX improvements 30+ bug...]]></description>
            <content:encoded><![CDATA[<p>June was a month of three big pushes. We shipped the first full version of our donor advisor platform for nonprofit research, ran end-to-end support for Filecoin's ProPGF Batch 3 round (47 shipped updates for that program alone), and published v1.0.0 of an open standard for funding opportunity data. Plus the usual pile of fixes and polish underneath. Here's the rundown.</p><h2 id="h-by-the-numbers" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">By the numbers</h2><ul><li><p><strong>204 PRs merged</strong></p></li><li><p><strong>115 issues shipped</strong> to production</p></li><li><p><strong>15+ new features and capabilities</strong></p></li><li><p><strong>10+ UX improvements</strong></p></li><li><p><strong>30+ bug fixes</strong></p></li><li><p><strong>47 Filecoin-focused updates</strong> supporting the ProPGF Batch 3 round</p></li></ul><h2 id="h-a-research-platform-for-donor-advisors" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">A research platform for donor advisors</h2><p>The biggest story of the month: we built out the <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://www.karmahq.xyz/nonprofit-research">donor advisor product</a>, a research platform that helps advisors match their donors with the right nonprofits. It starts with data. We loaded IRS Form 990 and 990-PF filings going back to 2016, so every foundation and nonprofit in the system carries real financials: income, expenses, and assets for the last three years, right in the report.</p><p>On top of that data we shipped the advisor workflow. Advisors describe their donor once, and an LLM refines that into a donor persona: structured fields for org maturity, geography, faith stance, gift size, and advocacy stance, each one confirmable and editable. That persona then drives everything downstream: it pre-fills filters and weights when you create a research report, and it shows up as its own section in the synthesis. Advisors can also customize scoring weights directly, so a donor who cares more about financial health than growth gets rankings that reflect it.</p><p>Reports are built to be shared. Advisors send donors a shareable report that looks exactly like their own view, donors and advisors can leave comments on it, and when a donor wants to go deeper on a nonprofit, they can request diligence or an intro with one click. We also added deep research on individual nonprofits, including social channel activity as a signal. The whole loop, from persona to research to shared report to intro, now runs end to end.</p><h2 id="h-tool-to-research-philanthropic-funders" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>Tool to research philanthropic funders </strong></h2><p>On top of the 990 data, we also built a <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://www.karmahq.xyz/nonprofits/find-funders">tool to help nonprofits research</a> the foundations who fund nonprofits. There are many tools in the market to do this research but surprisingly none of them allow you to do complex natural language queries. We are already seeing organic growth of this tool. We will continue to improve this tool.</p><h2 id="h-powering-filecoin-propgf-batch-3" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">Powering Filecoin ProPGF Batch 3</h2><p>June was launch month for Filecoin's ProPGF Batch 3, and we supported the round end to end on filpgf.io: 47 shipped updates covering the application window opening, the timeline and content updates through the round, and the application close.</p><p>A lot of that work went into the AI assistant that applicants, reviewers, and grantees use. We tuned prompt suggestions to adapt to who's signed in, fixed response quality issues (project names instead of IDs, accurate pending-review lists, correct citations), tightened the knowledge base so program docs actually get picked up, and made sure AI evaluations always use the latest application data. Running an AI interface inside a live grant round with a demanding ops team is the best quality loop we could ask for.</p><p>We also shipped real workflow upgrades for the program: a redesigned reviewer inbox, bi-weekly snapshot reports of everything pending review (by staff, reviewer, pod, or grantee), invoice age tracking in check reports, and required Funding Requested and Completion Criteria fields on milestones so applications come in complete instead of half-filled.</p><h2 id="h-an-open-standard-for-funding-opportunity-data" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">An open standard for funding opportunity data</h2><p>Funding opportunity data is scattered and inconsistent across every ecosystem. In June we published v1.0.0 of an open schema for funding opportunities, validated against 20+ real entries from the Karma Funding Map before locking it. The standard is public: CC0-licensed schema, MIT-licensed repo, with contribution guidelines and governance docs.</p><p>We didn't start from scratch. The schema ships with a crosswalk to DAOstar's DAOIP-5 Grants Metadata Standard and schema.org/Grant, so it plugs into the standards work the ecosystem has already done.</p><p>And it's not just a spec on paper. We shipped the core of a public read API: opportunity endpoints with full filter, search, sort, and pagination support, loaded with a 100+ entry seed dataset where every entry validates against the schema. Full public docs land in early July.</p><h2 id="h-more-highlights-this-month" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">More highlights this month</h2><ul><li><p><strong>On-chain milestone completions</strong>: milestone completion state now lives fully on-chain as EAS attestations, one verifiable source of truth instead of two parallel records.</p></li><li><p><strong>Admins can complete milestones for grantees</strong>: when a grantee goes inactive, admins record the completion directly from the Milestones Review workspace instead of being stuck.</p></li><li><p><strong>Milestone management on project pages</strong>: community admins can now complete and update milestones right from project pages.</p></li><li><p><strong>Team member invites</strong>: community admins can add team members, and accepted members get admin access by default.</p></li><li><p><strong>Agentic knowledge base</strong>: the KB can now register whole sites as skill manifests, so agents can use data portals and query interfaces instead of just reading chunked text.</p></li><li><p><strong>Trusted agent identity</strong>: API calls made by our MCP agent now carry the verified caller identity end to end, hardening authorization across the platform.</p></li><li><p><strong>Search our funder database from ChatGPT or Claude</strong>: we published instructions for querying Karma's nonprofit funding data straight from your AI assistant.</p></li></ul><h2 id="h-ux-polish" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">UX polish</h2><ul><li><p>Redesigned the reviewer inbox page.</p></li><li><p>Cleaned up the funding applicant dashboard.</p></li><li><p>Foundation, grant, and nonprofit URLs now use clean name slugs instead of UUIDs.</p></li><li><p>Monthly reports now default to holistic graphs, with per-project breakdown a toggle away.</p></li><li><p>AI interface prompt suggestions adapt to whether you're signed in and who you are.</p></li></ul><h2 id="h-performance-and-reliability" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">Performance and reliability</h2><ul><li><p>Fixed an out-of-memory issue in the indexer.</p></li><li><p>The in-product chatbot now degrades gracefully on heavy turns and continues reliably instead of stalling silently.</p></li><li><p>Killed a request storm on project pages that fired hundreds of duplicate fetches.</p></li><li><p>Ported legacy V1 write endpoints to V2 with proper server-side authorization, closing a real security gap.</p></li><li><p>Our Sentry-to-PR automation now spins up an agent to fix new production errors and open a PR automatically.</p></li></ul><h2 id="h-notable-fixes" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">Notable fixes</h2><ul><li><p>Editing a milestone no longer creates a duplicate, it updates the original.</p></li><li><p>Embedded wallets (email and Google login) now confirm chain switches before signing, and Google login no longer creates duplicate wallets.</p></li><li><p>Fixed a nonce collision that broke gasless milestone deletion.</p></li><li><p>Community admins can now download invoices (previously blocked by an owner-only check).</p></li><li><p>Admins and reviewers can submit to closed funding programs as intended, apply surfaces now respect roles.</p></li><li><p>Fixed application submission errors that could wipe an application at login.</p></li><li><p>10+ Sentry-tracked production fixes across the indexer and frontend.</p></li></ul><h2 id="h-whats-next" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">What's next</h2><p>July picks up right where June left off: public API docs for the funding-data standard are already live at /v1/docs, and there's more coming on the donor advisor side. As always, huge thanks to our dev team for the hard work behind all of this. Got feedback or feature requests? Join our <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://t.me/karmahq">Telegram group</a> and let us know.</p>]]></content:encoded>
            <author>karmahq@newsletter.paragraph.com (Karma)</author>
            <category>nonprofits</category>
            <category>philanthropy</category>
            <category>funding</category>
            <category>grants</category>
            <enclosure url="https://storage.googleapis.com/papyrus_images/cd572a2f69c47f052925c0db22d3bf3c728828bb1b70b7adf1d7bd6a827fb605.jpg" length="0" type="image/jpg"/>
        </item>
        <item>
            <title><![CDATA[Karma for philanthropic funding
]]></title>
            <link>https://paragraph.com/@karmahq/karma-for-philanthropic-funding</link>
            <guid>4uuPjWjZP0v5XMgZbqqD</guid>
            <pubDate>Mon, 15 Jun 2026 17:15:11 GMT</pubDate>
            <description><![CDATA[For the last few years at Karma, we've been working on a specific set of problems in web3 funding. How do you give funders real visibility into where their money goes? How do you measure the impact of grants once they're deployed? How do you efficiently match causes with the people who want to fund them? The deeper we got into these questions, the clearer it became that they aren't web3 problems. They're funding problems. The same questions are wide open in the much larger philanthropic secto...]]></description>
            <content:encoded><![CDATA[<p>For the last few years at Karma, we've been working on a specific set of problems in web3 funding.</p><p>How do you give funders real visibility into where their money goes? How do you measure the impact of grants once they're deployed? How do you efficiently match causes with the people who want to fund them?</p><p>The deeper we got into these questions, the clearer it became that they aren't web3 problems. They're funding problems. The same questions are wide open in the much larger philanthropic sector, just at a scale that dwarfs anything happening in crypto.</p><p>Traditional philanthropy does have one signal that doesn't exist in web3: IRS 990 filings.</p><p>Every foundation and nonprofit in US has to file one. They contain a remarkable level of detail about who funded who, how much, in what year, for what cause. Decades of data, hundreds of billions of dollars of giving. All public.</p><p>The catch is that it's painful to access it. The data is locked inside PDFs. The search tools are paid, fragmented, and surface level. To answer something as basic as "how has the Packard Foundation's giving evolved over the last 3 years and where did the money actually go" you'd spend hours stitching together filings by hand.</p><p>We needed this for our own research, so we built a tool that indexes every 990 filed in last 10 years (which is millions of filings) and lets you ask questions in plain English.</p><p>A few things you can ask:</p><p>• How much did the Packard Foundation give in the last 3 years, and to whom?</p><p>• Find foundations that have funded youth literacy programs in the Midwest under $500K</p><p>• Who has funded nonprofits like ours recently?</p><p>You get back actual grant data. Amounts, recipients, patterns, trends. Real evidence of who funds what.</p><p>It turns out this is exactly what nonprofit fundraisers and grant writers spend most of their week doing manually. So we cleaned it up and made it public.</p><p>One more thing we're proud of: you don't have to come to our website at all. Connect the tool to ChatGPT or Claude through MCP and do your prospect research inside the tools you already use every day.</p><p>This is the start of Karma working on funding beyond web3. The problems we care about exist everywhere, and we want to work on them everywhere.</p><p>Free to try:</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://www.karmahq.xyz/nonprofits/find-funders"><u>https://www.karmahq.xyz/nonprofits/find-funders</u></a></p>]]></content:encoded>
            <author>karmahq@newsletter.paragraph.com (Karma)</author>
            <enclosure url="https://storage.googleapis.com/papyrus_images/c5f1c1093da91e0984018612aec8888c46137b5ab2880aa1a75e695fd2bfba1a.jpg" length="0" type="image/jpg"/>
        </item>
        <item>
            <title><![CDATA[Karma ships - May edition]]></title>
            <link>https://paragraph.com/@karmahq/karma-ships-may-edition</link>
            <guid>g75mMQo9gILR2yACiraM</guid>
            <pubDate>Thu, 04 Jun 2026 06:22:02 GMT</pubDate>
            <description><![CDATA[May was a big month at Karma. We closed out the multi-phase migration that moves all offchain milestone state onchain, shipped a new AI Interface that puts the chatbot at the center of any community grant program, and stood up the infrastructure to let AI agents (both ours and yours) connect to Karma directly. Across 276 PRs and 134 issues, here's everything that landed.By the numbers276 PRs merged across our repos134 issues shipped to production25+ new features and capabilities14 UX improvem...]]></description>
            <content:encoded><![CDATA[<div data-type="x402Embed"></div><p>May was a big month at Karma. We closed out the multi-phase migration that moves all offchain milestone state onchain, shipped a new AI Interface that puts the chatbot at the center of any community grant program, and stood up the infrastructure to let AI agents (both ours and yours) connect to Karma directly. Across 276 PRs and 134 issues, here's everything that landed.</p><h2 id="h-by-the-numbers" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>By the numbers</strong></h2><ul><li><p><strong>276 PRs merged</strong> across our repos</p></li><li><p><strong>134 issues shipped</strong> to production</p></li><li><p><strong>25+ new features and capabilities</strong></p></li><li><p><strong>14 UX improvements</strong></p></li><li><p><strong>30+ bug fixes</strong></p></li><li><p><strong>27 Filecoin-focused updates</strong> as we prepared for ProPGF Batch 3</p></li><li><p><strong>3-phase on-chain milestones migration completed</strong></p></li></ul><h2 id="h-" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"></h2><h2 id="h-the-ai-interface-for-funding-communities-plus-ai-evaluation-for-everyone" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>The AI Interface for funding communities, plus AI evaluation for everyone</strong></h2><p>Filecoin is one of the most active grant programs we work with, and ProPGF Batch 3 opened on May 26. In the weeks leading up to it, we rebuilt the  grant interface around the AI assistant. The chatbot is no longer a panel off to the side. It's the primary way applicants explore programs, ask about eligibility, and figure out how their work fits.</p><p>A lot went into making that experience worth using. We ingested the full Filecoin documentation into the RAG knowledge base, rewrote how the bot returns answers (no more "Based on the knowledge base..." preamble, step-by-step instructions inline instead of pointers to external guides), and added a thumbs up/down rating system tied to Langfuse so we can see what's working. We also taught the agent to answer reviewer-scenario questions like "what's Eva reviewing this week?" and to surface cross-project context when a reviewer is evaluating someone they've seen before.</p><p>Alongside the Filecoin work, we shipped general-purpose AI evaluation of grant applications. Paste your evaluation criteria, upload a CSV of applications, and get scored results back in minutes instead of weeks. Reviewers also get richer context now: when they open an application, AI pulls the team's historical milestones, impact metrics, and past program participation from their Karma profile and surfaces it right in the review workspace. Less tab switching, better decisions.</p><h2 id="h-oauth-for-ai-agents-and-hermes-for-non-profits" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>OAuth for AI agents, and Hermes for non-profits</strong></h2><p>The third big shift in May is harder to see in screenshots but is going to matter a lot. We stood up an OAuth server as a separate service so external AI agents can connect to Karma securely. That's the prerequisite for the next wave of agent-assisted grant workflows: applicants who use an AI agent to draft applications, reviewers who delegate triage to one, program operators who build automations on top of Karma without us having to bake every integration in by hand.</p><p>We also shipped Hermes agents, the per-org AI assistant for non-profits. Any non-profit on Karma can now spin up its own AI employee with org-specific context loaded in. No engineering required, just configuration. And to back the funder research side, we ingested IRS Form 990, 990-EZ, and 990-PF filings back to 2020 so grantees can find aligned funders from inside Karma instead of bouncing between five different tools.</p><p>The last quiet shift: Sentry alerts now spin up Claude to open PRs that fix common production issues automatically. It's how we kept the bug count down while shipping this much.</p><h2 id="h-onchain-milestones-end-to-end" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>Onchain milestones, end to end</strong></h2><p>For most of the past year, milestone state on Karma has lived in a hybrid place: some onchain, some offchain, and a lot of careful merging in between. That was always meant to be a step on the way to something cleaner. In May, we finished the trip.</p><p>We shipped the migration in three phases. Phase one backfilled every legacy completion onchain and tightened up indexer dedup so old and new milestones tell the same story. Phase two cut every reader over to on-chain as the source of truth and demolished the off-chain writers. Phase three surfaced server-merged milestone statuses to admins, plus on-chain delete and cross-community auth hardening on top.</p><h2 id="h-more-highlights-this-month" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>More highlights this month</strong></h2><ul><li><p><strong>Karmagrants and Grant Atlas merged into the main app</strong>: one product surface for browsing grants, applying, and tracking progress instead of three separate destinations.</p></li><li><p><strong>Slack and Telegram DMs for reviewers</strong>: reviewers get direct nudges when something needs their attention, configurable at the program or community level.</p></li><li><p><strong>Async portfolio reports</strong>: monthly and biweekly portfolio reports now generate in the background, so admins keep working while the LLM does its job.</p></li><li><p><strong>Safe multisig claim queue</strong>: multisig grantees can queue claim transactions instead of needing the whole quorum online at the same time.</p></li><li><p><strong>Reviewer reuse across programs</strong>: pick from existing community reviewers when launching a new round instead of re-adding them every time.</p></li><li><p><strong>Completion criteria in the review workspace</strong>: reviewers see what counts as "done" for a milestone right where they review it.</p></li><li><p><strong>Custom metrics in intake forms</strong>: programs can define structured metrics in application forms instead of relying on free-text fields.</p></li><li><p><strong>Per-community access messages</strong>: customize what users see when they hit a "not allowed" wall, with clearer context on which role they need and who to contact.</p></li><li><p><strong>Required Funding Requested and Completion Criteria fields</strong> on milestones, so reviewers always have the bar to grade against.</p></li><li><p><strong>"How to review" walkthrough link</strong> attached to reviewer notifications on Telegram and Slack.</p></li></ul><h2 id="h-ux-polish" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>UX polish</strong></h2><ul><li><p><strong>One Telegram nudge per mention</strong>: if a reviewer is tagged across N items, they get one consolidated message instead of N pings.</p></li><li><p><strong>OAuth consent page redesigned</strong> with role-grouped scope copy (operator, grantee, non-profit) so people understand what they're approving.</p></li><li><p><strong>Updates page redesign</strong> plus milestone review page cleanup.</p></li><li><p><strong>Markdown tables in application form descriptions</strong> actually render now.</p></li><li><p><strong>Multiline text areas</strong> are no longer bold by default.</p></li></ul><h2 id="h-performance-and-reliability" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>Performance and reliability</strong></h2><ul><li><p><strong>Admin-wallet nonce coordination hardened</strong> across every on-chain write service, preventing dropped or stuck transactions.</p></li><li><p><strong>Smoke-test coverage</strong> expanded across pages.</p></li></ul><h2 id="h-notable-fixes" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>Notable fixes</strong></h2><ul><li><p><strong>EIP-7702 nonce fix</strong> so embedded-wallet users (email, Google, Farcaster login) can sign gasless attestations again.</p></li><li><p><strong>Closed an access-code gate bypass</strong> where the application form was unlocking on wrong codes.</p></li><li><p><strong>Rabby chain-switch error</strong> on cross-chain submits, resolved.</p></li><li><p><strong>Privy auth fetch failure</strong> on the program apply flow, resolved.</p></li><li><p><strong>Edit-application crash</strong> on form fields with digit-leading labels, fixed.</p></li><li><p><strong>Milestone-edit duplication bug</strong> (editing a milestone created a duplicate and broke ordering), fixed.</p></li></ul><p>Thank you to every funder and ecosystem builder who trust Karma with your work. Your feedback shapes everything we build.</p>]]></content:encoded>
            <author>karmahq@newsletter.paragraph.com (Karma)</author>
            <enclosure url="https://storage.googleapis.com/papyrus_images/aeb2c53867e3cbbf49bfec0669eff6819d0ebec8bb5e3459d5120c24ab7c79b6.jpg" length="0" type="image/jpg"/>
        </item>
        <item>
            <title><![CDATA[Karma ships - April edition]]></title>
            <link>https://paragraph.com/@karmahq/karma-ships-april-edition</link>
            <guid>h7i25FKFgjclrURExSBj</guid>
            <pubDate>Thu, 07 May 2026 04:40:22 GMT</pubDate>
            <description><![CDATA[The shipping in April was dense at Karma. We shipped across every layer of the product, a foundational architecture shift to make Karma agent-native, new Telegram and Discord notifications for grant reviewers, a batch of milestone workflow fixes, and a handful of UI improvements that have been on the wishlist for a while. Here's everything that went out the door.Headless Platform & Agent-Native ArchitectureThe biggest strategic move this month was to make Karma as a headless platform. The tea...]]></description>
            <content:encoded><![CDATA[<div data-type="x402Embed"></div><p>The shipping in April was dense at Karma. We shipped across every layer of the product, a foundational architecture shift to make Karma agent-native, new Telegram and Discord notifications for grant reviewers, a batch of milestone workflow fixes, and a handful of UI improvements that have been on the wishlist for a while. Here's everything that went out the door.</p><h2 id="h-headless-platform-and-agent-native-architecture" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">Headless Platform &amp; Agent-Native Architecture</h2><p>The biggest strategic move this month was to make Karma as a headless platform. The team rearchitected the entire middleware so that Karma's webapp is just one interface — not the only interface. Programs and builders can now interact with Karma through:</p><p>APIs and Skills (already live)</p><p> MCP (Model Context Protocol) — for agent-native integrations</p><p>Any AI agent or automation layer</p><p>This opens the door to workflows we couldn't support before: AI agents that review grant applications, automated milestone tracking, and custom interfaces built on top of Karma's data layer. It's a quiet but significant shift from "grants web app" to "grants infrastructure."</p><h2 id="h-telegram-notifications-for-reviewers" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">Telegram Notifications for Reviewers </h2><p>We shipped full Telegram notification support for grant workflows:</p><p>When an applicant posts a comment on a pending application, program reviewers get notified. Once an application is approved, milestone reviewers take over the notification thread. Each notification includes the title in bold, up to 500 characters of context, reviewer tags, and a direct link</p><p>This matters because review cycles have historically relied on people checking Karma manually. Now the work comes to reviewers, not the other way around.</p><hr><h2 id="h-milestone-and-invoice-workflow-fixes" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">Milestone &amp; Invoice Workflow Fixes</h2><p>A couple of long-standing pain points in the milestone flow got resolved:</p><p>Invoice verification no longer gets overwritten. There was a potential edge case where a grantee would: complete a milestone → forget to add an invoice → admin verifies → grantee adds the invoice → and accidentally trigger a second on-chain completion that overwrote the original verification. That flow is now blocked.</p><p>Project updates ordering and milestone status filter. Milestone completions are now ordered first on project pages — exactly what Filecoin admins asked for during a live call. A second-level milestone status dropdown filter was also added, consistent with how status is displayed elsewhere in the app.</p><h2 id="h-data-quality-and-identity-improvements" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">Data Quality &amp; Identity Improvements </h2><p>Filecoin applications now show project names. When 1,013 Filecoin programs were ingested as applications, they were missing a projectName field, so every title just showed a raw reference ID. Fixed.</p><p>Names shown wherever addresses were shown. A sweep across the UI to replace raw wallet addresses with display names wherever a resolved name is available. Small change, big readability lift.</p><p>Filecoin project data synced from OSO. Open Source Observer data for Filecoin projects is now synced into Karma, enriching project profiles with external activity signals.</p><p>Funding Program. ChainID no longer required for funding programs. The requirement was removed, but errors were still surfacing. The backend was audited and remaining references cleaned up.</p><h2 id="h-ui-and-platform-polish" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">UI &amp; Platform Polish</h2><p>Landing page refresh. The home page, for-projects page, and communities pages were updated to speak directly to funders and grant operators.</p><p>Login button on Filecoin/Optimism static pages. Now appears correctly on the static-page versions of those grant portals.</p><p>Whitelabel navbar crash fixed. A TypeError: Class extends value undefined was crashing every whitelabel page whose first SDK evaluation was a deep import into the Karma GAP SDK. Fixed at the import level.</p><p>Project settings button hidden from non-owners. Non-owners no longer see the settings dropdown at all.</p><p>Frontend report logic. Report generation logic shipped to the frontend, enabling in-app reporting workflows.</p><p>Closing This month's work balances depth and breadth. A major architecture unlock with the headless platform, real-world workflow fixes requested by Filecoin admins, and a steadier system underneath. If you're a grant program running on Karma and want to explore the API or MCP integrations, reach out. We're building this for you.</p><p>Website: <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="http://www.karmahq.xyz">www.karmahq.xyz</a></p><p>Schedule a demo: <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://calendly.com/mvmurthy">https://calendly.com/mvmurthy</a></p>]]></content:encoded>
            <author>karmahq@newsletter.paragraph.com (Karma)</author>
            <enclosure url="https://storage.googleapis.com/papyrus_images/aeb2c53867e3cbbf49bfec0669eff6819d0ebec8bb5e3459d5120c24ab7c79b6.jpg" length="0" type="image/jpg"/>
        </item>
        <item>
            <title><![CDATA[Karma Ships - February 2026]]></title>
            <link>https://paragraph.com/@karmahq/karma-ships-february-2026</link>
            <guid>gKhBIPSBQnWMFcvIJGXd</guid>
            <pubDate>Thu, 12 Mar 2026 12:11:00 GMT</pubDate>
            <description><![CDATA[Over the past month, we shipped some impactful updates to Karma's platform — from compliance infrastructure to a completely rethought admin experience. Here's everything that's new.Major UpdatesKYC/KYB Integration We integrated with compliance provider Treova so programs can verify grantees before disbursing funds. This has been a long-standing need for programs operating in regulated environments, and it's now live. Stripe Onramp Funders can now support projects using fiat and card payments....]]></description>
            <content:encoded><![CDATA[<p>Over the past month, we shipped some  impactful updates to Karma's platform — from compliance infrastructure to a completely rethought admin experience. Here's everything that's new.</p><h2 id="h-major-updates" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">Major Updates</h2><p><strong>KYC/KYB Integration</strong> We integrated with compliance provider Treova so programs can verify grantees before disbursing funds. This has been a long-standing need for programs operating in regulated environments, and it's now live.</p><p><strong>Stripe Onramp</strong> Funders can now support projects using fiat and card payments. This removes one of the biggest friction points for funders who aren't web3-native — no wallet required.</p><p><strong>API Key Authentication</strong> AI agents and scripts can now authenticate with Karma using long-lived API keys, enabling programmatic access without browser-based login flows. This is a foundational piece of our agentic platform.</p><p><strong>Control Center</strong> The payouts page has been reimagined into a full Control Center. Admins can now track KYB status, agreement signing, invoice status, milestone progress, and disbursements — all in one place.</p><p><strong>User Dashboard</strong> When you log in, you now land on a personalized dashboard showing your projects, applications, and activity — not a generic homepage.</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>Team Management</strong> Applicants can now add team members to their application, so the person who submitted it isn't the only one who can track and update it.</p><p><strong>Application Editing &amp; Revision Workflow</strong> Admins can request revisions on submitted applications, and applicants can edit and resubmit — no more starting from scratch.</p><p><strong>Pending Verification Tab</strong> Milestone reviewers now have a dedicated tab showing everything awaiting verification, making it easy to see what needs attention at a glance.</p><p><strong>Grant Verification Gating</strong> Program admins can prevent unverified projects from adding grants to their profile, keeping program data accurate and clean.</p><p><strong>Email Notifications on Submission</strong> Applicants now receive a confirmation email when their application is submitted. No more wondering if it went through.</p><p><strong>Funding Allocation vs. Distribution Tracking</strong> Dashboards now show how much was granted versus how much has actually been distributed for each project — a distinction that matters.</p><p><strong>Milestone Review on Project Profile</strong> Reviewers can now verify milestones directly from the project profile page, not just the admin panel.</p><p><strong>LLMs.txt</strong> We added AI-friendly documentation so LLMs can better understand and interact with Karma — part of our broader work to make the platform accessible to AI agents.</p><hr><h2 id="h-ux-improvements" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">UX Improvements</h2><p><strong>Admin Dashboard Redesign</strong> A fresh, modern admin dashboard that surfaces the most important information upfront with a cleaner layout.</p><p><strong>Browse Applications Redesign</strong> The whitelabel browse page got a full visual overhaul — filter chips, improved cards, skeleton loading states, and a more polished overall feel.</p><p><strong>Project Profile Page Redesign</strong> Updated project profiles with cleaner design and better information hierarchy.</p><p><strong>Projects Page Enhancements</strong> Better filtering, including a new "Raising Funds" filter, plus visual feedback when filters are applied.</p><p><strong>Role Tags in Whitelabel</strong> Users can now see their role — admin, reviewer, or applicant — displayed clearly within the whitelabel app.</p><p><strong>Smarter Navigation</strong> "Applications" is now a default nav item for all tenants, and new admin helper buttons make getting around faster.</p><hr><p>A lot of this shipped directly from conversations with our users and community. If you have ideas on how we can make Karma even better, reply here or join our Telegram at <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="http://t.me/karmahq">t.me/karmahq</a> — we're listening.</p>]]></content:encoded>
            <author>karmahq@newsletter.paragraph.com (Karma)</author>
            <enclosure url="https://storage.googleapis.com/papyrus_images/aeb2c53867e3cbbf49bfec0669eff6819d0ebec8bb5e3459d5120c24ab7c79b6.jpg" length="0" type="image/jpg"/>
        </item>
        <item>
            <title><![CDATA[Karma Skills: Making the Entire Karma Platform Agent-Friendly]]></title>
            <link>https://paragraph.com/@karmahq/karma-skills-making-the-entire-karma-platform-agent-friendly</link>
            <guid>AqmxYt2ZpARxoGksp7gv</guid>
            <pubDate>Tue, 10 Mar 2026 12:00:00 GMT</pubDate>
            <description><![CDATA[We're launching Karma Skills — our first step toward making the entire Karma platform agent friendly. Anything you can do on our website, you or your AI agent should be able to do without ever visiting it. That means finding funding opportunities, creating and managing projects, posting updates, raising funding, and letting program managers or agents run programs end to end. Our first three skills 1. Find Funding Opportunities Discover grants, hackathons, and bounties all in one place. Built ...]]></description>
            <content:encoded><![CDATA[<p>We're launching Karma Skills — our first step toward making the entire Karma platform agent friendly. Anything you can do on our website, you or your AI agent should be able to do without ever visiting it. That means finding funding opportunities, creating and managing projects, posting updates, raising funding, and letting program managers or agents run programs end to end.</p><p><strong>Our first three skills</strong></p><p><strong>1. Find Funding Opportunities</strong></p><p>Discover grants, hackathons, and bounties all in one place. Built for both humans and agents — so you can scan for opportunities manually or let your agent do it automatically.</p><p><strong>2. Create and Manage Projects</strong></p><p>Set up your project profile, update details, and keep your onchain presence current — without touching the Karma UI. Agents can handle project setup as part of any onboarding or deployment workflow.</p><p><strong>3. Milestones and Updates</strong></p><p>Add milestones, mark them complete, and post project updates directly through your agent. Keep your funders and program managers in the loop without context-switching.</p><p><strong>Installation</strong></p><p>A few ways to get started:</p><ol><li><p><code>npx skills add show-karma/skills</code></p></li><li><p>Point your AI agent here: github.com/show-karma/skills</p></li><li><p>Set up an OpenClaw cron job to have your agent automatically scan for new opportunities, post updates, or sync project progress on a schedule.</p></li></ol><p>You can also continue to browse directly: gap.karmahq.xyz/funding-map</p><p><strong>What's next</strong></p><p>The goal is for Karma to be the single source of truth for every type of funding opportunity out there — and for your agents to act on them, manage your projects, and keep your community updated without any manual effort from you. We're moving fast. More skills coming soon.</p>]]></content:encoded>
            <author>karmahq@newsletter.paragraph.com (Karma)</author>
            <enclosure url="https://storage.googleapis.com/papyrus_images/95529ab3be3218339b7c9108c6518fe6a4b93282e74135e40b76eda3c1e38cb5.jpg" length="0" type="image/jpg"/>
        </item>
        <item>
            <title><![CDATA[Karma Ships - January 2026]]></title>
            <link>https://paragraph.com/@karmahq/karma-ships-january-2026</link>
            <guid>JEjJfNPBWwUTBIyweOyC</guid>
            <pubDate>Mon, 02 Feb 2026 18:13:28 GMT</pubDate>
            <description><![CDATA[Hey community! Here's our monthly update sharing everything we shipped in January. We've been busy building new capabilities, improving performance, and squashing bugs across the platform. Highlights Integrated Payout Disbursement System We built a complete payout management system that transforms the Payouts page from a passive tracking tool into an active capital disbursement interface. Program managers can now select multiple projects, configure payout amounts per milestone, and create Saf...]]></description>
            <content:encoded><![CDATA[<p>Hey community! Here's our monthly update sharing everything we shipped in January. We've been busy building new capabilities, improving performance, and squashing bugs across the platform.</p><p><strong>Highlights</strong></p><p><strong>Integrated Payout Disbursement System</strong></p><p> We built a complete payout management system that transforms the Payouts page from a passive tracking tool into an active capital disbursement interface. Program managers can now select multiple projects, configure payout amounts per milestone, and create Safe transactions directly from Karma. The system tracks disbursement status and history per project, with full visibility into what was paid, when, and via which transaction.</p><p><strong> AI Prompt Management</strong></p><p> Program admins can now manage AI evaluation prompts directly within our platform instead of through external tools. We've retained Langfuse for tracing and tracking while making prompt configuration more accessible. Admins can also re-evaluate all applications with an updated prompt in one click.</p><p><strong> Ecosystem-Level Impact Metrics for Filecoin</strong></p><p> We added support for ecosystem-wide metrics tracking for Filecoin. This includes importing data from parquet files to display aggregate indicators like daily active clients, total deals, data stored, and network revenue on the community impact page. This is a shift from per-project metrics to ecosystem-level visibility. You can see all the metrics here <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://www.karmahq.xyz/community/filecoin/impact">https://www.karmahq.xyz/community/filecoin/impact</a></p><p><strong> OSO Integration for Optimism Impact Data</strong></p><p>We rebuilt our Open Source Observer (OSO) integration from scratch to fetch TVL and transaction fee data for Optimism projects. All data now has proper tracking and visualization on the impact tab <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://www.karmahq.xyz/community/optimism/impact">https://www.karmahq.xyz/community/optimism/impact</a></p><p><strong>Targeted Reviewer Notifications</strong></p><p>Reviewer email notifications are now smarter. If reviewers are assigned to specific applications, only those assigned reviewers receive notifications. If no reviewers are assigned, all program reviewers get notified as before. This reduces notification noise significantly.</p><p><strong>Application Reviewer Assignment</strong></p><p>Admins can now assign specific reviewers to individual funding applications. The applications table includes new columns for app reviewers and milestone reviewers, displayed as multi-select dropdowns for easy assignment management.</p><p><strong>Donation System Enhancements</strong></p><p>We expanded the donation feature with chain-specific payout addresses. Project owners can now enable donations and configure separate payout addresses for Base, Optimism, Celo, Lisk, Polygon, and Scroll. We also added a "My Donations" page in user profiles to show donation history.</p><p><strong>Application Form Gating</strong></p><p>Programs can now be publicly visible while requiring an access code to submit applications. This is useful for invite-only programs where admins share codes with specific applicants.</p><p><strong>Other Improvements</strong></p><p>  - Payment distribution enhancements: Admins now configure payout settings once (address, amount, milestones) and simply select options during disbursement</p><p>  - Explore projects page refactor: Cleaner, more intuitive browsing experience</p><p>  - Community page filters: Added more filtering options for better navigation</p><p>  - Application search: Added search functionality for applications on whitelabel sites</p><p>  - Funding opportunities tab: New tab on community pages showing active funding programs with direct navigation</p><p>  - Program onboarding UX: Improved the entire flow for creating and configuring grant programs</p><p>  - Application editing post-approval: Community admins can now update post-approval information</p><p>  - Inline approve/reject forms: Replaced modal popups with inline forms for faster application review</p><p>  - Gas fee tracking: Now storing gas used as a new impact indicator for linked contract addresses</p><p>  - Karma profile link in applications: Custom field for applicants to link existing Karma profiles, improving project sync accuracy</p><p>  - Rejection reason now optional: Reviewers no longer required to provide a reason when rejecting</p><p>  - Program registry moved offchain: Simplified by removing blockchain writes and using our database directly</p><p>  - Simplified dates in program registry: Cleaner date handling for funding programs</p><p>  - Daily donation summaries: Discord notifications when projects receive donations or link payout addresses</p><p>  - Locked funds display: Shows vesting lock status when users claim funds on whitelabel</p><p>  - Sentry exception tracking: Added to both frontend applications for better error monitoring</p><p>  - Dependencies audit: Evaluated and updated outdated dependencies in gap-indexer for security</p><p><strong>Bug Fixes</strong></p><p>We had about 40 bug fixes go into production in January!</p><p>Questions of feature requests? Reach out to our team on Telegram: <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://t.me/karmahq">https://t.me/karmahq</a></p><br>]]></content:encoded>
            <author>karmahq@newsletter.paragraph.com (Karma)</author>
            <enclosure url="https://storage.googleapis.com/papyrus_images/985164258cd23aa6c0729e2031e3673cf90aeb95d3bceeb3becd63ee7097df18.jpg" length="0" type="image/jpg"/>
        </item>
        <item>
            <title><![CDATA[PL Filecoin Impact Fund Partners with Karma to Power $4M ProPGF Batch 2]]></title>
            <link>https://paragraph.com/@karmahq/pl-filecoin-impact-fund-partners-with-karma</link>
            <guid>c6JwI1lvgM0OvdYBJLhS</guid>
            <pubDate>Thu, 22 Jan 2026 14:00:10 GMT</pubDate>
            <description><![CDATA[The PL Filecoin Impact Fund is excited to announce that it has chosen Karma as the platform to manage the ProPGF Batch 2 funding program - a $4M initiative designed to accelerate innovation across the Filecoin ecosystem. This partnership brings modular grant management infrastructure to one of the most established decentralized storage networks.Why Karma for Filecoin?Filecoin's ProPGF program supports teams building critical open source infrastructure, research, governance tooling, and user e...]]></description>
            <content:encoded><![CDATA[<br><p>The PL Filecoin Impact Fund is excited to announce that it has chosen <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://www.karmahq.xyz/"><u>Karma</u></a> as the platform to manage the <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://filecoin.io/blog/posts/announcing-filecoin-propgf-batch-2-general-track/"><u>ProPGF Batch 2</u></a> funding program - a $4M initiative designed to accelerate innovation across the Filecoin ecosystem. This partnership brings modular grant management infrastructure to one of the most established decentralized storage networks.</p><h2 id="h-why-karma-for-filecoin" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>Why Karma for Filecoin?</strong></h2><p>Filecoin's ProPGF program supports teams building critical open source infrastructure, research, governance tooling, and user experience improvements across the ecosystem.&nbsp; Managing a program of this scale requires infrastructure that handles complexity without creating friction for grantees. <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://paragraph.com/@karmahq/revolutionizing-impact-measurement"><u>Karma provides exactly that</u></a>: streamlined milestone tracking, onchain reporting, and transparent progress visibility from application through payout.</p><h3 id="h-built-for-complexity-designed-for-simplicity" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0"><strong>Built for Complexity, Designed for Simplicity</strong></h3><p>Karma's modular infrastructure lets Filecoin configure each component to match ProPGF's specific workflow. Each module works independently while integrating with the others:</p><p><strong>Application Management</strong>: For Batch 2, <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="http://filpgf.io/"><u>ProPGF</u></a> is using Karma's AI-assisted application system to collect and organize proposals across five distinct funding categories, including SDKs and APIs, governance frameworks, and end-user interfaces. The AI helps reviewers quickly parse applications and identify key information.</p><p><strong>Milestone-Based Tracking and Payouts</strong>: Since all ProPGF grants are milestone-based with payouts tied to verified deliverables, Karma's real-time tracking system becomes essential. Grantees will submit milestone updates with proof of work, creating complete transparency from funding decisions through final delivery. Payments are triggered based on verified milestones.</p><p><strong>Onchain Attestations</strong>: Every milestone completion, evaluation, and funding decision is recorded as an onchain attestation using EAS, creating a permanent and verifiable record of accountability within the ecosystem.</p><p><strong>Impact Tracking:</strong> Karma now tracks the<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://www.karmahq.xyz/community/filecoin/impact"><u> four core metrics</u></a> ProPGF has identified as critical to ecosystem growth. Grantees can showcase their real contributions, and the foundation gets a clear, data-driven view of how grant funding translates into tangible outcomes.</p><h2 id="h-the-filecoin-advantage" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>The Filecoin Advantage</strong></h2><p>For Filecoin, this partnership introduces accessible, onchain, and sustainable funding infrastructure to empower grantees and drive ecosystem growth.&nbsp;</p><p><strong>Portable Reputation</strong>: Karma powers programs across Optimism, Celo, Scroll, and now Filecoin. Teams applying to ProPGF can bring verified track records from other ecosystems, and work completed for Filecoin builds a reputation that carries forward to future opportunities.</p><p><strong>Welcoming New Builders</strong>: Karma's project registry and documentation tools make it easier for newcomers to understand what success looks like and how to demonstrate progress effectively.</p><p><strong>Real-Time Integration</strong>: Through Karma's integrations with GitHub, Dune, and custom data sources, Filecoin can automatically track technical metrics alongside milestone submissions, ensuring that funded projects deliver measurable impact to the ecosystem.</p><h2 id="h-what-this-means-for-applicants" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>What This Means for Applicants</strong></h2><p>If you've applied to Filecoin ProPGF Batch 2, you'll experience grant management designed around builder success:</p><ul><li><p><strong>Clear expectations</strong>: Milestone-based funding means you know exactly what needs to be delivered and when</p></li><li><p><strong>Transparent tracking</strong>: Real-time visibility into your application status and milestone progress</p></li><li><p><strong>Proof of impact</strong>: Your work gets recorded onchain, building a portable reputation across ecosystems</p></li><li><p><strong>Streamlined process</strong>: From application through final payout, everything happens in one place</p></li></ul><h2 id="h-looking-ahead" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>Looking Ahead</strong></h2><p>This partnership reflects how leading ecosystems are rethinking grants infrastructure. Manual tracking and fragmented tools are giving way to integrated systems that let foundations focus on what matters: identifying great projects, supporting builders, and measuring real impact.</p><p>Batch 2 applications are now closed and under review. Approved grantees will manage their milestones and reporting through Karma at <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="http://filpgf.io"><u>filpgf.io</u></a>.</p><p><strong>Want to learn more about Karma?</strong> Discover how we're helping leading ecosystems fund smarter and grow faster at<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://gap-app-v2-git-feat-new-homepage-and-founders-karma-devs.vercel.app/funders"> </a><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="http://karmahq.xyz"><u>karmahq.xyz</u></a>.&nbsp;</p>]]></content:encoded>
            <author>karmahq@newsletter.paragraph.com (Karma)</author>
            <enclosure url="https://storage.googleapis.com/papyrus_images/273a9c3ecfdc57981f48fc15185600a96f711b00e9ce2bb8fad2a3bf7a4df6f6.jpg" length="0" type="image/jpg"/>
        </item>
        <item>
            <title><![CDATA[Polygon Partners with Karma to Power Ecosystem Growth Programs]]></title>
            <link>https://paragraph.com/@karmahq/polygon-partners-with-karma</link>
            <guid>NfD9SemPZO4cvFahZeHC</guid>
            <pubDate>Mon, 08 Dec 2025 16:22:02 GMT</pubDate>
            <description><![CDATA[We're excited to announce that Polygon has chosen Karma as its platform to manage founder support and ecosystem growth programs, with four live funding programs including the /grow Founder Support initiative.]]></description>
            <content:encoded><![CDATA[<p>We're excited to announce that Polygon has chosen Karma as its platform to manage founder support and ecosystem growth programs, with four funding programs including the /grow Founder Support initiative <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://app.karmahq.xyz/polygon"><u>currently live online</u></a>. </p><p>This partnership represents Polygon's commitment to providing founders with comprehensive infrastructure and support as they build and scale across the Polygon ecosystem.</p><h2 id="h-why-karma-for-polygon" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>Why Karma for Polygon?</strong></h2><p>Polygon's approach to ecosystem growth goes beyond traditional grants; they're building curated support systems that help founders succeed at every stage. Managing programs at this scale requires infrastructure that can handle complexity while keeping the founder experience seamless. That's exactly what Karma delivers.</p><div data-type="twitter" tweetid="1995330520474079419"> 
  <div class="twitter-embed embed">
    <div class="twitter-header">
        <div style="display:flex">
          <a target="_blank" href="https://twitter.com/0xthegipper">
              <img alt="User Avatar" class="twitter-avatar" src="https://storage.googleapis.com/papyrus_images/bb4471680b9690dc97f7894fe2aac58e85b782e0f86ffa351a5002c636be2a93.jpg">
            </a>
            <div style="margin-left:4px;margin-right:auto;line-height:1.2;">
              <a target="_blank" href="https://twitter.com/0xthegipper" class="twitter-displayname">regan</a>
              <p><a target="_blank" href="https://twitter.com/0xthegipper" class="twitter-username">@0xthegipper</a></p>
    
            </div>
            <a href="https://twitter.com/0xthegipper/status/1995330520474079419" target="_blank">
              <img alt="Twitter Logo" class="twitter-logo" src="https://paragraph.com/editor/twitter/logo.png">
            </a>
          </div>
        </div>
      
    <div class="twitter-body">
      we’ve been quietly creating new <a class="twitter-content-link" href="https://twitter.com/0xPolygon" target="_blank">@0xPolygon</a><br>founder programs that go live before EOY. little sneak peeks already on the site in my bio 
      <div class="twitter-media"><img class="twitter-image" src="https://storage.googleapis.com/papyrus_images/e551b86018126efddbbee885d6cd5f9192ce69ffee4f95f6b9f660e07c308c21.jpg"></div>
      
       
    </div>
    
     <div class="twitter-footer">
          <a target="_blank" href="https://twitter.com/0xthegipper/status/1995330520474079419" style="margin-right:16px; display:flex;">
            <img alt="Like Icon" class="twitter-heart" src="https://paragraph.com/editor/twitter/heart.png">
            168
          </a>
          <a target="_blank" href="https://twitter.com/0xthegipper/status/1995330520474079419"><p>4:14 • 1 Dec 2025</p></a>
        </div>
    
  </div> 
  </div><h2 id="h-built-for-scale-designed-for-founders" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>Built for Scale, Designed for Founders</strong></h2><p>Karma's modular funding infrastructure enables Polygon to deploy exactly what it needs to support high-growth teams. Each module works independently while seamlessly integrating with the others:</p><p><strong>Application Management</strong>: Karma's application intake system collects and organizes proposals across all of Polygon's programs, creating a single place to nurture relationships with every project in the ecosystem from first contact through scaling support.</p><p><strong>AI-Powered Routing:</strong> With diverse programs and support options available, Karma's AI evaluation tools help Polygon route applicants to the exact programs and support options they need. Whether a team needs grant funding, BD support, technical resources, or introductions to the right partners, the system ensures every founder gets connected to the right team at the right time.</p><p><strong>Real-Time Metrics Tracking</strong>: Through Karma's integrations with onchain data sources, Polygon can automatically monitor key metrics like transaction volume and TVL across its portfolio. This visibility enables the team to spot traction early and proactively provide support when projects are ready to scale.</p><h2 id="h-the-polygon-advantage" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>The Polygon Advantage</strong></h2><p>For Polygon, this partnership means more than just program management software; it's about building sustainable infrastructure to support the next generation of breakthrough projects.</p><p><strong>Holistic Support Matching</strong>: Polygon offers founders more than capital —from security audits to access to the Hadron Founders Community, liquidity support, and go-to-market assistance. Karma's comprehensive project registry helps match teams with the right resources at the right time, ensuring founders get exactly what they need to succeed.</p><p><strong>Unified Ecosystem View</strong>: By consolidating all founder interactions into a single platform, Polygon gains complete visibility into its ecosystem growth initiatives. This means better coordination between teams, more strategic resource allocation, and the ability to build long-term relationships with projects as they grow.</p><h2 id="h-grow-founder-support-program-first-live-initiative" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>/grow Founder Support Program: First Live Initiative</strong></h2><p>The /grow program is the first major initiative launching on Karma, with an 80M $POL allocation dedicated to helping projects scale. With funding ranging from $50K to $1M and 25 grants already awarded, this program is built for teams ready to make a significant ecosystem impact.</p><p>The program is designed for teams that have:</p><ul><li><p>A live product ready to scale</p></li><li><p>Clear milestones and growth trajectory</p></li><li><p>A committed team prepared to execute</p></li><li><p>Alignment with Polygon's focus areas: DeFi, Lend/Borrow, and Infrastructure</p></li></ul><h2 id="h-more-live-funding-programs-one-powerful-platform" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>More Live Funding Programs, One Powerful Platform</strong></h2><p>Polygon is collaborating with Abnormal Studios on a <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://app.karmahq.xyz/polygon/programs/998"><strong><u>Creator Campaign Program</u></strong></a> to promote onchain builders and products within the ecosystem. Abnormal Studios will manage creators producing coordinated, high-quality longform and shortform content about top Polygon developments, with clear campaign reporting.</p><p>Polygon and Areta Marketplace launched the <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://app.karmahq.xyz/polygon/programs/996"><strong><u>Polygon Audit Grants Program</u></strong></a> to help builders securely launch on Polygon. The program offers partial or full smart contract audit cost reimbursement and access to vetted audit providers via Areta. Projects must have a live or testnet product on Polygon, have an audit quote or be preparing for an audit, and complete the audit and report within 60 days. Optional follow-up support from the Polygon Founders Team (marketing, go-to-market, user growth) is also available.</p><p>Polygon is funding the next generation of prediction market builders who are integrating with Polymarket, offering support for tools and infrastructure. The <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://app.karmahq.xyz/polygon/programs/991"><u>Polymarket Builder Sprint</u></a> program is specifically interested in projects focusing on UX tools for intuitive markets, analytics or data platforms for better market insight, novel prediction market applications, and infrastructure supporting the Polymarket ecosystem.</p><h2 id="h-what-this-means-for-founders" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>What This Means for Founders</strong></h2><p>If you're building on Polygon or considering the ecosystem, you'll experience founder support designed around your success:</p><ul><li><p><strong>Single point of contact</strong>: All your interactions with Polygon programs happen in one place</p></li><li><p><strong>Smart matching</strong>: Get automatically connected to the right resources, teams, and programs</p></li><li><p><strong>Transparent tracking</strong>: Real-time visibility into your application status and progress</p></li><li><p><strong>Data-driven support</strong>: Polygon can see when you're gaining traction and provide support at the right moments</p></li><li><p><strong>Streamlined experience</strong>: From application through scaling support, everything is designed to be founder-friendly</p></li></ul><h2 id="h-looking-ahead" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>Looking Ahead</strong></h2><p>This partnership reflects Polygon's commitment not just to funding projects, but to truly supporting founders throughout the entire growth journey. With comprehensive program infrastructure and multiple support pathways, Polygon is building one of the most holistic founder support ecosystems in Web3.</p><p>The days of grants being just capital deployment are over. With Karma powering their ecosystem growth programs, Polygon can focus on what matters most: identifying exceptional teams, providing the resources they need at the right time, and building a thriving ecosystem of successful projects.</p><p><strong>Ready to apply to /grow?</strong> Visit the<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://founders.polygon.technology/"><u> /grow Founder Support program on Karma</u></a> to learn more and submit your application. Whether you're building the next generation of DeFi protocols, creating critical infrastructure, or innovating in lending markets, this is your opportunity to scale on one of Web3's leading platforms.</p><p><strong>Want to learn more about Karma?</strong> Discover how we're helping leading ecosystems fund smarter and grow faster at<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://www.karmahq.xyz"><u> </u></a><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="http://karmahq.xyz"><u>karmahq.xyz</u></a>.</p>]]></content:encoded>
            <author>karmahq@newsletter.paragraph.com (Karma)</author>
            <category>polygon</category>
            <category>karma</category>
            <category>founder</category>
            <enclosure url="https://storage.googleapis.com/papyrus_images/1b6a5149ba127ba20588a02ac808a3fea99a5dcf98461ab43df02d5844007a6f.jpg" length="0" type="image/jpg"/>
        </item>
        <item>
            <title><![CDATA[Karma Activity Report November 2025]]></title>
            <link>https://paragraph.com/@karmahq/karma-activity-report-november-2025</link>
            <guid>srMgR8bZ7JRHGfGJhksB</guid>
            <pubDate>Wed, 03 Dec 2025 15:19:42 GMT</pubDate>
            <description><![CDATA[What a month November was for us at Karma! We hit some major milestones, kicking things off with the launch of a brand-new version of the Karma website and a team field trip to Devconnect in Buenos Aires.]]></description>
            <content:encoded><![CDATA[<p>What a month November was for us at Karma! We hit some major milestones, kicking things off with the launch of a <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="http://www.karmahq.xyz"><strong><u>brand-new version of the Karma website</u></strong></a>. With this refresh, we're clearly communicating our evolution. Karma has grown beyond accountability and impact measurement into a full-stack funding solution for the Web3 ecosystem. (And yes, we've dropped "GAP" from the name. <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://paragraph.com/@karmahq/introducing-karma-v2"><u>Karma GAP is now simply Karma</u></a>.) We also rolled out some cool AI-assisted features and made performance improvements across the board so things run so much quicker now! Karma has never been better.</p><figure float="right" width="50%" data-type="figure" class="img-float-right" style="max-width: 50%;"><img src="https://storage.googleapis.com/papyrus_images/d241e8cd53a76e72aadd7e7157764aa78b755ab97bcce4a5d9871e6ea271b788.jpg" blurdataurl="data:image/png;base64,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" nextheight="960" nextwidth="1280" class="image-node embed"><figcaption htmlattributes="[object Object]" class="">Karma Team at Devconnect Buenos Aires 2025</figcaption></figure><p>We also took the team on the road to Devconnect in Buenos Aires. It was an awesome chance to soak up the incredible energy of the Ethereum builders and enjoy that vibrant city. All in all, November felt like a massive leap forward as we build serious momentum heading into 2026. </p><h3 id="h-new-features-and-capabilities" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0"><strong>New Features &amp; Capabilities</strong></h3><p><strong>Grant Management:</strong></p><p>We've made some major updates to make things easier for everyone. Now, if an application gets rejected, the applicant can actually resubmit it with improvements making the process much smoother! Plus, milestone reviewers can now directly mark grants as completed, which really speeds up the whole approval process. Thanks to the feedback from the community, we've also added the ability to reverse a grant completion and made the status updates much clearer, giving reviewers better control and transparency. And for our staff, we introduced some handy new tools for merging projects and managing permissions more efficiently, which is a common request from our community members.</p><p><strong>AI Integration:</strong></p><p>We've made some great strides on the AI front. We already had AI assistance helping grantees improve their applications to meet program requirements. Now, we've added internal AI evaluation tools that funding program managers can configure for their own review process, making evaluations more consistent and thorough.</p><p><strong>Content &amp; Customization:</strong></p><p>We've officially launched markdown support for both project profiles and grant applications, which means you can now make your text much richer with both editing and preview features!&nbsp;</p><p>Also, be sure to check out the new <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://www.karmahq.xyz/funders"><u>Case Studies section</u></a> on our website as we've filled it with inspiring success stories and testimonials from happy clients. And for our Whitelabel partners, we've made things even better by adding customizable Success Pages and "What Happens Next" sections so you can really personalize the user experience. Overall we are building the best platform for funders in web3 to run the most effective programs at scale and speed.</p><p><strong>Data &amp; Analytics:</strong></p><p>We made some big improvements to our data this month! To help everyone understand how the platform is being used, we can now export monthly user counts and filter data by specific projects. For even more accurate metrics, we started tracking unique users per program and counting transactions across different chains. Plus, we've added new CSV download options, making it easier for you to get and analyze the data you need. Running a successful funding program based on real time data has never been easier.&nbsp;</p><h3 id="h-user-experience-ux-and-design" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0"><strong>User Experience (UX) &amp; Design</strong></h3><p>As mentioned earlier we launched a comprehensive homepage redesign of Karma V2 featuring improved navigation and a new hero section that better communicates our value proposition. Visual updates included a revamped Navbar, dialogs, and typography for a more consistent look and feel across the platform. We significantly improved the mobile experience with better menu handling and responsive dialogs. On the "Browse Applications" page, we added infinite scroll and status filters for smoother navigation and easier discovery of relevant applications. Hands down, the Karma website has never looked or felt better.</p><div data-type="twitter" tweetid="1991262551875665991"> 
  <div class="twitter-embed embed">
    <div class="twitter-header">
        <div style="display:flex">
          <a target="_blank" href="https://twitter.com/harunaidrisguru">
              <img alt="User Avatar" class="twitter-avatar" src="https://storage.googleapis.com/papyrus_images/6abfab0ab5cd7fa536470ffcdec45492c9cafd645e3729d33532e1df97443645.jpg">
            </a>
            <div style="margin-left:4px;margin-right:auto;line-height:1.2;">
              <a target="_blank" href="https://twitter.com/harunaidrisguru" class="twitter-displayname">Guru Ξ ₮ ₳ Ð Ł²</a>
              <p><a target="_blank" href="https://twitter.com/harunaidrisguru" class="twitter-username">@harunaidrisguru</a></p>
    
            </div>
            <a href="https://twitter.com/harunaidrisguru/status/1991262551875665991" target="_blank">
              <img alt="Twitter Logo" class="twitter-logo" src="https://paragraph.com/editor/twitter/logo.png">
            </a>
          </div>
        </div>
      
    <div class="twitter-body">
      2/ First, understand Karma <img class="twitter-emoji" draggable="false" alt="👩‍💻" src="https://abs-0.twimg.com/emoji/v2/72x72/1f469-200d-1f4bb.png"> It's not just a funding tool it's a full-stack ecosystem for transparent, onchain project growth. Builders create profiles to track progress, earn endorsements, and get discovered. Ecosystems allocate funds based on real impact. Perfect for builders.
      
      
       
    </div>
    
     <div class="twitter-footer">
          <a target="_blank" href="https://twitter.com/harunaidrisguru/status/1991262551875665991" style="margin-right:16px; display:flex;">
            <img alt="Like Icon" class="twitter-heart" src="https://paragraph.com/editor/twitter/heart.png">
            0
          </a>
          <a target="_blank" href="https://twitter.com/harunaidrisguru/status/1991262551875665991"><p>22:49 • 19 Nov 2025</p></a>
        </div>
    
  </div> 
  </div><h3 id="h-technical-improvements-and-performance" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0"><strong>Technical Improvements &amp; Performance</strong></h3><p>We really focused on making things faster this month! We fine-tuned important parts like the Project Roadmap and Milestones List, and cleaned up our backend queries. This means everything should load quicker now. On the technical side, we boosted our infrastructure by adding better testing (E2E and unit tests), improving our deployment process (CI/CD), and optimizing our DB queries. Plus, we took care of essential security updates and dependency upgrades to keep the whole platform running smoothly and safely.</p><p><strong>Conclusion</strong></p><p>Overall this was an amazing month full of growth and progress for the Karma app and website, team, and community. We are looking forward to shipping even more improvements in 2026.</p><p>If you are interested in running a funding program on Karma, <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://tally.so/r/3NKZEl"><u>get in touch with us today</u></a>.</p>]]></content:encoded>
            <author>karmahq@newsletter.paragraph.com (Karma)</author>
            <enclosure url="https://storage.googleapis.com/papyrus_images/25425edfa5aaf4ed8f9cea8a757d7f35fd2af98b3014faf5d887f01879ad7fd4.jpg" length="0" type="image/jpg"/>
        </item>
        <item>
            <title><![CDATA[Karma Activity Report October 2025]]></title>
            <link>https://paragraph.com/@karmahq/karma-october-2025-activity-report</link>
            <guid>GT5zrRqPuEx69DCLg7Kw</guid>
            <pubDate>Fri, 07 Nov 2025 11:01:14 GMT</pubDate>
            <description><![CDATA[Welcome to our monthly product update! Looking back, October was a busy month for our development team. We've rolled out a host of new features and improvements across our platforms.]]></description>
            <content:encoded><![CDATA[<p>Welcome to our monthly product update! Looking back, October was a busy month for our development team. We've rolled out a host of new features and improvements across our platforms to enhance the user experience, expand our capabilities, and provide more value to our community and partners.</p><p>First off, we've just launched the new version of the Karma website. No more GAP, but still the same on-chain registry and milestones you know and love, with the added benefit of more features, including AI-assisted application intake and direct payment disbursals within Karma. Read the full details about the new and improved Karma on our <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://paragraph.com/@karmahq/introducing-karma-v2"><u>blog here</u></a>.</p><p>October was a big month for our community members. <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://www.karmahq.xyz/stats">Here are the stats</a> by the numbers. </p><ul><li><p>473 milestones created</p></li><li><p>217 project profiles created</p></li><li><p>83 project endorsements</p></li><li><p>245 grants created </p></li><li><p>1439 total onchain attestations.</p></li></ul><p>Congratulations on our community members for all the hard work. Keep on shipping!</p><p>In addition to launching our new website and portal, our main application saw significant enhancements this month, focusing on improving the user journey and adding powerful new tools for grant and application management.</p><p><span data-name="sparkles" class="emoji" data-type="emoji">✨</span><strong> New Features:</strong></p><ul><li><p><strong>Milestone Mastery:</strong> We've introduced a comprehensive suite of tools for managing grant milestones, including tracking completion, a streamlined review and verification process, and the ability to add comments for better collaboration.</p></li><li><p><strong>Smarter Application Management:</strong> We've made it easier to manage funding applications with new features like the ability for admin to delete applications and a smarter search function to quickly find what you're looking for.</p></li><li><p><strong>Instant Feedback on Contract Addresses:</strong> To reduce errors, we've added real-time validation for contract addresses, providing immediate feedback to users.</p></li><li><p><strong>Email Notifications for Forms:</strong> Users will now receive email notifications for important updates on their post-approval forms, ensuring everyone stays in the loop.</p></li></ul><p><span data-name="rocket" class="emoji" data-type="emoji">🚀</span><strong> Improvements:</strong></p><ul><li><p><strong>A Polished User Interface:</strong> We've made numerous tweaks to the look and feel of the application, including updated buttons, a cleaner navigation bar, and improved layouts for a more intuitive experience.</p></li><li><p><strong>Enhanced Security:</strong> We've strengthened our authentication and authorization systems to ensure that users have the right access levels and that our platform remains secure.</p></li></ul><p><strong>Indexer</strong>: Our backend system, the engine that powers our applications, received critical updates to support our new features and improve overall performance and reliability.</p><p><span data-name="sparkles" class="emoji" data-type="emoji">✨</span><strong> New Features:</strong></p><ul><li><p><strong>Advanced Milestone Reviewer Management:</strong> We've launched a new system for managing who can review milestones, allowing for more flexible and secure workflows.</p></li><li><p><strong>Dynamic Email Notifications:</strong> Our notification system is now smarter. We can send dynamic and targeted email notifications to reviewers, and we've reduced notification noise by filtering out unnecessary alerts.</p></li><li><p><strong>Cross-Chain Project Merging:</strong> We've improved our ability to merge projects that exist on different blockchain networks, making our platform more versatile.</p></li></ul><p><span data-name="rocket" class="emoji" data-type="emoji">🚀</span><strong> Improvements:</strong></p><ul><li><p><strong>Streamlined Authentication:</strong> We've updated our authentication system to be more robust and efficient.</p></li><li><p><strong>Better Data and Analytics:</strong> We've added new capabilities for tracking community statistics and project updates, giving us better insights into how our platform is being used.</p></li></ul><p><strong>Whitelabel App</strong>: Our platform solution for partners has been expanded to welcome new organizations and provide a more customized experiences.</p><p><span data-name="sparkles" class="emoji" data-type="emoji">✨</span><strong> New Features:</strong></p><ul><li><p><strong>Welcome to Our New Partners!</strong> We're excited to have added support for several new partners, including <strong>For the World</strong>, <strong>Polygon</strong>, <strong>Filecoin</strong>, <strong>Scroll</strong> and the <strong>Localism Fund</strong>. Each partner now has their own customized branding and domain. You can see all the open <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://app.karmahq.xyz/"><u>funding opportunities here</u></a>.</p></li><li><p><strong>Milestones at a Glance:</strong> Partners can now view all grant milestones in a dedicated tab on the application page, making it easier to track progress.</p></li><li><p><strong>AI-Powered Application Review:</strong> We've enhanced our application form to include handling for AI-powered evaluations, bringing more intelligence to the review process.</p></li></ul><p><span data-name="rocket" class="emoji" data-type="emoji">🚀</span><strong> Improvements:</strong></p><ul><li><p><strong>A More Personal Touch:</strong> We've improved the user interface with better wallet integration, showing user profile images and names for a more personalized experience.</p></li><li><p><strong>Customized Homepages:</strong> The homepage content can now be customized for each partner, allowing them to showcase their unique programs and branding.</p></li></ul><p>We're thrilled with the progress made in October and look forward to bringing you more exciting updates next month. As always, we welcome your feedback as we continue to improve our platform for everyone.&nbsp; Get in touch with us on <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://t.me/karmahq">Telegram</a> or <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://discord.com/invite/X4fwgzPReJ">Discord</a>.</p><br><br>]]></content:encoded>
            <author>karmahq@newsletter.paragraph.com (Karma)</author>
            <category>october</category>
            <category>karma</category>
            <category>updates</category>
            <enclosure url="https://storage.googleapis.com/papyrus_images/a4638e23c832f8b2c982ceb80684832c3a6f04c24ac0b1e873ed0ab166d5960e.jpg" length="0" type="image/jpg"/>
        </item>
        <item>
            <title><![CDATA[Introducing Karma V2 ]]></title>
            <link>https://paragraph.com/@karmahq/introducing-karma-v2</link>
            <guid>Ir3JMvqlByIElj9pFIv7</guid>
            <pubDate>Wed, 05 Nov 2025 16:17:36 GMT</pubDate>
            <description><![CDATA[Today, we're reintroducing Karma with a brand new website that reflects what we've learned from powering some of the largest onchain funding programs and what ecosystems actually need to grow. ]]></description>
            <content:encoded><![CDATA[<p>Today, we're reintroducing Karma with a <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://www.karmahq.xyz/">brand new website</a> that reflects what we've learned from powering some of the largest onchain funding programs and what ecosystems actually need to grow.</p><p><strong>What was Karma GAP is now Karma</strong> - With expanded functionality that transforms our accountability and impact measurement foundation into a complete ecosystem growth platform. The infrastructure has been continuously evolving based on real needs from programs and builders. Now we're bringing it all together.</p><h2 id="h-the-problem-we-keep-seeing" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>The Problem We Keep Seeing</strong></h2><p>Ecosystems want to see a return on value for their capital allocations. But much of their time is spent stitching together a patchwork quilt of tools like Monday for applications, Discord for updates, Notion for documentation, Safe for payments, and spreadsheets for impact metrics. It works until it doesn't. And when you want to scale or try something new, you're starting from scratch.</p><p>The core pain point isn't just tool complexity. It's operational blindness, not knowing what's working, which projects are delivering, or where to allocate resources next.</p><h2 id="h-a-different-approach" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>A Different Approach</strong></h2><p>We've been continuously building Karma hand in hand with programs and builders for years around a simple idea: <strong>give ecosystems the infrastructure they need, not a one-size-fits-all solution</strong>.</p><p>Our modular design means each piece works on its own and together. Need to launch an application round quickly? Use the application intake module. Want to add milestone tracking later? It's there when you're ready. Planning to measure impact across your entire ecosystem? That module plugs right in.</p><h2 id="h-built-on-proven-infrastructure" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>Built on Proven Infrastructure</strong></h2><p>Karma has always been built around two core capabilities: our <strong>public onchain registry,</strong> where every project's reputation lives, and <strong>automated impact measurement</strong> that tracks what's actually working. These are our most-used modules, the foundation everything else builds upon.</p><p>The registry tracks thousands of projects across the entire crypto ecosystem, making cross-ecosystem reputation visible and actionable. Impact measurement connects to GitHub, Dune, or your own data sources, applying proven frameworks like the Common Approach to turn accountability into strategic insight.</p><p>Now we're adding the missing pieces.</p><h2 id="h-whats-new-in-karma-v2" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>What's New in Karma V2</strong></h2><p><strong>Complete Funding &amp; Disbursement</strong></p><p>The biggest addition: create funding programs, set milestones, and disburse funds directly through Karma. Support direct grants, milestone-based funding, or retroactive rewards. Payments flow automatically when conditions are met, no manual transfers, no external tools needed.</p><p><strong>AI Application Review</strong></p><p>AI evaluates applications at scale, providing scoring and risk assessments based on historical performance and cross-ecosystem reputation pulled from the registry. You make the decisions with better information from day one.</p><p><strong>Modular Design</strong></p><p>Each piece works independently and together. Launch with just the registry and impact tracking. Add funding when ready. Layer in AI review. The infrastructure adapts to where you are, not the other way around.</p><p>Ecosystems using Karma configure what they need, launch their program, and get clear visibility into what's actually working—all backed by infrastructure that's been iterated for years based on the needs of programs and builders.</p><h2 id="h-proven-by-leading-ecosystems" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>Proven by Leading Ecosystems</strong></h2><p>We've worked with ecosystems like <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://gov.optimism.io/t/karma-funding-platform-updates/10317"><u>Optimism</u></a> and <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://forum.celo.org/t/karma-project-funding-and-accountability-platform-updates/12494"><u>Celo</u></a>, helping them run high-impact funding programs. The patterns we've seen have shaped every part of this platform:</p><ul><li><p>Ecosystems need visibility into what's working, not just more funding tools</p></li><li><p>Operational clarity drives better capital allocation decisions</p></li><li><p>Impact measurement can't be an afterthought</p></li><li><p>Programs should get easier to run as they grow, not harder</p></li></ul><h2 id="h-what-this-means-for-ecosystems" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>What This Means for Ecosystems</strong></h2><p>If you're running a funding program, you get operational clarity to see what's working, measure impact, and make better decisions. Whether you are planning your first round or you have purpose-built infrastructure that's been built over the years, Karma meets you where you are and can provide a solution for your needs.</p><p><strong>We handle the platform. You focus on growing your ecosystem.</strong></p><p>Ready to see how Karma works for your ecosystem?<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://tally.so/r/3NKZEl"> <u>Schedule a demo</u></a> and we'll show you the infrastructure that powers some of web3's leading programs.</p>]]></content:encoded>
            <author>karmahq@newsletter.paragraph.com (Karma)</author>
            <category>karma</category>
            <category>funding</category>
            <category>builders</category>
            <category>v2</category>
            <enclosure url="https://storage.googleapis.com/papyrus_images/91808419c64257ef63eb00d7e04509dca16602cbe494c3f79e09246281e731bd.jpg" length="0" type="image/jpg"/>
        </item>
        <item>
            <title><![CDATA[Scaling Ecosystem Success With Karma]]></title>
            <link>https://paragraph.com/@karmahq/scaling-ecosystem-success-celo-case-study</link>
            <guid>qpBIXh8FpNOi7o8ftPPs</guid>
            <pubDate>Wed, 15 Oct 2025 14:42:46 GMT</pubDate>
            <description><![CDATA[Celo, a leading Layer 2 solution runs various programs through multiple entities under the Celo umbrella. Karma and Celo partnered to enhance ecosystem wide project accountability and transparency. ]]></description>
            <content:encoded><![CDATA[<p><strong>Celo</strong>, a leading Layer 2 solution in the Ethereum ecosystem, <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://x.com/CeloPublicGoods/status/1977809934734565881">runs various programs</a> through multiple entities under the Celo umbrella. DevRel handles "proof of ship," Prezenti focuses on growth, and Celo Public Goods partners and funds initiatives through support streams, builder rewards, and "proof of impact".</p><p>For example, Karma and Celo Devs' Proof of Ship program partnered to enhance project accountability and transparency. By deploying their programs through Karma, Celo ensures that projects provide regular updates on their progress, growing trust within the community and enabling program operators to track the impact of funded projects, making better decisions on which projects to allocate prize money to, both to specific programs and through the ecosystem as a whole.</p><p>While these programs operate independently, their outcomes are intertwined. That’s where we come in. Karma aggregates and tracks their impact, funding, and project progress. Celo benefits from this birds eye view and improved operational awareness, and the projects gain an onchain activity record that can be used for funding programs in other ecosystems like GoodDollar and Optimism.&nbsp;</p><p>Celo has been using Karma for the last 15 months to track projects and grants. To date, there have been 361 projects, 748 total grants, and 100 total milestones tracked through Karma. One example of a Celo project that leveraged its onchain Karma reputation for cross program funding is <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://gap.karmahq.xyz/project/stable-sl/"><u>Stable SL</u></a>, which used its success in proof-of-ship funding rounds to be included in the Good Dollar builder program. All this information is easily accessible on the community page at<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://gap.karmahq.xyz/community/celo"> <u>https://gap.karmahq.xyz/community/celo</u></a>.</p><p><strong>The Challenge</strong></p><p>Celo funds programs across mini-applications, DeFi, stablecoins, AI agents, infrastructure, and developer tools. Before GAP, tracking these diverse projects relied on scattered updates across X, GitHub, and other platforms—with many projects providing no updates at all.</p><p>The lack of a standardized system led to inconsistent updates; some grantees posted sporadically on platforms like X or GitHub, while others didn't provide any updates at all. This lack of visibility made it difficult for the Proof of Ship program operators and its community to assess if funds were being used effectively, potentially leading to reduced accountability and effectiveness.</p><ul><li><p><strong>Inconsistent Reporting</strong>: Grantees utilized various platforms and formats, which complicated progress tracking.</p></li><li><p><strong>Limited Transparency</strong>: Token holders and community members lacked a clear view of project milestones and outcomes.</p></li><li><p><strong>Engagement gaps</strong>: Without regular updates, it was hard to maintain community interest and support for funded initiatives.</p></li></ul><p><strong>The Solution</strong></p><p>Celo leveraged Karma’s modular solution to address these challenges. Karma GAP provides a structured framework for grantees to create onchain project profiles and submit updates, which are then verified and displayed on a public dashboard, ensuring that grantees consistently report progress. The Proof of Ship program operators then use Karma AI to analyze the GAP results and GitHub activity to determine prize allocations in a transparent and accessible way.</p><ul><li><p><strong>Standardized Updates</strong>: Grantees use GAP to submit regular reports, including milestones, challenges, and next steps.</p></li><li><p><strong>Public Dashboard</strong>: A custom dashboard hosted on Karma’s platform displays all updates, making them easily accessible to the community.</p></li><li><p><strong>Reputation Building</strong>: Grantees earn reputation scores based on their activity, incentivizing consistent engagement and quality reporting.</p></li></ul><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/c4060c7111b7c5a16ce63ede77a62e042a42255be414ab6504ba4d021214acaf.png" blurdataurl="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAASCAIAAAC1qksFAAAACXBIWXMAAAsTAAALEwEAmpwYAAAE4ElEQVR4nK1Ub2wTZRi/L/rJBBM/NCFqwIjRYMS/QxxqJCDIjIksAabCJjgzxiRhEoMx8k8kwBTKhm0F2SHbdVAm2651bG3pSmG7ZUtv7da7G/enHHej9N52LbdkzV0Peqa9rWmCH/zgL7+8efLc876/+91zzwul78+YT1/ocfkcV1BeEBRFgeHzjsudOB7C54FhGMuy+iOIS5LFakMQxH996IIdPf17BzaM+/1+AAAEQSaTSVEUiGY4fwDDsNEbg0Msy/GCgGHD45EIzbA0w05ECIIgCYKkGSYuSXcEsZQ0ww4OYaPBYBAP+/xYvycQxMM4HqIZ1nyqua29Pa+0u3HPa2++fdbSsv3Lmk1VW9xuj93eYbHanE4Xx0V31H69dl2F+VTLuVbYN+CnGRaxOy53dhXZg7oKdPagzqt9fT2o08jfHBru6/cMDmEQjodaWk4jCALDsMPhgOHzbreHyIPkBYEiSRwPGQ5ohuEFgWW5/8Y8RHEKCo6OLV368qpVqxYvfq6ysrKsrAxFUf1/gqIokM1mqy2gubnZbu8AAOh6rsisqswHqjKPrKpqWa2UWVUtJo3AyOQFNm2uen7JSybTwuqar8zN1h60XxDv8ULMWPlCQDM8L8TuSclEIpVKp5k7tyM0xdyJTt7mIjQVoSmQToF0SkonS5m8ny+GCJItK/8YmsfjC5aYFpWZFpUtWPjqU8++9fSSctOi5S8sW/fDgZN79h6cGL8V5iOvf/YuVIonoY92bq5oqPpk95aKhqqKhqrtR3fb/vqzBT7DTPGQP4Bt/HwnBC147IlnPqyoXr1+y3urN65Zv3XF+xvWrN9q8Itt3x08Ytn17ZGxEMnEuAPw8Rc/eGPZ2ndeWbti24/f7Dm5v+5QY92hxl3H9u46trfuUOP+s8e7RtytvRdJbhICIHHSbD58+CebzdbU1IQgSGmL9HwDdACA3+/nuGhckqaT001Nv+zbt+/R+iJkWfYNDIiimJ8DWZ7ZXltbXr7y0w2V1dU19fUN5lPNVtuZduRi6YbRYBAAEJeALM9UV9eUl6/ctLmqvr6hbseOc62wxWrD8VBpPYZhsiznewBAovh7PMzlFEUFICHLMxKYvubzez3e0HjY6/MZw5FKp0vrDZeyPCPLsqKokzTrdnvwcAjHQzcCN2mGmROQZRkAoChq8Zvous4LsUwmUzhHNR4pilpwIIviFAAJ43RDphgriqJltbsgPhIZ07JaMjU958BYdT2Xvi/zQkzXcz+f+COTyeh67sHDB8WD4hJIpdOGgPJvMMQIjmq/elnX9TkHup6bpFmKvn1PSpotbcfMcGtb16+/tRlKWlYLDAZphtf1nOEA5JHQspoxdKXrbGZW1/XW7vYTHVYtq6XSqTmB0ARlhR0uz00EdVrsbUctZw9brE02+Pow3uny1n1/EPUOGPezISDLclZVCz3Ldy6TyRhGjS7eGMPQQN9sZnbOgZbVRoNBh7O795rHE/AZdAe8l9AuCww7nN0dPZ0daBfFskaTs6qKjYyMkePdV3v/vua90utyuFyop9/hcp1pQy6iKIxcGhwJSsn8e0BxSYpL0ngkYtx/LMtFuegkdYsiKYqkjBQ9SReuRjEuSaI4FbsbK9Rz4VCYZbmJCCGKIkGQojhFEGSUi4ZDYWMI4pL0Dx3jPLPn+XfLAAAAAElFTkSuQmCC" nextheight="808" nextwidth="1436" class="image-node embed"><figcaption htmlattributes="[object Object]" class="">Karma's intuitive impact tracking dashboard.</figcaption></figure><p><strong>The Results</strong></p><p>Since integrating GAP, the Proof of Ship program has seen significant improvements in grantee accountability, program efficiency and community trust:</p><ul><li><p><strong>Increased Transparency</strong>: Over 85% of grantees now provide regular updates, compared to less than 50% before GAP.</p></li><li><p><strong>Enhanced Community Engagement</strong>: Token holders actively use the dashboard to monitor projects, resulting in a 40% uptick in community discussions about funded initiatives.</p></li><li><p><strong>Increased Activity</strong>: The number of “ghost grantees”—those who receive funding but fail to report progress—dropped by 60%, as the reputation system encourages consistent participation.</p></li></ul><p>The GAP dashboard has become a vital tool for the Proof of Ship program, offering a clear, data-driven way to assess grantee performance. Grantees, in turn, benefit from increased visibility, using their reputation scores to attract further support and collaboration opportunities.</p><p><strong>The Testimony</strong></p><p><em>"Karma has transformed how we manage our program by providing a central source of truth for impact metrics across projects, ambassadors, and regional DAOs. With their tracking capabilities and real time metrics at our fingertips, we've eliminated the chaos of managing multiple spreadsheets and manual reporting overhead. This infrastructure makes impact metrics transparent throughout the ecosystem crucial for scaling our program while freeing us to focus on what matters most which is supporting the projects building on Celo." -</em> <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://x.com/GigaHierz">Lena H.  DevRel Lead at Celo </a></p><p><strong>Conclusion</strong></p><p><strong>Karma transformed how Celo's Proof of Ship program operates. The program now has clear visibility into project progress, while grantees build </strong>a <strong>portable reputation they can use across the broader Celo and Ethereum ecosystems. This implementation demonstrates Karma's core value: turning fragmented grant data into actionable intelligence that improves capital allocation across Web3.</strong></p><p><br></p>]]></content:encoded>
            <author>karmahq@newsletter.paragraph.com (Karma)</author>
            <category>celo</category>
            <category>devrel</category>
            <category>l2</category>
            <enclosure url="https://storage.googleapis.com/papyrus_images/352b67ab875193a9e2e1ba9481cfe89651380e8e535e2c17b375f1ae77deac28.jpg" length="0" type="image/jpg"/>
        </item>
        <item>
            <title><![CDATA[Karma September Activity Report]]></title>
            <link>https://paragraph.com/@karmahq/karma-september-activity-report</link>
            <guid>hta1C26rdxjq8ycGtlGH</guid>
            <pubDate>Mon, 06 Oct 2025 12:53:57 GMT</pubDate>
            <description><![CDATA[We're excited to share Karma's progress each month as we work to become the ultimate all-in-one funding platform for web3! This report gives you a quick rundown of all the cool new features, improvements, and fixes we rolled out across the Karma ecosystem in September. ]]></description>
            <content:encoded><![CDATA[<p>We're excited to share Karma's progress each month as we work to become the ultimate all-in-one funding platform for web3! This report gives you a quick rundown of all the cool new features, improvements, and fixes we rolled out across the Karma ecosystem in September.</p><p>This year, we've really made some great strides in building our full-stack funding platform with four key parts: application intake and review, onchain project registry, impact metric and monitoring, and finally, direct and retro funds payout features. That last one is super important, and it's where we've put most of our energy, which is now live and being used in the <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://www.opgrants.io/"><u>Optimism Season 8 grants round</u></a>.</p><p>Here’s a rundown of our major achievements in September:</p><p><strong>Major Features</strong></p><p>We rolled out several significant new features designed to improve the application and evaluation process.</p><ul><li><p><strong>Application Versioning &amp; History Tracking:</strong> We built a complete versioning system for grant applications, which means you can now see every change made to an application over time.</p><ul><li><p>Tracks all changes made to applications over time</p></li><li><p>Shows visual diffs between versions</p></li><li><p>Provides a timeline view of edits</p></li><li><p>Helps reviewers understand how applications evolved</p></li></ul></li><li><p><strong>AI-Powered Grant Evaluation:</strong> We integrated AI capabilities to assist with grant review processes, making evaluations faster and more consistent.</p><ul><li><p>AI scoring for applications with sortable columns</p></li><li><p>Admin controls for triggering AI evaluations</p></li><li><p>Reference-based evaluation system</p></li><li><p>Enhanced CSV exports with evaluation scores</p></li></ul></li><li><p><strong>Post-Approval Form Fields:</strong> We created a new system for collecting additional information from grantees after their applications are approved, streamlining the post-approval workflow.</p></li><li><p><strong>Privy Integration:</strong> We seamlessly integrated <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="http://privy.io">privy.io</a> into our backend, allowing users to log in with their wallets effortlessly.</p></li><li><p><strong>Communities Page Enhancement:</strong> We redesigned the communities experience to make it more intuitive and visually appealing.</p><ul><li><p>Improved navigation and discovery</p></li><li><p>Better categorisation and filtering</p></li><li><p>Enhanced visual layout</p></li><li><p>Multi-chain community aggregation</p></li></ul></li><li><p><strong>Whitelabel Platform - Shared Domain Hosting:</strong> We launched a new shared subdomain architecture for our whitelabel platform, allowing multiple funding programs to be hosted under a unified domain with custom client configurations, so communities can bring their own branding and style while Karma handles the backend.</p><ul><li><p>Celo Public Goods, Regen Coordination, and Optimism are already live at<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="http://app.karmahq.xyz"> <u>app.karmahq.xyz</u></a>. With the Karma-powered platform, you can easily navigate all communities, see funding opportunities, and apply directly in the app, making accessing grant funding easier than ever.</p></li></ul></li></ul><p><strong>System Improvements</strong></p><p>We focused on enhancing the platform's performance, infrastructure, and overall developer experience this month.</p><ul><li><p><strong>Performance &amp; Infrastructure:</strong> We made critical updates to improve the stability and speed of the platform.</p><ul><li><p><strong>Rate Limiting System</strong>: Implemented comprehensive global rate limiting to protect API endpoints and improve system stability</p></li><li><p><strong>Goldsky Migration</strong>: Moved subgraphs (Arbitrum, Optimism, Celo) to <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://goldsky.com/"><u>Goldsky</u></a> for better performance and reliability</p></li><li><p><strong>Grant Indexing V2</strong>: Improved the grant indexing flow for faster and more accurate data processing</p></li></ul></li><li><p><strong>Developer Experience:</strong> We improved our developer tools to make it easier for our team to build and maintain the platform.</p><ul><li><p><strong>Swagger Documentation</strong>: Added comprehensive API documentation for V2 endpoints</p></li></ul></li><li><p><strong>Data &amp; Analytics:</strong> We expanded our data and analytics capabilities to provide more comprehensive insights.</p><ul><li><p><strong>Impact Indicators</strong>: Added support for GoodDollar and other community impact indicators</p></li><li><p><strong>External Data Providers</strong>: Integrated support for external data sources and custom datapoints.</p></li></ul></li></ul><p><strong>User Experience</strong></p><p>We rolled out a series of updates to make the platform more user-friendly and efficient for everyone, from applicants to reviewers.</p><ul><li><p><strong>Frontend Improvements:</strong> We redesigned several key elements of the user interface for a smoother experience.</p><ul><li><p>Redesigned grant card layouts for better information display</p></li><li><p>Improved application form state management</p></li><li><p>Enhanced navigation flows across the platform</p></li><li><p>Better loading states and error handling</p></li></ul></li><li><p><strong>Reviewer &amp; Admin Tools:</strong> We enhanced tools for reviewers and administrators, making their tasks more efficient and manageable.</p><ul><li><p>Enhanced reviewer role system with granular permissions</p></li><li><p>Improved program validation workflows</p></li><li><p>Better filtering for expired programs</p></li><li><p>Enhanced CSV export capabilities</p></li><li><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://x.com/karmahq_/status/1968289883111477540"><u>Streamlined faucet funding flows for Celo network</u></a></p></li></ul></li><li><p><strong>Notifications &amp; Communication:</strong> We improved our notification and communication systems to keep everyone better informed.</p><ul><li><p>Improved email notifications in direct funding platform</p></li><li><p>Added approval notification workflows</p></li><li><p>Enhanced grantee communication templates</p></li></ul></li></ul><p><strong>Technical Highlights</strong></p><p>Our engineering teams made significant progress across all major repositories, ensuring a robust and scalable platform.</p><ul><li><p><strong>Backend (gap-indexer):</strong> Our backend team focused on solidifying the core architecture and improving reliability.</p><ul><li><p>40+ pull requests merged</p></li><li><p>Implemented proper V2 architecture patterns</p></li><li><p>Enhanced error handling with Sentry integration</p></li><li><p>Improved test coverage and validation</p></li></ul></li><li><p><strong>Frontend (gap-app-v2):</strong> The frontend team worked on improving the user-facing application with better code quality and integration.</p><ul><li><p>15+ pull requests merged</p></li><li><p>Better TypeScript coverage</p></li><li><p>Improved component architecture</p></li><li><p>Enhanced Web3 integration</p></li></ul></li><li><p><strong>Whitelabel Platform:</strong> Our team focused on making the platform more flexible and accessible for custom deployments.</p><ul><li><p>20+ pull requests merged</p></li><li><p>Multi-tenant architecture implementation</p></li><li><p>Enhanced testing infrastructure</p></li><li><p>Better accessibility features</p></li></ul></li></ul><p><strong>Platform Capabilities</strong></p><p>The Karma platform now offers an even broader range of powerful features to support grant applications and evaluations.</p><ul><li><p>The Karma platform now supports:</p><ul><li><p>Multi-chain grant applications and donations</p></li><li><p>AI-assisted grant evaluation</p></li><li><p>Comprehensive application version history</p></li><li><p>Post-approval workflows</p></li><li><p>Community impact tracking with custom indicators</p></li><li><p>Rate-limited, secure API access</p></li><li><p>Enhanced reviewer collaboration tools</p></li><li><p>Whitelabel funding platform deployment</p></li></ul></li></ul><p><strong>Looking Forward</strong></p><p>This month saw significant progress in making the platform more scalable, secure, and user-friendly, laying a strong foundation for future growth.</p><p><strong>Total Activity</strong>: We merged over 75 pull requests across all repositories, addressing new features, improvements, and critical fixes, showing our commitment to continuous development.</p><p>Overall the Karma app has gone through a massive transformation combining multiple key modules that come together to create the best funding platform on the market. Thanks to our community for all the feedback and patience. We look forward to seeing what opportunities this brings to our builder community.</p><p>Finally the Karma team will be at <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://devconnect.org/">Devconnect</a> this November in Buenos Aires, Argentina. We are definitely looking forward to connecting with the extended Ethereum builder community. If you plan to be there too reach out and we can grab a coffee. You can always reach out to us on <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://discord.gg/p6qbCskR">discord</a> or<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://t.me/karmahq"> telegram</a>. </p>]]></content:encoded>
            <author>karmahq@newsletter.paragraph.com (Karma)</author>
            <category>september</category>
            <category>developer</category>
            <enclosure url="https://storage.googleapis.com/papyrus_images/39b9d2e7870a84e1edf64bc0c3d13d2fddd492259109ddd7a17fc0726380df5a.jpg" length="0" type="image/jpg"/>
        </item>
        <item>
            <title><![CDATA[Welcome to the Karma Newsletter! 🌱]]></title>
            <link>https://paragraph.com/@karmahq/welcome-to-the-karma-newsletter</link>
            <guid>W8Q8zxHXHwbWjchlbAeV</guid>
            <pubDate>Thu, 11 Sep 2025 14:17:29 GMT</pubDate>
            <description><![CDATA[We're excited to announce the launch of our newsletter and we would be thrilled to have you as a part of our network of innovators, funders, and changemakers who believe that verification is the vibe.]]></description>
            <content:encoded><![CDATA[<p>Karma is the web3 ecosystem growth engine and full stack funding platform for communities to distribute funds, track milestones, and verify impact turning funding into measurable growth. </p><p>We're excited to announce the launch of our newsletter and we would be thrilled to have you as a part of our network of innovators, funders, and changemakers who believe that accountability isn't just a vibe—it's verified as the foundation of sustainable impact. </p><p>At Karma, we've witnessed firsthand how the disconnect between funding and outcomes has held back countless promising projects. Too often, brilliant ideas receive resources but lack the framework to demonstrate real-world impact. That's why we are building the best platform that bridges this gap, connecting distributed resources to measurable results.&nbsp;</p><p>Currently there are over 5,000 registered projects, with 8,000 grants tracked, including 1,500 active builders, and dozens of active ecosystems on the Karma platform. Whether you're a DAO allocating treasury funds, a grant program supporting the next generation of builders, or a project seeking to showcase your impact, this newsletter will be your compass through the evolving landscape of funding in Web3.</p><p>In this newsletter, you'll discover:</p><ul><li><p>Impact Stories: Real projects using Karma to transform funding into measurable outcomes</p></li><li><p>Ecosystem Insights: How leading Web3 organizations are evolving and scaling their accountability practices</p></li><li><p>Funding Opportunities: Find fresh opportunities to power your project including funding programs, bounties, grants, and hackathons</p></li><li><p>Builder Spotlights: The innovators who are proving that transparency and impact go hand in hand</p></li><li><p>Platform Updates: New features and tools to help you track what matters most</p></li></ul><p>We’ve come a long way in just two years, and the future is looking bright. From our public onchain registry of projects to verified reputation, distribution of funds and rewards, and measured impact, Karma is growing smarter and stronger every day.</p><p>Not feeling it? We'd be sad to see you go, but we totally get it—inboxes are sacred spaces. If this newsletter isn't the right fit, you can unsubscribe with no hard feelings.</p><p>Ready to make every attestation count? Follow us on <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://x.com/karmahq_">X</a> and <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://farcaster.xyz/~/channel/karma">Farcaster</a> or jump in our <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://discord.gg/rGQK2ePK">Discord</a> and <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://t.me/karmahq">Telegram</a>.</p><p>With gratitude and excitement,<br>The Karma Team</p><hr><p><em>P.S. Have a story about impact tracking or accountability in your ecosystem? Hit reply—we'd love to hear from you and potentially feature your insights in future editions.</em></p>]]></content:encoded>
            <author>karmahq@newsletter.paragraph.com (Karma)</author>
            <enclosure url="https://storage.googleapis.com/papyrus_images/cbdf1243f222562fc267d175a3139400eb1bed5c35d8f8a581cc4b546a30ee9a.jpg" length="0" type="image/jpg"/>
        </item>
        <item>
            <title><![CDATA[What We've Been Building: ]]></title>
            <link>https://paragraph.com/@karmahq/august-2025</link>
            <guid>Z43FgWtbvRpwTTk3Iwan</guid>
            <pubDate>Wed, 03 Sep 2025 12:32:28 GMT</pubDate>
            <description><![CDATA[Hey everyone! We're excited to share what the team has been working on this past month to make Karma GAP the best end to end web3 grants and funding management and reporting platform. ]]></description>
            <content:encoded><![CDATA[<p>Hey everyone! We're excited to share what the team has been working on this past month to make Karma GAP the best end to end web3 grants and funding management and reporting platform. August was absolutely packed with improvements, and the launch of our new white label platform for <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://paragraph.com/editor/ZhZdnDisRT5EtVPxxiMQ">Optimism’s Season 8 grants</a>. We're pretty thrilled with how everything turned out. Let's dive into all the good stuff we've been cooking up for the Karma GAP platform.&nbsp;</p><h2 id="h-the-big-picture" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>The Big Picture</strong></h2><p>This month was all about making the funding platform better for everyone involved. We spent a lot of time thinking about how to make applications smoother, how to help administrators manage programs more effectively, and how to bring some AI magic into the mix. The result? A platform that's smarter, faster, and way more user-friendly than before.</p><h2 id="h-making-applications-actually-enjoyable" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>Making Applications Actually Enjoyable</strong></h2><p>Let's be real, nobody loves filling out funding application forms. But we've been working hard to make the process as painless as possible. One of the biggest changes is that we now support markdown formatting throughout the platform. This means you can actually make your project descriptions look good with proper headings, links, and formatting instead of just a brick wall of text.</p><p>We also completely revamped how application statuses work. Instead of leaving people guessing about where their application stands, we now have a proper "Under Review" workflow that gives everyone clear visibility into what's happening. Administrators can leave comments and have internal discussions about applications, which makes the whole review process much more collaborative and transparent.</p><h2 id="h-ai-powered-evaluation-yes-really" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>AI-Powered Evaluation (Yes, Really)</strong></h2><p>Here's where things get exciting. We've integrated AI-powered evaluation into the platform using Langfuse, and it's genuinely helpful rather than just being AI for the sake of AI. The system can automatically review applications and provide scoring based on configurable prompts that administrators can customize for their specific programs.</p><p>What's cool about this is that it doesn't replace human judgment - it augments it. The AI evaluation gives reviewers a starting point and helps identify key strengths and areas of concern in applications, but the final decisions are still very much human-driven. We're presenting these AI insights in a clear, understandable way so they actually add value to the review process.</p><h2 id="h-better-project-management-all-around" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>Better Project Management All Around</strong></h2><p>Projects can now add custom external links, which might sound small but makes a huge difference. Whether it's your website, Twitter, GitHub, or that cool demo video you made, you can now organize all your project links in one place with proper names instead of just throwing URLs around.</p><p>We've also added comprehensive milestone management with custom fields. Different funding programs have different requirements, and now the platform can actually adapt to those needs instead of forcing everyone into the same rigid structure. Programs can define their own completion criteria and track progress in ways that make sense for their specific goals. </p><p>The community pages got some serious performance improvements too. Nobody likes waiting for pages to load, and we've optimized things so browsing communities and projects is much snappier than before.</p><h2 id="h-regional-focus-and-community-building" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>Regional Focus and Community Building</strong></h2><p>One thing we've been hearing a lot about is the need for better regional management. We've built out a whole system for managing projects and teams by geographic region, which gives program administrators much better visibility into what's happening in different parts of the world. This is especially important for programs that want to ensure they're supporting diverse communities globally.</p><h2 id="h-export-and-data-management" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>Export and Data Management</strong></h2><p>For administrators who need to analyze program performance, we've enhanced the CSV export functionality significantly. You can now export detailed information including completion data, payout information, and even social handles such as Twitter, Farcaster and others if that's relevant for your program. These exports now require proper authorization, so sensitive data stays secure while still being accessible to the right people.</p><h2 id="h-what-this-means-for-everyone" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>What This Means for Everyone</strong></h2><p>If you're applying for funding, you'll notice the application process is much smoother now. The markdown support means you can actually format your proposals properly, the status tracking keeps you informed about where things stand, and the overall experience just feels more professional and polished.</p><p>For administrators and program managers, you've got way more control and visibility than before. The commenting system lets you collaborate with your team on application reviews, the AI evaluation provides helpful insights, and the regional management tools give you better oversight of your programs' global impact.</p><p>Developers working with our platform will appreciate the improved SDK, better error tracking, and comprehensive test coverage. We've also added proper documentation for all the new AI features, so integrating them into your own tools should be straightforward.</p><h2 id="h-looking-forward" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>Looking Forward</strong></h2><p>We're really proud of what we accomplished in August, but we're not slowing down. This foundation of improved application management, AI integration, and better user experience sets us up for some exciting developments in the coming months.</p><p>Thanks to everyone who's been using the platform and providing feedback. Your input directly influenced many of these improvements, and we're always listening for ways to make things better. Keep the feedback coming - it's what makes this platform truly useful for the communities we're all trying to support.</p><p>That's a wrap on August! We can't wait to show you what we're working on next month.</p>]]></content:encoded>
            <author>karmahq@newsletter.paragraph.com (Karma)</author>
            <enclosure url="https://storage.googleapis.com/papyrus_images/3b0ab9ab49891852890aac7edfd62edc.jpg" length="0" type="image/jpg"/>
        </item>
        <item>
            <title><![CDATA[Optimism Grants Partners with Karma for Season 8 ]]></title>
            <link>https://paragraph.com/@karmahq/optimism-grants-partners-with-karma-for-season-8</link>
            <guid>KTePHiHNyxvSPoJtnEHH</guid>
            <pubDate>Thu, 21 Aug 2025 14:17:39 GMT</pubDate>
            <description><![CDATA[Karma, the onchain accountability and capital allocation platform, has launched its new feature-rich direct funding solution with Optimism Grants as the inaugural partner for Season 8.]]></description>
            <content:encoded><![CDATA[<p>We're excited to announce a brand new partnership that's set to transform how decentralized communities fund and scale their ecosystems. Karma, the onchain accountability and capital allocation platform, has launched its new feature-rich direct funding solution with Optimism Grants as the <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://gov.optimism.io/t/guide-to-season-8/10001">inaugural partner for Season 8.</a></p><h2 id="h-a-perfect-match-optimisms-scale-meets-karmas-innovation" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>A Perfect Match: Optimism's Scale Meets Karma's Innovation</strong></h2><p>Optimism stands as one of the most prominent Layer 2 solutions in the Ethereum ecosystem, with the Optimism Superchain securing an impressive half of all L2 Total Value Locked (TVL). This massive scale brings both opportunity and responsibility – managing resources across 19 layer 2 networks including Base and Unichain through seven previous funding seasons.</p><p>For Season 8, which focuses on increasing interoperability adoption within the Optimism ecosystem, the Grants Council is distributing 6.29 million OP tokens. To handle this significant undertaking efficiently, they've chosen Karma's comprehensive end-to-end funding platform to streamline the entire process from application to impact measurement.</p><h2 id="h-solving-real-problems-in-decentralized-funding" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>Solving Real Problems in Decentralized Funding</strong></h2><p>Traditional community funding programs face numerous challenges that can severely impact their effectiveness:</p><p><strong>The Pain Points:</strong></p><ul><li><p>Reviewer burnout from processing hundreds of applications manually</p></li><li><p>Builders experiencing weeks-long waits for feedback</p></li><li><p>Exceptional projects falling through administrative cracks</p></li><li><p>Lack of clear metrics to measure program success</p></li></ul><p>These inefficiencies cost valuable time and resources that decentralized teams simply can't afford to waste.</p><h2 id="h-the-karma-solution-ai-powered-end-to-end-funding" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>The Karma Solution: AI-Powered End-to-End Funding</strong></h2><p>Karma's new platform addresses these challenges head-on with an integrated solution that covers the entire funding lifecycle:</p><p><strong>For Communities:</strong></p><ul><li><p>Accept applications through AI-powered forms that streamline the intake process</p></li><li><p>Provide instant AI evaluation and feedback to builders</p></li><li><p>Distribute funds seamlessly with built-in payment infrastructure</p></li><li><p>Monitor progress and measure real impact with comprehensive analytics</p></li><li><p>Continuously improve funding programs based on data-driven insights</p></li></ul><p><strong>For Builders:</strong></p><ul><li><p>Receive instant feedback to improve applications</p></li><li><p>Experience faster review cycles and clearer communication</p></li><li><p>Access a streamlined application process designed for efficiency</p></li></ul><p><strong>For Reviewers:</strong></p><ul><li><p>Evaluate applications 10x more efficiently with AI assistance</p></li><li><p>Focus on strategic decision-making rather than administrative tasks</p></li><li><p>Access comprehensive data to make informed funding decisions</p></li></ul><h2 id="h-real-impact-measurable-results" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>Real Impact, Measurable Results</strong></h2><p>The partnership enables Optimism Grants to support builders and decentralized applications like <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://x.com/MoonwellDeFi">Moonwell</a> and <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://x.com/sakefinance">Sake Finance</a> that demonstrate measurable onchain impact through key metrics including transaction volume and TVL growth. With Season 8's focus on interoperability, these metrics become even more crucial for tracking cross-chain adoption and ecosystem health.</p><p>Karma's platform provides the infrastructure to track these metrics effectively, creating a clear data trail that demonstrates return on investment and guides future funding decisions.</p><h2 id="h-beyond-optimism-democratizing-professional-funding" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>Beyond Optimism: Democratizing Professional Funding</strong></h2><p>While Optimism Grants serves as the flagship launch partner, Karma's platform isn't limited to billion-dollar DAOs. Any community can now run professional-grade funding programs to grow their ecosystem, complete with:</p><ul><li><p>Branded community experiences</p></li><li><p>Comprehensive application management</p></li><li><p>Automated evaluation and feedback systems</p></li><li><p>Integrated fund distribution</p></li><li><p>Real-time impact tracking and analytics</p></li></ul><h2 id="h-the-future-of-ecosystem-funding" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>The Future of Ecosystem Funding</strong></h2><p>This partnership represents a significant step forward in how decentralized communities can efficiently allocate capital while maintaining accountability and measuring success. By combining Optimism's proven track record in ecosystem development with Karma's innovative funding technology, Season 8 sets a new standard for what's possible in decentralized grant programs.</p><p>Applications for Optimism Grants Season 8 are now open at<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://www.opgrants.io/"> </a><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="http://opgrants.io"><u>opgrants.io</u></a> until November 12th 2025.</p><p>As the decentralized ecosystem continues to mature, partnerships like this demonstrate how technology can solve real operational challenges while enabling communities to focus on what matters most: supporting the builders and projects that drive innovation forward.</p><br><hr><br><p><em>Ready to transform how your community funds projects? Karma is opening access to more partners soon. </em><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://tally.so/r/wd0jeq"><em><u>Contact our team</u></em></a><em> to learn how Karma can streamline your program management and enhance community engagement.&nbsp;</em></p>]]></content:encoded>
            <author>karmahq@newsletter.paragraph.com (Karma)</author>
            <enclosure url="https://storage.googleapis.com/papyrus_images/593cf12c8b0f496f0382d8d3cb791b684141424c34f2d5a46f488c9d2705022c.jpg" length="0" type="image/jpg"/>
        </item>
        <item>
            <title><![CDATA[Livepeer Partners with Karma GAP ]]></title>
            <link>https://paragraph.com/@karmahq/livepeer-partners-with-karma-gap</link>
            <guid>GcM0qeGrQIcjCjvvPbxz</guid>
            <pubDate>Wed, 18 Jun 2025 11:45:25 GMT</pubDate>
            <description><![CDATA[Livepeer, Ethereum's decentralized video platform, has partnered with Karma GAP to turn challenges in managing their funding operations into opportunities. This collaboration aims to bring clarity and accountability to how grants are tracked and managed across the Livepeer ecosystem resulting in a higher return on impact.]]></description>
            <content:encoded><![CDATA[<p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://www.livepeer.org/">Livepeer</a>, Ethereum's decentralized video platform, has partnered with Karma GAP to turn challenges in managing their funding operations into opportunities. This collaboration aims to bring clarity and accountability to how grants are tracked and managed across the Livepeer ecosystem resulting in a higher return on impact.</p><h2 id="h-the-problem" class="text-3xl font-header"><strong>The Problem</strong></h2><p>Livepeer DAO funds multiple Special Purpose Entities (SPEs) across different domains, but these programs are scattered across various platforms. This fragmentation makes it difficult for community members to track program progress or measure impact on the ecosystem. The current system lacks centralized data, has no accountability mechanisms, offers limited transparency, and produces unclear outcomes.</p><h2 id="h-the-solution" class="text-3xl font-header"><strong>The Solution</strong></h2><p>Karma GAP creates a unified platform that centralizes all Livepeer funding initiatives. The system tracks milestones and deliverables in real-time while storing all data onchain for permanent record-keeping. Community members gain complete visibility into funded projects, while the GovWorks team benefits from streamlined decision-making processes.</p><h2 id="h-key-features" class="text-3xl font-header"><strong>Key Features</strong></h2><p>The platform includes an Impact Measurement Framework that quantifies ecosystem growth and measures the real effects of funding decisions. Milestone Documentation creates permanent, verifiable project histories stored onchain. Karma AI provides a chat interface for quick insights into project performance, while Automated Reporting delivers real-time metrics without manual overhead.</p><p>The system introduces conditional funding releases based on verified milestones, currently in development. This approach builds reputation through consistent delivery and uses multi-stakeholder verification processes. Project records stored on Arbitrum create permanent accountability, eliminating projects that fail to deliver promised outcomes.</p><h2 id="h-community-access" class="text-3xl font-header"><strong>Community Access</strong></h2><p>A public portal allows community members to view every funded project's progress, team information, milestone status, and impact metrics. The complete tracking system is available at <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="http://gap.karmahq.xyz/community/livepeer">gap.karmahq.xyz/community/livepeer</a>, with plans to integrate this data into the Livepeer explorer.</p><p>The technical infrastructure includes comprehensive data migration, multi-level SPE tracking, custom grant categorization, and integration with GitHub and Dune Analytics. Weekly platform updates ensure the system evolves with ecosystem needs.</p><h2 id="h-expected-outcomes" class="text-3xl font-header"><strong>Expected Outcomes</strong></h2><p>The partnership should significantly reduce delayed milestones and administrative overhead while providing complete funding transparency. Data-driven allocation decisions will become possible, and builder retention should improve through clearer expectations and recognition systems.</p><h2 id="h-broader-implications" class="text-3xl font-header"><strong>Broader Implications</strong></h2><p>This partnership demonstrates how DAOs can scale their operations while maintaining transparency and community governance. Other DAOs facing similar challenges now have a proven framework for implementing accountable funding operations. The combination of onchain accountability, AI-driven insights, and community transparency establishes a foundation for sustainable ecosystem growth.</p><p>The success of this collaboration will likely influence how future DAO funding operations are structured, offering lessons in balancing operational efficiency with community values.</p><p><em>DAOs interested in similar grant management solutions can explore Karma GAP's Grantee Accountability Protocol for transparent, community-driven funding operations.</em></p>]]></content:encoded>
            <author>karmahq@newsletter.paragraph.com (Karma)</author>
            <category>livepeer</category>
            <category>ecosystem</category>
            <category>grants</category>
            <enclosure url="https://storage.googleapis.com/papyrus_images/e84b6baa2185151fc70c2bdae451eeab.jpg" length="0" type="image/jpg"/>
        </item>
        <item>
            <title><![CDATA[GoodDollar Partners with Karma GAP]]></title>
            <link>https://paragraph.com/@karmahq/gooddollar-partners-with-karma-gap</link>
            <guid>N1oYfVqKseoww1Z21vt1</guid>
            <pubDate>Tue, 17 Jun 2025 13:07:29 GMT</pubDate>
            <description><![CDATA[Good Dollar, the protocol that's already changing lives by distributing free digital money (G$) as Universal Basic Income to a global community has now supercharged their grant management with Karma GAP. Read on to learn how we are doing it.]]></description>
            <content:encoded><![CDATA[<h2 id="h-the-problem-complex-grant-management-at-scale" class="text-3xl font-header"><strong>The Problem: Complex Grant Management at Scale</strong></h2><p>Running effective grant programs is challenging, especially when distributing significant funding across multiple projects. <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://www.gooddollar.org/">GoodDollar</a>, the blockchain-based Universal Basic Income project serving over 700,000 users across 222+ countries, experienced this firsthand during their GG23 round where they distributed $81,000 among 25 projects.</p><p>Tracking project progress, monitoring deliverables, and ensuring accountability across diverse initiatives became increasingly complex. Grant administrators struggled with fragmented information, scattered updates, and difficulty assessing real impact—making it hard to ensure community funds were being used effectively and transparently.</p><h2 id="h-the-solution-karma-gaps-comprehensive-grant-management-platform" class="text-3xl font-header"><strong>The Solution: Karma GAP's Comprehensive Grant Management Platform</strong></h2><p>GoodDollar has partnered with Karma GAP to transform their grant management process through a centralized, intelligent platform that brings clarity and efficiency to funding operations.</p><p><strong>Key Karma GAP Features Now Powering GoodDollar's Grant Program:</strong></p><ul><li><p><strong>Unified Project Dashboard</strong>: All 25 funded projects consolidated in one accessible location with real-time visibility</p></li><li><p><strong>Automated Progress Tracking</strong>: Seamless monitoring of updates, activities, and milestone completion across all grantees</p></li><li><p><strong>AI-Powered Analytics</strong>: Karma AI enables intelligent querying and analysis of project data and performance metrics</p></li><li><p><strong>Impact Analysis Framework</strong>: Crystal-clear assessment tools to evaluate project effectiveness and community impact</p></li><li><p><strong>Streamlined Reporting</strong>: Simplified processes for grantees to document and share their progress</p></li><li><p><strong>Community Transparency</strong>: Public-facing community page ensuring accountability and trust</p></li></ul><h2 id="h-the-outcome-enhanced-transparency-and-improved-grant-effectiveness" class="text-3xl font-header"><strong>The Outcome: Enhanced Transparency and Improved Grant Effectiveness</strong></h2><p>With Karma GAP's comprehensive platform, GoodDollar has achieved significant improvements in their grant management capabilities:</p><p><strong>For Grant Administrators:</strong></p><ul><li><p>Complete confidence in program operations through real-time oversight and impact analysis</p></li><li><p>Data-driven decision making for future funding rounds, ensuring top-performing projects receive continued support</p></li><li><p>Streamlined administrative processes reducing management overhead</p></li></ul><p><strong>For Grant Recipients:</strong></p><ul><li><p>Simplified reporting mechanisms allowing projects to focus on execution rather than paperwork</p></li><li><p>Clear milestone tracking ensuring accountability while supporting project success</p></li></ul><p><strong>For the Community:</strong></p><ul><li><p>Full transparency into how community funds are being utilized across all projects</p></li><li><p>Increased trust and confidence that donations are creating measurable positive impact</p></li><li><p>Easy access to project updates and outcomes through the dedicated community page</p></li></ul><p><em>Explore GoodDollar's grant program transparency in action:</em><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://gap.karmahq.xyz/community/good-dollar"><em> <u>https://gap.karmahq.xyz/community/good-dollar</u></em></a></p><p>This partnership demonstrates how innovative grant management tools can enhance the effectiveness of public goods funding, ensuring that resources dedicated to reducing global wealth inequality achieve maximum impact while maintaining the highest standards of transparency and accountability.</p>]]></content:encoded>
            <author>karmahq@newsletter.paragraph.com (Karma)</author>
            <category>grants</category>
            <category>ubi</category>
            <category>community</category>
            <enclosure url="https://storage.googleapis.com/papyrus_images/ccb6e4c7249d4cb9fd9d4ad23f355acb.jpg" length="0" type="image/jpg"/>
        </item>
        <item>
            <title><![CDATA[Building Sustainable Web3 Funding Solutions: A Kokonut Network Case Study]]></title>
            <link>https://paragraph.com/@karmahq/building-sustainable-web3-funding-solutions-a-kokonut-network-case-study</link>
            <guid>3RwEsmWUbIj67H8x9c2p</guid>
            <pubDate>Tue, 27 May 2025 19:01:22 GMT</pubDate>
            <description><![CDATA[Building Sustainable Web3 Funding Solutions: A Kokonut Network Case Study. Exploring how projects can use Karma GAP to address real-world challenges through innovative funding mechanisms, transparent project management, and verifiable reporting.]]></description>
            <content:encoded><![CDATA[<h2 id="h-from-the-founder" class="text-3xl font-header"><strong>From the Founder</strong></h2><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://x.com/WasabiNetwork">I'm Wasabi</a>, a founder from the Dominican Republic with a passion for building solutions to our most pressing needs. With a background in IT and e-commerce, I founded my first VoIP company back in 2005 and have been an early adopter of emerging technologies ever since. </p><figure float="right" width="50%" data-type="figure" class="img-float-right" style="max-width: 50%;"><img src="https://storage.googleapis.com/papyrus_images/dbf96bae4796970f4e36393d0ce1531f.png" blurdataurl="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAIAAAD8GO2jAAAACXBIWXMAAAsTAAALEwEAmpwYAAAFQklEQVR4nLWWf0wTdxTA3/V6pfSO69H27tpSTNNOTDf/nkacS7aMIQN/bFbIoEBgqDDZlIRt/rFFIs5NpplDRibq4haraGVjoElzqSREQ+L/o4lbhNC6vxWTFuzdfZe7q0dhgLroN++f+977vs/7vu/3+94D9LQhy0iSJFEUxUx2iJmMKIqSJMmy/NTlsLptUTW00n8NvDpmRYDuoCRJyWRCiI4O9PUe7z7c0314oK9XiI7eTyY0tqz68RwAfUEqlYpcDtfuqFzrcrBmsBuABkXsBuAIrMTlqNleMTQYTqVSCKGVtgIrWb91M1a2eQODK+aKCvK9dsrnoDXxOmhvIVlUkM/gwGBQVrpxPBZbibEIIKsDIXSq55jTYmKN4GOtfs7mY60+B6MDVGH0X6wJeIvph55vci0sA8hGXBTbmhoAwEnl+TnGTeVTACRAwWLRJikAN5Xv52wu0gwA+5sbJXX3uYylgAtnz+wsf6clVLPhtRIaYL236MC+jzr279tTX9tcV90SqlGkrnpPfW1H296O/fvWez00wOuvrm0J1ewsf/vCwE+rASRJUk9M+f3o0exnn34cWOPqP3VyTBCW3BNRFMcE4eyPpwNr3J3trbMPH2jzqVRKtb4YoAHT6fQvPw8MX4to70iWlSvY2twIAEaArz7vRAjNz8/Pzc0hhA5/0UmAMvY21OtXQxQzw9euXDx/Pp1O62YVgOZd5FLYqMb3zsRt1ZZiaOLWuI8t5Aisuqo8944FK8tZIxRbyYlb47rynYnbdoPiTeRyWDcL+rlXb6vgzThHYMORQYRQ5vFjhNDdeHydm2MM0BDckQsIBbcxmAKIxycRQo9V5aHBsJs0cfn47qoKVVmJAWivMTEzXeJ0eBnSboCR367pa/6Kx0tcCiC0a3suoPaDKg1wNwcwHBnkzXhRgSXgcU5N3dOyAGgLhOgoa1ZuPYPDyNAC4O7TAfFcAEdgPrbQZoRY9LoWpSzgTF+v3QA+jnkBAK7QisG5/tNZQCaTQQgdP9JFA/hfFMAAPUe7XjKg+wlAFBXAQF8vg7+cEInqglj0uno+L/CQR7MA7ZomZ2ZKXKyXIRkchv8v4Perg5zJ4KEtgTX8wjVdeGiVFSyBsUb4I3JVf2h/x+PrXLzVAKHgsgBqCYC3EKwRdldtXSZVXA3/yhGYg4D+U98jhLScE5+cLHFzHIHV7azSizBCqOLNzbwZ99BkfPJPRVlNPmd6ex0mYE0QuXRxIVXoqLl0+t03NlEAZaUbHj7IZsd/7idfcbIA0NbUoHsq3Bjx0BYSwF1A3k8kNM1Hs7PlW0opgPItpfOqcws70FxTjloQXJSZI7DdVVtnpqe1X7Fo9OS3RxMz6qcsCzdG1vuLWQJrb2kaiwmaTjKZqNu1jTWBizSPCcqkVnkW1QONceLrIzQAb8bXuflQcEdrY31ne9uXnR3te5pbG+sr39rCWwg3aXJTeU0fBg8d/KS1MRQKvh/wuPg83IrBd0/e1/IFR9vUoYMHCgA8tIUjMCum1EVKbSasGLAE5i0kvYVksc1iNSjzyqQJPLSZxuBQxwHFUTWJrlj0lW4IySeOHeFJE2/G/Zz9SdFX+wk7VWwlNfE5aD9n8/N23oLzZuPJo9253dQztC1jsbLSTQymtC1uKm9xS6GIm8qzG4DBoWzzxvGbz9a2LOxDZaRTqaHBcPX29wIep82oREMXmxECHmd15dahK5efr/HKOfPsAlmWp6emYtHr5/r7erq7erq7zvWfFqKj09P3dIXnax2XhOtlNb//NbRkrALOBfwL4gIgGEb+oLwAAAAASUVORK5CYII=" nextheight="400" nextwidth="400" class="image-node embed"><figcaption htmlattributes="[object Object]" class="">Wasabi - Founder of Kokonut Network</figcaption></figure><p>As a Public Goods maximalist and regenerative advocate at heart, I'm working to build, scale, and globally expand Kokonut Network. This project represents more than just another business venture—it's a systematic response to solving a critical problem that affects millions of people globally: the lack of funding for real-world projects within underserved communities that don't meet the standard criteria of legacy organizations.</p><p>My work is about challenging the status quo and sending a message of change through each entity within the Kokonut Ecosystem. </p><h2 id="h-the-problem-funding-gaps-in-underserved-communities" class="text-3xl font-header"><strong>The Problem: Funding Gaps in Underserved Communities</strong></h2><h3 id="h-finding-purpose-in-web3" class="text-2xl font-header"><strong>Finding Purpose in Web3</strong></h3><p>My journey into Web3 was a natural progression as someone who embraces emerging technologies. I've been dealing with "magic internet money" since the early days, so the transition felt organic.</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://kokonut.network/">The Kokonut Network</a> concept began with a simple domain purchase for a coconut-based marketplace. When someone suggested actually planting a coconut farm, my research into coconuts revealed their incredible versatility and potential. This discovery led me to build Kokonut Network around coconuts' diverse use cases.</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/7eebc1b818c128e9ca5a8be62ce63566.jpg" blurdataurl="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAALCAIAAACRcxhWAAAACXBIWXMAAAsTAAALEwEAmpwYAAABrUlEQVR4nGP4/f4I0egwGB0hCTEQqe7X20N/Ph778/EYhE1lC/58PPb/2+n3z3a+erzlx4djf7+cAosfhdgKs/IwVouJseDo1zf7GPyFGNQYGNQZGAwYZm5r/Pv51Ovnu///OP/m+d7fn0/+/3b2/7fT/7+d/fv5FJo1BCz48fbQ/x/ne9fWMkgzaAQxMLgzMGgwMASIf3y+U6LAMGlKtGKhiXebd0h3QGC3f/7sJN8uv+wZCf9/nINbQ8iCN/v//7qQMiuXwZrh1GKG/hYGBnkGBmf2Px+PtS4v7F1dVr8kp2d1Wf/a8qW72zpXFRfPSz1weuafj8dIs6B5VSWDHENgOoNCCAODPgODB9/fz8dW7m6fsKp0ytryhTuaJq4qXbm7ff72hilry18/3QmJGCLj4PCfj8fePdvBYM3AoABGGgwNywv+fjn14N7GExfn37mz9vqtlZeuLrtydfnde+vu3l37/tnu3++PkhTJh/98PP7n47HrN1Zdurr80cPt8FT09/MpsBQKQjadhHzw+/2Rv59PgE1EhC8kdUISKK7MQYIFEFNIymW/3x8BAPJoU0LuyK07AAAAAElFTkSuQmCC" nextheight="500" nextwidth="1500" class="image-node embed"><figcaption htmlattributes="[object Object]" class="hide-figcaption"></figcaption></figure><h3 id="h-market-agnostic-potential" class="text-2xl font-header"><strong>Market-Agnostic Potential</strong></h3><p>What makes coconuts particularly compelling is their market-agnostic nature. By producing, distributing, or manufacturing coconut products, you can tap into multiple markets simultaneously. Long-term, coconuts serve as a hedge against market volatility while aligning stakeholder interests through the stability provided by coconut trees' extended lifespan.</p><h3 id="h-web3-funding-challenges" class="text-2xl font-header"><strong>Web3 Funding Challenges</strong></h3><p>In my experience, the most significant challenges in securing funding for blockchain and Web3 projects include:</p><p><strong>Operational Sustainability</strong>: Making operations work with grant funding remains difficult. The biggest weakness of any Web3 project is often human resources and the outcomes those resources can deliver.</p><p><strong>Data Quality</strong>: Many grantees struggle to produce high-fidelity data that unlocks additional funding over time, creating a cycle where promising projects can't demonstrate their impact effectively.</p><p><strong>Treasury Management</strong>: Most DAOs lack outcomes-based treasury management. Many Web3 organizations have stagnant treasuries because they're not designed to be outcomes-focused and keep resources flowing effectively. Every DAO needs at least a basic treasury management approach that aligns with its goals.</p><h2 id="h-the-solution-karma-gap-platform" class="text-3xl font-header"><strong>The Solution: Karma GAP Platform</strong></h2><h3 id="h-our-experience" class="text-2xl font-header"><strong>Our Experience</strong></h3><p>We've been utilizing the <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://gap.karmahq.xyz/project/kokonut-onchain-network">Karma GAP platform</a> since November 2023, and it has transformed how we approach project management and funding accountability.</p><h3 id="h-most-valuable-features" class="text-2xl font-header"><strong>Most Valuable Features</strong></h3><p>The platform offers several standout features that have enhanced our operations:</p><p><strong>Updates Tab</strong>: This feature aggregates all project data into a beautiful, comprehensive feed that provides clear visibility into progress and milestones.</p><p><strong>Dynamic Data Integration</strong>: The ability to display dynamic data by ingesting wallets, contracts, or GitHub Repositories adds tremendous value to project tracking and transparency.</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/97f1f3a599c8dff45f287bd5f7c4208e.jpg" blurdataurl="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAXCAIAAADlZ9q2AAAACXBIWXMAAAsTAAALEwEAmpwYAAAFBUlEQVR4nKWWW0zbVhjHrW3v29MmIVWq1Jc9rg+jmqbd+jDtomrrnranrdOqla6liKoXNrUFBB1loHZtmlAyCk0bQtJlWRiXhpCQQNK4uSeEJCUhzrDBDk5shxPZgMM8xWdlDAqatr9+Ojq2rPP//P0/WUYIsmAcdE+hM25vBA0EJUkqLi+j6CO32zPhcE653JMul81mn3A4E7JompZ2UAbD7mn7LRZrdHra7w/c0Wj9/gBCkuTj5GMAloscN5dOL5IVpWTRNI3jOABAlCXIEnfVFktRFBGVSoUgyD5Z1dXVe/fu3bNnT3V1dVVVFdyHw2H4qPSfhAAAjEaj2Ww+cuSIw+H4P2c9VQjLsvFEQhAEgligaVoQhEWSxLAsAIBhGJZlAQAsy/E8P4/juwQAK9teHOLzRxTdGgBKHhSNTscAAB4U9foCDMPEE4kMlqWoXKbiVwqGwxkM237ilgC23EQEQdD1a20265YSRFEkSRLH8d+zWQzDHA6H0Wi0WqxwlhKJRCwWI0kSJg/Dd7lcZrN580tUDKgl+lr37a4uNYZlN/sDAIKhEIo+ikZiLMvhOJ5KpTAsy27SlqGiqBxBLACwjGEYjuOYLORROPre0VrVrQGrzRkKR3meh+Y0TXfdUpgG9TPxyL9MHj6DYRml8qZSebOzo0Oj0VRaJAiC0WjWDWhj8ZgolnmeZ9miJEnf1f/4zoEvDh2siYRnJUkShDWeF1YrtZYFYYVhizuxDPhSiYcrQpHEbbXC+MuQ22UtFDBJ+kOuRZAk6eV9B5GKXmxq6px0ufUG07htcmh4TG8wWW1OhgV0noWQVAEnlraRI6kC8pvF+8ZH51778MxbnzS8+m7tx5+3HP7y8puHGzy+pP6+7rryet/dvpO1dRcuNtfXn21uvtzSeuV8w4Xv2zr8oRlvaDY4nfaGZuOpeZIqQFi2CMnnOYYtIu9/1iiXiSDIszLPwYvTl3o4lnY4UZ8/4kEDDofb5fZCfP6I0/lw1OKwTAYnHkZG7D5/dBaensHI3oHxHq21Z8Cm7Buxu6LILukt5ZjM3AI+T5VKvCiW1yqfo7WNVRTL66K4urK6Xl5fXVmDHS+VeJJiCLIgQzMsQOSOl/85DJUMJUl64Zn98G1090ZKvIATOepJH3ZhIxhIxWAntbS219TU1Z8+V1d3prGp9fiJU2fOnv+h49rxE6cam1oavr2EZRfkqDkIwwKYASNnACdqRwNRLOsNJqWqR6nquaHogvtuda9a3det7u1W9yqUap3OqLk7oO2/rzeY9AbTnbu62ExqCo1NuMITrrDVEQzH5nYz2GjdEl0giNw8vkhS+S0QRI4gyI3NwgI9ag8Mj/uGx/2mUdQfTj/dAB5df/zK6/s//eDtr2diGUmSYLBroshxpe0wLICrIKxs5ukG6+V1SZIOvHIYQZ5HkJfa2hQjD8bMg6MPLHaX27vR9Cf8HWk+zz0ZBEamsFuLBu7r26+231ApGptajh07WfNN7VdHay5cbPagAYjPHwmFo95gPDidRoNJf3QWDSYjcWw6kYnG4snk7F9jupPU6r6m5rbLbZ1K1U83FF1Xr91saW1Xq/sslomh4TGt7ueh4TGrzTliR62TwRG7b2wyMDjm6TXYNEZ7zx1jv2E4k6V2NFiv/CUQieRcKp1NpTGZbCqdnccXlwHPcSX4OeO4ElzhnXy+OPgANY1W0P065fbF/wSkQz+aObZ17gAAAABJRU5ErkJggg==" nextheight="944" nextwidth="1299" class="image-node embed"><figcaption htmlattributes="[object Object]" class="hide-figcaption"></figcaption></figure><h3 id="h-strategic-grant-applications" class="text-2xl font-header"><strong>Strategic Grant Applications</strong></h3><p>When applying to Public Nouns DAO for funding, I followed a research-first approach. I thoroughly studied their mission, vision, and broader goals, then crafted our proposal to align with the Public Nouns Manifesto. This strategy of understanding grantor needs and aligning proposals accordingly has proven effective across different funding sources.</p><div data-type="twitter" tweetid="1914757318673048056"> 
  <div class="twitter-embed embed">
    <div class="twitter-header">
        <div style="display:flex">
          <a target="_blank" href="https://twitter.com/KokonutNetwork">
              <img alt="User Avatar" class="twitter-avatar" src="https://storage.googleapis.com/papyrus_images/a65c46f78cbc1b18ee5d17fdea550049.jpg">
            </a>
            <div style="margin-left:4px;margin-right:auto;line-height:1.2;">
              <a target="_blank" href="https://twitter.com/KokonutNetwork" class="twitter-displayname">Kokonut Network 💚🥥🌴</a>
              <p><a target="_blank" href="https://twitter.com/KokonutNetwork" class="twitter-username">@KokonutNetwork</a></p>
    
            </div>
            <a href="https://twitter.com/KokonutNetwork/status/1914757318673048056" target="_blank">
              <img alt="Twitter Logo" class="twitter-logo" src="https://paragraph.com/editor/twitter/logo.png">
            </a>
          </div>
        </div>
      
    <div class="twitter-body">
      We're pleased to introduce Kokonut Adelphi, a Nounish Syntropic Farm — an ecological initiative designed by <a class="twitter-content-link" href="https://twitter.com/gerkery19" target="_blank">@gerkery19</a>, <a class="twitter-content-link" href="https://twitter.com/WasabiNetwork" target="_blank">@WasabiNetwork</a> &amp; Orlando Amargós, Head of Syntropic Agriculture at Kokonut. With over 40 years of experience and academic training in Spain, Venezuela, and 
      <div class="twitter-media"><div class="twitter-four-images"><img class="twitter-image" src="https://storage.googleapis.com/papyrus_images/1ef0c15aeacb6394c9d90ffea7e3ca9b.jpg"></div></div>
      
       
    </div>
    
     <div class="twitter-footer">
          <a target="_blank" href="https://twitter.com/KokonutNetwork/status/1914757318673048056" style="margin-right:16px; display:flex;">
            <img alt="Like Icon" class="twitter-heart" src="https://paragraph.com/editor/twitter/heart.png">
            53
          </a>
          <a target="_blank" href="https://twitter.com/KokonutNetwork/status/1914757318673048056"><p>21:04 • 22 Apr 2025</p></a>
        </div>
    
  </div> 
  </div><h3 id="h-dao-vs-gitcoin-funding-models" class="text-2xl font-header"><strong>DAO vs. Gitcoin Funding Models</strong></h3><p>The difference between DAO treasury funding and Gitcoin Grants is significant:</p><p><strong>DAO Funding</strong>: More predictable and milestone-based with fewer variables. It provides structured support with clear expectations and deliverables.</p><p><strong>Gitcoin Grants</strong>: Functions more like a curation market where you can gain wider community support and access various forms of capital beyond traditional grants.</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/c5c7e2b35c7543fdbe0975308fe7dd84.jpg" blurdataurl="data:image/png;base64,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" nextheight="2059" nextwidth="3947" class="image-node embed"><figcaption htmlattributes="[object Object]" class="hide-figcaption"></figcaption></figure><h2 id="h-outcomes-and-impact" class="text-3xl font-header"><strong>Outcomes and Impact</strong></h2><h3 id="h-enhanced-accountability" class="text-2xl font-header"><strong>Enhanced Accountability</strong></h3><p>Karma GAP has significantly enhanced our project's development and funding capabilities through improved accountability. Putting goals, milestones, and funding onchain creates powerful motivation to deliver results. <strong><em>Grants aren't free money—your reputation is at stake, and Karma GAP helps build and grow that onchain reputation effectively.</em></strong></p><h3 id="h-ai-integration-strategy" class="text-2xl font-header"><strong>AI Integration Strategy</strong></h3><p>While we haven't extensively implemented AI tools yet, we're researching how to best leverage them for our work. Currently, we're developing several scalable AI integration ideas that we're not ready to disclose.</p><p>What I can share is our plan to fully integrate the GAP Schema, Common Approach, and Ecological Benefits Framework into our API-ready Data Hub. We'll deploy an MCP Server to enable interaction with our Data Hub from any Large Language Model, laying the foundation for key AI integrations.</p><h3 id="h-addressing-funding-challenges" class="text-2xl font-header"><strong>Addressing Funding Challenges</strong></h3><p>Our utilization strategy for Karma GAP directly addresses the funding challenges we identified earlier. By fully embracing the platform and leveraging its features for fund usage tracking, outcome measurement, and roadmap milestone monitoring, we've created significant value. <strong><em>Our reputation is now tracked via an open-source platform, providing transparency and accountability that funders value.</em></strong></p><h3 id="h-treasury-management-solutions" class="text-2xl font-header"><strong>Treasury Management Solutions</strong></h3><p>Karma GAP's capabilities can specifically address DAO treasury management challenges by defining, tracking, and measuring treasury-wide goals. Packaging outcomes and milestones into an easy-to-manage grants program helps funding rounds run more efficiently and effectively. By enabling comprehensive tracking through <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://gap.karmahq.xyz/community/gitcoin?programId=532_42161">Karma Communities</a>, all projects are searchable in one place through Karma AI.</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/50c81372af0a053448d420c1c0041dbb.jpg" blurdataurl="data:image/png;base64,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" nextheight="3750" nextwidth="3750" class="image-node embed"><figcaption htmlattributes="[object Object]" class="hide-figcaption"></figcaption></figure><h2 id="h-looking-forward" class="text-3xl font-header"><strong>Looking Forward</strong></h2><h3 id="h-platform-enhancement" class="text-2xl font-header"><strong>Platform Enhancement</strong></h3><p>If I could add one feature to Karma GAP, it would be expanded customization options. More fields for milestones, roadmaps, and activity reports would significantly improve functionality. Adding status labels or custom options would greatly enhance readability and project management capabilities.</p><h3 id="h-the-bigger-picture" class="text-2xl font-header"><strong>The Bigger Picture</strong></h3><p>Kokonut Network represents more than a Web3 project—it's a model for how blockchain technology can address real-world challenges in underserved communities. Through transparent project management, outcomes-based funding, and innovative treasury management, we're demonstrating that sustainable, impactful solutions are possible.</p><p>The combination of coconuts' natural market stability, Web3's transparency and efficiency, and platforms like Karma GAP's accountability mechanisms creates a powerful framework for sustainable development that can be replicated globally.</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/fb2ef915517004e94386f502670905a8.jpg" blurdataurl="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAIAAAD8GO2jAAAACXBIWXMAAAsTAAALEwEAmpwYAAAMGElEQVR4nBXOiVcSeAIA4B9i3rcgeIscXnhyKYoiKSKKhOKtoCGKVl6JinkfeZ+RjmFeqKQjUmbekTmW1qgzzVbj9pypndq5tm1nd9/MzuzsPvbte98f8AFhBVvYENV0nTc4zlfM5wrKQsrbmUU1MVEpAUW1Z+PPk+NE4eEp4eR4CiUWT0sKCErAommuJJZPRDKBwgkMiPJmi6khKZ5Igl1MBp6Z5ud/1oPGwaAC7TjZ2NQCDEgrDk8qDBZIQ9s+SqxqZnGyAy83szvl/BRRiKQm9Hwl5VxOcCQv0C/KMzbHP4zvgwp2cgt2YKR5n8sLDGCiY7L8EgspHjQMmozmF4awsgOwRAcvshOeioziOoSw3EFxVxQvL4gr8OXnkXiCwIqrbH6m7wUptUUe3SAPk/WEVdbRgxkYepJ3erEvhupg6modneKXmk9JlwTRkzD8vEA6B48loUM4OGYSnhKBxRIQpo5QarRjciUjJtcDxAmIPAnJK8wxgk2fWunsmsy9JI2eUFZp1iTTixfkkxmK8fR4HiU81jdDFFXRUOHo7epHdUxK9ovhe50vCxWU4jNKfZMLPeIK7OkCS2+6VUisMzsN3dnD6OhM4V7MA8QoHDuTGMLC9gz1a9ZmByfKJlQKtWbiyZMVzd0JzZ3p+Y+nZC1X0kRZSpWqd7jH3M0OYqnngkXCnWCCIn9eoQstHS6+iqsedpaN4qvbCFl8XGkZoak9dGEivraFBKI5+JSUYCoZE0n3i2eTa6QJ0eeInFSSqIwRzQ+Oz2RG8kl0TmAAzZuTw6Jw8D50jImTBYwAMFRrItsuLNb5Uk1QcQuhfZx+c5tV1kKo7w2Sqykzu0EL+6E3N9AgQejPExNMEGdYPMaFcsnA9Zam1pwFVXVrf06RTNB9o3ZkujOS643B20Wz0UszhT++23iikTZ3ESIl5sJC/yuV3t0K7xZF6Ph9TtsMuajLevGIuPqU+uiANbPJ6JuigPBYB3Y22p9nWdFVIG0rbBy6rHkwsrAqn1ip0h7c3j1U39cqOSzPq9X8X1/Ida/7dR/mdK9HPux3He00d9SR2EKD3B7rtVOB+nn4zU/cl55x7x9n/3hap7mWIp+iNVz3B+nJaGaovQfBgnXJOrHGHh4AfFmWPjEWxGT9VkVyivjs2VzElWay7s2U7qex31/06F4P6Z7m/XZ0Rfesbn+BX38V39hN2Xmev3yY9OjzrJNnLbrvlg5vVw73hk5OhdQ3EgFD6IIhm9MSLUsHcNmFaCdvfTscCEnRpyee4YgMA8+aEWJsF2YEut8Pfn9UpHsj170Z++rO+a/nz30+xtoZYG7Jz20OJXZK6WyaR3++52xVwEgV41oNpU2MkWaiO4uxoKo7GENA8vJhzaPE2gZCWTkhN5ccm2tZ3e1cUoNq7Ed9dJP5j91i3euu346a321Jf7xf/K0m852Ke3Sd8XiItTXEfLkiPJlOfTvFKWAiORSri6k2SUyDZCY0MxZxMRsBbqjpXRPB1T0udd2+JTW43uHwnily77jHzQnfwX5vWaOzapryYTX97xvpuvfD/94Vvl/P/nYl+1Nl8lZH8KGcsa9I2p9Nez0W/918ikTkKhZisngIVrZR2xiup5XSUGkB+uZ8G24ipNdg0k47sdTscrtjm9J+/J5L9yiia8RuTO30/mXh3+4L1zr9KxJd+CSjFIo+FQOx1weOBgBvD9wRwMcRJIQaiuJsSwutSzIR9ZmI4TaP5Wmqqp3QKrIADL4FjWtYexPR+7GjuMFCdNmsT26/fYC5rUU9PfbemnK8xIYxfAwC4MBRH9jrAycDgDYD7ub/h7UD1kYAbgKCcfqxZL1EKjTGD8KjmhSybBrTYTlsI5oPFHCF9jS2aWmL1fym26jauU2BGFT4LGrYB1vRqhoM28vYBABL6P+/DmYgyB7Q3CEkZ4A0B2g48HeCYhEQJABEf/3iBueaHFeUm5kp3IBMspAJrGLjbNzc9UD1IEzaBROXw2J5ZkXlLn0K1LVJtHKe2CH3qBA7xZItnQwBxgy42QBjCDCDgBBXA4w1QFkBT8QZCsYM72ZuBUBzPvpGW1hTDjY9yiqZCSviwuvSYU05sHqhLZD12cq6bIT5cEGRXVuv09yS0+0119UtTMeAq6TSlhoPdfGBYG2hERgrOg4egbXLCPWMxMHifR0Sg5wTgpA0tGXWWSduFFya6cqiWYYTIYUsY364kTsa2NkBSbwhkLVbC/ONknIMq/ttp+84zy673D/Eqnbdq3ptM4ocsBQImatfUOUlCEFWsgjicJ/BLGZRuAfbE5ERiMgmWEsEFjfaw8Upnq0l3uksW4yXXj7XJI0JDfKHMqmw0iQjUFHmmHHesHrANkZsWDeMmFkl3j5A1w3CWGlnlBp2fS8tT0Y9WRevlgV5mIJQlDnX25aM1HO3AkgTQERC5JNe8hXnUhm6TuweSrRIijTOjTEO84PmnjWpSLFyQQJQUGtRWGNR2mTJExmKpJ5N13DlzUgPEoQUpdcxQVQv89/fLtEtJmtlwYEORj5IYxTcxMYAYmcOwcJAIBIU57I3DnhLn2OV02EXCvG5IuvSCvPQKL2IcD0sCuDw+qBlEDmxgB/T+FxTxuWXBZbXOhWUwZh8/ewSuLwnQrcl+nmEMitBX6/OQ9uZxnraJpIw0d4ONKwt08PSEwEVp8cpWhsfrjcc7MdrVl0nttwSLpum1phX9drHZLhVDgSDkamgzinXWzsRzf1ErJdeRz/pYoNlXZ/d8WyCbpl72u4tJJ2pz2IMNssAACQnk7RAZBzOkoWzcjUBBCxioPFCb23eVMfF/dsdnz1rLe1x86LrXR6C3fkkJPcSPjzZHMjExDGF35yG0dTtniMy52Qb1FSj3yrjdIuRGyVWqYFQT0sw2lnfWVsOALAxAHSUiasxsADgDAA550KHW8p6ZKKuKsFIi0SrGv3q5b6kgtalwsjVtIh4aJ7UDKAcjYpSSbJ8asMVVEeXU8Ml2G/KJN10yNV4A5ozyKShUPbWXzzQjPfWAwDgRiDM1dLDRj8ABuGG+6tvtKlvdg23FLWXpSvai5cn206OHn344Yd7Dy5Jqt0v1rjtfhoBnJ2NgnxgkSSXxiLKwRhbp8o6veqViIOQnY0OlqZm5X1Z3Pj/fnfyev8uBAJQ5iABjxCSseXRgXsrM2P99e0yycKNPnlzSW+t6MHS+LMne69Pvvn1l+/v71Rv7wm0xwyQwHCG2+oJ43F/WZf+Y1G8ISMQbECoO/LPXzz929dvVDfGSguKPh4fVY10Uwh4Ewi4xA6u59EbxamZyVGRVM+OeunyrVt3bs3NDA+9PDr+/MmTvZ29r796+/bdwsdaRk6ZKYiLcKxM8/l1sUinyZ0s8yU6GBMJENUyW/fzz3vL6i3N3bJ86ZR8tLq0nEggAD0oys5WyovmsiKK8wWLytktzeo99d3tlW3V+PTB3sHz4+fH+4fPP3v+7PDuvR1spxwOGvN8dSuiXxSM1gRLRz0QFmAsKTGdmuO+e3H6aG1Fu7xdXda4u7H37sWrjqZ2Z3dfAAASAc9OOTc3Pr23/Xhn/eHa4urpyZvD/SdqperVi9Ojg6dv//TDl88+2fjUY3AUAXRbom97CSIiNI7qU3MluuMjYs9I4Ks/LP/1zff729q1pc2mmg7tyo7un798+Ob79qsfgTP2JIJfV3PjqmZtZ/3h3vbexu2tnz78/O/f/rv34NHpyenJly+ff/aZ9u7M6Dy+qtMGvGjBZfjpuVoAEkOfdg6aKjGq60S9e/Xqj0fPFAPXN9WbjbKOTfXmfz78ovvX7wcPj+3dPAtyUheVtx7e0z7a/mRf+3hrefvki9O///Tr5sq2RjV7dHCwPD+nVo7e/7ZQ/hQN2jLcUXAQn2UWU2jkFAC4IsPJaeHju1vbCwudDY3zCmW9tHFKPvX+6290//rPxMg0LTxW3tWzuqDRLq8caHd317WrC0uPH+yvqNWttdXqyQnN3ORod+vyrPLWKU35vTfQXs+6XEQlMM9kXzQO4UBjhMY7W4rjO+rxvm52RIhEmNlYXjXQ3Pty//C7L0+L84tTk9JUionVhRXt8vrjbe3Gwq3Jof7H2zttlfmS7OTp4aHrbdXDnXVLCsXcevbAC+z/ABzyxTifpm/OAAAAAElFTkSuQmCC" nextheight="3750" nextwidth="3750" class="image-node embed"><figcaption htmlattributes="[object Object]" class="hide-figcaption"></figcaption></figure><hr><p><em>This case study demonstrates how innovative Web3 projects can leverage modern platforms and funding mechanisms to create real-world impact while maintaining transparency and accountability. The Kokonut Network's approach offers valuable insights for other projects seeking to build sustainable solutions for underserved communities.</em></p>]]></content:encoded>
            <author>karmahq@newsletter.paragraph.com (Karma)</author>
            <category>grants</category>
            <category>dao</category>
            <category>funding</category>
            <category>regenerative</category>
            <enclosure url="https://storage.googleapis.com/papyrus_images/68582297131f643f10e7ba89f8a7b07f.jpg" length="0" type="image/jpg"/>
        </item>
    </channel>
</rss>