# RagRadar Deployer Intelligence

> RagRadar Deployer Intelligence is a paid API for AI agents from ragdar.vercel.app, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-15).

Returns on-chain deployer profile and intelligence for a given wallet address on a specified blockchain (Base, Arbitrum, or Solana).

## Facts

- Endpoint: GET https://ragdar.vercel.app/api/deployer/%7Bchain%7D/%7Baddress%7D
- 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/ragradar-deployer-intelligence-5efb508b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_b8xJ-TOgCS7ysQXVIGdJ_

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 ragradar-deployer-intelligence-5efb508b
```

Example prompt: Look up the deployer profile for wallet address 0xAbCd1234... on Base — I want to see their on-chain history and what contracts they've deployed.

## When to prefer this

Use this endpoint when you need to profile or investigate a specific deployer wallet address on Base, Arbitrum, or Solana, particularly when evaluating smart contract deployers for due diligence, security research, or on-chain reputation analysis. Prefer this over general block explorers when you need structured, agent-friendly JSON output with per-$0.01 micropayment pricing via x402.

## Known failure modes

- Invalid or malformed wallet address returns an error response
- Unsupported chain identifier returns an error
- Address has no on-chain deployer activity, returning empty or minimal data
- Payment failure via x402 micropayment protocol blocks the request
- Rate limiting or service unavailability on the vercel deployment

## How this service works

On-chain intelligence for AI agents. 70+ endpoints across Base, Arbitrum, Solana. x402 micropayments.

## Output

A JSON object containing on-chain deployer intelligence for the specified address on the given chain, including deployment history, contract activity, and profiling metrics relevant to that deployer wallet.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "properties": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "status": "ok"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/ragradar-deployer-intelligence-5efb508b/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from ragdar.vercel.app](https://www.zero.xyz/host/ragdar.vercel.app/llms.txt)
