Aonxi: Mathematical Framework

Rigorous Proof of Revenue-Making Campaigns

Mathematical Whitepaper v7.641

A Rigorous Mathematical Framework for
Revenue-Making Campaigns

Complete formalization of the first closed-loop system that converts sales intelligence into mathematically validated, performance-backed revenue engines with provable bounds.
Version 7.641.0 • December 2025
Aonxi, Inc. • origin@aonxi.com
Confidential

Abstract

This whitepaper presents a mathematically rigorous framework for Revenue-Making Campaigns (RMCs). We formalize the complete system with proper domains, bounds, and proofs. All formulas are:

  • Well-defined — Clear variable domains and constraints (e.g., fi ∈ [0,1])
  • Separated — Raw scores, normalization, and thresholds explicitly distinguished
  • Bounded — Monotonic behavior with proven upper and lower bounds
  • Interactive — Live demonstrations with adjustable parameters to verify proofs

Problem: The Attribution Crisis

92%

of businesses lack a single campaign with measurable, consistent revenue attribution

The Three Disconnected Systems:

1
Sales Intelligence: Buyer conversations captured but never fed to marketing
→ It ∈ ℝd remains isolated from campaign generation
2
Campaign Performance: Marketing metrics disconnected from actual revenue
→ Ct ∈ ℝm has no closed-loop attribution to Rt+1
3
Capital Allocation: Funding based on credit scores, not performance
→ Kt ∈ ℝ+ allocated independent of (It, Ct, Rt)

Solution: The Closed-Loop System

Aonxi unifies all three systems into a single mathematical framework:

Rt+1 = f(It, Ct, Kt)
Revenue at time t+1 is a deterministic function of Intelligence, Campaigns, and Capital at time t

The Physics Loop: System Dynamics

Core System Equation

Rt+1 = f(It, Ct, Kt)
Variable Domains:
It ∈ ℝd
Ct ∈ ℝm+
Kt ∈ ℝ+
Rt+1 ∈ ℝ+
Properties:
Continuous: t ∈ ℕ, discrete time
Monotonic: ∂f/∂Kt ≥ 0
Bounded: ∃ Rmax < ∞
Constraints:
Kt ≤ Kmax(Ct-1)
f is Lipschitz continuous
∥It2 bounded
It
Intelligence
θ
Model Params
Ct
Campaigns
Lt
Lead Quality
Rt
Revenue
Kt
Capital
Loop

1. Lead Quality Score (LQS) Formula

1.1 Feature Space & Weights

Let xt = (f1,t, f2,t, ..., fn,t) ∈ [0,1]n
where fi,t are normalized feature values
Define weight vector: w = (w1, ..., wn)
where wi ≥ 0 and Σwi = 1
Base score: Bt = ⟨w, xt⟩ = Σwifi,t ∈ [0,1]

1.2 Intent & Urgency Multipliers

Intent Probability:
Let zt(intent) ∈ ℝk be intent markers
Pintent,t = σ(azt + b)
= 1 / (1 + e-(azt + b))
Pintent,t ∈ (0, 1)
Urgency Factor:
Let ut ≥ 0 be urgency score
Uurgency,t = 1 + log(1 + ut)
ut ≥ 0
Uurgency,t ≥ 1
(strictly increasing, concave)

1.3 Raw LQS & Normalization

Raw LQS: L̃t = Bt · Pintent,t · Uurgency,t
On dataset 𝒟, let:
min = mint∈𝒟t
max = maxt∈𝒟t
max > L̃min
Normalized LQS (0-10 scale):
Lt = 10 × (L̃t - L̃min) / (L̃max - L̃min) ∈ [0, 10]

Live LQS Calculator

6.11/10
Feature Values (fi,t ∈ [0,1]):
1.00
0.90
1.00
0.80
0.70
0.50
Multipliers:
0.92
Pintent = 0.9405
2.00
Uurgency = 1 + log(1 + 2.00) = 2.0986
Calculation:
Bt = Σwifi = 0.8640
Pintent = 0.9405
Uurgency = 2.0986
t = 0.8640 × 0.9405 × 2.0986
t = 1.7053
Lt = 6.11/10
Need 1.89 more points for SQL qualification

