Where value is earned.

What is Veld?

Veld is a custom PoW + PoS blockchain with a 21,000,000 hard cap. Veld features a unique vault distribution system, tiered mining rewards, validator endorsements, and on-chain governance — all designed to reward long-term participation.

21M
Hard Cap
60s
Block Time
VeldHash
PoW (Memory-Hard)
63/27/10
Miner / Pool / Vault

How It Works

Mine

Earn VELD by mining blocks with VeldHash proof-of-work. The memory-hard algorithm ensures fair distribution and ASIC resistance.

🔒
Stake

Lock VELD to earn vault distributions proportional to your stake. Every 100th block sends its full reward to vault participants.

Validate

Endorse blocks as a validator and earn 0.1 VELD per endorsement. Validators strengthen network security and consensus finality.

Tokenomics

Whitepaper

The Veld whitepaper details the protocol design, consensus mechanism, vault distribution system, and economic model.

Read Whitepaper →

Roadmap

Phase 1: Foundation
Core protocol, P2P networking, VeldHash PoW, block explorer
Phase 2: Staking & Governance
Vault distributions, validator endorsements, on-chain governance, promo system
Phase 3: Ecosystem
Wallet-side signing, Buy VELD with BTC page, exchange integration
Phase 4: Mainnet
Security audit, mainnet launch, seed nodes, community building
Phase 5: Growth
CEX listing, mobile wallet, hardware wallet support, partnerships

How to Participate

There are four ways to earn on Veld — mining, staking, validating, and co-mining. Most users do all four from the same wallet. Here's how to get started.

1. Mine

Download the desktop mining client below. On first launch a wizard creates your wallet and starts hashing immediately. You earn the 63% miner share of every block you find.

→ Hardware: any modern CPU.
→ Required: ~50 MB disk, internet connection.
→ Reward: ~1.20 VELD per block found.

🔒

2. Stake

Open wallet.veld.network, unlock your keystore, go to Staking, choose an amount and a lockup tier (7 / 14 / 30 / 90 days). Your stake earns a share of vault distributions every 144 blocks.

→ Minimum: 10 VELD.
→ Lockup multipliers: 1.00× / 1.10× / 1.25× / 1.50×.
→ Combined with mining tier multiplier (capped at 3.00×).

3. Validate

Validators endorse blocks and earn a share of the endorsement pool (15% of every vault distribution). Register from the Validators page in the wallet, with your address that holds enough stake to qualify.

→ Requires: minimum stake (see Validators page for current threshold).
→ Reward: per-endorsement payout from the pool, every 144 blocks.
→ Loss-of-stake protection: re-registration is allowed if you go offline temporarily.

4. Co-mine

Even if you don't solve a block, your near-miss work counts. Every 100 blocks, the co-mining pool flushes 27% of accumulated rewards to all participants proportional to their near-miss count. No setup needed — the mining client handles it automatically.

→ Automatic for all miners.
→ Smooths out solo mining variance.
→ See your participation on the wallet's Co-Mining page.

Validator setup — advanced

Running a validator requires:

  1. An always-online node (recommended: Linux server, ≥ 1 GB RAM)
  2. An address with at least the minimum validator stake (visible on the wallet's Validators page)
  3. A long-lived stake at Tier 4 (90-day lockup) for the highest combined multiplier

Validators sign each block's endorsement message with their address private key. Endorsements are recorded on-chain via OP_RETURN, and the veld-distribute daemon credits each validator pro-rata at every distribution cycle.

Detailed validator deployment instructions and the Linux service file template are in the project's README.

Download the Mining Client

Single-binary mining + validator client. Includes a full P2P node, the mining loop, the endorsement loop, and the interactive wallet wizard — all in one executable. Statically linked, no external dependencies.

Windows x64

Built with MSYS2 UCRT64 g++ 15.2.0, fully static (depends only on Windows system DLLs).
Tested on Windows 10 and Windows 11.

⬇ Download v2.5.48 (1.34 MB) Verify SHA256

SHA256: f8cf22427448b49bb3d9d838b352b1d84d4e24c2f840fb6c0f84df3f113d50ad

First launch

  1. Extract the ZIP anywhere (Desktop is fine).
  2. Double-click Start Mining.bat.
  3. The wizard will ask how you want to set up your mining identity:
    • [1] Resume previous session (auto-selected on subsequent launches)
    • [2] Log in from a keyfile (.veld-keys)
    • [3] Log in with a different VELD wallet (paste private key)
    • [4] Create a brand-new wallet
  4. The node syncs with the network (~2−5 minutes on first run), then mining starts automatically.
  5. To stop, close the window or press Ctrl+C.

Verify the download

On Windows PowerShell:

Get-FileHash -Algorithm SHA256 .\VeldMiningClient-Windows-x64.zip

The output should match the SHA256 above. If it doesn't, do not run the binary — the file may be tampered with or corrupted in transit.

What's in the package

bin/veld-node.exeThe single mining client binary (full node + mining loop + wallet wizard)
Start Mining.batOne-click launcher
README.txtUsage and security notes
veld-data/(Created on first launch) Chain state, mempool, and your miner.key

Important: back up veld-data\miner.key before deleting the data folder. Without it you lose access to the wallet that owns your mining rewards.

Transparency & Rules

Every cap, multiplier, and protection mechanism in the Veld protocol is documented and verifiable. The summary below covers the rules most users care about; for full technical details with formulas and source-code references, see the Rules & Transparency page on the explorer.

63 / 27 / 10 split

Every block reward is split: 63% to the miner who solved it, 27% to the co-mining pool (paid out every 100 blocks), 10% to the vault. Plus all transaction fees flow to the vault.

Multiplier system

Final multiplier = mining_tier × lockup_tier, hard-capped at 3.00×. Mining rewards active work; lockup rewards committed capital. Doing both gets you both.

Vault drain protection

Eight independent cap layers bound the per-cycle distribution to a maximum of 2−8% of the vault. The vault is mathematically incapable of being drained faster than it's being filled.

Whale cap

No single staker can take more than 50% of any one cycle. Activates automatically when the network has 5+ active stakers (so early-stage participants aren't penalized).

Single stake per address

The wallet enforces one active stake per address to prevent accidental over-staking. Unstake (after maturity) before you can stake again from the same address.

21M hard cap

The 21,000,000 VELD supply cap is enforced by the consensus layer. 18,900,000 is mintable via PoW; 2,100,000 is reserved for vault distributions.

Long-range protection

10 hard-coded checkpoints in the binary plus MAX_REORG_DEPTH = 100 — any chain attempting to rewrite history deeper than 100 blocks is rejected by every node.

Privacy

Private keys never leave your machine. The wallet PWA signs everything in the browser. RPC is loopback-only and Bearer-authenticated.

Read the full rules →