# EVM Meme-Coin Safety Check

> EVM Meme-Coin Safety Check is a paid API for AI agents from evm-meme-intel.vercel.app, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-15).

Analyzes and returns safety signals for EVM-based meme coins to help AI agents assess risk before trading

## Facts

- Endpoint: GET https://evm-meme-intel.vercel.app/api/safety
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/evm-meme-coin-safety-check-03146966
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_uWRF7leaiD8LHayENLEH1

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 evm-meme-coin-safety-check-03146966
```

Example prompt: Can you run a safety check on this meme coin at contract address 0x1234...abcd on Base — I want to know if it's a rug pull risk before I buy any.

## When to prefer this

Use this endpoint when an AI agent needs to programmatically assess the safety or legitimacy of a meme coin on an EVM-compatible blockchain before recommending or executing a trade. Preferred over generic token data APIs when meme-coin-specific risk signals (rug pull detection, honeypot, ownership concentration) are needed. Pay-per-call via USDC/x402 on Base makes it suitable for on-demand agent workflows without subscriptions.

## Known failure modes

- Invalid or unrecognized contract address returns an error
- Unsupported EVM chain returns a chain-not-supported error
- Contract too new or unindexed returns insufficient data response
- Payment failure via x402/USDC blocks the call
- Rate limiting if too many calls in short succession

## How this service works

Rug/safety check for an EVM meme token via GoPlus: honeypot, sellability, buy/sell tax, owner privileges (mint, blacklist, pause, reclaim ownership), proxy, source verification. Returns GO/CAUTION/AVOID. Body: { token, chain }.

## Output

Returns safety signals for the given EVM meme-coin contract, including risk scores, red flags such as honeypot detection, liquidity lock status, ownership concentration, and an overall safety assessment.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "chain": {
   "type": "string",
   "description": "eth, bnb, base."
  },
  "token": {
   "type": "string",
   "description": "Token contract (0x...)."
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/evm-meme-coin-safety-check-03146966/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from evm-meme-intel.vercel.app](https://www.zero.xyz/host/evm-meme-intel.vercel.app/llms.txt)
