Skip to content

VALIDATORS

Built for long-term operators, not short-term participants.

A research-stage chain has no validators yet, and this page will not pretend otherwise. What it offers instead: a truthful account of what you would run, where the prototype stands, and a sequenced path to the validator program.

Research prototype · no testnet · no mainnet · unaudited · not production-private · not safe for funds

What you would run

Consensus

Prototype

CometBFT-style BFT on Cosmos SDK / Ignite, with a PoS-style initial validator set and staking module. This is a testnet validator model — mainnet validator economics are not finalized. It is not proof-of-work.

The node

In preparation

A local single-node chain prototype exists with tested shielded-pool operations. Node materials are being prepared for public release; current materials state real capabilities and real boundaries.

Operational standards

Planned

Documented operational standards — key handling, monitoring, upgrade discipline — are required before broader participation, and ship with the validator program.

$ beyul-node --dev

✓ state synced

✓ disclosure tests 40/40 passed

listening on 127.0.0.1:9433

Local development prototype output. No public network exists.

One-line node install

Planned · not yet released

Public node software is not yet available. This is the reserved install interface — when the public node release lands, this single line installs and configures a node. Running it today only prints a not-yet-available notice.

curl -fsSL https://beyul-website.pages.dev/install.sh | sh

The validator program

Planned

The program opens with the test network stage. Registering interest gets you priority notice at launch plus the draft hardware and staking requirements when they are published. The registration form ships with the program — public release channels are being prepared.

Where this sits on the roadmap

  1. Research

    Disclosure model, threat model, protocol design.

  2. Prototype

    Client primitives and continuous testing — you are here.

  3. Test network

    Validator program opens; draft requirements published.

  4. Ecosystem

    Audits, operators and integration partners.