MLM Plans
Matrix MLM Plan Explained
A matrix plan fixes both width and depth, which makes its maximum size knowable in advance. That is its real advantage and the source of its worst failure: plans costed against a full matrix, when real matrices are never full.
A forced matrix fixes both dimensions of the tree: width per level and total depth. A 3x3 matrix is three wide and three deep. A 5x5 is five wide and five deep. That constraint is the entire design — and it produces one genuinely useful property and one recurring, expensive mistake.
The useful property: a knowable maximum
Because both dimensions are fixed, the number of positions under any distributor has a hard ceiling you can calculate before you launch.
| Matrix | Level 1 | Level 2 | Level 3 | Level 4 | Level 5 | Total positions |
|---|---|---|---|---|---|---|
| 2x2 | 2 | 4 | — | — | — | 6 |
| 3x3 | 3 | 9 | 27 | — | — | 39 |
| 4x4 | 4 | 16 | 64 | 256 | — | 340 |
| 5x5 | 5 | 25 | 125 | 625 | 3,125 | 3,905 |
No other plan family gives you this. A unilevel’s width is unbounded; a binary’s depth is unbounded. A matrix tells you, at design time, the maximum commissionable structure one position can sit above — and therefore the maximum payout exposure per position.
Forced placement
Width is capped, so overflow has to go somewhere. Sponsor four people into a 3x3 and the fourth is placed on level two, under one of your three frontline positions, following the plan’s fill rule.
This produces two distinct relationships that must not be conflated in the data model:
- Sponsor — who introduced this person. Drives sponsorship bonuses and, usually, qualification counts.
- Placement — where the position physically sits in the tree. Drives level commissions.
Companies that store one field for both spend the rest of their operating life reconstructing the other one. Both are auditable facts and both get asked about.
How it pays
Per level, to the matrix depth, with a percentage per level. A 3x3 might pay 10% on level one, 5% on level two, 3% on level three. Most matrix plans add a completion bonus when the matrix fills, and many add re-entry — a fresh position at the bottom so a completing distributor can build again.
Level percentages in a matrix are easier to budget than in a unilevel, because depth is capped by construction. The exposure per position is bounded by the table above.
The expensive mistake: costing against a full matrix
Marketing material presents the full matrix — 39 positions, 3,905 positions — as the outcome. It is the theoretical ceiling, and real matrices are sparse and lopsided. Recruitment is not uniform; some legs stall entirely.
Two consequences follow, and they point in opposite directions:
- The distributor-facing income illustration is inflated if it assumes completion. That is a compliance problem, not just an optimism problem — income representations built on structural maximums are exactly what regulators object to.
- The company’s cost model is understated if it assumes the revenue of a full matrix while the payout percentages are set generously. Sparse matrices generate less volume per position than the model assumed, while the per-level percentages stay fixed.
Model your matrix at realistic occupancy. Run 15% and 30% through the plan calculator alongside the full-build figure and confirm the plan funds at all three.
What the software has to handle
Deterministic fill order. “Next available position” has to be one rule, applied identically every time, and recorded. When two enrollments arrive in the same second, the outcome must be reproducible.
Sponsor and placement as separate stored relationships, with the placement decision timestamped and attributable.
Completion detection and re-entry as configuration, not code. Whether a completed matrix triggers a bonus, a re-entry, both or neither is a plan decision you will revisit.
Occupancy reporting. You need to see actual matrix fill rates across the field, because that number is the input to every future plan revision.
Details on how placement rules, level percentages and completion logic are configured are on the compensation plan software page, and the commission run mechanics — including reproducible closed periods — are covered in commission software.
Questions operators ask before they switch
Straight answers on plan mechanics, migration risk and compliance. If yours is not here, ask us directly.