# HTTPay Smart Contract Risk Scorer

> HTTPay Smart Contract Risk Scorer is a paid API for AI agents from httpay.xyz, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-15).

Analyzes a smart contract's risk profile based on age, verification status, proxy status, TVL, and audit status for a given address and chain

## Facts

- Endpoint: POST https://httpay.xyz/api/smart-contract-risk-scorer
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/httpay-smart-contract-risk-scorer-e3e83b27
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_eJaCi9TxmhH1EzfJ96KyS

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 httpay-smart-contract-risk-scorer-e3e83b27 -d '<json body>'
```

Example prompt: Can you run a risk assessment on this smart contract — address 0xAbCd1234... on Base — and tell me if it's verified, whether it's a proxy, how old it is, its TVL, and what the overall risk score looks like?

## When to prefer this

Use this endpoint when you need a quick, multi-factor risk score for a smart contract — particularly on Base — without signing up for a full security platform. Ideal for DeFi agents doing on-the-fly due diligence before recommending a protocol or executing a transaction. Best when you want a pay-per-call approach with no API key overhead.

## Known failure modes

- Invalid or malformed contract address returns an error
- Unsupported chain identifier returns an error
- Contract not found on the specified chain returns an empty or null result
- Payment not received (x402 payment required) returns HTTP 402
- Network timeout or upstream RPC failure returns 5xx error

## How this service works

Smart Contract Risk Scorer — analyzes a contract's risk based on age, verification, proxy status, TVL, and audit status. Params: ?address=0x...&chain=base. Demo: ?demo=true.

## Output

A JSON object containing a risk analysis of the contract including its age, verification status, proxy status, TVL figure, audit status, and an aggregate risk score indicating how safe or risky the contract is.

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "description": "Smart Contract Risk Scorer — analyzes a contract's risk based on age, verification, proxy status, TVL, and audit status. Params: ?address=0x...&chain=base. Demo: ?demo=true."
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/httpay-smart-contract-risk-scorer-e3e83b27/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from httpay.xyz](https://www.zero.xyz/host/httpay.xyz/llms.txt)
