Danogo
  • INTRODUCTION
    • Danogo
    • Litepaper
      • Danogo Fixed Pool Lending
      • Danogo Flexible Pool Lending
  • Follow Us
  • Blogs
    • Cardano Smart Contract Composability Challenges
    • Danogo Multi-Source Oracle Aggregation
    • Handle concurrency in a market crash
    • Fixed Pool Lending Early Adopter Rewards Program
    • Prevent LP Price Manipulation
    • Danogo Flexible Pool Incentivized Testnet
  • HOW TO USE
    • Getting Started
      • Ready with your Cardano Wallet
      • Connecting Wallet
    • Guides
      • Yield Aggregator
        • How to find the most suitable yield products?
        • How to Supply Liquidity?
        • How to Withdraw Liquidity?
        • How to Borrow Tokens?
        • How to Repay a Loan?
      • Danogo Staking Bond
        • How to Borrow ADA Staking Rights?
        • How to Provide Liquidity?
      • Danogo Bond Dex
        • How to buy a Bond at Market price?
        • How to buy a Bond at your desired price (create Buy order)
        • How to sell a Bond at Market price?
        • How to sell a Bond at your desired price? (create Sell order)
        • How to update Sell order (Listing)?
      • Fixed Pool Lending
        • How to Create a Pool
        • How to Create a Loan
        • How To Repay a Loan
        • Top-up Collateral
        • How To Redeem
        • How To Perform Mass Liquidation
      • Flexible Pool Lending
        • How To Supply Assets
        • How To Withdraw Assets
        • How To Borrow
        • How To Modify Loans
        • How To Repay Loan
    • Video Guides
    • FAQ
      • Danogo Dex
      • Danogo Staking Bond
      • Yield Aggregator
      • Fixed Pool Lending
  • Developers
    • Integration
      • How to build transaction to create a fixed rate loan
      • APIs
        • Loan
        • Utility
        • Models
Powered by GitBook
On this page
  1. Blogs

Handle concurrency in a market crash

How does Danogo handle concurrency in a market crash?

Danogo is implementing parallel liquidation processing to avoid the bottlenecks seen in Indigo/Liqwid’s system during high-volatility events. Here’s how Danogo’s approach improves on existing Cardano DeFi architectures:

1. Parallel Execution for Liquidations & Collateral Top-Ups

  • Indigo utilize traditional model where liquidation happens sequentially (one after another)

  • Liqwid utilize batchers to allow 4 or 8 liquidations to happen at the same time depends on each token market, but incur batching cost and market interruption during frequent batching.

  • Unlike Indigo/Liqwid models, Danogo does not use batcher and decouples each loan from the main pool.

  • This means every loan operates on its own execution thread, allowing:

    • Simultaneous liquidations, reducing delays during mass liquidations.

    • Faster collateral top-ups, giving borrowers real-time protection from liquidation.

2. Eliminating Liquidation Queues

  • In Indigo’s case, a single liquidation bot had to process each transaction one by one, leading to a two-hour queue during the ADA flash crash in 2023.

  • Danogo’s multi-threaded execution model ensures that no loan has to wait for another before being processed.

3. Open-Source Liquidation Bot Infrastructure

  • Danogo will provide technical documentation and APIs so that anyone can run their own liquidation bot.

  • This means that instead of relying on a single entity (which creates a bottleneck), multiple liquidation bots can run concurrently, leading to:

    • Faster liquidation processing.

    • Reduced risks of bad debt accumulation.

    • Increased decentralization, as liquidations are no longer controlled by a single entity.

Why This Matters?

  • Prevents Bad Debt: Faster liquidation prevents loan collateral from falling below the borrowed amount.

  • Ensures Market Stability: Borrowers can top-up collateral in real-time, reducing unnecessary liquidations.

  • Decentralization & Open Participation: By making liquidation tools publicly accessible, Danogo avoids centralization risks while improving system efficiency.

This approach significantly improves scalability, efficiency, and fairness in Cardano’s DeFi ecosystem. 🚀

PreviousDanogo Multi-Source Oracle AggregationNextFixed Pool Lending Early Adopter Rewards Program

Last updated 23 days ago