Methodology
How the Matrix of Destiny is calculated
Every chart on this site is built from one input — your birth date — by deterministic numeric reduction. There is no randomness, no astrology chart cast against ephemeris, and no “intuition” in the math. Same date in, same chart out.
1. The 22 arcana
The system uses 22 arcana, numbered 1–22, corresponding to the major arcana of a traditional tarot deck. Every chart position resolves to one of these 22 numbers via reduction modulo 22: any sum greater than 22 has 22 subtracted from it until the result is in the 1–22 range.
2. The five anchors
From a birth date DD / MM / YYYY we derive five core values:
- A (Sky / Personality) = reduction of the day
- B (Earth / Karmic line) = reduction of the month
- C (Body / Money line) = reduction of the sum of year digits
- D (Karmic task / Bottom) = reduction of
A + B + C - E (Soul comfort / Center) = reduction of
A + B + C + D
3. The octagon and inner squares
From the 5 anchors we derive the rest of the chart by summing adjacent positions and reducing:
- F, I, G, H — inner-square corners, each the reduction of two adjacent anchors.
- Cross-axis circles (J, K, L, M with near and far positions) — three points per cardinal axis, interpolating between an anchor and the center.
- Diagonal circles (F_near, F_far, etc.) — same idea on the 45° diagonals.
- Heart and Money lines — derived from the top and right cross-axes respectively; the heart line uses
2A + E, money uses2C + E.
4. Age timeline
The 8 octagon corners are placed at decade marks (0, 10, 20 … 70). Each edge of the octagon is interpolated to give sub-year arcana values for every age range. These are the ages shown on the outer ring of the chart.
5. Verification
Our calculation is unit-tested against reference charts published by the original Matrix of Destiny tradition. If you find a discrepancy against a canonical chart, please report it to support@matrixdestiny.io with the birth date and the field where charts differ — we treat math bugs as P0.
What the reading does on top of the math
Once the chart is calculated, we ask Claude (Anthropic's LLM) to write a reading that incorporates the specific arcana at each position. The model only sees the numbers — never your name, location, or any other personal data. The reading is cached per chart so repeated visits return the same text.
Limits we want you to know about
- Numerology is not science. Treat the reading as a structured prompt for self-reflection, not a prediction.
- The reduction rules are a convention, not a measurement. Different schools place certain positions slightly differently — we document ours so you can compare.