$NANDmine mark NANDmine
Two-input gate · functionally complete · rev 1.0

NANDmine

The output stays high until everybody agrees. Then it drops. That's the whole gate, and it's the only one you need.

Ticker$NANDmine
InputsA, B
FunctionY = NOT (A AND B)
Fig. 1 — 2-input NANDY = 1
A B Y
Nobody's agreeing. Output is high.Y=1
Contract 0xca232eb8221a9d1548846e2d48d7970d3b887777
Table 1

Truth table

Four possible states. Three of them output high. The one that doesn't is the one where both inputs finally line up — which is roughly how every top looks in hindsight. Flip the switches above and the live row follows you.

ABY — output
001
011
101
110

Why this gate. NAND is one of two gates that can build every other gate on its own. Give an engineer nothing but NAND and enough wire and they can build a full processor — arithmetic, memory, the lot. Every chip you've ever mined on descends from it.

Flash memory is called NAND for the same reason: the cells are wired in the pattern of this gate. So "NANDmine" is not a pun that needed explaining. It's just where the compute came from.


Fig. 2–4

One gate, all of them

Wire a NAND back into itself and you get NOT. Two of them make AND. Three make OR. Nothing else has to exist.

NOT — 1 gate

Tie both inputs together

An input arrives, its opposite leaves.

AND — 2 gates

NAND, then invert

Both high, or nothing happens.

OR — 3 gates

Invert both, then NAND

Either one is enough.


Table 2

Characteristics

Read the contract before you read anything else on this page.

Symbol$NANDmineTwo inputs, one output, no roadmap.
Total supply1,000,000,000Fixed at deploy. No mint function.
Buy / sell tax0 % / 0 %Nothing is skimmed on either side.
LiquidityBurnedLP tokens sent to the dead address.
OwnershipRenouncedNo admin keys left to turn anything off.
Contract0xca232eb8221a9d1548846e2d48d7970d3b887777Verify it on a block explorer yourself.

Assembly

How to wire in

Four steps, in order. Skipping step three is how people buy the wrong token.

1

Get a wallet

Any EVM wallet works — MetaMask, Rabby, Phantom's EVM side. Write the seed phrase down on paper and keep it off your screen.

2

Fund it

Send the native gas token of the network the pair is on. Leave a little extra for the swap fee.

3

Paste the contract

Copy the address from this page and paste it into your DEX. Match every character. Copycat contracts count on you not checking.

4

Swap

Set slippage, confirm, done. The output goes high.

Address copied