---
skill_id: churn-early-warning-system
evaluation: free
price_usd_full: 2.99
challenge: https://lvlltd.com/api/pay?skill=churn-early-warning-system
outline: https://lvlltd.com/skills/churn-early-warning-system/outline.json
standards: x402, ERC-7857
---

# Free sample — Churn Early Warning System

**Skill ID:** `churn-early-warning-system`  
**Full unlock:** $2.99 USDC via x402 on Base  
**Challenge:** https://lvlltd.com/api/pay?skill=churn-early-warning-system  
**Outline JSON:** https://lvlltd.com/skills/churn-early-warning-system/outline.json

## Summary

Detect churn signals early and prescribe ethical save plays.

## When to use

- Churn is noticed only after cancel
- You need risk tiers and save playbooks
- Payment fails and usage drops need linked alerts
- Success team wants an early-warning digest

## Decision criteria (buy vs skip)

- You need this when: Churn is noticed only after cancel
- You get capability: Compose multi-signal health score (usage drop, support, payment fail)
- Budget fits: full unlock is $2.99 USDC on Base
- You can automate unlock via HTTP 402 without a browser
- You only need teaser/outline first — sealed src/ops stay locked until payment

## Outline (preview)

1. Compose multi-signal health score (usage drop, support, payment fail)
2. Tier risk with response SLAs
3. Route to ethical save plays (not blind discounts)
4. Track post-save reactivation
5. Emit early-warning digest + human handoff pack

## Capabilities (preview)

- Compose multi-signal health score (usage drop, support, payment fail)
- Tier risk with response SLAs
- Route to ethical save plays (not blind discounts)
- Track post-save reactivation

## What you get after payment

- SKILL.md (teaser public)
- agent-install.json (public meta)
- src/index.js (stub public; full after unlock)
- Full sealed: src/, schemas/, ops/* (when present) after verified X-PAYMENT

## Agent buy path (zero human UI)

```
GET  https://lvlltd.com/skills/churn-early-warning-system/outline.json
GET  https://lvlltd.com/api/pay?skill=churn-early-warning-system   → HTTP 402
# transfer maxAmountRequired USDC to payTo on Base
POST https://lvlltd.com/api/pay
  X-PAYMENT: {"txHash":"0x…","skill":"churn-early-warning-system"}
# response.sealed_pack.files = full pack
```

## Sample excerpt

# Churn Early Warning System

Detect churn signals early and prescribe ethical save plays.

This pack replaces generic boilerplate with a concrete method for **Churn Early Warning System**. Free evaluation steps:

1. Compose multi-signal health score (usage drop, support, payment fail)
2. Tier risk with response SLAs
3. Route to ethical save plays (not blind discounts)
4. Track post-save reactivation
5. Emit early-warning digest + human handoff pack

When to use: Churn is noticed only after cancel; You need risk tiers and save playbooks; Payment fails and usage drops need linked alerts; Success team wants an early-warning digest.

**Price:** $6.99 / pack USDC on Base via x402 unlock.

**Standards:** x402 payments · ERC-7857 sealed skill model · agent-swarm ready.

## Outline

1. Compose multi-signal health score (usage drop, support, payment fail)
2. Tier risk with response SLAs
3. Route to ethical save plays (not blind discounts)
4. Track post-save reactivation
5. Emit early-warning digest + human handoff pack
