Pearl (PRL)
A modern cryptocurrency built for speed, privacy, and scalability
Coin Specifications
-
PearlCoin Name
-
PRLTicker Symbol
-
pearlhash (Plonky2 ZK + Blake3 + GEMM, GPU)Algorithm
-
3 min 14 s (194 s, WTEMA-targeted)Block Time
-
2,100,000,000 PRL (2.1 B cap, approached asymptotically)Max Supply
-
β 2,660 PRL at current height (smooth exponential decay, no halving β see formula below)Block Reward
Pool Information
-
0% on subsidy (launch promo)Pool Fee
-
PPLNSPayout Scheme
-
Avg. last 5 blocksPPLNS Window
-
Every 15 minutesPayout Schedule
-
0.5 PRLMinimum Payout
-
100 blocks (chain coinbase maturity β payouts wait for this)Block Confirmations
Fee Structure
-
0% on subsidy (launch promo)Pool Fee
Launch promo: pool credits miners the full chain subsidy at every block (currently β 2,660 PRL) and keeps only the transaction fees baked into the coinbase. The mempool is light right now so the pool's tx-fee take is β 0; as Pearl traffic grows, that's how the pool earns.
-
β 2,660 PRL (full subsidy at current height; tx fees stay with pool)Miner Receives
Full chain subsidy at the block's height (β 2,660 PRL today; smoothly decays over time β see the formula below). Tx fees in the coinbase stay with the pool.
Block subsidy β how the per-block reward shrinks
Pearl emits new supply on a smooth exponential decay β no halvings, no cliffs. Each block h produces:
subsidy(h) = totalSupply × EC ÷ ( (h + EC) × (h − 1 + EC) )
EC = 650,226 ← 4 years × (1 day ÷ 194 s/block)
Reference points along the curve (target 3 min 14 s per block):
| Height | Per-block reward | ~ approx. age |
|---|---|---|
1 (genesis era) | β 3,230 PRL | day 1 |
66,200 (today) | β 2,660 PRL | β 5 months |
650,226 (1 × EC) | β 805 PRL | β 4 years |
1,300,452 (2 × EC) | β 358 PRL | β 8 years |
3,251,130 (5 × EC) | β 97 PRL | β 20 years |
Coinbase outputs become spendable after 100 confirmations (chain-level CoinbaseMaturity) β that is the gate every payout has to wait for. The pool's internal ledger starts crediting your share contribution earlier (at 10 confirmations) so balances update in the dashboard sooner, but no PRL leaves the wallet before the 100-conf chain rule is satisfied.
About Pearl β Proof-of-Useful-Work
Pearl is an L1 blockchain whose mining workload is real, useful computation. Each share is a verifiable proof that the miner performed an arbitrary matrix multiplication (GEMM) β the kind that powers LLM inference, scientific simulation, graphics, and most modern ML workloads. The protocol is described in arXiv:2504.09971.
-
GEMM-as-work
A miner samples a random (h Γ w Γ k) matrix problem, multiplies it on GPU, and commits to the result. SRBMiner-MULTI uses the reference shape (h=8, w=16, k=4096 β 524,288 ops/trial).
-
Plonky2 zero-knowledge verification
Validity is checked by a succinct ZK proof rather than re-running the matrix multiply. Verification is constant-time regardless of problem size, so light clients and SPV wallets remain cheap.
-
Post-quantum signatures (XMSS)
Wallet addresses use the XMSS hash-based signature scheme β Shor-resistant from day one. Bech32m HRPs:
prl1β¦(mainnet) /tprl1β¦(testnet). -
Smooth emission curve
No halvings. The subsidy decays continuously toward an asymptotic 2.1 B PRL cap. Current per-block reward is around 2,660 PRL and shrinks by a few percent per year β predictable for miners and miner-economics modellers alike.
-
WTEMA difficulty regulation
Block target 3 min 14 s. WTEMA (Weighted-Time Exponential Moving Average) retarget every block β no 2,016-block surprises. Half-life is one week, so difficulty stabilises against sudden hashrate changes within ~1 epoch.
Why mine PRL here?
-
0% fee on chain subsidy
Launch promotion. Pool keeps only the (currently negligible) transaction-fee portion of each block.
-
Adaptive VarDiff (COLD β WARM β HOT)
Newton-step gain scheduling with a starvation watchdog. Your rig converges to ~10 s/share in 4-6 retargets (~2 min) β see Start Mining.
-
PPLNS (window = 5)
Pool-hopping resistant. Your credit depends on your share of the last 5 blocks' work, not just the current round.
-
BIP22 long-poll + 250 ms backup poll
Stratum gets new templates from pearld within milliseconds of a tip change. No more stale-share orphans from being late to the block boundary.
-
15-minute payouts, 0.5 PRL minimum
Once a block matures (100 confs β 5.4 h), accrued credits go out on the next cycle. No multi-day payout lag.