Memcoin Β· MEM Β· 2026

A currency that fits on a home PC

A minimal proof-of-work cryptocurrency. Memory-hard mining that runs on the computer you already own. Zero-fee instant payments, final at mempool entry. A supply that quietly repairs itself over time. No premine, no foundation, no roadmap.

Three commitments — fairness in mining, freeness in payment, longevity in the ledger — fixed at v1.0. Everything else is implementation.

What it is

Three commitments.
Nothing more.

Memcoin takes the original proposition of peer-to-peer electronic cash and removes everything that pulled it away from that goal. What remains is a complete design β€” there is no roadmap because the destination has been reached.

01 Β· Fair

Ordinary computers compete.

Yesmem requires 8 GiB of RAM per mining thread and uses x86-64-v3 bit-manipulation instructions that GPUs cannot run and ASICs cannot accelerate. Each thread requires its own working set β€” memory cannot be shared, and aggregation provides no per-unit cost reduction.

02 Β· Free

Payments are zero-fee and final.

TX1 locks the exact payment amount β€” up to 1 MEM β€” into a single CLTV output assigned to the recipient. The moment TX1 enters the mempool, the sender permanently relinquishes control. TX2 spends any unlocked CLTV outputs β€” also at zero fee β€” to up to three addresses. Miner income is the block reward.

03 Β· Long

The ledger repairs itself.

Lost keys, dead hardware, abandoned addresses. Every chain accumulates this damage. A permanent 7 MEM block reward replaces what time removes, asymptotically. No foundation, no roadmap, no premine.

Unit system
Unit Symbol Value Definition
MEM 𝕄 1 base unit
mbit ᴍ 1 / 100 MEM = 1,000,000 Κ™
kbit α΄‹ 1 / 100,000 MEM = 1,000 Κ™
bit Κ™ 1 / 100,000,000 MEM smallest unit
1 𝕄  =  100 ᴍ  =  100,000 α΄‹  =  100,000,000 Κ™   Β·   minimum output: 10 kbit (10,000 Κ™)
How it's mined

A printing press
that fits on a desk.

Early Bitcoin mining was genuinely democratic β€” anyone with a CPU could participate. ASICs replaced that. Yesmem is built so they cannot return: a memory ceiling no consumer GPU can clear, a serial bit-manipulation chain native to standard CPUs, and a memory controller that saturates long before capital can scale. The algorithm is a guest, not an occupant. It breathes.

profiler Β· one hash
100 rounds Β· serial Β· DRAM-bound
CPU RAM L3 0 25 50 75 100 rounds ROUND 47 SERIAL MIX (BMI2) RANDOM DRAM READ
The zero-cost miner

A standard home computer has the resources to mine Memcoin without displacing any existing workload. The marginal cost of participation is the electricity already being consumed by a machine left on.

Per thread

8 GiB

exactly β€” exceeds the VRAM of virtually all consumer GPUs. Each thread requires its own working set; aggregation provides no cost reduction.

Marginal cost

the electricity
you already pay.

Mining runs on the computers people already own and use β€” alongside normal computer use, without displacing any existing workload.

Research: The End of ASIC Proof-of-Work β†’

How it pays

Zero-fee.
Instant-final.

Send a payment and it is done. The moment Bob's payment reaches the network, the funds belong to Alice β€” Bob cannot cancel, recall, or redirect them. Capped at 1 MEM per payment, sized for everyday amounts. No confirmation needed. No waiting.

The funds are locked in Alice's name for approximately three days. After that, Alice sends to any address at zero fee β€” one transaction, confirmed in one block, no restrictions. No intermediary. No cost.

Instant payment Β· zero fee waiting
Bob Β· sender
Network
Alice Β· recipient
Bob
Sender
Balance
has balance
memcoin
preparing payment
exact amount locked for Alice Β· zero fee
Payment sent→
PAYMENT FINAL
The funds are now Alice's β€” Bob cannot cancel or redirect them
Only Alice can spend them
Recorded on-chain
Alice's balance
The funds belong to Alice β€” locked in a balance only she can spend. Spendable in ~3 days.
sent→ on-chainspendable
Alice's balance Β· spendable in ~3 days
H + 0 / 432
block Hβ‰ˆ 3 daysblock H+432
Lock expired
Alice sends to any address β†’
Alice sends Β· zero fee←
ZERO FEE
βœ“ CONFIRMED
Alice
Recipient
Payment secured Β· only Alice can spend
Alice's balance Β· spendable in ~3 days
Ordinary balance Β· no restrictions
Spendable immediately Β· any address
β€”
β€”
Standard payment Β· general transfers
When to uselarger amounts Β· UTXO consolidation
Feepaid by sender
Finalityafter confirmation Β· more for larger amounts
Inputsmultiple allowed
Capnone
Best forwhen recipient can wait one block
Instant payment Β· everyday use
When to usedaily purchases Β· point of sale
Feezero β€” sender and recipient
Finalityat mempool entry Β· before any block
Lock~3 days Β· funds already Alice's
Cap≀ 1 MEM per TX1
Best forwhen zero cost and certainty matter

