# DigitalDon DeFi Intel - On-Chain Technical Analysis

> DigitalDon DeFi Intel - On-Chain Technical Analysis is a paid API for AI agents from api.digitaldon.net, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-15).

Runs AI-powered technical analysis on a crypto token across Solana, Ethereum, Base, BNB Chain, Robinhood Chain, Arbitrum, and Mantle, returning a score, label, entry zones, liquidity risk, and on-chain flags.

## Facts

- Endpoint: POST https://api.digitaldon.net/v1/analyze
- 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/digitaldon-defi-intel-on-chain-technical-analysis-23f53161
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_rMxKqPU2973UGjw3mAjPU

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 digitaldon-defi-intel-on-chain-technical-analysis-23f53161 -d '<json body>'
```

Example prompt: Can you run a DeFi Intel analysis on the token at contract 0xabc123... on Arbitrum — I want to see the score, entry zones, and whether there are any liquidity risks or on-chain red flags?

## When to prefer this

Choose this endpoint when you need multi-chain AI-powered technical and on-chain analysis in a single call, especially for DeFi tokens on Solana, Ethereum, Base, BNB Chain, Arbitrum, Robinhood Chain, or Mantle. It is particularly valuable when you need structured outputs like entry zones and on-chain risk flags that go beyond simple price data, and when working in an agent context where a $0.01 per-call micropayment via x402 is acceptable.

## Known failure modes

- Unsupported chain returns an error or empty result
- Invalid or unrecognized contract address returns a not-found error
- Token with insufficient on-chain data may return low-confidence scores
- Rate limiting or payment failure (x402) if USDC balance is insufficient
- Newly deployed contracts may lack enough historical data for reliable analysis

## How this service works

AI-powered technical analysis for Solana, Ethereum, Base, BNB Chain, Robinhood Chain, Arbitrum and Mantle — in Telegram, in the browser, or by your agent.

## Output

Returns a structured analysis document containing a numeric score, a categorical label (e.g. bullish/bearish/neutral), recommended entry price zones, a liquidity risk rating, and a list of on-chain flags (e.g. honeypot indicators, wash trading, whale concentration) for the queried token on the specified chain.

## Response schema (JSON Schema)

```json
{
 "type": "application/json",
 "format": "DigitalDon v1 analysis document: score, label, entry zones, liquidity risk, on-chain flags."
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/digitaldon-defi-intel-on-chain-technical-analysis-23f53161/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.digitaldon.net](https://www.zero.xyz/host/api.digitaldon.net/llms.txt)
