# CryptoPulse Crypto Security Advisor

> CryptoPulse Crypto Security Advisor is a paid API for AI agents from cryptopulse-xi-five.vercel.app, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-15).

Provides personalized crypto security guidance covering hardware wallet setup, seed phrase protection, multi-signature architecture, and approval hygiene

## Facts

- Endpoint: GET https://cryptopulse-xi-five.vercel.app/api/security
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/cryptopulse-crypto-security-advisor-331ee301
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_iEfJ5XB0-OyaUTXLqu0dF

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 cryptopulse-crypto-security-advisor-331ee301
```

Example prompt: Can you walk me through how to securely set up a hardware wallet, protect my seed phrase, and manage token approvals so my crypto holdings don't get compromised?

## When to prefer this

Choose this endpoint when a user needs comprehensive, opinionated crypto security advice covering self-custody hardware wallets, seed phrase protection, multi-sig setups, or DeFi approval hygiene — especially when they want step-by-step practical guidance rather than generic information

## Known failure modes

- Payment not received — 402 response requiring x402 payment of 0.1 USDC
- Service unavailable — Vercel hosting outage returns 503
- Rate limiting — too many requests returns 429
- Malformed request — missing required query parameters returns 400

## How this service works

Token risk & honeypot scanner — detect honeypot contracts, rugpull, mint/tax traps and malicious or sanctioned wallet addresses on-chain via GoPlus (ETH/BSC/Base/Polygon/Arbitrum). Plus self-custody, seed and multisig setup guidance. For pre-trade safety and crypto security agents.

## Output

A personalized, actionable crypto security guide covering hardware wallet setup steps, seed phrase storage best practices, multi-signature wallet architecture options, and token approval hygiene recommendations tailored to the user's situation

## Example request

```json
{
 "country": "US",
 "tax_year": "2024",
 "activities": "hold,trade"
}
```

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET",
      "HEAD",
      "DELETE"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "properties": {
      "chain": {
       "type": "string",
       "description": "ethereum | bsc | base | polygon | arbitrum | optimism | avalanche"
      },
      "setup": {
       "type": "string",
       "description": "exchange-only | software-wallet | hardware-wallet | multisig | institutional"
      },
      "token": {
       "type": "string",
       "description": "optional contract address to risk-scan (honeypot/tax/mint)"
      },
      "address": {
       "type": "string",
       "description": "optional wallet address to screen (sanctions/phishing/mixer)"
      },
      "value_tier": {
       "type": "string",
       "description": "under1k | 1k-10k | 10k-100k | over100k"
      }
     }
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "errors": {
     "type": "object",
     "description": "Documented error responses, keyed by HTTP status code",
     "additionalProperties": {
      "type": "object",
      "required": [
       "description"
      ],
      "properties": {
       "example": {
        "type": "object"
       },
       "description": {
        "type": "string"
       }
      }
     }
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "primary": "Ledger Flex ($249) or Trezor Safe 5 ($169)",
  "red_flags": [
   "Storing seed phrase in cloud",
   "Using exchange as long-term storage"
  ],
  "seed_phrase": "Store on steel plate — never digital",
  "recommended_setup": "hardware-wallet"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/cryptopulse-crypto-security-advisor-331ee301/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from cryptopulse-xi-five.vercel.app](https://www.zero.xyz/host/cryptopulse-xi-five.vercel.app/llms.txt)
