# Silverback Token Security Audit

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

Performs a comprehensive security audit on a token contract including honeypot detection, tax analysis, and ownership checks

## Facts

- Endpoint: GET https://silverback-x402.onrender.com/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/silverback-x402-onrender-com-9dab92bf
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_5Sm-G1oc5OZ8bEsoHx4j6

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 silverback-x402-onrender-com-9dab92bf
```

Example prompt: Can you run a full security audit on this token contract 0x1234abcd... on Base chain (chainId 8453) — I want to know if it's a honeypot, what the buy/sell taxes are, and who controls it before I invest.

## When to prefer this

Use this endpoint when you need a comprehensive, multi-factor security assessment of a token contract before trading or investing, especially on Base chain. Ideal for detecting honeypots, verifying tax rates, and checking ownership renouncement in a single call rather than making multiple separate requests.

## Known failure modes

- Invalid or non-existent contract address returns error
- Unsupported chain ID returns chain not supported error
- Token not yet indexed or too new may return incomplete data
- Payment failure (x402) returns 402 Payment Required
- Rate limiting or server overload returns 503

## How this service works

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

## Output

Returns a comprehensive security audit report for the token including honeypot detection result, buy/sell tax percentages, ownership details (renounced or not), and overall risk assessment flags.

## 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)"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/silverback-x402-onrender-com-9dab92bf/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from silverback-x402.onrender.com](https://www.zero.xyz/host/silverback-x402.onrender.com/llms.txt)
