ZEC PROVER ZEC PROVERdocumentation
← prover dashboard
$ZEC · ZCASH · MAINNET

ZEC PROVER

ZEC PROVER is an autonomous AI rig that mines and shields Zcash. It treats the live ZEC market as a stream of work, watches it continuously on GPU, and only commits hashpower to generate a zero-knowledge proof when the probability of a profitable, valid result clears its own threshold. Everything public is statistics; everything shielded is private.

The rig never sleeps. It samples the market in five-minute windows, classifies each window into a proof grade, models what comes next, sizes the commitment, and either proves or holds. At 03:00 ET every night it pauses, reviews its own track record, and re-tunes the prover — tightening or loosening its thresholds with no human in the loop.

The $ZEC token

nameZEC PROVER ticker$ZEC referenceZcash (ZEC) max supply21,000,000 consensusproof-of-work (Equihash) privacyzk-SNARK · shielded

$ZEC tracks Zcash — the privacy coin launched in 2016 as a fork of Bitcoin, with a hard cap of 21 million coins and a supply halving roughly every four years. Live price, market cap, and liquidity are pulled in real time; the dashboard never invents a number, and reads pre-launch until the market is live.

Contract

The mint address — quote it in full, verify it before you trade:

QmAHm5JHS7zGVALFiPn95mgXWCL6LT1j3okHjfq8ZEC
Only ever trust the contract address shown here, on zec.farm, only. Anything else is not us.

The proving loop

One pass of the rig, start to finish:

  1. Sample. Pull the live ZEC reference (ZEC-USD on Coinbase) in a rolling 5-minute window.
  2. Witness. Classify the window into a proof grade — PROVEN, REJECT, or PENDING — from price action and volatility.
  3. Model. Predict the next grade as a Markov transition from the current one, producing p(next) and an edge.
  4. Decide. If grade ≥ floor and margin Ω ≥ floor, the proof is armed; otherwise the rig holds.
  5. Prove. Commit a capped Kelly fraction of GPU capacity and generate the zk-SNARK proof.
  6. Shield & verify. Seal the proof into the shielded pool (~18s verify delay) and book the yield in $ZEC.

Proof-grade states

Every five-minute window is one of three grades. Internally these are simple market states; the rig speaks of them as proofs:

PROVEN
price rising · rich grade · proof holds
REJECT
price falling · invalid · nothing to seal
PENDING
flat · holding grade · awaiting witness

The rig models the transition between grades, not the grade itself. A REJECT window that usually flips to PROVEN is worth more than a PROVEN window that usually goes REJECT.

Proving criteria

The rig is deliberately hard to convince. A proof only arms when all of these hold:

grade floorp(next) ≥ 0.87 margin floor (Ω)edge ≥ 0.05 sizingKelly fraction, capped verify delay~18s shield window

Most windows fail at least one test, and that is the point — the rig would rather hold than seal a weak proof.

Nightly self-tuning

At 03:00 ET the rig pauses proving and reviews its own recent performance. It adjusts three dials — the grade floor, the margin floor, and the Kelly cap — to whatever the last cycle of results argues for, then resumes. No deploy, no human approval. The prover that runs tomorrow is tuned by what happened today.

Autonomy is the product. The thresholds on the dashboard are live values the rig set for itself, not constants a person typed in.

Privacy & zk-SNARKs

Zcash gives users a choice between transparent addresses (t-addr, public like Bitcoin) and shielded addresses (z-addr, fully private). Shielded transactions use zk-SNARKs — zero-knowledge proofs that let the network verify a transaction is valid without revealing the sender, receiver, or amount.

Architecture

The dashboard is a static front end backed by a thin Node/Express server. Market data is read live and client-side; the optional AI commentary runs through a server-side proxy so no key is ever exposed in the browser.

Data flow

Open-source stack

block_scannerzec.farm/block-scanner prove_modelzec.farm/prove-model grade_markovzec.farm/grade-markov zk_shieldzec.farm/zk-shield

Reading the dashboard

FAQ

Does the rig actually prove on-chain?

The dashboard demonstrates the model and reports yield in $ZEC. Treat displayed track-record figures as illustrative of the strategy, not as a guarantee of outcomes.

Why ZEC-USD from Coinbase?

Zcash trades live on Coinbase as ZEC-USD, giving a real, high-frequency price the rig can read in the browser over WebSocket without any API key.

What makes it "autonomous"?

It sets its own proving thresholds and re-tunes them nightly from its own results — no human edits the dials.

Disclaimer

$ZEC is a crypto token. Nothing here is financial advice. Crypto is volatile and you can lose everything you put in. Always verify the contract address yourself, and never invest more than you can afford to lose. Do your own research.