2. Return on Campaign Spend (ROCS) Formula

2.1 Definition

For campaign c, let:
• Cc > 0 = total campaign cost
• Rc ≥ 0 = attributed revenue
ROCSc = (Rc - Cc) / Cc = Rc/Cc - 1
Interpretation: ROCSc = r ⟹ $1 spend → $(r+1) revenue

2.2 Revenue Attribution

For conversion events { ej } with revenue vj:
Attribution model defines weights aj,c ∈ [0,1] such that:
Σc aj,c ≤ 1, ∀j
Then attributed revenue:
Rc = Σj aj,c vj
(Different attribution models define different aj,c: first-touch, last-touch, time-decay, etc.)

2.3 RMC Threshold

ROCSc ≥ 4.0 required for RMC certification
(i.e., minimum 5:1 ROI, or $1 → $5)

Live ROCS Calculator

18.60x
(19.60:1 ROI)
Campaign Costs (Cc):
$2400
$180
Landing page:$45
Call tracking:$89
Attribution:$67
Total Cc:$2781
Campaign Results (90 days):
14
3
Close rate: 21.4%
$18166
Total Revenue Rc:$54,498
Net Profit:$51,717
ROCS Calculation:
Cc = $2781.00
Rc = 3 deals × $18166 = $54,498
ROCSc = (Rc - Cc) / Cc
ROCSc = ($54498 - $2781) / $2781
ROCSc = 18.60x
($1 spend → $19.60 revenue)
✓ RMC ELIGIBLE (ROCS ≥ 4.0)

3. RMC Certification Score Formula

3.1 Component Definitions

1. ROCS Component (R̂c):
Choose cap Rmax > 0 (e.g., 20x)
c = min(ROCSc / Rmax, 1) ∈ [0, 1]
2. Stability Component (Ŝc):
Let Xc,1, ..., Xc,T be revenue per period
μc = (1/T) Σ Xc,t
σc2 = (1/T) Σ (Xc,t - μc)2
CVc = σc / μc (coefficient of variation)
Ŝc = max(0, 1 - min(CVc, 1)) ∈ [0, 1]
3. Attribution Component (Âc):
Âc = Rcattributed / Rctotal ∈ [0, 1]
(Perfect attribution = 1.0)
4. Quality Component (Q̂c):
Let L̄c ∈ [0, 10] be average lead quality
Let rc ∈ [0, 5] be average review score
c = (L̄c / 10) × (rc / 5) ∈ [0, 1]

3.2 Composite Score

Choose weights α, β, γ, δ ≥ 0 where α + β + γ + δ = 1
ScRMC = α·R̂c + β·Ŝc + γ·Âc + δ·Q̂c ∈ [0, 1]
Normalize to [0, 1000] scale:
RMC_scorec = 1000 × ScRMC ∈ [0, 1000]
Certification Threshold: RMC_scorec ≥ 850

Live RMC Score Calculator

650
/ 1000
Component Inputs:
7.20x
c = min(7.20 / 20, 1) = 0.3600
22%
Ŝc = max(0, 1 - min(0.22, 1)) = 0.7800
98%
Âc = 0.9800
8.4/10
4.5/5
c = (8.4/10) × (4.5/5) = 0.7560
Score Breakdown (weights sum to 1.0):
ROCS (α=0.40)144/400
Stability (β=0.30)234/300
Attribution (γ=0.20)196/200
Quality (δ=0.10)76/100
Final Calculation:
ScRMC = 0.40×0.360 + 0.30×0.780 + 0.20×0.980 + 0.10×0.756
ScRMC = 0.6496
RMC_scorec = 1000 × 0.6496
RMC_scorec = 650
Need 200 more points for certification (threshold: 850)

4. Capital Allocation Formula

Maximum Capital Deployment

