Staking Guide
How Shekyl staker rewards are designed, why they are claimed rather than paid in the coinbase, and how the wallet does that claim for you.
Core Decision
Claim-Based Reward Disbursement
Shekyl uses a claim-based model for staker rewards rather than direct coinbase fan-out. Rewards accrue to a deterministic accounting pool. From v3.1.0-alpha.8 the wallet submits the emission-claim transaction itself once each reward epoch settles — there is no claim button, and the claim RPC methods are refused. Rewards below the compiled-in fee floor wait until they cover the fee.
Why Claim-Based
Keeps coinbase transactions compact and deterministic
Avoids variable-size miner transaction growth tied to staker-set size
Decouples payout cadence from block template construction
Improves compatibility during hardfork rollout
Economic Flow
Per-Block Accounting
Consensus computes staker emission share plus staker fee-pool allocation from adaptive burn components.
Accrual Pool
Computed reward amounts accrue to a global staker reward accounting pool.
The wallet claims automatically
Once each reward epoch settles, the wallet submits the emission-claim transaction. Rewards too small to cover the fee wait and aggregate. Nothing the user initiates is blocked by a background claim.
From genesis
Archival staking is the model
- • Stakers post collateral, hold chain shards, and answer retention challenges
- • Emission claims are a consensus transaction the wallet submits unattended
- • There is no separate claim-activation hard fork and no wallet-RPC
claimmethod
Operator Notes
No immediate coinbase format change is required. The wallet claims on a cadence driven by chain progress; operators who want the shard-holding side of staking should start from the Staker-Operator Guide.






