<?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>NKH</title>
        <link>https://paragraph.com/@nkh</link>
        <description>undefined</description>
        <lastBuildDate>Fri, 08 May 2026 09:57:22 GMT</lastBuildDate>
        <docs>https://validator.w3.org/feed/docs/rss2.html</docs>
        <generator>https://github.com/jpmonette/feed</generator>
        <language>en</language>
        <copyright>All rights reserved</copyright>
        <item>
            <title><![CDATA[AMMs Explained (Part one)]]></title>
            <link>https://paragraph.com/@nkh/amms-explained-part-one</link>
            <guid>IrK0gosd8Ih5pFGbyItk</guid>
            <pubDate>Wed, 10 Dec 2025 16:09:34 GMT</pubDate>
            <description><![CDATA[To understand AMMs, first we'll have to understand liquidity pools.Liquidity PoolsThis is a collection of tokens locked inside a smart contractSmart contract is a block of code used as an agreement between parties instead of a central intermediary. This is implemented directly when it meets predetermined set of rules.People called Liquidity Providers (LPs) deposit two tokens in equal value into a pool, and they lock both inside a smart contract and receive LP tokens as proof of ownership of t...]]></description>
            <content:encoded><![CDATA[<p>To understand AMMs, first we'll have to understand liquidity pools.</p><h2 id="h-liquidity-pools" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">Liquidity Pools</h2><ul><li><p>This is a collection of tokens locked inside a smart contract</p></li><li><p>Smart contract is a block of code used as an agreement between parties instead of a central intermediary. This is implemented directly when it meets predetermined set of rules.</p></li><li><p>People called Liquidity Providers (LPs) deposit two tokens in equal value into a pool, and they lock both inside a smart contract and receive LP tokens as proof of ownership of their share of the pool</p></li><li><p>This means traders can buy or sell tokens instantly without needing to match a buyer or a seller.</p></li><li><p>They use a mathematical model called automated market maker (AMM), which we'll now be discussing.</p></li></ul><br><p>AMM - automated market makers</p><p>So, I'll keep it simple, traditional order books are a headache. You need to find a buyer who wants to swap the same tokens you want to swap and in the price range you want to swap for. Automated Market Maker tries to solve this problem to an extent.</p><p>AMMs is a protocol used by DEX (decentralized exchanges) to trade crypto assets automatically without a traditional order book or a central intermediary</p><p>It uses liquidity pools and mathematical formulas (to be explained later) to determine asset prices based on the ratio of tokens in the pool</p><br><h2 id="h-features-of-amms" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">Features of AMMs</h2><ul><li><p>Prices are not negotiated, rather they are determined from a function.</p></li><li><p>Permissionless liquidity, anyone can swap, anyone can provide liquidity.</p></li></ul><ul><li><p>the users that deposit their assets to the pools are known are liquidity providers (LPs)</p></li><li><p>so, to attract LPs, AMMs reward them with a part of the fees generated also known as LP tokens.</p></li><li><p>Every trade pays a fee, LPs earn those fees proportional to their share of the pool</p></li><li><p>The price of the tokens automatically changes depending on the demand</p></li></ul><br><h2 id="h-pros-and-cons-of-using-amms" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">Pros and Cons of using AMMs</h2><p>Pros</p><ul><li><p>They are easy to use and low fees</p></li><li><p>decentralized</p></li><li><p>automated</p></li><li><p>permissionless</p><br></li></ul><p>Cons</p><ul><li><p>these are subject to slippage and impermanent loss (also will be explained later), which can cause losses</p></li><li><p>this is usually limited to trading only a few assets, no access to full range of markets available on traditional exchanges</p></li><li><p>they are vulnerable to exploitation</p></li><li><p>can be complex to use</p></li><li><p>risk of bugs and flaws in the code</p></li><li><p>they are not always regulated, meaning that users may not be protected in the event of hack</p></li></ul><h2 id="h-" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"></h2><p>There are different types when it comes to AMMs -</p><ol><li><p>Constant Function Market Maker (CFMM)</p></li><li><p>Concentrated Liquidity AMMs (CLAMMs)</p></li><li><p>Dynamic Automated Market Maker (DAMM)</p></li><li><p>Proactive Market Maker (PMM)</p></li><li><p>Virtual Automated Market Maker (vAMM)</p></li></ol><br><p>Look out for part two to understand CFMMs... see you</p>]]></content:encoded>
            <author>nkh@newsletter.paragraph.com (NKH)</author>
            <category>crypto</category>
            <category>amms</category>
            <category>defi</category>
            <category>liquiditypools</category>
            <enclosure url="https://storage.googleapis.com/papyrus_images/8a6653ff26b17252aa12dfdade6c7b1450ce92caef6914eb5b34184e2a20c5b0.jpg" length="0" type="image/jpg"/>
        </item>
    </channel>
</rss>