01
Delegated Proof-of-Stake
Token holders elect a bounded validator set. Leaders rotate by epoch. Designed for Algorand-style fast finality — blocks commit cleanly, without forking preference.
An EVM-compatible Layer-1 purpose-built for fractional ownership of real-world assets — with throughput that stays cheap under load.
The protocol
Ethereum proved programmable value. Dickbroom BC targets the other corner of the trilemma — high throughput and predictable fees — while keeping Solidity, wallets, and existing tooling intact.
01
Token holders elect a bounded validator set. Leaders rotate by epoch. Designed for Algorand-style fast finality — blocks commit cleanly, without forking preference.
02
Disjoint-state transactions run concurrently; conflicts serialize.
The primary throughput lever — inspired by Solana’s parallel engine, built on a Rust EVM (revm).
03
Standard eth_* methods so MetaMask, ethers.js, and the Solidity toolchain
connect to a local or remote node without a custom stack.
Native asset layer
Real estate, art, and equity shouldn’t bolt compliance onto a generic token. Dickbroom BC combines the standards that actually matter for regulated RWAs — at the protocol layer, not as optional middleware.
Identity & compliance
On-chain KYC/AML checks and transfer restrictions for securities-grade assets.
Partitions & tranches
Senior/junior share classes and structured rights in a single asset object.
Multi-token flexibility
Fungible fractions and unique items under one efficient multi-token model.
Yield vaults
Income-generating assets — rent, royalties, cashflow — distributed as vault shares.
Fee model
Every account gets a daily free transaction allowance. Beyond that, a flat near-zero DICKBROOM fee — load-adjusted — instead of an auction that spikes under congestion.
Casual activity stays free, TRON-style resource model.
Predictable DICKBROOM fee, tuned by network load.
Native token
Gas, staking, and validator election. The unit of account for fees beyond the free daily allowance — and the stake that secures the DPoS set.
Roadmap
Workspace, ADRs, genesis format, chain configuration.
Blocks, revm execution, single-validator loop, Ethereum JSON-RPC.
libp2p gossip, DPoS election, slashing, multi-node devnet.
Daily allowance, flat fee beyond, governance-tunable parameters.
Compliance registry, fractional modes, yield vaults, reference contracts.
End-to-end tokenization tests and whitepaper draft.
Open source
Rust workspace. Architecture decision records. Devnet genesis. Nothing here is production-ready or audited — yet.