<?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>Kevin</title>
        <link>https://paragraph.com/@kevin-49</link>
        <description>undefined</description>
        <lastBuildDate>Mon, 18 May 2026 09:19:52 GMT</lastBuildDate>
        <docs>https://validator.w3.org/feed/docs/rss2.html</docs>
        <generator>https://github.com/jpmonette/feed</generator>
        <language>en</language>
        <image>
            <title>Kevin</title>
            <url>https://storage.googleapis.com/papyrus_images/e98586bf075a446137dcd0e0b3bedc921439627082e448ae7f59c7287715e38e.png</url>
            <link>https://paragraph.com/@kevin-49</link>
        </image>
        <copyright>All rights reserved</copyright>
        <item>
            <title><![CDATA[WEEK 8 @EIF 3.0]]></title>
            <link>https://paragraph.com/@kevin-49/week-8-eif-3-0</link>
            <guid>84doWVaQ5b2l2HiXg4ub</guid>
            <pubDate>Thu, 06 Apr 2023 08:41:16 GMT</pubDate>
            <description><![CDATA[After starting to build LSD 💊 in week 7, this week concluded with LSD 💊 being deployed on polygon mainnet 🚀 The contracts were finalized and the frontend for the application was build this week. There are two main contracts the core contract which is an ERC 4626 and a wrapper contract which has functions that consider slippage and a few gateway functions. Gateway functions are helpful in cases where user is willing to either invest or withdraw in matic instead of wmatic which is the vaults...]]></description>
            <content:encoded><![CDATA[<p>After starting to build LSD 💊 in <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://mirror.xyz/0x662C2e2F9C98150C20DDCe35df42f17b11C671df/Ua4zhiqibOH9cxxNXkhPyjdPD3ZAhoOC5WZ0tqG4IyM">week 7</a>, this week concluded with LSD 💊 being deployed on polygon mainnet 🚀</p><p>The contracts were finalized and the frontend for the application was build this week.</p><p>There are two main contracts the core contract which is an ERC 4626 and a wrapper contract which has functions that consider slippage and a few gateway functions. Gateway functions are helpful in cases where user is willing to either invest or withdraw in matic instead of wmatic which is the vaults main asset.</p><p>The frontend was build using scaffold-eth hooks in nextjs. The cool part of the scaffold-eth hooks is that it has an inbuild polling system that will automatically fetch and update the new data after every <code>pollingInterval</code> which I have currently set to be 30 seconds. The frontend consists of two main pages:</p><ul><li><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://lsd-kevinjoshi46b.vercel.app/">Home Page</a>: This is where all the depositing and redeeming takes place</p></li><li><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://lsd-kevinjoshi46b.vercel.app/vault-stats">Vault Stats Page</a>: This is where all the stats related to how the vault is currently performing is displayed</p></li></ul><p>Feel free to explore and invest in LSD 💊🙌</p><p>Some important links:</p><ul><li><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://lsd-kevinjoshi46b.vercel.app/">Deployed Webapp</a></p></li><li><br></li><li><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://devfolio.co/projects/lsd-26e0">Devfolio Project Submission</a></p></li><li><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://github.com/kevinjoshi46b/lsd">Source Code</a></p></li></ul>]]></content:encoded>
            <author>kevin-49@newsletter.paragraph.com (Kevin)</author>
            <enclosure url="https://storage.googleapis.com/papyrus_images/a0e24c8b07de74d5d776e2ad2813e9c702312d56d0f7748b4e83badb84d91cd5.png" length="0" type="image/png"/>
        </item>
        <item>
            <title><![CDATA[WEEK 7 @EIF 3.0]]></title>
            <link>https://paragraph.com/@kevin-49/week-7-eif-3-0</link>
            <guid>BDGzWBS7IAggKcqg6MP1</guid>
            <pubDate>Mon, 27 Mar 2023 17:41:39 GMT</pubDate>
            <description><![CDATA[After spending a lot of time on designing how LSD 💊 will work in week 6, week 7 was spend on giving final touches to the design of LSD and building 🛠️ the smart contract. After looking into ERC 4626 I realized that it was designed specially to work with erc20 token as the asset in the vault, in this case maximum transaction are dependent on the native coin and wrapping it will pointlessly increase the gas fees hence, some of the functions from ERC 4626 won’t be implemented but most of the f...]]></description>
            <content:encoded><![CDATA[<p>After spending a lot of time on designing how LSD 💊 will work in <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://mirror.xyz/0x662C2e2F9C98150C20DDCe35df42f17b11C671df/_a8HR508Pm2Bu5B7DxGxRjG-74yMVuNzHVyE24LwvME">week 6</a>, week 7 was spend on giving final touches to the design of LSD and building 🛠️ the smart contract.</p><p>After looking into ERC 4626 I realized that it was designed specially to work with erc20 token as the asset in the vault, in this case maximum transaction are dependent on the native coin and wrapping it will pointlessly increase the gas fees hence, some of the functions from ERC 4626 won’t be implemented but most of the functions will be implemented and with the same signature.</p><p>While solving the speed run ethereum challenges in the first four weeks I felt that scaffold-eth 🏗️ is a great template to quickly build dapps and their frontends as well as I got to know that there is a version 2 being developed currently that has a better tech stack, better UI, clean code and much more. So I decided to use se 2 as the template for LSD 💊</p><p>I am currently in the process of building the smart contract and will be spending the next and the final week completing the smart contract, testing the contract, building the front end and finally shipping 🚀 LSD 💊</p>]]></content:encoded>
            <author>kevin-49@newsletter.paragraph.com (Kevin)</author>
            <enclosure url="https://storage.googleapis.com/papyrus_images/c0ca1b13cabd088adf7be83c9bb2e2d562fa89fbe920040d6292507403fdbf59.png" length="0" type="image/png"/>
        </item>
        <item>
            <title><![CDATA[WEEK 6 @EIF 3.0]]></title>
            <link>https://paragraph.com/@kevin-49/week-6-eif-3-0</link>
            <guid>iNpC3PJ2ZN33GyA64s32</guid>
            <pubDate>Wed, 22 Mar 2023 14:12:19 GMT</pubDate>
            <description><![CDATA[After the birth of LSD 💊 in week 5, most of the week 6 was spend on designing how LSD will actually work! I was looking for a way in which I can track users shares based on their investments in LSD and I found out about ERC 4626 which is a tokenized vault standard which fits perfectly for my application. Users will receive lsd tokens which will be minted based on the users investment amount and the current status of balances in the vault. They can then redeem these tokens to receive their in...]]></description>
            <content:encoded><![CDATA[<p>After the birth of LSD 💊 in <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://mirror.xyz/0x662C2e2F9C98150C20DDCe35df42f17b11C671df/Hz7t3rfY4yWiwF0ztkyXxkin3w-HopG0nVq4GMZmKeQ">week 5</a>, most of the week 6 was spend on designing how LSD will actually work!</p><p>I was looking for a way in which I can track users shares based on their investments in LSD and I found out about <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://ethereum.org/en/developers/docs/standards/tokens/erc-4626/">ERC 4626</a> which is a tokenized vault standard which fits perfectly for my application. Users will receive lsd tokens which will be minted based on the users investment amount and the current status of balances in the vault. They can then redeem these tokens to receive their invested matic along with the yield.</p><p>Many other design decision were brainstormed on like:</p><ul><li><p>An option for owner to turn on/off leverage staking (helpful in cases where leverage staking ends up providing loss instead of profit)</p></li><li><p>Ideal borrow percentage to avoid liquidation (for now 30-40% but can be updated by the owner)</p></li><li><p>Formula to calculate the shares being provided on investment</p><p><code>(matic being invest * lsd minted) / matic balance in vault</code></p><p>where, the <code>matic balance in vault</code> is calculated based on the matic that will be received on settling all the investments</p></li></ul><p>The whole design of the application was brainstormed this week and further design related decisions will be taken on the fly while building LSD 💊</p><p>Quick shout out to <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/mneelansh15">@mneelansh15</a> 🫡, he helped through certain road blocks 🚧 that I encountered while brainstorming on the design.</p>]]></content:encoded>
            <author>kevin-49@newsletter.paragraph.com (Kevin)</author>
            <enclosure url="https://storage.googleapis.com/papyrus_images/d35b4966a623c114e8886765ac66c4cb9027fbdc582decf8f26bacd619742ebf.png" length="0" type="image/png"/>
        </item>
        <item>
            <title><![CDATA[WEEK 5 @EIF 3.0]]></title>
            <link>https://paragraph.com/@kevin-49/week-5-eif-3-0</link>
            <guid>B0tJWwQJP9qkASGemq2m</guid>
            <pubDate>Fri, 10 Mar 2023 15:07:20 GMT</pubDate>
            <description><![CDATA[After spending the first four weeks solving various speed run ethereum challenges, its finally time to spend the next four weeks on building and shipping a project 🚀🚀 Before I get started on the project, we had a DeFi presentation session this week where every fellow was given specific protocol/project in DeFi to study about and give a 4 minute presentation explaining the same in brief to all the other fellows. The topic assigned to me was Augur. Here is the PPT that I had created for the p...]]></description>
            <content:encoded><![CDATA[<p>After spending the first four weeks solving various <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://dev.to/kevinjoshi46b/series/21792">speed run ethereum challenges</a>, its finally time to spend the next four weeks on building and shipping a project 🚀🚀</p><p>Before I get started on the project, we had a DeFi presentation session this week where every fellow was given specific protocol/project in DeFi to study about and give a 4 minute presentation explaining the same in brief to all the other fellows. The topic assigned to me was Augur. Here is the PPT that I had created for the presentation:</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://docs.google.com/presentation/d/176Sss2n1Qxe3zpFYrYgRg7gbwi58nunS4q7NJiPxK_I/edit?usp=share_link">https://docs.google.com/presentation/d/176Sss2n1Qxe3zpFYrYgRg7gbwi58nunS4q7NJiPxK_I/edit?usp=share_link</a></p><p>Augur was a decentralized prediction market platform. Studying about augur helped me learn about decentralized prediction markets which honestly I had no idea about. This activity helped me learn a lot about many new DeFi protocols/projects that I was not aware of and were very well explained and presented by my fellows @EIF.</p><p>I spent rest of the week studying about liquid staking derivatives and leverage staking derivatives. The core of my project idea is to create an easy application where users just invest and withdraw Matic 💜 and the smart contract takes care of the whole procedure to generate yield.</p><p>The best suited name for the application seems to be LSD 💊 (don’t ask why the pill emoji 😜) To know more about the project: <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://kevinjoshi46b.notion.site/EIF-3-0-Project-Proposal-6b1f1d7673c0452d8db341131f6ab452">Project Proposal 🔗</a></p><p>I spent some time studying Stader, Aave and Balancer’s smart contract since LSD’s contract will be interacting with these contracts to create the circuit for generating yield.</p>]]></content:encoded>
            <author>kevin-49@newsletter.paragraph.com (Kevin)</author>
            <enclosure url="https://storage.googleapis.com/papyrus_images/bf86e17b902453afbcc13e0b69ad2d56681362d2d2432c67001db227925041c5.png" length="0" type="image/png"/>
        </item>
    </channel>
</rss>