The shield chart is geomancy's central analytical structure — a cascading diagram that generates 15 figures from 4 random inputs, then maps them to astrological houses. It's the algorithm that makes geomancy arguably the most systematic divination method ever created.
The Structure
Starting from four randomly generated "Mother" figures:
- 4 Mothers — Generated randomly (traditionally by marking dots in sand)
- 4 Daughters — Derived by reading the Mothers' rows horizontally instead of vertically
- 4 Nieces — Each pair of Mothers/Daughters combined through binary addition (XOR)
- 2 Witnesses — Each pair of Nieces combined
- 1 Judge — The two Witnesses combined. This is the final answer.
- 1 Reconciler — The Judge combined with the first Mother, for additional nuance if needed
The Astrological Mapping
The first 12 figures (Mothers, Daughters, Nieces) map to the 12 astrological houses, creating a complete horoscope-like chart from four random seeds. House 1 = self, House 7 = relationships, House 10 = career, and so on. This means geomancy can answer any question that traditional astrology can, but without requiring a birth time or ephemeris.
Chaos Tarot implements the full shield chart with interactive visualization — you can see the algorithm cascading from Mothers to Judge in real time.