# Sentinel Token Verification

> Sentinel Token Verification is a paid API for AI agents from sentinel-awms.onrender.com, paid per call via x402, $0.005/call, status unknown (last checked 2026-09-14).

Analyzes a crypto token for honeypot traps, tax mechanisms, and ownership concentration risks

## Facts

- Endpoint: POST https://sentinel-awms.onrender.com/verify/token
- Price: $0.005/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/sentinel-awms-onrender-com-7b16c3cb
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_MVW3aWGmYs-ucUAiorwNT

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 sentinel-awms-onrender-com-7b16c3cb -d '<json body>'
```

Example prompt: Can you check if this token is a honeypot and what the buy/sell tax looks like? The contract address is 0xABC123... on Ethereum.

## When to prefer this

Use this endpoint when an agent needs to quickly vet a crypto token before executing a trade or investment, specifically when honeypot detection, tax analysis, and ownership risk are all needed in a single call rather than separate tools.

## Known failure modes

- Invalid or unrecognized token address returns an error
- Unsupported blockchain network not analyzed
- Token not yet indexed or too new to analyze
- Network timeout on contract call
- Payment failure via x402 protocol blocks the request

## How this service works

Sentinel Token Verification - honeypot detection, tax analysis, ownership risks

## Output

Returns a structured report indicating whether the token is a honeypot, any buy/sell tax percentages, and ownership concentration risks that could indicate a rug pull or manipulation.

## Example request

```json
{
 "chain": "base",
 "detail": "standard",
 "address": "0x532f27101965dd16442E59d40670FaF5eBB142E4"
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "chain": "base",
  "address": "0x532f27101965dd16442E59d40670FaF5eBB142E4",
  "verdict": "LOW_RISK",
  "risk_flags": [
   "Slippage is modifiable by owner"
  ],
  "token_name": "Brett",
  "trust_grade": "B",
  "trust_score": 82,
  "token_symbol": "BRETT"
 }
}
```

## More

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