An online three-coin I Ching reading builds six lines from eighteen local coin flips — heads scored 3, tails scored 2, summed into totals of 6, 7, 8, or 9 — and identifies the primary and transformed hexagrams without a personal question, an account, or a network call. The I Ching Reading tool displays every line's three coin faces, its sum, its polarity (yin or yang), whether it is young (stable) or old (changing), and where it sits in the figure from Line 1 at the bottom to Line 6 at the top. The lower trigram comes from Lines 1–3 and the upper trigram from Lines 4–6, then a King Wen matrix maps that pair to one of 64 numbered hexagrams. When old yin (total 6) or old yang (total 9) appears, those lines switch polarity to build a second transformed hexagram, which is shown alongside the primary one so the change can be read in place. All of this happens client-side in the browser, the random bits come from the Web Crypto API, and nothing is stored or uploaded. The cast is built to be inspected rather than interpreted, which means every claim about the result can be checked against the displayed coin faces and totals.

What an Online Three-Coin Reading Actually Reveals
Online I Ching readings are not all built the same way. Some pages ask for a name, a question, and a date of birth, then return an AI-written interpretation. Others hide the coin convention behind a single button so the reader sees only the final hexagram. The I Ching Reading tool takes a third path: it shows the mechanical structure of a cast so the result can be verified step by step. The page declares that heads equals 3 and tails equals 2, requests eighteen local random bits from the browser's Web Crypto API, groups them into six sets of three coins, and assigns each line a sum of 6, 7, 8, or 9. Each row in the result panel then lists the three coin faces (H or T), the total, the polarity, the stability label, and the line position. There is no question field, no account, no upload, no localStorage record, and no history — the cast lives only in the current tab.
That level of transparency is unusual for a category where most sites are designed around retention rather than inspection. The cultural background of the Book of Changes — sometimes called the Yijing — is described by the Stanford Encyclopedia of Philosophy as a classical text rooted in Chinese cosmology, where hexagrams are read as configurations of yin and yang lines rather than as fixed predictions. The tool is built for that kind of structural inspection.
Inside the Three-Coin Math: How 6, 7, 8, and 9 Are Built
Each line begins as three independent coin flips. The tool reads one low bit from each of three Web Crypto 32-bit values to choose heads or tails, then assigns heads a value of 3 and tails a value of 2. Adding three coins therefore produces one of four totals: 6 (tails + tails + tails), 7 (two tails + one head), 8 (two heads + one tail), or 9 (heads + heads + heads). The sum decides everything else about the line.
Each of those four totals maps to a specific polarity and change behavior, which is the heart of the three-coin convention:
| Total | Coin combo | Polarity | Stability | Change behavior |
|---|---|---|---|---|
| 6 | T, T, T | broken yin | old (changing) | becomes yang |
| 7 | T, T, H | solid yang | young (stable) | stays yang |
| 8 | T, H, H | broken yin | young (stable) | stays yin |
| 9 | H, H, H | solid yang | old (changing) | becomes yin |
That mapping is the standard three-coin convention documented by the UAYA Foundation in its introduction to the coin method. A cast therefore has no other possibilities: a coin line in this system cannot total 5 or 10, because the only legal sum of three values chosen from {2, 3} is 6, 7, 8, or 9. The I Ching Reading tool surfaces all four possibilities directly rather than burying them behind a single click.
Why Line Order Matters: Bottom First, Then Up
The cast records six lines from the bottom upward. The first set of three coins becomes Line 1 at the base of the figure; the next set becomes Line 2; and so on until Line 6 sits at the top. Reversing that order changes which trigram sits in the lower position and which sits in the upper position, which can shift the hexagram number entirely.
The lower trigram is read from Lines 1, 2, and 3. The upper trigram is read from Lines 4, 5, and 6. Each of those three-line blocks can take one of eight bottom-first patterns, which the King Wen tradition names Heaven, Lake, Fire, Thunder, Wind, Water, Mountain, and Earth. The lower trigram picks the row of the King Wen matrix; the upper trigram picks the column. The cell at that row and column is the numbered hexagram, with an official Unicode symbol and an English name attached.
That orientation rule is the reason the tool keeps its internal line array in bottom-first order even when the visual figure draws Line 6 above Line 1. The two views must agree, otherwise a King Wen lookup at the wrong row or column picks the wrong hexagram. The verification suite for the tool includes a mixed cast that resolves to Hexagram 64 and transforms to Hexagram 18 specifically to catch that orientation error before the result is shown.
Run the Three-Coin Cast in Your Browser
To produce a fully inspectable three-coin I Ching reading, open the I Ching Reading tool in a desktop or mobile browser and follow these steps:
- Read the stated convention at the top of the page. Heads equals 3, tails equals 2, and the six lines will be recorded from the bottom upward. Knowing the convention in advance is what lets the rest of the result be checked rather than just accepted.
- Choose Cast six lines. The tool requests 18 random 32-bit values from the browser's Web Crypto API and uses the low bit of each value to choose heads or tails. No fetch call, no analytics, and no persistence happen at this point.
- Inspect each row of the result. Every line shows three coin faces, the sum, whether the line is yin or yang, whether it is young (stable) or old (changing), and its position (1 at the bottom through 6 at the top).
- Read the lower trigram from Lines 1–3 and the upper trigram from Lines 4–6. The tool then maps that pair through the King Wen matrix to the numbered hexagram, alongside its official Unicode symbol and English name.
- Check for changing lines. Any total of 6 or 9 produces a changing line, which the tool marks so the polarity switch is visible in place rather than only described in text.
- Compare the primary and transformed hexagrams. If changing lines exist, the tool draws a second figure showing the polarity each line would have after the change, identifies the resulting transformed hexagram, and labels both figures so the change can be read against the original.
- Choose Reset when a clean slate is needed. Reset clears the current cast and returns the panel to its initial explanation; no cast is saved between visits.
After a successful cast, focus moves to the result region. Keyboard users can reach the Cast and Reset controls with standard Tab navigation, and each line exposes an accessible label that names its position, polarity, change state, coin faces, and sum. On narrow screens the layout stacks vertically; on wider screens the primary and transformed figures sit side by side.
How Changing Lines Build the Transformed Hexagram
Changing lines are what turn a single cast into a paired reading. A line with total 6 — old yin — is broken in the primary figure but solid in the transformed figure. A line with total 9 — old yang — is solid in the primary figure but broken in the transformed figure. Lines with totals 7 and 8 are stable, so they keep their polarity in both figures.
The transformed figure is therefore the same hexagram with only the changing lines flipped. A pure-yang cast (six totals of 9) transforms into a fully broken figure that resolves to a different numbered hexagram; a pure-yin cast (six totals of 6) transforms into a fully solid figure that resolves to yet another. A mixed cast keeps the unchanged lines stable and flips only the 6s and 9s, which is the case the verification fixture for Hexagram 64 to Hexagram 18 reproduces.
The tool draws both figures side by side so the change is visible in place rather than only described. Each changing line is also labelled in the per-line table, so a reader can verify the transformation one line at a time instead of trusting a black-box lookup. For a deeper structural reference without casting again, the I Ching Hexagram Meanings page lets you search all 64 King Wen hexagrams by official Unicode identity and inspect their lower and upper trigrams without a divination reading.
What the Tool Does Not Claim
The cast is a mechanical reproduction of the three-coin method, not a prediction. The product contract is explicit: the random process does not claim supernatural accuracy, and no cast result is guaranteed to describe an event. There is no Najia calendar calculation, no Liuyao method, and no AI-written judgment of the lines. The page does not copy a modern commercial translation or publish unsourced line judgments.
The tool also does not store anything between visits. It contains no fetch call, no upload, no analytics call, no history store, no localStorage record, and no question field. The only randomness behaviour is the local Web Crypto request, which happens inside the browser itself. If secure random generation is unavailable or throws an error, the tool reports that failure and produces no cast — it never silently falls back to Math.random, which would weaken the cryptographic source.
Finally, the cast is for cultural exploration and reflection rather than medical, legal, financial, safety, or other professional advice. The privacy promise is local processing and no persistence, not tamper resistance or secrecy from someone who controls the device. Reading the structure is the point.