Consensus
PrototypeCometBFT-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.
VALIDATORS
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
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.
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.
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.
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 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.
Disclosure model, threat model, protocol design.
Client primitives and continuous testing — you are here.
Validator program opens; draft requirements published.
Audits, operators and integration partners.