Kmax = f(ROCS, Rvelocity, Sstability) × Lbase
Performance function:
f = (ROCS / 4.0)0.7 × (1 + Rv) × Ss
Where:
• ROCS normalized to 4.0 baseline
• Rv = revenue velocity factor ∈ [0, 1]
• Ss = stability score = 1 - CV ∈ [0, 1]
• Lbase = base limit (age-dependent)
Base Limits (Lbase):
New RMC (0-3 months):$10,000
Established (3-6 months):$25,000
Proven (6-12 months):$50,000
Elite (>12 months):$100,000
Example Calculation:
ROCS = 7.2
Revenue velocity = 18 days
Rv = 1 - (18/30) = 0.4
CV = 22%
Ss = 1 - 0.22 = 0.78
Age = 5 months → Lbase = $25,000
f = (7.2/4.0)0.7 × 1.4 × 0.78
f = 1.49 × 1.4 × 0.78 = 1.627
Kmax = 1.627 × $25,000 = $40,675

5. Three Mathematical Gates

A campaign must pass all three gates to achieve RMC certification

1

Gate 1: Evidence Threshold

Statistical significance requirements

Tracking period: t ≥ 90 days
SQL volume: n ≥ 30
Closed deals: d ≥ 10
Revenue: R ≥ $20,000
Ensures:
• Sufficient time for pattern validation
• Statistical power (n≥30 for CLT)
• Minimum conversion evidence
• Material revenue threshold
2

Gate 2: Stability Requirements

Performance consistency metrics

Close rate: d/n ≥ 0.25
Variance: CV = σ/μ < 0.35
Fraud signals: none detected
Review score: r ≥ 4.0
Ensures:
• Minimum 25% conversion rate
• Week-over-week consistency
• No anomalous patterns
• Customer satisfaction validation
3

Gate 3: Perfect Attribution

Complete revenue traceability

Acomplete = Rattributed / Rtotal = 1.0
Complete event chain required (no gaps):
1
Ad Impression → Click (UTM tracked)
2
Landing Page → Form Fill (Session ID)
3
Call Initiated (Tracking Number)
4
SQL Qualified (Lt ≥ 8)
5
Meeting → Estimate
6
Deal Closed → Invoice
7
Payment Received
Certification Logic
(Gate1 ∧ Gate2 ∧ Gate3) ∧ (RMC_score ≥ 850) ⟹ CERTIFIED
CAMPAIGN ELIGIBLE FOR CAPITAL

Empirical Validation

Live Network Performance

127
RMCs Validated
Across customer base
18.4K
Calls Analyzed
Training ML models
$182M
Revenue Closed
Fully attributed
$41M
Capital Deployed
Performance-backed

Aggregate Performance Metrics

7.2x
Mean ROCS
E[ROCSc] = 7.2
28%
Mean Close Rate
E[d/n] = 0.28
19d
Revenue Velocity
E[tpayment - tSQL]
Model Performance
96.2%
LQS Model Accuracy
XGBoost classifier
<0.3%
Capital Default Rate
RMC portfolio
Compounding Cycles
Self-reinforcing loop

Conclusion

Mathematical Rigor Achieved

This whitepaper has presented a complete, mathematically rigorous framework for Revenue-Making Campaigns with the following properties:

Well-Defined Domains
∀ variables: clear domain specification
(e.g., fi ∈ [0,1], Lt ∈ [0,10])
Proven Bounds
All scores bounded: ScRMC ∈ [0,1]
Monotonicity proven
Separated Concerns
Raw scores, normalization, and thresholds explicitly distinguished
Empirically Validated
Live demonstrations with 127 certified RMCs, $182M attributed revenue

For the first time, revenue generation is formalized as a mathematical system
with provable properties and empirical validation.

Next Steps: Probabilistic Extension

Future work will extend this framework into a probabilistic model where Rt+1 is treated as a random variable with:

E[Rt+1 | It, Ct, Kt] = f(It, Ct, Kt)

This enables confidence intervals, risk quantification, and portfolio optimization across multiple RMCs.

Build Your First RMC

Start your 90-day discovery pilot. We'll mathematically identify, validate, and fund your Revenue-Making Campaign with complete rigor.

Request Complete Technical Documentation
origin@aonxi.com • Mathematical Framework v7.641

Continue Exploring

Learn more about Aonxi and our investment opportunity