1. Introduction

This introduction is written in plain language; technical detail begins in §2. A few terms first. Stake is the tokens you hold, and Proof-of-Stake (PoS) gives participants a say in running the network in proportion to their stake. Blend is the network’s privacy layer — it hides which participant sent which message; the anonymity set is the crowd of look-alike messages any one message can hide among. Core nodes are well-established, minimum-stake participants, while an edge node is a newcomer at the edge of the network with little or no stake. Mining, or Proof-of-Work (PoW), means letting your computer solve a deliberately hard puzzle to prove it did real work. The network’s clock runs in fixed windows called epochs.

1.1 The Problem

Logos is designed to protect participants from the moment they use the network. In practice, however, new participants face a bootstrapping problem: meaningful participation requires stake; acquiring stake typically means buying tokens; and buying tokens often leaves a public, linkable trail before participants have had a chance to use the privacy system.

Even participants with some stake—but not enough to qualify as core nodes—cannot use Blend with the same privacy guarantees as established nodes. Their messages are easier to distinguish because every message an edge node sends to a core node must be a block proposal, making leader traffic trivially identifiable. This association enables censorship and weakens the active anonymity set for all participants.

1.2 Goals

EmPoWering pursues three goals that a private Proof-of-Stake network cannot meet on its own. Each is stated here as an outcome the design delivers; the mechanics are sketched in What EmPoWering Does (§1.3) and specified in §3–§5.

1. Permissionless PoS Bootstrapping — fair & private initial stake distribution. A newcomer can obtain their first tokens, and accumulate them into stake, purely by performing proof of work — no exchange, bridge, DeFi (decentralized-finance) app, identity, or counterparty is involved. Because the initial stake distribution comes from mining rather than markets, it is both fair (open to anyone who switches on a miner) and private (it leaves no public, linkable purchase trail). A one-time genesis allocation seeds a dedicated PoW reward pool that is deliberately spent down during the network’s earliest phase, paying an elevated per-claim reward while the pool is large relative to its drain. This front-loaded subsidy attracts new participants precisely when token markets are thin: mine, accumulate stake, and graduate into full participation — declaring as a service provider and taking part in network services. The pool is the lever that turns permissionless mining into durable PoS participation, dissolving the bootstrapping gap in which meaningful participation presupposes stake that must be acquired out-of-band.

2. Permissionless Network Privacy — Blend Network access expanded to all users, not just block proposers. Blend access is no longer confined to core nodes and current block leaders; any participant can earn it through proof of work. Because Blend is also generalized to carry transactions — not only block proposals — every participant has ordinary reasons to send Blend traffic. This enlarges the active anonymity set and, crucially, makes an edge node’s leader traffic indistinguishable from its ordinary traffic, removing the signal that previously exposed would-be block leaders to censorship and to being traced.

3. Permissionless User Onboarding — token-less usability, pay by PoW. A freshly bootstrapped node can transact immediately, settling its fees out of the reward it mints in the very same transaction; use of the network requires no pre-acquired balance. To make this concrete, imagine a privacy-preserving password manager built on Logos that stores a user’s encrypted vault on the network: a brand-new user can install it and, from their very first save, issue a reward through proof of work and spend it in the same transaction to cover that transaction’s fee — without ever buying a token from an exchange, opening an account, or revealing an identity. This removes the last prerequisite of having tokens first and suits exactly this kind of occasional, privacy-preserving use.

1.3 What EmPoWering Does

EmPoWering is a proof-of-work on-ramp for the Logos Blockchain. It lets a new participant earn their way into the system by performing computational work, without first buying tokens from an exchange or revealing an identity—while improving privacy for all participants.

Here’s the high-level flow:

  1. You run a miner. Your computer searches for a valid hash puzzle solution tied to the current epoch. The puzzle requires real work and is designed to avoid easy hardware shortcuts.
  2. You earn private Blend access. Solving the puzzle well enough to clear the Blend threshold earns your node a credential — a Proof of Quota — that lets it use Blend. From there your messages get the same protections as everyone else’s: cover traffic, random delays, and cryptographic transformations, so they can’t be singled out.
  3. You blend in with ordinary traffic. EmPoWering lets Blend carry transactions, not just block proposals. That means edge nodes have ordinary reasons to contact core nodes, making the edge-node leader traffic as indistinguishable as core-node leader traffic.
  4. You can earn tokens — instantly. Solving the puzzle well enough to clear the reward threshold lets you claim real tokens, using a new kind of transaction called CLAIM_POW_REWARD. The reward is a fixed amount paid from a shared reward pool, and because the amount is known up front, you can spend it in the very same transaction that creates it — for instance, to cover that transaction’s own fee. The reward lands on a fresh, single-use key, so it isn’t tied to your identity or to your other mining attempts. This is what lets a brand-new user transact with no tokens to start (token-less transactions).
  5. You accumulate stake. Over time, rewards can accumulate into enough stake to participate as a service provider. During the early life of the network the EmPoWering stake accumulation rate is calibrated to make economical onboarding into PoS participation viable, though it remains less advantageous than standard PoS rewards.

Key benefits: