---
title: "Revenue Concentration Alert — Pricing Growth Tactic"
description: "Flags heavy concentration when a single plan carries more than 70 percent of revenue and recommends plan-mix moves—diversified portfolios grow at more than twice the rate of concentrated ones."
canonical: "https://churnkey.co/growth/library/revenue-concentration-alert"
category: "growth"
related:
  - /growth/library/index.html.md
  - /growth/library/methodology.html.md
  - /tools/growth-rate-calculator.html.md
last_updated: "2026-06-09"
---

# Revenue Concentration Alert

Flags heavy concentration when a single plan carries more than 70 percent of revenue and recommends plan-mix moves—diversified portfolios grow at more than twice the rate of concentrated ones.

- **Stage:** Pricing
- **Evidence grade:** strong (large, consistent correlation)
- **Evidence:** 18.3 percent growth for diversified revenue portfolios versus 8.8 percent for concentrated ones
- **Trigger type:** Threshold
- **Channels:** email, webhook

## What is it?

When one plan carries most of the revenue, the company has a single point of failure dressed up as a flagship. The portfolio analysis behind this tactic found that companies with diversified revenue mixes grow at 18.3 percent against 8.8 percent for concentrated ones, and that gap compounds. Held for five years, 18.3 percent growth multiplies revenue roughly 2.3 times, while 8.8 percent reaches roughly 1.5 times. The tactic watches the plan-level revenue mix, and when a single plan crosses 70 percent of revenue, it flags the concentration and recommends the moves that would spread it.

The recommendations are grounded in observed usage rather than wishful tiering: which subscriber segments on the dominant plan match the usage profile of a different tier, and which structural gaps (a missing entry tier, an underweighted middle) funnel everyone onto one plan in the first place.

## When it fires

The trigger is the threshold crossing: a single plan’s share of revenue rises through 70 percent. The tactic computes the mix on a rolling basis, so a one-month billing blip does not trip it. Sustained concentration does.

The flag clears at a lower line than the one it fired on, so a portfolio hovering at the boundary does not generate a monthly drumbeat of identical warnings. Once flagged, the tactic follows up only on a meaningful mix change in either direction.

## What the evidence shows

The growth gap is the headline: 18.3 percent for diversified portfolios versus 8.8 percent for concentrated ones, measured across plan-level revenue mix in a billing dataset of roughly 3,000 subscription companies. At those rates the difference is not cosmetic. It compounds into roughly 2.3 times versus 1.5 times revenue over five years.

The honest caveat is direction: growing companies may diversify as they grow, rather than growing because they diversified. The pattern is graded strong, not causal. That is why the tactic nudges and recommends instead of migrating anyone, and why its suggestions lean on usage fit, where the downside of acting is small even if cause runs both ways.

## How it runs

In production, the tactic maintains the rolling revenue mix from billing data, and on a threshold crossing assembles the diversification report: the concentration number, the typical mix at similar companies, the dominant-plan segments whose usage matches another tier, and the structural gaps in the catalog. The report goes to the operator by email, with a structured payload over webhook for internal dashboards.

Guardrails keep it a nudge: the tactic never migrates a subscriber or changes a plan, every recommendation names the usage evidence behind it, and nothing fires at all until the revenue base is large enough for mix percentages to mean something.

## Run it with the Churnkey MCP

This tactic runs via the Churnkey MCP. Connect it to your favorite AI agent and it reads your own usage and billing data, then recommends and runs the plays most likely to move your LTV — starting with whether this one fits.

**Trigger:** A single plan’s share of total revenue rises through 70 percent on a rolling basis, sustained rather than a one-month billing blip.

**Surface:** A diversification report delivered to the operator by email, with the same content available as a structured webhook payload for internal tooling.

**Guardrails:**

- Advisory only: never migrate a subscriber, change a plan, or touch the catalog. Every move requires operator action.
- Revenue floor: do not flag concentration until the revenue base is large enough for mix percentages to be meaningful.
- Clearance gap: clear the flag below the line it fired on and follow up only on meaningful mix changes, so a portfolio at the boundary is not warned monthly.
- Grounded recommendations: every suggested plan-mix move names the observed usage fit or structural gap behind it. No diversification for its own sake.

**Evidence:** Companies with diversified revenue portfolios grow at 18.3 percent versus 8.8 percent for concentrated ones, measured across plan-level revenue mix in a billing dataset of roughly 3,000 subscription companies, a gap that compounds to roughly 2.3 times versus 1.5 times revenue over five years. Graded strong: a large, consistent pattern across portfolios, not a matched-pair causal test.

**How to run it:**

1. Compute the plan-level revenue mix from billing data on a rolling basis, and track each plan’s share of total revenue over time.
2. When a single plan’s share rises through 70 percent and holds, assemble the diversification report rather than firing on a one-month blip.
3. Benchmark the company’s mix against the typical plan distribution of similar companies in the dataset.
4. Identify dominant-plan subscriber segments whose usage profile matches a different tier, and catalog gaps (entry tier, mid-tier weighting) that funnel revenue onto one plan.
5. Deliver the report by email and webhook, each recommendation paired with its usage evidence, and clear the flag below the line it fired on before any follow-up.
6. Track the revenue mix and growth rate after the operator acts, and surface the trend in subsequent reports so diversification progress is visible.

Install the MCP server:

```bash
npm install -g @churnkey/mcp
```

The full reference is in the [Churnkey MCP docs](https://docs.churnkey.co/data-integrations/mcp).

## Related

- [Growth Tactics Library](/growth/library/index.html.md) — The full register of graded growth plays.
- [How Tactics Are Graded](/growth/library/methodology.html.md) — The four-grade evidence ladder behind this grade.
- [Growth rate calculator](/tools/growth-rate-calculator.html.md) — Related calculator.
