I Ching online readings built on the three-coin method assign heads a value of 3 and tails a value of 2, so every group of three coins sums to exactly one of four totals — 6, 7, 8, or 9 — each with a fixed meaning in the King Wen tradition. A total of 6 is old yin, a broken line that is changing toward yang; 7 is young yang, a solid stable line; 8 is young yin, a broken stable line; and 9 is old yang, a solid line that is changing toward yin. The I Ching Reading tool on Lizely generates these six lines entirely inside your browser using the standard Web Crypto API, so the cast never travels over the network, never asks for a personal question, and produces a numbered primary hexagram plus, when changing lines appear, a transformed hexagram drawn from the same King Wen matrix. This implementation is the cleanest answer for readers who land on a search like "i ching online net your reading" and expect to perform their own cast without registering or sharing private context.

How a private local cast fits the "i ching online net your reading" workflow
Many popular I Ching sites, including the long-running I Ching Online.NET, follow a "submit your question, then receive a reading" model. You type a concern, the server picks the lines or hands them to an interpreter, and the result is stored against an account or a session. That works for users who want guided interpretation, but it also means a personal worry is being recorded before any hexagram appears.
The I Ching Reading tool takes a different path. It does not contain a fetch call, an upload, an analytics call, a localStorage write, a history store, or a question field. The page asks only that you press one button: Cast six lines. Everything that happens next — 18 secure random bits, six coin groups, six line totals, the two trigrams, the primary hexagram, and the optional transformed hexagram — is computed and drawn in the same tab. If the device blocks Web Crypto or throws during random generation, the tool reports that failure and produces no cast rather than silently substituting a weaker source. For a reader who typed "your reading" because they wanted the experience without the data trail, this is the workflow that matches the words.
This local-first framing also matters for cultural accuracy. The I Ching's three-coin method has a long documented history, and the Stanford Encyclopedia of Philosophy entry on the Chinese philosophy of change treats it as a method of structured reflection rather than a mechanism for collecting user data. Keeping the cast local keeps that distinction honest.
How to cast your I Ching reading in the browser
- Review the convention. The widget declares that heads carries the value 3 and tails carries the value 2, and that the first toss becomes Line 1 at the bottom of the figure rather than the top. That bottom-first ordering is essential; swapping it would swap the lower and upper trigrams.
- Press Cast six lines. The browser requests 18 random 32-bit values from the Web Crypto API and groups them into six sets of three coins. The widget exposes every face, total, polarity, and stability for each line so you can see the arithmetic instead of guessing it.
- Read the primary hexagram. Lines 1 through 3 form the lower trigram, Lines 4 through 6 form the upper trigram, and the King Wen matrix returns exactly one of the 64 numbered hexagrams with its official Unicode English name and code point.
- Check for changing lines. Lines totalling 6 or 9 are marked as changing; stable 7 and 8 lines keep their polarity in the transformed figure.
- Compare the transformed hexagram. When at least one changing line exists, the tool draws the second hexagram using the flipped polarities so you can read the primary and transformed pair as the tradition expects.
- Use Reset to clear. Reset returns the panel to its initial state and lets you cast again. Nothing is saved between sessions, so each press of Cast six lines is a fresh draw.
The four line values explained
Every three-coin group reduces to the same four totals, and each total maps to one line type in the I Ching's binary encoding. Because the convention is fixed and visible, you can audit any row in the result panel against the displayed coin faces.
| Coin total | Line type | Drawing | Stability | Behavior in the transformed hexagram |
|---|---|---|---|---|
| 6 | Old yin | Broken (⚋) | Changing | Flips to solid yang |
| 7 | Young yang | Solid (⚊) | Stable | Stays solid yang |
| 8 | Young yin | Broken (⚋) | Stable | Stays broken yin |
| 9 | Old yang | Solid (⚊) | Changing | Flips to broken yin |
The cast display shows the three coin faces and the summed total for every line, so you can verify that the displayed line type matches the arithmetic. For example, three heads produce 3 + 3 + 3 = 9, an old yang line; two heads and one tail produce 3 + 3 + 2 = 8, a young yin line; one head and two tails produce 3 + 2 + 2 = 7, a young yang line; and three tails produce 2 + 2 + 2 = 6, an old yin line. Each displayed row labels the position, polarity, stability, and total, which keeps the mechanical structure visible rather than hiding it behind an opaque result.
From six lines to two trigrams
A hexagram is two trigrams stacked. The lower trigram comes from Lines 1 through 3 and the upper trigram comes from Lines 4 through 6, but the result panel draws the visual figure with the top line above the bottom line even though the internal array keeps the bottom-first order. The eight possible three-line patterns map to the eight traditional trigrams.
| Lines (bottom to top) | Trigram | Element | Image |
|---|---|---|---|
| ⚊ ⚊ ⚊ | Heaven / Qián | Sky | Creative |
| ⚋ ⚊ ⚊ | Lake / Duì | Lake | Joyous |
| ⚊ ⚋ ⚊ | Fire / Lí | Fire | Clinging |
| ⚊ ⚊ ⚋ | Thunder / Zhèn | Thunder | Arousing |
| ⚋ ⚊ ⚋ | Wind / Xùn | Wind | Gentle |
| ⚊ ⚋ ⚋ | Water / Kǎn | Water | Abysmal |
| ⚋ ⚋ ⚊ | Mountain / Gèn | Mountain | Still |
| ⚋ ⚋ ⚋ | Earth / Kūn | Earth | Receptive |
When the bottom-first ordering is preserved, each trigram pattern resolves to one of the 64 King Wen hexagrams through the lower-row and upper-column matrix. The I Ching Reading tool stores the catalogue of all 64 hexagrams with the official Unicode English names and code points, so the figure is drawn with CSS segments and the matching label appears beside it for accessibility even when a device font does not contain the Yijing Hexagram Symbols block.
Reading the primary and transformed hexagrams
The primary hexagram describes the present structure that the coins fell into. When no changing lines appear, that is the full reading and the cast ends there. When one or more changing lines appear, the transformed hexagram describes the polarity the situation is moving toward.
For a cast where every line is changing, the primary and transformed hexagrams are exact opposites. For a cast where only one line changes, the primary and transformed hexagrams share five lines and differ in one — a small but specific structural shift. The I Ching Reading tool draws both figures and labels every changing line so the comparison is mechanical rather than interpretive, which matches how the UAYA Foundation's three-coin method reference frames the cast.
The result panel deliberately stops at the mechanical layer. It does not copy a modern commercial translation, does not publish unsourced line judgments, and does not generate an AI interpretation. Instead, the page offers neutral prompts to compare the present structure, the marked changes, and the transformed structure in the user's own reflection. Readers who want to look up the named hexagrams in more detail can move to the I Ching Hexagram Meanings catalogue, which searches all 64 King Wen hexagrams by official Unicode identity without performing a new cast or submitting a question.
What the tool does not do
A clear boundary list is part of the contract. The I Ching Reading tool does not ask for a name, a birth date, a personal question, an account, or any contact detail. It does not perform Najia calendar calculations, attach a Liuyao style reading, or assign a luck score. It does not store a history of past casts, copy a full Wilhelm or other modern translation, or generate a line judgment of its own. It is designed for cultural exploration and reflection, not for factual prediction, and the page explicitly notes that the random process does not claim supernatural accuracy and that no cast result is guaranteed to describe an event.
The implementation behind the tool uses literal independent fixtures rather than asking production code to generate its own expected results. Tests cover all eight arrangements of three coins, the four line types, all eight trigrams, all 64 hexagram names and code points, every number in the King Wen matrix, pure Heaven and Earth casts, all-changing reversals, and the mixed Hexagram 64 to Hexagram 18 case that exists specifically to catch an orientation error. That last fixture is the one that proves the bottom-first ordering is being respected when the figure is drawn, because reversing it would identify a different named hexagram entirely.