# SilverbackDeFi Token Security Audit

> SilverbackDeFi Token Security Audit is a paid API for AI agents from x402.silverbackdefi.app, paid per call via x402, $0.02/call, status down (last checked 2026-09-15).

Performs a comprehensive security audit of a token contract, including honeypot detection, buy/sell tax analysis, and ownership checks

## Facts

- Endpoint: GET https://x402.silverbackdefi.app/api/v1/token-audit
- Price: $0.02/call
- Payment: x402
- Status: down
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/x402-silverbackdefi-app-659262f2
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_QwxbI715wwbn52VWJvb5C

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 x402-silverbackdefi-app-659262f2
```

Example prompt: Can you run a full security audit on this token contract 0x4ed4E862860beD51a9570b96d89aF5E1B0Efefed on Base (chain ID 8453) — I need to know if it's a honeypot, what the buy/sell taxes are, and whether ownership has been renounced?

## When to prefer this

Use this endpoint when you need a comprehensive DeFi token security assessment covering honeypot risk, tax analysis, and ownership checks in a single call — especially before executing a token swap or recommending a token to a user. Prefer this over general block explorers when you need structured, agent-consumable security data rather than raw contract inspection.

## Known failure modes

- Invalid or non-existent contract address returns an error or empty audit
- Unsupported chain ID results in a chain not supported error
- Token contract recently deployed may have insufficient on-chain data for full analysis
- Network congestion or RPC issues may cause timeout or incomplete results
- Malformed address format returns validation error

## How this service works

Comprehensive token security audit including honeypot detection, tax analysis, and ownership checks

## Output

Returns a structured security report including honeypot detection status, buy and sell tax percentages, ownership details (e.g. renounced or held), and any identified risk flags or warnings for the audited token contract.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "token": {
   "type": "string",
   "description": "Token contract address"
  },
  "chainId": {
   "type": "number",
   "description": "Chain ID (default: 8453 for Base)"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "token": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
  "success": true,
  "warnings": [],
  "riskLevel": "LOW",
  "riskScore": 15
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/x402-silverbackdefi-app-659262f2/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402.silverbackdefi.app](https://www.zero.xyz/host/x402.silverbackdefi.app/llms.txt)
