
Tech • IA • Crypto
Char proposes a Bitcoin-based staking system to decentralize Layer 2 sequencing by penalizing dishonest behavior through cryptographic slashing of locked BTC.
Many Bitcoin Layer 2 systems rely on centralized or small committee-based sequencers to order transactions. While other components like bridges have seen improvements, sequencing remains a bottleneck where a few actors can control transaction inclusion and ordering, creating systemic risk and censorship potential.
Char introduces a shared, open-participation sequencing layer designed to replace trusted operators. It allows anyone to participate in ordering transactions, similar to mining, aiming to remove single points of failure while preserving auditability and consistency across Layer 2 systems.
The system uses a proof-of-stake model anchored in Bitcoin, where participants lock BTC as collateral. Unlike standalone PoS chains, it inherits Bitcoin’s base layer finality, avoiding issues like chain splits or social coordination to resolve forks.
If a participant signs conflicting transaction histories—known as equivocation—their staked Bitcoin can be claimed or effectively destroyed. This creates a strong economic deterrent, analogous to a hypothetical mining system where ASICs self-destruct upon invalid reuse of work.
For any transaction batch to finalize, a majority of staked participants must agree. Attacking the system would require a majority willing to sacrifice their own funds, making dishonest outcomes economically irrational under normal conditions.
Spam resistance comes from the cost of participation. Because every validator must stake Bitcoin, submitting invalid or conflicting updates risks losing funds, preventing cheap denial-of-service attacks that plague open systems without economic barriers.
The protocol leverages properties of digital signatures: if a participant signs two messages with overlapping parameters, their private key can be mathematically derived. This allows automatic detection and punishment of equivocation without requiring complex on-chain logic.
Enforcement ultimately depends on Bitcoin miners, who can claim funds from dishonest participants. While this introduces some probabilistic enforcement—since miners could censor penalties—the unpredictability of block production still incentivizes honest behavior.
A recent improvement uses an Exponent Verifiable Random Function (EVRF) to standardize signature behavior. This reduces protocol complexity by ensuring consistent parameters in signatures, eliminating the need for extensive tracking and simplifying verification.
The design avoids adding new trust layers beneath Bitcoin. Instead, it works within Bitcoin’s constraints, prioritizing simple, verifiable primitives over more expressive but assumption-heavy smart contract systems.
Char aims to transform Bitcoin Layer 2 infrastructure by replacing trusted sequencers with a stake-based, cryptographically enforced system where misbehavior directly destroys economic value, aligning incentives toward honest participation.