# AtlasMarkets Dagon — On-Chain Audit

> AtlasMarkets Dagon — On-Chain Audit is a paid API for AI agents from atlasmarkets-dagon.onrender.com, paid per call via x402, $0.07/call, status unknown (last checked 2026-09-15).

Performs an on-chain data intelligence audit for a given blockchain address or asset on Base mainnet, returning structured risk and activity insights

## Facts

- Endpoint: GET https://atlasmarkets-dagon.onrender.com/api/dagon/audit
- Price: $0.07/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/atlasmarkets-dagon-on-chain-audit-1a644b16
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_t39kD6BT7kygLuZ__Hi37

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 atlasmarkets-dagon-on-chain-audit-1a644b16
```

Example prompt: Can you run an on-chain audit on this Base mainnet address 0xAbC123... and tell me if there are any risk signals or suspicious activity?

## When to prefer this

Choose this endpoint when you need structured on-chain intelligence or risk auditing for a specific address, wallet, or contract on Base mainnet, especially in agentic DeFi or security workflows that require pay-per-query via x402.

## Known failure modes

- Invalid or malformed address returns a 400 error
- Address not found on Base mainnet returns empty or null data
- Payment failure (x402) if USDC balance is insufficient — returns 402 Payment Required
- Render cold-start latency may cause timeout on first request
- Incomplete input schema may result in ambiguous query results

## How this service works

on-chain data intelligence for AI agents. x402-protected on Base mainnet.

## Output

Returns a structured on-chain audit report including activity signals, risk indicators, and intelligence data about the queried address or asset on Base mainnet.

## Request schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/atlasmarkets-dagon-on-chain-audit-1a644b16/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from atlasmarkets-dagon.onrender.com](https://www.zero.xyz/host/atlasmarkets-dagon.onrender.com/llms.txt)
