wiki/knowledge/crm-automation/lead-qualification-bant-framework.md · 716 words · 2026-04-05

BANT Lead Qualification Framework

BANT (Budget, Authority, Need, Timeline) is a structured scoring methodology used to determine when a contact has accumulated enough qualifying signal to be elevated to Opportunity status in the CRM. Each dimension is scored on a numeric scale, and the combined scores are evaluated against a defined threshold to trigger automated progression.

The Four BANT Dimensions

Dimension Question Being Answered
Budget Does the prospect have financial resources allocated for this purchase?
Authority Is this person the decision-maker or influencer for the purchase?
Need Does the prospect have a clear, confirmed use case?
Timeline When is the prospect looking to buy?

Each dimension is scored independently (typically 0–4 or 0–5) and entered manually into the contact record by the sales rep during the qualification conversation.

Threshold Options for Opportunity Promotion

Two approaches have been used in practice. The right choice depends on how strictly the sales team wants to gate the Opportunity stage.

Option 1: Minimum Score Per Dimension

Every BANT field must meet or exceed a floor value (e.g., a score of 2 or 3 in all four fields). A contact with a zero in any single dimension does not qualify, regardless of how strong the other scores are.

Option 2: Aggregate Score (Average / Sum)

All four BANT scores are summed. If the total exceeds a defined threshold, the contact is promoted to Opportunity — even if one dimension scores low.

Example from Citrus America: Miriam Framson noted that a prospect who has confirmed budget, authority, and a near-term timeline should become an Opportunity even if the need score is still developing — the aggregate approach accommodates this.

Automation Logic

When a contact's BANT scores meet the configured threshold, a workflow fires automatically:

  1. Lifecycle Stage is updated to Opportunity
  2. A Deal is auto-created and associated with the contact

This eliminates the need for manual enrollment into the opportunity workflow. Previously, the workflow required a manual trigger; the target state is fully event-driven based on field values.

BANT fields filled → threshold met → Lifecycle Stage = Opportunity → Deal created

Relationship to the Broader Qualification Pipeline

BANT scoring sits at the SQL → Opportunity transition. It is distinct from the earlier SQL qualification step, which uses a separate set of sales discovery questions.

Prospect → Lead → MQL → SQL → [BANT scored] → Opportunity → Customer

See [1] for the SQL layer and [2] for the client context where this framework is actively being implemented.

Implementation Notes

Key Decision Points

Decision Options Status
Threshold approach Minimums per field vs. aggregate sum Pending — Miriam to consult Brian
Minimum score value 2 or 3 per field Pending
Aggregate sum target TBD Pending
BANT field location Contact record (preferred) Decided
Deal auto-creation Yes, triggered by Opportunity stage Decided

Sources

  1. Sql Qualification Workflow
  2. Index
  3. 2026 02 26 Hubspot Data Structure Qualification Workflow