{
  "generated_at": "2026-04-24T15:01:35.625676+00:00",
  "slug": "liquidation-sentinel-up-railway-app-entrypoints-monitorposition-invoke",
  "title": "Liquidation Sentinel \u00b7 DeFi Position Monitor",
  "url": "https://liquidation-sentinel.up.railway.app/entrypoints/monitorPosition/invoke",
  "category": "finance",
  "summary": "Watch DeFi borrow positions and receive alerts when liquidation risk thresholds are breached.",
  "seo": {
    "title": "DeFi Liquidation Risk API - x402 Alert Service",
    "description": "Monitor DeFi borrow positions for liquidation risk with configurable alert thresholds. Pay $0.02 USDC per check via x402 on Base. Real-time position health tracking."
  },
  "use_cases": [
    "Automate liquidation risk monitoring for leveraged positions",
    "Set custom buffer thresholds for early warning alerts",
    "Track position health across multiple lending protocols"
  ],
  "ideal_buyer": "DeFi traders with leveraged positions and lending protocol users needing automated liquidation protection without constant manual monitoring.",
  "example_prompt": "Monitor my borrow position and alert me when the health factor drops below 1.1.",
  "example_request_body": {
    "protocol": "aave",
    "alertThreshold": 1.1,
    "positionAddress": "0x..."
  },
  "risk_notes": [],
  "pricing_sanity": {
    "flag": "normal",
    "ratio": 0.667,
    "median_category_atomic": 30000
  },
  "pricing_review_required": false,
  "pricing_decimal_suspect": false,
  "trust_tier": "indexed_external",
  "accepts": [
    {
      "scheme": "exact",
      "network": "base",
      "pay_to": "0x3c53888a89e66d0e6d5ce13d0b9abcc0e9d4a8e4",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "max_amount_required_atomic": "20000",
      "max_timeout_seconds": 300,
      "mime_type": "application/json",
      "description": "Watch borrow positions and warn before liquidation risk",
      "verified": false,
      "hints": {
        "input": {
          "type": "http",
          "method": "POST",
          "bodyType": "json",
          "bodyFields": {
            "input": {
              "type": "object",
              "required": [
                "wallet",
                "alert_threshold"
              ],
              "properties": {
                "wallet": {
                  "type": "string",
                  "description": "Wallet address to monitor"
                },
                "positions": {
                  "type": "array",
                  "items": {
                    "type": "string"
                  },
                  "description": "Specific positions to monitor"
                },
                "protocol_ids": {
                  "type": "array",
                  "items": {
                    "enum": [
                      "aave-v3",
                      "compound-v3"
                    ],
                    "type": "string"
                  },
                  "description": "Lending protocols to track (default: all)"
                },
                "alert_threshold": {
                  "type": "number",
                  "description": "Health factor threshold for alerts (default: 1.5)"
                }
              }
            }
          }
        },
        "output": {
          "output": {
            "type": "object",
            "$schema": "https://json-schema.org/draft/2020-12/schema",
            "required": [
              "positions"
            ],
            "properties": {
              "positions": {
                "type": "array",
                "items": {
                  "type": "object",
                  "required": [
                    "protocol",
                    "health_factor",
                    "liq_price",
                    "buffer_percent",
                    "alert_threshold_hit",
                    "total_collateral_usd",
                    "total_debt_usd",
                    "liquidation_threshold"
                  ],
                  "properties": {
                    "protocol": {
                      "type": "string",
                      "description": "Lending protocol"
                    },
                    "liq_price": {
                      "type": "string",
                      "description": "Liquidation price threshold"
                    },
                    "health_factor": {
                      "type": "string",
                      "description": "Current health factor"
                    },
                    "buffer_percent": {
                      "type": "number",
                      "description": "Safety buffer percentage"
                    },
                    "total_debt_usd": {
                      "type": "string",
                      "description": "Total debt in USD"
                    },
                    "alert_threshold_hit": {
                      "type": "boolean",
                      "description": "Whether alert threshold was hit"
                    },
                    "total_collateral_usd": {
                      "type": "string",
                      "description": "Total collateral in USD"
                    },
                    "liquidation_threshold": {
                      "type": "string",
                      "description": "Liquidation threshold percentage"
                    }
                  },
                  "additionalProperties": false
                }
              }
            },
            "additionalProperties": false
          }
        }
      }
    }
  ],
  "duplicate_cluster_id": "finance-cl-78a63e064dfc",
  "origin": {
    "slug": "liquidation-sentinel-up-railway-app",
    "host": "liquidation-sentinel.up.railway.app",
    "title": "liquidation-sentinel.up.railway.app",
    "description": "An x402-payable API origin hosted on Railway. No service information is currently available from the host.",
    "url": "https://liquidation-sentinel.up.railway.app"
  },
  "json_ld": {
    "@id": "https://x402all.com/resource/liquidation-sentinel-up-railway-app-entrypoints-monitorposition-invoke",
    "url": "https://x402all.com/resource/liquidation-sentinel-up-railway-app-entrypoints-monitorposition-invoke",
    "name": "Liquidation Sentinel \u00b7 DeFi Position Monitor",
    "@type": "WebAPI",
    "offers": {
      "url": "https://x402all.com/resource/liquidation-sentinel-up-railway-app-entrypoints-monitorposition-invoke",
      "@type": "Offer",
      "price": "0.02",
      "availability": "https://schema.org/InStock",
      "priceCurrency": "USDC",
      "priceSpecification": {
        "@type": "UnitPriceSpecification",
        "price": "0.020000",
        "unitText": "call",
        "priceCurrency": "USDC"
      },
      "eligibleCustomerType": "Agent",
      "additionalProperty": [
        {
          "@type": "PropertyValue",
          "name": "paymentNetwork",
          "value": "base"
        },
        {
          "@type": "PropertyValue",
          "name": "paymentAsset",
          "value": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913"
        }
      ]
    },
    "sameAs": "https://liquidation-sentinel.up.railway.app/entrypoints/monitorPosition/invoke",
    "@context": "https://schema.org",
    "provider": {
      "@id": "https://x402all.com/server/liquidation-sentinel-up-railway-app",
      "url": "https://liquidation-sentinel.up.railway.app",
      "name": "liquidation-sentinel.up.railway.app",
      "@type": "Organization"
    },
    "identifier": "liquidation-sentinel-up-railway-app-entrypoints-monitorposition-invoke",
    "description": "Monitor DeFi borrow positions for liquidation risk with configurable alert thresholds. Pay $0.02 USDC per check via x402 on Base. Real-time position health tracking.",
    "potentialAction": {
      "@type": "BuyAction",
      "target": "https://axon402.com/test-buy?resource=liquidation-sentinel-up-railway-app-entrypoints-monitorposition-invoke",
      "description": "Test-buy this endpoint on AXON"
    },
    "applicationCategory": "finance"
  },
  "axon_deep_link": "https://axon402.com/test-buy?resource=liquidation-sentinel-up-railway-app-entrypoints-monitorposition-invoke"
}
