<?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>LendBook</title>
        <link>https://paragraph.com/@lendbook-2</link>
        <description>A lending protocol built on an order book</description>
        <lastBuildDate>Mon, 11 May 2026 13:51:53 GMT</lastBuildDate>
        <docs>https://validator.w3.org/feed/docs/rss2.html</docs>
        <generator>https://github.com/jpmonette/feed</generator>
        <language>en</language>
        <image>
            <title>LendBook</title>
            <url>https://storage.googleapis.com/papyrus_images/df37505ca2d3d48aebc0e4ca4d112e1bccca045a0f6843153575704416da044b.png</url>
            <link>https://paragraph.com/@lendbook-2</link>
        </image>
        <copyright>All rights reserved</copyright>
        <item>
            <title><![CDATA[A deep dive into the functioning of LendBook]]></title>
            <link>https://paragraph.com/@lendbook-2/a-deep-dive-into-the-functioning-of-lendbook</link>
            <guid>Iv6dLEVSKEZJNMgSfjBq</guid>
            <pubDate>Tue, 12 Mar 2024 18:50:02 GMT</pubDate>
            <description><![CDATA[A lending limit order book is a non-custodial and permissionless order book that enables users to place and borrow the assets from limit orders. Borrowing positions are collateralized by sell orders. We have presented in previous posts its advantages. To mention a few, it provides lenders with interest rate-bearing limit orders and borrowers with stop-loss and take profit orders. It reduces liquidation penalties and enables high leverage. In addition to these benefits, the protocol is nativel...]]></description>
            <content:encoded><![CDATA[<p>A lending limit order book is a non-custodial and permissionless order book that enables users to place and borrow the assets from limit orders. Borrowing positions are collateralized by sell orders.</p><p>We have presented in previous posts its advantages. To mention a few, it provides lenders with interest rate-bearing limit orders and borrowers with stop-loss and take profit orders. It reduces liquidation penalties and enables high leverage. In addition to these benefits, the protocol is natively protected against the risks of bad debt and can operate with minimal governance. In this post, we explain in more detail the operation of lending.</p><p>The diagram presents the double queue organization of a central limit order book to which a lending functionality is attached.</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/37e574ae0adbd69a2dbb9e5d397e983814a3e0de50cd9efbd32f95ec69a28e76.png" alt="A central limit order book with lending functionalities (example)" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">A central limit order book with lending functionalities (example)</figcaption></figure><p>On the left-hand side, lenders place buy orders at the limit price they deem appropriate. Borrowers can borrow the assets deposited in the buy orders in exchange for an interest rate. Rectangles&apos; height indicate the amount of assets lenders have deposited in the different pools of orders. The orange rectangles represent the assets which are borrowable from the pool of buy orders. On the right-hand side, borrowers place their collateral as sell orders.</p><p>To concentrate liquidity, lenders are permitted to deposit assets within a restricted set of limit prices. A pool of limit orders groups all assets deposited at the same limit price. Allowing users to deposit and borrow from the pools, rather than from individual orders enables capital efficiency and scalability. Lenders can withdraw their orders whenever they wish, unless the pool is fully borrowed, in which case the interest rate will be high.</p><h2 id="h-example" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">Example</h2><p>Let&apos;s illustrate how a lending operation works in the simplest scenario of two actors and two orders. Market price is 3100.</p><p>Alice posts a buy order of 9000 USDC at limit price 3000. This order is placed in Pool₃₀₀₀. Its capital is added to the liquidity provided by all other buy orders posted at the same limit price.</p><p>Bob is willing to borrow USDC from the Pool₃₀₀₀. He deposits 2 ETH in sell order at limit price 3300 in the Pool₃₃₀₀ or any other pool of orders with a limit price greater than market price. With the collateral, Bob can borrow from the Pool₃₀₀₀ up to 6000 USDC (=2✕3000).</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/52116f4130d36f4aaa6b4ddcc1cbd2e65ab64e384358c6d56fd3aea8dc75dbe6.png" alt="Alice posts a buy order of 9000 USDC at limit price 3000. Bob deposits 2 ETH as collateral in sell order. Bob can then borrow from the Pool₃₀₀₀ " blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">Alice posts a buy order of 9000 USDC at limit price 3000. Bob deposits 2 ETH as collateral in sell order. Bob can then borrow from the Pool₃₀₀₀</figcaption></figure><p><strong>What happens if the price decreases below 3000?</strong></p><p>A taker swaps some of the non-borrowed USDC from Pool₃₀₀₀ which triggers the liquidation of the borrowing positions from Pool₃₀₀₀ including Bob’s position. Bob keeps the borrowed USDC and his 2 ETH of collateral are transferred to the lenders of the Pool₃₀₀₀. Alice’s buy order is filled and Alice receives 3 ETH from takers and/or borrowers.</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/b5546df852274a3d5905d21dc2b68ce3be0204c060020b2782cd072e805648bc.png" alt="If the price decreases to 3000 (1), Alice&apos;s remaining assets are taken (2). Bob&apos;s collateral is transferred to lenders from Pool₃₀₀₀ to complete the filling of the order (3)." blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">If the price decreases to 3000 (1), Alice&apos;s remaining assets are taken (2). Bob&apos;s collateral is transferred to lenders from Pool₃₀₀₀ to complete the filling of the order (3).</figcaption></figure><p>Nothing changes for Alice compared to a classical buy order. Importantly, Bob&apos;s assets are not sold in the market but directly transferred to lenders in Pool₃₀₀₀ who are repaid with the collateral. This way, the protocol ensures that any position borrowing from a pool of orders can be liquidated when remaining assets in the pool are taken. The alignment of the two events, the liquidation of Bob and the filling of Alice’s order, greatly streamlines the settlement process for all parties.</p><p><strong>Now what happens if, instead, the price increases to 3300?</strong></p><p>Bob&apos;s limit order, with 2 ETH serving as collateral, is filled. His borrowing position is automatically closed out, as illustrated in the next diagram.</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/ff15afbb68896fb01ce9cdde1624bf4e1773bc23c287ce5115483c17d2401279.png" alt="If the price increases above 3300 (1), Bob&apos;s assets are taken (2). With the proceeds, Bob&apos;s debt is automatically repaid (3). He’s left with 6600 – 6000 = 600 USDC." blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">If the price increases above 3300 (1), Bob&apos;s assets are taken (2). With the proceeds, Bob&apos;s debt is automatically repaid (3). He’s left with 6600 – 6000 = 600 USDC.</figcaption></figure><p><strong>Why does the filling of borrowers’ sell orders trigger the repayment of their debt?</strong></p><p>For three reasons. First, closing the borrowing position guarantees that the type of assets serving as collateral always matches the type needed in case of liquidation. Second, by posting collateral at a limit price of their choice, borrowers expect the price to fall back after crossing the limit price. Given these expectations, there is no reason to maintain a long position in this scenario. Third, borrowers have the option to program the closing of their long in advance based on a price scenario. This way, they know from the start the price at which their position will be liquidated if the price decreases or closed for a profit if the price increases.</p><p>This post is part of a series aimed at explaining the various aspects of the protocol. Make sure to follow our <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/lend_book">X</a> account and join the <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://discord.gg/ZEBs4XQDf9">Discord</a> for updates!</p><p>If you want to learn more about LendBook, check out the <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://github.com/LendBook/Borrowable-limit-order-book/blob/main/lendbook_wp.pdf">white paper</a> or the <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://lendbook.github.io/lendbook-docs/">documentation</a>!</p>]]></content:encoded>
            <author>lendbook-2@newsletter.paragraph.com (LendBook)</author>
            <enclosure url="https://storage.googleapis.com/papyrus_images/edf2d42f10d05744d2d6fa2ad8ef754e128ad0024b1f425e51ebbd54ca7ec918.png" length="0" type="image/png"/>
        </item>
        <item>
            <title><![CDATA[Reviving the debate between order books and AMMs]]></title>
            <link>https://paragraph.com/@lendbook-2/reviving-the-debate-between-order-books-and-amms</link>
            <guid>8n380QyPau7ULnq2lZnI</guid>
            <pubDate>Thu, 29 Feb 2024 10:05:48 GMT</pubDate>
            <description><![CDATA[There is a longstanding debate about pros and cons of Automated Market Makers (AMMs) vs. Central Limit Order Books (CLOBs). While CLOBs are everywhere in traditional finance and centralized crypto exchanges, AMMs are the dominant market organization in blockchains characterized by high transaction costs and low TPS. Therefore, it is not surprising that a growing number of lending projects have chosen an AMM as a base layer to liquidate loans (to name a few: InfinityPools, Frax’s BAMM, Instada...]]></description>
            <content:encoded><![CDATA[<p>There is a longstanding debate about pros and cons of Automated Market Makers (AMMs) vs. Central Limit Order Books (CLOBs). While CLOBs are everywhere in traditional finance and centralized crypto exchanges, AMMs are the dominant market organization in blockchains characterized by high transaction costs and low TPS. Therefore, it is not surprising that a growing number of lending projects have chosen an AMM as a base layer to liquidate loans (to name a few: InfinityPools, Frax’s BAMM, Instadapp’s Fluid, Curve’s LLAMA). AMMs are a promising pathway to replace off-chain and expensive liquidation bots by liquidity providers (LP). But they also come with their own drawbacks, like the risk of impermanent loss.</p><p>CLOBs, despite their transparency and flexibility rely on high volume to narrow the bid-ask spread, limit price slippage and provide continuous pricing. However, none of those limitations really matter for CLOBs used as lending pools and liquidation engine. The large bid-ask spread for instance becomes a feature, not a flaw.</p><p><strong>In this context, could CLOBs make a resounding comeback as a better on-chain base layer for lending?</strong></p><p>We believe so and this is why we are building LendBook, the first CLOB-based lending protocol (see <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://mirror.xyz/0x5f700475B8CeBF95E95AD1E6eAFBa6324C8f9c6e/jffO3ITUIxKUJ3FK1O9KWDbPWdgr2_VyBnJAtp9XDsw">post</a> for an introduction). To explain the advantages of CLOB-based lending compared to AMM-based lending and maybe dissipate a few misconceptions about CLOBs, let’s answer a number of important questions.</p><p><strong>1/ In AMMs, LP soft liquidate borrowers by continuously buying the collateral when its price is decreasing. What about CLOBs?</strong></p><p>A similar mechanism exists in CLOBs: makers (those who place limit orders), by posting buy orders at the limit price of their choice, buy borrowers’ collateral when the price crosses the limit price. This unlocks unparalleled benefits for lenders and borrowers:</p><ul><li><p>high loan-to-value (up to 98% for correlated assets)</p></li><li><p>high leverage (more than 20x)</p></li><li><p>low liquidation fees (starting at 1% for pegged assets and 4% for volatile asset pairs)</p></li><li><p>no risk of bad debt</p></li><li><p>no need for off-chain risk management</p></li></ul><p>and other CLOB-specific advantages that AMMs cannot reproduce:</p><ul><li><p>borrowing programmability (borrowers decide at which price their positions are liquidated if the price decrease, or closed for a profit if it increases)</p></li><li><p>lending programmability (lenders choose at which price they accept to buy the collateral and at which price they are willing to sell the collateral and repost the received assets on the lending side)</p></li><li><p>liquidation fees: earned by lenders (not bots)</p></li><li><p>leveraged limit orders (makers can leverage their bet that the price will bounce back starting from a chosen limit price).</p></li></ul><p><strong>2/ AMMs are peer-to-pool markets, contrary to CLOBs which are peer-to-peer. How a lending protocol built on a CLOBs can scale?</strong></p><p>The CLOB on which LendBook is built is also peer-to-pool. This is a major innovation which avoids liquidity fragmentation. In practice, users deposit and borrow in a few pools of orders which limit prices are spaced so that two or three pools are active at the same time. For instance, limit prices for volatile pairs like ETH/USDC is spaced by a multiplicative step of 10%. For a market price of 2300 and a pool of buy orders at 2200, lending and borrowing are enabled at limit prices 2200, 2200/1.1 = 2000, 2000/1.1 = 1818 and so on.</p><p><strong>3/ Liquidity providers (LP) make losses if the price diverge but their losses are transitory (impermanent) if it returns to its initial value. What about makers in CLOBs?</strong></p><p>Makers also take the risk of losses, similar to what LP experience, when the price diverges (called inventory risk) but, contrary to LP, they profit when the price returns to its initial state. Let’s illustrate by an example. Price is 2300. Makers place a buy order at a limit price of 2000. If the price falls below this limit and bounces back to 2300, LPs wipe out their losses entirely while makers earn a positive return rate proportional to the price spread, which in the example is 2300/2000 – 1 = 15%. Makers in LendBook are the counter-party to much less transactions than LP in AMMs due to the spacing of authorized limit prices, but they earn an order of magnitude more every time they buy at low price and sell at a higher price.</p><p><strong>4/ LPs expect to compensate IL by earning trading fees, what about makers in CLOB?</strong></p><p>As shown in the previous illustration, makers are compensated for inventory risk by betting on price volatility, as do LP. They can automate their buy-the-bottom/sell-the-top strategy by reposting filled limit orders on the other side of the order book, similar to what market makers do in CLOBs. LendBook offers lenders and borrowers this possibility by automatically replacing filled orders at the limit price of their choice. Lenders compensate inventory risk by earning the price spread, akin to trade fees in AMMs, liquidation fees and a lending interest rate.</p><p><strong>5/ In Uniswap V3-type AMMs as well as in most AMM-based lending, LPs can manage their risk by choosing a price range over which they offer liquidity. What about makers in CLOBs?</strong></p><p>Makers benefit from the superior flexibility offered by order books. They not only choose the limit prices at which they are willing to exchange, but they also choose how much they accept to trade for every limit price at which they lend. They can withdraw their liquidity before the price crosses the limit price, unless the pool is fully utilized, in which case they earn a compensating interest rate close to 100%, similar to what Aave’s lenders earn in the same scenario.</p><hr><p>This post is part of a series aimed at explaining the various aspects of the protocol. Make sure to follow our <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/lend_book">X</a> account and join the <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://discord.gg/ZEBs4XQDf9">Discord</a> for updates!</p><p>If you want to learn more about LendBook, check out the <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://github.com/LendBook/Borrowable-limit-order-book/blob/main/lendbook_wp.pdf">white paper</a> or the <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://lendbook.github.io/lendbook-docs/">documentation</a>!</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/41beef7bd59295866640fd0a73d3ec0553215063086b1190194ce81931e56202.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>]]></content:encoded>
            <author>lendbook-2@newsletter.paragraph.com (LendBook)</author>
            <enclosure url="https://storage.googleapis.com/papyrus_images/5cb5299d1ee65b1d71c8ed00d3c2733a823b6077aa754cba851708cd706eea28.png" length="0" type="image/png"/>
        </item>
        <item>
            <title><![CDATA[Exploring LendBook's Innovative Lending Mechanism]]></title>
            <link>https://paragraph.com/@lendbook-2/exploring-lendbook-s-innovative-lending-mechanism</link>
            <guid>RREBe9OkZFp3LwxZLwdh</guid>
            <pubDate>Thu, 29 Feb 2024 09:48:58 GMT</pubDate>
            <description><![CDATA[TL;DR : LendBook is a lending protocol built on an order book. Appending a lending functionality to an order book is done at no extra cost for makers. The new design allows makers to earn an interest rate and borrowers to benefit from high loan-to-value. Let&apos;s delve into a simple example in which Alice deposits a buy order. The ETH market price is 2600. Alice holds part of her wealth in stablecoins, anticipating that the ETH price may fall below 2500. However, since ETH is a top-tier ass...]]></description>
            <content:encoded><![CDATA[<p>TL;DR : LendBook is a lending protocol built on an order book. Appending a lending functionality to an order book is done at no extra cost for makers. The new design allows makers to earn an interest rate and borrowers to benefit from high loan-to-value.</p><p>Let&apos;s delve into a simple example in which Alice deposits a buy order.</p><p><em>The ETH market price is 2600. Alice holds part of her wealth in stablecoins, anticipating that the ETH price may fall below 2500. However, since ETH is a top-tier asset in the long term, she is confident that the price will eventually rise well above 2500. To back up her confidence with action, she deposits 25,000 USDC in a buy order at a limit price of 2500. As the price falls below 2500, a trader fills Alice’s order. She receives 25,000 / 2500 = 10 ETH against her USDC. She’s now prepared for the price to bounce back.</em></p><p>The remarkable thing about limit orders is that one can append a lending functionality to them at no extra cost.</p><p><em>Bob is interested in borrowing USDC from Alice&apos;s buy order. He deposits 8 ETH as collateral in a sell order at a limit price of 2700 (or any price above the market price of 2600). He borrows 8 x 2500 = 20,000 USDC from Alice. As the price falls below 2500, a trader fills Alice&apos;s order for 5000 USDC (the non-borrowed assets of Alice&apos;s order), triggering the liquidation of Bob&apos;s position. Alice receives 5000/2500 = 2 ETH from the trader and 8 ETH from Bob&apos;s collateral.</em></p><p>Nothing has changed for Alice in comparison to the first scenario, except she now earns an interest rate. The result is a new type of lending facility based on a streamlined liquidation process.</p><p><strong>Improving capital efficiency and addressing a market gap</strong></p><p>Adding a lending functionality to an order book enhances capital efficiency and provides a superior solution for the two parties.</p><p><em>Alice benefits from a buy order with unchanged characteristics and earns an interest rate (and, though not illustrated in the example, potential liquidation fees) on top. Meanwhile, Bob enjoys a high loan-to-value (LTV) ratio: he can borrow 20,000 USDC by setting aside 8 ETH as collateral, which, at market price, is worth 8 * 2600 = 20,800 USDC. His LTV is 20,000/20,800 = 96%, which is significantly higher than what other lending protocols offer.</em></p><p>LendBook, by enabling assets deposited in an order book to be borrowed, fills a market gap.</p><p><em>Alice, by placing a buy order, is betting that the market price will initially fall below 2500 before eventually bouncing back. Conversely, Bob expects the price to rise without dipping below 2500 first. He borrows USDC from Alice and sells them for more ETH. He&apos;s willing to take the risk of being liquidated at 2500 if Alice&apos;s prediction proves correct.</em></p><p>Until now, Alice and Bob could not trade on opposite expectations: Alice place orders in an order book whereas Bob borrows in a lending protocol. LendBook is the first protocol where Alice and Bob can meet and take those opposite bets. In traditional lending protocols without limit orders, Alice, by holding USDC, would merely bet that the price can only go down.</p><hr><p>This post is part of a series aimed at explaining the various aspects of the protocol. Make sure to follow our <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/lend_book">X</a> account and join the <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://discord.gg/ZEBs4XQDf9">Discord</a> for updates!</p><p>If you want to learn more about LendBook, check out the <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://github.com/LendBook/Borrowable-limit-order-book/blob/main/lendbook_wp.pdf">white paper</a> or the <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://lendbook.github.io/lendbook-docs/">documentation</a>!</p>]]></content:encoded>
            <author>lendbook-2@newsletter.paragraph.com (LendBook)</author>
            <enclosure url="https://storage.googleapis.com/papyrus_images/32eed8065f5662d8775f49b5e963ecf6cfe1c365977e8d3ed9f738892c9f2ded.png" length="0" type="image/png"/>
        </item>
        <item>
            <title><![CDATA[Introducing LendBook]]></title>
            <link>https://paragraph.com/@lendbook-2/introducing-lendbook</link>
            <guid>6cNeI62ym1RwN3f4jt0S</guid>
            <pubDate>Thu, 29 Feb 2024 09:39:30 GMT</pubDate>
            <description><![CDATA[Lending protocols are a central building block of blockchain applications. While they have amassed tens of billions of dollars in value, it&apos;s fair to say that the original design proposed by Compound and Aave has seen few improvements since then. Borrowers still rely on approximate metrics like the health factor to manage debt. They can only borrow a limited portion of their collateral&apos;s value and face early liquidations well before their collateral value falls below their loan amou...]]></description>
            <content:encoded><![CDATA[<p>Lending protocols are a central building block of blockchain applications. While they have amassed tens of billions of dollars in value, it&apos;s fair to say that the original design proposed by Compound and Aave has seen few improvements since then. Borrowers still rely on approximate metrics like the health factor to manage debt. They can only borrow a limited portion of their collateral&apos;s value and face early liquidations well before their collateral value falls below their loan amount, incurring significant liquidation costs. On the lender&apos;s side, risk management is entrusted to third-party experts, leaving a substantial part of governance in the hands of centralized entities.</p><h3 id="h-place-limit-orders-earn" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0"><strong>Place limit orders, earn</strong></h3><p>LendBook rethinks lending and borrowing from the ground up by enabling users to lend and borrow assets in limit orders. Order books are long recognized to be an efficient design for trading assets in financial markets. They turn out to be also a great base layer to build a lending protocol. Lenders deposit quote assets in buy orders. Borrowers deposit collateral assets in sell orders and borrow quote assets. Borrowings are liquidated at the same price as the limit orders are filled. The alignment of the two events streamlines the settlement process for all parties and represents a fundamental shift in how lending and borrowing are approached.</p><p><strong>A simple example:</strong></p><p>Let’s illustrate with a USDC/ETH market and a current price of 2100. Alice wants to lend USDC. She first decides the limit price at which her USDC may be filled. Perhaps she plans to exchange her assets against ETH at 2000. Or she expects to buy the bottom at 1800, or prefers to keep her USDC and set a very conservative price of 1650.</p><p>Bob wants to borrow USDC. He first deposits ETH in a sell order at e.g. 2300. He can then borrow USDC at the limit price of his choice which is also the price at which he will be liquidated. The closer the limit price to the current price, the higher his maximum loan-to-value (LTV). If he borrows from limit orders at 2000 his maximum LTV is 93%. If the price crosses 2000, Bob’s collateral is transferred to lenders at this price. If instead he borrows USDC from lenders at 1800, his maximum LTV will be 84% and his probability of liquidation will be lower.</p><p>Conversely, if the price increases and Bob’s sell order is filled at 2300, the USDC he receives are used to pay back his debt first and only the difference is sent to him.</p><h3 id="h-what-differences-does-it-make" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0"><strong>What differences does it make?</strong></h3><p>It makes a huge difference compared to existing lending protocols.</p><p>First of all, there is no need to incentivize liquidation bots or to rely on a deeply liquid external AMM to sell the collateral back. There is no concept of bad debt that might need to be absorbed by a DAO treasury / insurance fund or socialized across lenders. There is also no need to pay expensive third-party risk agencies to oversee hundreds of risk parameters and a DAO to vote every week on technical proposals that most users do not understand. This is a big improvement over existing designs and opens a credible path to full decentralization.</p><p>Second, the numerous borrowing limitations enforced by lending protocols to protect against the risk of bad debt can be lifted. This includes the removal of lending or borrowing caps, the reduction of liquidation costs to as low as 1%. Maximum LTV can be as high as 98% and leverage up to 50.</p><p>Third, debt management of borrowers’ positions is now simple and transparent. Well specified stop price exists at which positions are closed at a loss (the limit price from which the position borrows) and for a profit (the limit price at which collateral is placed). Liquidations can be executed gradually across multiple limit prices, and similarly, take profit prices can be diversified by placing collateral at various limit prices.</p><p>As for lenders, aside from earning an interest rate, they can easily rebalance their portfolio following price movements, implement buy-low/sell-high strategies and earn liquidation costs in case of conversion.</p><hr><p>Lendbook is the first product built by Breaking Labs.  If you want to learn more about it, check out our <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://github.com/LendBook/Borrowable-limit-order-book/blob/main/lendbook_wp.pdf">white paper</a>.</p><p>Make sure to follow our <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/lend_book">X</a> account and join our <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://t.me/lend_book">telegram</a> group for updates!</p>]]></content:encoded>
            <author>lendbook-2@newsletter.paragraph.com (LendBook)</author>
            <enclosure url="https://storage.googleapis.com/papyrus_images/b9b1241c1a301f4fbfc32b0de9ed5d6c65fc00a7e03e2d0a61f48c365e5a4b05.png" length="0" type="image/png"/>
        </item>
    </channel>
</rss>