Building real value onchain.

An EVM-compatible Layer-1 purpose-built for fractional ownership of real-world assets — with throughput that stays cheap under load.

  • Consensus DPoS · fast finality
  • Execution EVM · MetaMask ready
  • Target Thousands of TPS
  • Fees Free daily · then sub-cent

The protocol

Throughput without leaving the EVM.

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

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.

02

Parallel execution

Disjoint-state transactions run concurrently; conflicts serialize. The primary throughput lever — inspired by Solana’s parallel engine, built on a Rust EVM (revm).

03

Ethereum JSON-RPC

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

Fractional ownership as a first-class primitive.

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.

ERC-3643

Identity & compliance

On-chain KYC/AML checks and transfer restrictions for securities-grade assets.

ERC-1400

Partitions & tranches

Senior/junior share classes and structured rights in a single asset object.

ERC-1155

Multi-token flexibility

Fungible fractions and unique items under one efficient multi-token model.

ERC-4626

Yield vaults

Income-generating assets — rent, royalties, cashflow — distributed as vault shares.

Fee model

Free when it should be. Flat when it isn’t.

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.

Daily allowance Included

Casual activity stays free, TRON-style resource model.

Beyond allowance Flat · sub-cent

Predictable DICKBROOM fee, tuned by network load.

Native token

DICKBROOM

Gas, staking, and validator election. The unit of account for fees beyond the free daily allowance — and the stake that secures the DPoS set.

Symbol
DICKBROOM
Role
Fees · stake · governance weight
Devnet chain ID
7331

Roadmap

Built in phases. Shipped when it works.

  1. Complete

    Phase 1 — Foundations

    Workspace, ADRs, genesis format, chain configuration.

  2. Complete

    Phase 2 — Core node

    Blocks, revm execution, single-validator loop, Ethereum JSON-RPC.

  3. In progress

    Phase 3 — Consensus & networking

    libp2p gossip, DPoS election, slashing, multi-node devnet.

  4. Next

    Phase 4 — Fee & resource model

    Daily allowance, flat fee beyond, governance-tunable parameters.

  5. Planned

    Phase 5 — Native assets

    Compliance registry, fractional modes, yield vaults, reference contracts.

  6. Planned

    Phase 6 — Testing & docs

    End-to-end tokenization tests and whitepaper draft.

Open source

The chain is being built in public.

Rust workspace. Architecture decision records. Devnet genesis. Nothing here is production-ready or audited — yet.