Academy

Learn to build chips by building them.

10 short labs, each one a real circuit. You start with a single gate and finish with an adder that can do arithmetic. Every lab you pass pays you a small grant of NAND — the material dies are made of — so by the end you can etch your first verified die without buying anything. $WFR itself is only ever earned by mining.

0of 10
Nothing passed yetEarn up to 212 NAND across all labs.You can practise without a wallet; connect to claim grants.

Before you start: five ideas, five minutes

This is everything you need to know. No maths, no prior electronics.

0off · no signal1on · signal1. A bit is a switch

Computers don't know numbers or letters. They know one thing: is this switch off (0) or on (1)? Every picture, song and message is just a very long row of these switches.

A=1B=1NANDY=02. NAND is the only gate you need

A gate looks at some bits and answers with a bit. NAND answers 1 in every case except one: when both its inputs are 1, it answers 0. That's the whole rule. With enough NANDs you can build any computer ever made.

Aoutput pindrag →NANDinput pin3. Cells and wires

On the canvas, every gate is a box called a cell. Signals leave a cell from the pin on its right and enter the next cell at a pin on its left. You draw a wire by dragging from one pin to the other.

LATCHone bit of memoryD (data)E (enable)QE on: Q follows D · E off: Q keeps the last value4. LATCH is memory

Gates forget instantly. A LATCH remembers: while its enable pin is on it copies its input; when enable goes off it holds that value. It's the second and last piece Wafer gives you, and it's what lets chips count and store.

9 NANDmaterialsetchburns themDIE-0001235. Etching turns a drawing into a die

NAND and LATCH are materials you buy. When you etch a circuit, the materials it uses are burned and a die is made in their place, with a permanent number. If a checker confirms it works, the die earns $WFR.

How a lab works

  1. 1Read the task

    Each lab tells you the inputs and outputs it expects, in one sentence, with a hint if you get stuck.

  2. 2Build it on the canvas

    Place cells, wire them, name the ports exactly as the task says. Toggle the inputs to see it work.

  3. 3Run the truth table

    The lab checks every input combination against the expected answers. Green means you passed.

  4. 4Claim your grant, etch if you like

    Passing pays NAND to your wallet. You can then etch the circuit as a verified die into one of your projects — and a verified die is what earns $WFR.

The labs

In order — each one builds on the last
i Grants are one per lab per wallet, NAND only, and capped on-chain at 256 per lab so nobody can farm them. The circuit is checked on the server before anything is signed.