Both transaction types coexist on the same chain. Standard payments suit larger transfers where waiting one block is acceptable. The instant payment system is designed for everyday use β€” the 3-day lock is the trade-off for zero fee and immediate finality. Full rule-by-rule design: TX1 / TX2 β€” design & architecture β†’

UTXO lifecycle

Storage cools.
Spendability never does.

Every confirmed output stays part of the UTXO set until it's spent β€” a decade-old balance costs a node exactly as much attention as one confirmed an hour ago, unless something changes that. Memcoin moves outputs through three storage tiers as they age. The path runs one direction only, and it never touches what the owner can do with the funds.

In-memory Β· instant

Normal

Every confirmed output starts here. Demoted once its value has "cooled" enough relative to its age β€” see the formula below.

β†’
Compressed disk index

Cold

A single record per address β€” outputs at the same address share it. Spending still requires no block read.

β†’
Block heights only

Ice

Spending triggers a block read to reconstruct the output's data on demand from the heights on file.

Temperature formula

COOLING_RATE = 2,000 Κ™ / block
temperature(h) = value βˆ’ COOLING_RATE Γ— (h βˆ’ heightAnchor)

For CLTV outputs, heightAnchor is the unlock height β€” a locked payment only starts cooling once it becomes spendable, not while it's frozen.

Normal-tier lifetime by value
ValueBlocksβ‰ˆ time
10 kbit (min)5~50 min
100 kbit50~8 hours
1 mbit500~3.5 days
1 MEM50,000~347 days
Cold protection

~90 days

12,960 blocks by default, operator-adjustable β€” a grace period before Cold cooling begins.

1 MEM to Ice

~784 days

Normal cooling + Cold protection + Cold cooling, summed β€” roughly two years for a one-coin output.

Reaching Ice data

utxofall

A node without the data asks the peer that relayed the spending transaction β€” point-to-point, not broadcast.

This is a storage optimisation, not a hold on funds — an output in any tier is exactly as spendable as the moment it was created. The temperature formula and the Normal→Cold schedule are consensus rules; the Cold protection period and Ice index depth are per-node configuration. Full rule-by-rule design: UTXO Temperature — design & architecture →

Supply over time

The long view.

Gold is finite, unmanaged, and resistant to debasement. Memcoin is designed around the same reality: a permanent 7 MEM floor slowly returns to circulation what time removes from it β€” without targeting any specific number, without measuring the damage.

Y0 Y9 Y29 Y49 Y69 Y89+ 60M 30M 0 STAGE 4 Β· 7 MEM FLOOR EQUILIBRIUM (Yβ†’βˆž) Β· β‰ˆ52.5M
circulating supply (est.) stage 4 floor Β· 7 MEM forever assumed loss rate 0.7%
Loss rate is an assumption, not a protocol parameter. The chain has no way to measure attrition; the 7 MEM floor is a fixed forward emission. Adjust the slider to see how the equilibrium supply shifts under different assumptions.
Stage 1

50 MEM

y0 – y3   Β·   7,875,000

Stage 2

25 MEM

y3 – y6   Β·   3,937,500

Stage 3

12.5 MEM

y6 – y9   Β·   1,968,750

Stage 4 Β· floor

7 MEM

y9 Β· permanent Β· ~367,500 / yr

Why it exists

Goals,
not parameters.

Every parameter exists to serve a goal. When a parameter no longer serves its goal, the parameter changes β€” the goal does not. Three commitments are written into the first block. Everything else is implementation.

Most networks lost this condition within years. Memcoin takes it as a design requirement — the intended mining landscape is produced by physics, not policy.

01 Β· Fair

Ordinary hardware competes.

The 8 GiB threshold exists so home PCs can participate. If home hardware changes, the threshold changes with it.

02 Β· Free

Payments enter the next block.

The 32 MB default block size guarantees zero-fee payments make it in. The cap is 64 MB.

03 Β· Long

The chain runs, quietly.

A 7 MEM permanent floor returns what time removes. There is no roadmap because the destination has been reached.

Ready?

Run a node. It's your machine.

Download β†’ /node