Arkis
  • Overview
    • Introduction
    • Arkis Overview
  • Concepts
    • Liquidity Pool
    • Interest Rate Model (IRM)
    • Lender
    • Asset Manager
    • Margin Account
    • Whitelisted Assets
    • Collateral Asset
    • Margin Trading
    • Overcollateralized Loan
    • Undercollateralized Loan
    • Stress-Tested Value
    • Risk Factor
    • Margin Engine
    • Liquidation
    • Margin Call
    • Vault
    • Credit Manager
    • arkisUSD
  • Quickstart
    • Sign Up
  • Arkis Portal
  • Protocol Mechanics
    • Arkis Protocol
      • How it Works
      • Liquidation
    • Arkis Risk Management
      • Introduction
      • Margin Engine v1
      • CEX-DEX Portfolio Margin v2
  • For Lenders
    • Lending
    • Monitoring Lending Position
  • Video Tutorial
  • For Borrowers
    • What can I do with Arkis?
    • Borrowing Overview
    • Working with Margin Account
    • Loan Repayment
    • CEX-DEX Portfolio Margin
    • Examples of Trades [WIP]
      • Pendle Margin Trading
      • CEX-DEX Delta-Neutral Trade [WIP]
      • Overcollateralised Loan [WIP]
      • Non-EVM Asset as Collateral [WIP]
    • Non-EVM Assets as Collateral
    • Whitelisted assets, protocols, and actions
  • Video Tutorials
    • Lending on Arkis
  • Pendle Margin Trading
  • Troubleshooting
    • Margin Account and Wallet Connect
    • Closing Margin Account
  • Prime Brokerage 101
    • Why prime brokerage?
    • What is portfolio margin?
  • FAQs
    • General FAQ
    • Glossary
  • Security
    • December 2023 Audit
    • December 2025 Audit
  • Important Links
    • Use Cases
    • GitHub
  • Brand Assets [WIP]
  • Connect With Us
    • LinkedIn
    • Telegram
    • X
    • Blog
    • Website
Powered by GitBook
On this page
  • How Liquidation Works on Arkis
  • Key Properties of Arkis Liquidation
  • Liquidation Example
  • User Notifications & Transparency
  1. Concepts

Liquidation

PreviousMargin EngineNextMargin Call

Last updated 1 day ago

Liquidation is the core safety mechanism that protects Liquidity Providers’ capital when a borrower’s position becomes unhealthy. On Arkis, liquidation is automated, transparent, and portfolio-aware. Liquidation is triggered when the of a falls below 1.0, indicating that, under stress conditions, the account no longer sufficiently covers the borrowed amount.

How Liquidation Works on Arkis

  1. Risk Factor Breach Detection

    • The Margin Engine re-evaluates all Margin Accounts every 30 seconds.

    • If Risk Factor < Liquidation Threshold, a liquidation plan is generated.

  2. Liquidation Plan Creation

    • All positions across DeFi protocols (e.g., Pendle, Curve, Uniswap) are scheduled to close.

    • Assets are swapped (if needed) to the base token of the borrowed asset (e.g., USDC, ETH).

    • Target currency is returned to the Liquidity Pool via smart contracts.

  3. Execution

    • Plan is sent to the Executor microservice.

    • Executor compiles the plan into an onchain transaction and submits it to the Ethereum network (or supported EVM chain).

    • Collateral is liquidated through whitelisted venues, following smart contract logic.

    • Execution is monitored in real-time (with onchain confirmation and fallback retries).

Key Properties of Arkis Liquidation

Property
Description

MEV-Resistant

Liquidation logic is designed to avoid predictable pricing patterns or sandwichable sequences.

Multi-Protocol Aware

A liquidation can span multiple DeFi protocols in a single plan (e.g., unwind Curve LP, sell on 1inch).

Failsafe & Retryable

Executor retries failed transactions and supports fallback execution logic.

Configurable Liquidation Fees

Per-Agreement fee settings (e.g., 5–10%) for compensating LPs and covering slippage.

Liquidation Example

An Asset Manager opens a $5,000 ETH position with 5x leverage:

  • Collateral: $1,000 worth of Curve LP tokens

  • Borrowed Amount: $4,000 USDC

  • Stress-Tested Value: $3,900 (due to slippage, LP discount, market volatility)

  • Risk Factor = 3,900 / 4,000 = 0.975

If the Liquidation Threshold = 1.0, this account becomes eligible for liquidation.

  • Arkis Margin Engine detects the breach.

  • Executes a plan to:

    • Unstake and break Curve LP

    • Sell assets on 1inch to recover USDC

    • Return repaid principal to the Liquidity Pool

User Notifications & Transparency

  • Margin Calls and Liquidation Warnings are pushed via Arkis Web Portal and alerting system.

  • Liquidation events are fully auditable onchain.

  • Smart contract logs contain execution traces of all liquidated positions.

Risk Factor
Margin Account