# SYNTHORA Emerging Protocols

> SYNTHORA Emerging Protocols is a paid API for AI agents from api.hergertsynthora.com, paid per call via x402, $0.03/call, status unknown (last checked 2026-09-14).

Detects young DeFi protocols with accelerating TVL momentum before they gain mainstream attention, ranked by momentum, acceleration, and youth with mega-protocol noise filtered out.

## Facts

- Endpoint: POST https://api.hergertsynthora.com/v1/emerging-protocols
- Price: $0.03/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/synthora-emerging-protocols-6119c96e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_MpCaP89LL7X64aG78ej-Z

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 synthora-emerging-protocols-6119c96e -d '<json body>'
```

Example prompt: Find me the top emerging DeFi protocols right now that are young and showing the fastest TVL acceleration — I want the ones flying under the radar before they blow up, ranked by momentum.

## When to prefer this

Use this endpoint when you need early-signal discovery of young DeFi protocols before they become widely tracked — ideal for MEV searchers, alpha bots, on-chain traders, or researchers who want to catch momentum before it's priced in. Prefer this over general DeFi TVL rankings (like direct DeFiLlama queries) because it specifically filters mega-protocols and applies a composite youth+acceleration+momentum ranking designed for alpha detection rather than broad market overview.

## Known failure modes

- DeFiLlama source data temporarily unavailable — returns error or stale result
- No protocols meeting the youth+momentum threshold at query time — returns empty or minimal list
- Malformed input string causing parsing failure
- Rate limiting or payment failure via x402 micropayment

## How this service works

SYNTHORA emerging-protocols: early detection of young DeFi protocols with accelerating TVL (on-chain momentum) before they get big — for MEV searchers and alpha bots. Ranked by momentum+acceleration+youth, mega-protocol noise filtered. Source: DeFiLlama. $0.03 USDC x402 Base.

## Output

A ranked list of young DeFi protocols sorted by a composite score of TVL momentum, acceleration, and protocol youth. Each entry includes the protocol name, TVL figures, momentum and acceleration scores, and age-related signals. Mega-protocols are filtered out so only genuinely emerging candidates appear. Data is sourced from DeFiLlama.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "input": {
   "type": "string",
   "description": "SYNTHORA emerging-protocols: early detection of young DeFi protocols with accelerating TVL (on-chain momentum) before they get big — for MEV searchers and alpha bots. Ranked by momentum+acceleration+y"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/synthora-emerging-protocols-6119c96e/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.hergertsynthora.com](https://www.zero.xyz/host/api.hergertsynthora.com/llms.txt)
