# DeFi Rug Pull Risk Detector

> DeFi Rug Pull Risk Detector is a paid API for AI agents from defi.hugen.tokyo, paid per call via x402, $0.010000/call, status unknown (last checked 2026-09-14).

Analyzes a DeFi token or contract for rug pull risk across ownership concentration, admin keys, proxy upgrade patterns, hidden mint functions, and liquidity lock status

## Facts

- Endpoint: GET https://defi.hugen.tokyo/defi/rugpull
- Price: $0.010000/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/defi-hugen-tokyo-961f17ed
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_WWahP0Np301Fk8yz91GfW

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 defi-hugen-tokyo-961f17ed
```

Example prompt: Can you run a rug pull risk check on this token — contract address 0xabc123... on Ethereum — and tell me if the liquidity is locked, whether admin keys are renounced, and if there are any hidden mint functions or suspicious ownership concentration?

## When to prefer this

Use this endpoint when you need a comprehensive, multi-factor rug pull risk assessment for a DeFi token — especially when you want to check ownership concentration, liquidity lock status, hidden mint functions, and admin key renouncement in a single call without needing an API key.

## Known failure modes

- Invalid or unrecognized contract address returns error
- Unsupported blockchain network returns unsupported chain error
- Contract not yet indexed or too new may return incomplete data
- Network congestion may slow on-chain data retrieval
- Rate limiting or payment failure returns 402 or rejection

## How this service works

Rug pull risk detection — analyze ownership concentration, renounced vs active admin keys, proxy upgrade patterns, hidden mint functions, and liquidity lock status. Multi-factor risk scoring across code, ownership, and on-chain behavior. No API keys needed. Accepts USDC payments on Base and Solana

## Output

Returns a multi-factor rug pull risk score along with detailed findings on ownership concentration, renounced vs active admin keys, proxy upgrade patterns, hidden mint functions, and liquidity lock status for the analyzed token contract.

## Request schema (JSON Schema)

```json
{
 "properties": {
  "input": {
   "required": [
    "method"
   ]
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/defi-hugen-tokyo-961f17ed/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from defi.hugen.tokyo](https://www.zero.xyz/host/defi.hugen.tokyo/llms.txt)
