Validators

Your laptop is a validator.

Most chains say "decentralized" and then require a datacenter to participate. Asentum runs on consumer hardware — a Raspberry Pi 4 is the supported floor. If you have a laptop, you can secure the chain.

The problem

Validation today is gatekept by hardware.

Ethereum

Server-class hardware, 32 ETH minimum.

Running an Ethereum validator requires a dedicated machine with 16+ GB RAM, a fast SSD, and a 32 ETH stake (~$75K). The result: 90% of validators are hosted in AWS, GCP, or Hetzner. "Decentralized" across three cloud providers.

Solana

$5,000+ hardware, gigabit required.

Solana validators need 128 GB RAM, 12-core CPUs, and a 1 Gbps uplink. The hardware floor prices out anyone without datacenter-grade infrastructure. Fewer than 2,000 validators run the entire network.

Asentum

Raspberry Pi 4, 50K ASE to bond.

A 4-core consumer laptop with 4 GB RAM and a standard broadband connection. Minimum self-bond is 50,000 ASE. No hard cap — the 10% per-block reward cap prevents stake concentration without locking out larger stakes.

The solution

A chain designed for home validators.

Every architectural choice on Asentum — the ~100-validator BFT committee, the bounded signature overhead, the HTTP fan-out networking, the 5-second blocks — is tuned so a consumer PC can keep up. The Pi 4 floor is not marketing. It is the load-bearing constraint that drives the protocol.

Hardware minimums

  • 01
    CPU4 cores (any modern chip)
  • 02
    RAM4 GB minimum, 8 GB recommended
  • 03
    Disk40 GB SSD (no HDD)
  • 04
    Network50 Mbps, ≤ 50 GB/month
  • 05
    OSUbuntu 22.04+, macOS 14+, or Windows via WSL2

‣ Dev note

“A chain that claims ‘anybody can validate’ can't halt when a laptop closes. So we made the committee a function of who actually showed up.”

— on the liveness-aware committee

Benefits

Why run a validator?

Earn rewards

Block subsidies + priority fees.

150M ASE (15% of supply) is pre-allocated as validator rewards, decaying over ~5-7 years. Early validators earn the most. On top of that, every transaction includes a priority tip that goes directly to the block proposer.

Secure the chain

Your stake is the security guarantee.

Every block is finalized by a rotating BFT committee. Your bonded ASE is the economic collateral that makes attacks expensive. More validators in more locations = a harder chain to compromise.

Shape the protocol

Governance voting with real weight.

Bonded stake is voting power. Validators vote on protocol upgrades, parameter changes, and ecosystem grants. The chain is governed by the people who run it — not by a foundation with a multisig.

Get started

Four ways to start validating.

Pick the path that matches your setup. Desktop app for non-technical users, CLI for developers, VPS one-liner for operators, or the full manual setup for anyone who wants to understand every moving part.

Desktop app (Asentum Operator)

GUI onboarding. Download, create wallet, sync, stake — zero terminal. Runs in the system tray.

Q2 2026

VPS one-liner

curl -fsSL testnet.asentum.com/install/validator | bash — deps, key gen, sync, bond, systemd, done.

Shipped

CLI install

Single-binary install for macOS, Linux, Windows. Pre-configured for the testnet. For devs who live in the terminal.

Shipped

Manual setup (DEPLOY.md)

Clone the repo, build from source, configure env vars, write the systemd unit yourself. Full control.

Shipped

500

Min bond (ASE)

2s

Block time

14d

Unbonding window

15%

Rewards pool

Pi 4

Supported floor

The everybody chain

A chain secured by the people who actually use it.

No datacenter. No enterprise hardware. No five-figure minimum stake. Just a laptop, a broadband connection, and the desire to secure something that matters. Start on the testnet today.