Maintenance publication structure

Each maintenance publication represents a cluster that contains Margin Accounts and CEX Sub-Accounts, along with calculated risk factor from Arkis Risk Management system and margin balance.

The Cluster object

Attributes
health_factorstringRequired

Measures the collateralization ratio of a position, indicating the safety margin against liquidation

Example: 1.13199
calculated_atstring · date-timeRequired

The Cluster object

{
  "margin_accounts": [
    {
      "network": "ethereum",
      "address": "0xFB20BCB94671906f59836Fa6a9E3A3f8Ed125a1C",
      "owner_address": "0x6C2a4922790D9CA133aBBCd6cC106C25128D86F7",
      "loan_principal": {
        "amount": "3000.000000",
        "symbol": "USDC"
      },
      "accrued_interest": {
        "amount": "0.016491",
        "symbol": "USDC"
      },
      "tokens": [
        {
          "symbol": "USDe",
          "amount": "2306142.280059457943784487",
          "price": "0.9991"
        }
      ],
      "positions": [
        {
          "protocol_name": "pendle",
          "underlying_tokens": [
            {
              "symbol": "USDe",
              "amount": "2306142.280059457943784487",
              "price": "0.9991"
            }
          ],
          "lp_token_address": "0x4eaA571EaFCD96f51728756BD7F396459BB9B869",
          "pool_address": "0x4eaA571EaFCD96f51728756BD7F396459BB9B869",
          "fixed_rewards": [
            {
              "symbol": "PENDLE",
              "amount": "1293278709371760270306",
              "price": "3.28"
            }
          ]
        }
      ]
    }
  ],
  "sub_accounts": [
    {
      "network": "bybit"
    }
  ],
  "margin_balance": {
    "amount": "5800.534754",
    "symbol": "USDC"
  },
  "health_factor": "1.13199",
  "calculated_at": "2025-11-15T10:45:52.645Z"
}

Last updated