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
  • Interpreting the Risk Factor
  • Risk Factor in Context of Liquidation
  1. Concepts

Risk Factor

PreviousStress-Tested ValueNextMargin Engine

Last updated 1 day ago

The Risk Factor (RF) is the central solvency metric in the , representing the ratio of the of the collateral portfolio to the total borrowed amount within a .

Definition

Where:

  • Portfolio Stress-Tested Value is the sum of all collateral assets in the Margin Account, each discounted by a configurable stress factor.

  • Total Borrowed Value is the current value of borrowed amount by Margin Account.

Interpreting the Risk Factor

Risk Factor

State

Action

RF > Margin Call RF

Healthy

Account is solvent

RF <= Margin Call RF

Margin Call Threshold

Trigger alert, allow top-up

RF < 1.0

Liquidation Triggered

Account is undercollateralized, liquidation initiated

A Risk Factor below 1.0 implies that the account’s stress-tested collateral value no longer covers the borrowed exposure — thus, Liquidation must be executed to preserve solvency for liquidity providers.

Risk Factor in Context of Liquidation

Arkis continuously monitors every Margin Account’s Risk Factor in real time (every 30 seconds). The liquidation pipeline is as follows:

  1. Pre-Liquidation (RF > Margin Call RF):

    • No action required — margin account is overcollateralized even under stress conditions.

  2. Margin Call (RF <= Margin Call RF):

    • The Asset Manager receives an alert.

    • They may respond by:

      • Repaying part of the loan

      • Posting more collateral

      • Closing positions

  3. Liquidation (RF < 1.0):

    • The account is deemed insolvent.

    • Arkis’s Margin Engine generates a liquidation plan.

    • Liquidation is executed on-chain via the Executor module, selling collateral and returning borrowed funds.

Arkis Margin Engine
Stress-Tested Value
Margin Account