<?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>kloj</title>
        <link>https://paragraph.com/@kloj</link>
        <description>jkhlk;l;'</description>
        <lastBuildDate>Mon, 27 Apr 2026 15:16:42 GMT</lastBuildDate>
        <docs>https://validator.w3.org/feed/docs/rss2.html</docs>
        <generator>https://github.com/jpmonette/feed</generator>
        <language>en</language>
        <image>
            <title>kloj</title>
            <url>https://storage.googleapis.com/papyrus_images/d979317218a87f93c5e21ec0fdd01cc98b853a0c5aee6c09cddc181cb0793d1f.png</url>
            <link>https://paragraph.com/@kloj</link>
        </image>
        <copyright>All rights reserved</copyright>
        <item>
            <title><![CDATA[Understanding Quest Plugins: What, Why and How to Integrate to Q…]]></title>
            <link>https://paragraph.com/@kloj/understanding-quest-plugins-what-why-and-how-to-integrate-to-q</link>
            <guid>NYLPu51NPSiDNe4H8aOj</guid>
            <pubDate>Fri, 05 Apr 2024 05:48:26 GMT</pubDate>
            <description><![CDATA[Integrate your project to Quest Protocol with a simple, custom-built Quest PluginPlugins have been an integral part of the internet’s evolution, enabling applications to work together and expand core capabilities. At Quest Protocol, plugins act as the bridge enabling projects to launch high-performance quests on our platform. With the release of our open-source toolkit, QuestDK, any project can build their own plugin and integrate seamlessly to Quest Protocol. This integration offers access t...]]></description>
            <content:encoded><![CDATA[<h3 id="h-integrate-your-project-to-quest-protocol-with-a-simple-custom-built-quest-plugin" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0"><em>Integrate your project to Quest Protocol with a simple, custom-built Quest Plugin</em></h3><p>Plugins have been an integral part of the internet’s evolution, enabling applications to work together and expand core capabilities. At Quest Protocol, plugins act as the bridge enabling projects to launch high-performance quests on our platform. With the release of our open-source toolkit, <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://x.com/questprotocol_/status/1715383252876501231?s=20">QuestDK</a>, any project can build their own plugin and integrate seamlessly to Quest Protocol. This integration offers access to our advanced quest features like audience targeting and detailed action criteria.</p><p>But the most powerful advantage of integrating to Quest Protocol is the ability to expand your project’s reach by tapping into our wide distribution network of web3 dapps, including RabbitHole.</p><p>In this article, we&apos;ll cover the essentials of Quest Plugins and guide you through the process of integrating to Quest Protocol so you can start launching quests for growth and acquisition.</p><h2 id="h-why-do-we-need-quest-plugins" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>Why Do We Need Quest Plugins?</strong></h2><p>Every protocol uses different formats and standards to describe transactions, making it difficult for our systems to communicate, understand, and work with each other. That’s why building Quest Plugins is necessary to convert various transaction data into standardized and understandable formats that can be used on our platform.</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/0349531986a383cb98a339bd4a056fa9c5e4b5af1ebbae9e1c66fcbad8430d90.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><p>There are two primary roles of Quest Plugins:</p><ol><li><p><strong>Integration of protocol actions</strong>: Quest Plugins standardize protocol actions into a consistent schema. This standardization is crucial for integrating a variety of onchain activities into a single system framework.</p></li><li><p><strong>Open-source registry</strong>: Quest Plugins offer an accessible registry of protocol actions, allowing anyone to launch quests across different protocols on one single platform.</p></li></ol><h2 id="h-how-do-quest-plugins-work" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">How do Quest Plugins Work?</h2><p>Quest Plugins act as translators that take the raw data sent to EVM-native smart contracts and converts it into an easily understandable and standardized format. Once the transaction data is translated, the plugin is categorized into a recognizable action, like &apos;swap&apos;, &apos;mint&apos;, or &apos;stake&apos;.</p><p>For instance, the example below is of Uniswap’s specialized swap contract:</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/e33a805045f6e26a9841a0b9b9059dc9dc2101bbb01f3d6b3a698309c859f9ae.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><p>Without a Quest Plugin to translate this information into a standardized format that includes details like <code>chainId</code> <code>amount</code> or <code>recipient</code>, it would not be possible to deploy a quest for this specific action on our platform. All of the inputs are tucked into a <code>bytes</code> array, making it impossible to interpret the transaction data as a ‘swap’ action.</p><p>Quest Plugins also enable the creation of quests with specific criteria that we call, ‘action parameters’. These are the details that define a blockchain action within a transaction, like token amount, token type and amount. It’s what differentiates simple quests from dynamic quests.</p><p>For example, a simple quest would just require a user to swap from project A to project B. A dynamic quest would specify details like the amount the user must swap and the token and network to be used. This level of granularity is important to align closer to campaign and project goals.</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/6bd9109b29a02d807b4d19e257cf2008455803889a3464e892c2a4401b5197d1.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><h2 id="h-quick-integration-vs-custom-quest-plugin" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">Quick Integration <strong>vs Custom Quest Plugin</strong></h2><p>When integrating your project with Quest Protocol, you have two options: a quick integration into our existing plugins or creating a custom-built plugin. The choice depends on your project&apos;s size, complexity, and specific needs.</p><h3 id="h-quick-integration" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0"><strong>Quick Integration</strong></h3><p>For a majority of projects, integrating with Quest Protocol without a custom plugin is a viable and quick option. This approach suits projects whose required quest actions are already supported by Quest Protocol and only involve one contract per action.</p><p>In this case, implementation is straightforward. We simply need some basic details about your project and our team will do the integration work. In a matter of days, you’ll be able to start launching quests. It&apos;s important to note, however, that this method limits you to creating simple quests without customization on action parameters.</p><h3 id="h-custom-built-quest-plugin" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0"><strong>Custom-Built Quest Plugin</strong></h3><p>Larger projects, particularly those with higher transaction volumes, often benefit from a custom-built Quest Plugin. This is especially true if your project involves actions that correspond to multiple contracts and function signatures.</p><p>Building a plugin will allow you to create custom dynamic quests. This approach only requires a day of building and will provide significant strategic benefits. It enables deeper customization, better aligns with project requirements, and offers more detailed data on transactions and user behavior.</p><p>If the required action isn’t supported on Quest Protocol, you can <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://help.rabbithole.gg/for-developers/submitting-actions">submit a request</a> to be reviewed by our team.</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/678a4ec2a60e9acbda4cbc8536ecea0cf08c929fb2bcfe6d996ceb862e9e42de.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><h2 id="h-the-implementation-process" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">The Implementation Process</h2><p>For early-stage projects, the quick start approach may be the best way to begin with the goal to eventually create a custom Quest Plugin. This strategy is particularly effective for small projects aiming to quickly boost user engagement and activity, without having to invest in technical resources.</p><p>There are only two requirements for a quick integration:</p><ol><li><p>The quest action is already supported by Quest Protocol</p></li><li><p>The quest action maps to a single contract</p></li></ol><p>If your project meets these requirements, then you may integrate into our existing plugin capabilities for a quick and easy start. Simply submit your project information like logo, project name, smart contract address, and ABI through this <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://airtable.com/appkNrxZJM6bGsQa9/shrLVU8kSFnJPLjNn">intake request form</a>. Once reviewed and approved by our team, we will integrate your project to Quest Protocol without any work required from you.</p><p>However, we always encourage projects to build a custom Quest Plugin because of the added customization to create better and more engaging quests for users. Here is a high-level overview of what you may expect if you choose to build a Quest Plugin:</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/cb40dd26b80b5c9c349a57a54e21f579ed610013314c63bc94032cd9c6c6f436.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><ul><li><p><strong>Scoping:</strong> Start by defining your goals for running quests and the specific functionalities and actions your project needs, like swaps, mints, or bridges.</p></li><li><p><strong>Build:</strong> Work with your technical team to review the <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://github.com/rabbitholegg/questdk-plugins">Quest-Plugin-Repo</a> and provide a development estimation. Actual build time should take no more than one day for a developer. If there are any issues, the Quest Protocol team is ready to provide support and answer any questions you may have.</p></li><li><p><strong>Integration and testing:</strong> Once complete, your developer will need to add the project ‘pluginID’ to the plugin registry, generate a changeset and submit the PR. Our team will review the plugin and conduct the integration and testing process. If no issues are found, you can expect to see your project listed on Quest Terminal within days. We recommend that you start by launching a few test quests with your internal team on the allowlist. You can also always reach out to our team on <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://discord.gg/R5yGHVW26G">Discord</a> for best quest practices and tips.</p></li></ul><p><strong>Read:</strong> <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://rabbithole.mirror.xyz/Q3nmZWC5JzyxfS6kEQvW5Q5ZBnmUjxxBKJxVCVSYh08">Quest Targeting Tactics: A Guide to Performance-Based Web3 Acquisition</a></p><ul><li><p><strong>Launch and monitor:</strong> Deploy your first quest campaign targeted at your audience. Be sure to promote it on your owned channels and monitor results closely on Quest Terminal’s real-time performance dashboard. As you gather insights, continue to fine-tune quest actions, budget and targeting for optimal results.</p></li></ul><p><strong>Read:</strong> <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://rabbithole.mirror.xyz/7KbgbwBiRNERoIStawJZ-poJkfGBceocbgGSl0Zu68k">Tracking Quest Impact With Quest Protocol&apos;s Built-in Attribution System</a></p><h2 id="h-get-started-now" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">Get started now</h2><p>If you are a new project interested in launching quests on Quest Protocol, the best way to get started is by filling out this <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://airtable.com/appkNrxZJM6bGsQa9/shrLVU8kSFnJPLjNn">intake request form</a>. Our team will get in touch with you as soon as possible to help you define the scope of the project and kickstart the process.</p><p>For additional information, read the <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://github.com/rabbitholegg/questdk-plugins">Quest Plugin documentation</a> and join the Quest Protocol <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://discord.gg/R5yGHVW26G">Discord</a> for support.</p><p>Follow Quest Protocol on Twitter: <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/questprotocol_">https://twitter.com/questprotocol_</a></p>]]></content:encoded>
            <author>kloj@newsletter.paragraph.com (kloj)</author>
        </item>
        <item>
            <title><![CDATA[Introducing Boost Inbox, the Next Evolution of RabbitHole]]></title>
            <link>https://paragraph.com/@kloj/introducing-boost-inbox-the-next-evolution-of-rabbithole</link>
            <guid>RFy0vHo6sTAnEFqtppTK</guid>
            <pubDate>Fri, 05 Apr 2024 05:47:07 GMT</pubDate>
            <description><![CDATA[There’s a better way to earn onchain - it’s called BoostTL;DR:Quest Protocol that powers RabbitHole is becoming Boost.Boost Inbox, the successor to RabbitHole, will become the primary earning platform to discover and receive incentive offers called boosts. It is set to go live in February 2024.RabbitHole will be migrating to Boost Inbox in early April. All activity on RabbitHole will be ported over to Boost Inbox, where you will continue to receive exclusive earning opportunities.Mint your Bo...]]></description>
            <content:encoded><![CDATA[<h2 id="h-theres-a-better-way-to-earn-onchain-its-called-boost" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><em>There’s a better way to earn onchain - it’s called Boost</em></h2><h2 id="h-tldr" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>TL;DR:</strong></h2><ul><li><p>Quest Protocol that powers RabbitHole is becoming Boost.</p></li><li><p>Boost Inbox, the successor to RabbitHole, will become the primary earning platform to discover and receive incentive offers called boosts. It is set to go live in February 2024.</p></li><li><p>RabbitHole will be migrating to Boost Inbox in early April. All activity on RabbitHole will be ported over to Boost Inbox, where you will continue to receive exclusive earning opportunities.</p></li><li><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://inbox.boost.xyz/"><strong>Mint your Boost Pass</strong></a> to get early access to Boost Inbox, plus become a member of the Boost Guild, a coalition of community stakeholders that govern Boost Protocol.</p></li></ul><p>Our mission has always been to increase global economic opportunities by making crypto more accessible and meritocratic. To do this, we&apos;ve focused on empowering users through meaningful onchain activities and education.</p><p>But what happens next with all the valuable activity you’ve built up so far? Today, we want to share the exciting next evolution of RabbitHole that will unlock the full value of your onchain transactions. We call this boost, targeted onchain incentive offers that you can discover and receive on Boost Inbox.</p><h2 id="h-boosts-are-incentive-offers-to-do-things-onchain" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>Boosts are incentive offers to do things onchain</strong></h2><p>The most rewarding and engaging incentives are ones that are dynamic, targeted, and relevant to you. The more value you bring onchain, the more valuable incentive offers you should receive. This includes higher token rewards, exclusive offers and even ownership.</p><p>Boost is how anyone can target and incentivize you with token rewards based on the value of your onchain activity. To receive your offers, you can find them on <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://inbox.boost.xyz/"><strong>Boost Inbox</strong></a>, the main interface to discover and receive public and targeted boosts. Just like how you receive offers in your email inbox to buy things online, Boost Inbox is where you receive incentive offers to do things onchain.</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/1cb715f343b193c0a9c807f0c6c27d79458e1a5a106ad4f8b23c8494ad103345.webp" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><p>To enhance your earning experience, you can opt to provide more identifying information by <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://inbox.boost.xyz/"><strong>minting a Boost Pass</strong></a>. Proving your onchain value and reputation will help projects and individuals identify you as a valuable user so they can offer you higher-quality incentive offers.</p><h2 id="h-boost-pass-is-your-ticket-to-higher-rewards-and-ownership" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>Boost Pass is your ticket to higher rewards and ownership</strong></h2><p>Boost Pass is a Soulbound ERC-721 that gives early access on Inbox, exclusive rewards, and voting rights on the Boost Treasury. It acts as a digital representation of your onchain profile and achievements, specifically tracking your activities across leading Layer 2 networks like Arbitrum, Optimism, and Base.</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/29283aa5cf2840c145f7ffa6465fa4c19885bd3f3f217de72805018b1abc0fa9.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><p>Minting a Boost Pass unlocks several exclusive advantages:</p><ul><li><p><strong>Enhanced incentives offers:</strong> Depending on your Boost Pass rank, you can become eligible for higher boost rewards.</p></li><li><p><strong>Governance rights:</strong> Boost Pass holders are granted voting rights in the Boost Guild, a coalition of community stakeholders that govern Boost Protocol&apos;s treasury Mint yospending.</p></li><li><p><strong>Personalized onchain insight:</strong> Get a detailed view of your wallet&apos;s onchain history and attributes to track your crypto journey.</p></li><li><p><strong>Early access to Inbox:</strong> Get early access to the Boost Inbox earning platform when it rolls out February 2024.</p></li></ul><p>Owning a Boost Pass makes it easy for you to track and optimize your onchain reputation. Improve your rank and reputation to get better incentive offers!</p><h2 id="h-what-will-happen-to-rabbithole" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>What will happen to RabbitHole?</strong></h2><p>Boost Inbox will be launching soon in February 2024. RabbitHole will gradually transition and fully merge into Boost Inbox by early April.</p><p>As for your onchain progress and achievements on RabbitHole, it will seamlessly port to Boost Inbox and contribute to your onchain reputation for exclusive incentive offers. We are excited to bring you a more engaging experience that will unlock the full value of your onchain contributions!</p><h2 id="h-whats-next" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>What’s next?</strong></h2><p>To get early access to Boost Inbox when it launches, you can start by <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://inbox.boost.xyz/"><strong>minting your Boost Pass</strong></a>. We will continue to announce more details as Boost Inbox rolls out and how you can start participating in the Boost Guild as a Boost Pass holder.</p><p>A new era is upon us - let’s get boosting!</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/boostinbox_"><strong>Follow Boost Inbox on Twitter</strong></a></p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://warpcast.com/~/channel/boost"><strong>Follow Boost on Farcaster</strong></a></p><h2 id="h-faq" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>FAQ</strong></h2><p><strong>What is Boost Inbox and how does it differ from RabbitHole?</strong> Boost Inbox is the successor to RabbitHole and will become the primary platform for discovering and receiving boosts. It will offer a more dynamic and personalized experience for earning incentives based on your onchain activities.</p><p><strong>When will Boost Inbox go live and what will happen to RabbitHole?</strong> Boost Inbox is set to go live in February 2024. RabbitHole will fully transition to <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://inbox.boost.xyz/"><strong>Boost Inbox</strong></a> by early April, at which point the RabbitHole platform will be redirected to Boost Inbox.</p><p><strong>What will happen to all my existing RabbitHole achievements and progress?</strong> Your achievements and progress on RabbitHole will be transferred to Boost Inbox and will contribute to your Boost reputation to ensure continuity and recognition of your onchain contributions.</p><p><strong>What is the Boost Guild and how can I participate?</strong> The Boost Guild is a coalition of community stakeholders responsible for governing the Boost Protocol and its treasury. By owning a Boost Pass, you are granted voting rights on how the Boost Treasury should be spent. Be sure to <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/boostinbox_">follow Boost Inbox on Twitter</a> as we announce more details about the guild in the coming weeks!</p>]]></content:encoded>
            <author>kloj@newsletter.paragraph.com (kloj)</author>
        </item>
    </channel>
</rss>