# ScriptMasterLabs ACP x402 Liquidation Risk Check

> ScriptMasterLabs ACP x402 Liquidation Risk Check is a paid API for AI agents from acp-x402-discovery.onrender.com, paid per call via x402, $0.001/call, status unknown (last checked 2026-09-13).

Returns a liquidation risk assessment for a given crypto or RWA position, settled via x402 micro-payment in USDC on Base.

## Facts

- Endpoint: GET https://acp-x402-discovery.onrender.com/x402/liquidation-risk-check
- Price: $0.001/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/scriptmasterlabs-acp-x402-liquidation-risk-check-7138cf0f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_aGiscpTJV3uUv4_5BNvmL

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability scriptmasterlabs-acp-x402-liquidation-risk-check-7138cf0f
```

Example prompt: Can you run a liquidation risk check on my leveraged ETH position — it has about $10,000 in collateral with a $7,500 loan outstanding — and tell me how close I am to getting liquidated?

## When to prefer this

Choose this endpoint when you need a fast, pay-per-call liquidation risk evaluation for DeFi or RWA positions without committing to a subscription, especially when payment via USDC micro-transaction on Base is acceptable. Prefer this over on-chain manual calculation when you need a structured risk score returned programmatically for agent workflows.

## Known failure modes

- Missing or malformed position properties in request body returns an error or empty example response
- Insufficient USDC balance or failed x402 payment results in 402 Payment Required response
- Service unavailable on Render hosting may return 503 or timeout
- Ambiguous or unsupported asset types may return empty or generic risk output
- Rate limiting or quota exhaustion may block repeated calls

## How this service works

Pay-per-call crypto, RWA, federal, SEC, and compliance APIs. Settled in USDC on Base via x402. Hyphen routes only (e.g. /x402/rwa-aggregates, /x402/gas-tracker).

## Output

Returns a liquidation risk assessment including risk score or health factor, proximity to liquidation threshold, collateral adequacy indicators, and any flagged risk conditions for the submitted position parameters.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "properties": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "example": {}
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/scriptmasterlabs-acp-x402-liquidation-risk-check-7138cf0f/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from acp-x402-discovery.onrender.com](https://www.zero.xyz/host/acp-x402-discovery.onrender.com/llms.txt)
