Tuesday, February 24, 2026 · U.S. Tokenization Intelligence
AMERICA TOKENIZATION
The Vanderbilt Terminal for U.S. Asset Tokenization
INDEPENDENT INTELLIGENCE FOR THE AMERICAN TOKENIZATION ECONOMY
US Tokenized RWA Market $36B+ +380% since 2022
·
BUIDL Fund AUM $2.5B BlackRock · Largest tokenized fund
·
SEC-Registered Platforms 12+ ATS + Transfer Agent licenses
·
Tokenized US Treasuries $9B+ +256% YoY
·
US VC into Tokenization $34B 2025 total · doubled YoY
·
Broadridge DLR Daily Volume $384B +490% YoY · Dec 2025
·
Securitize AUM $4B+ +841% revenue growth 2025
·
Tokenized Private Credit $19B+ Figure Technologies leads at $15B
·
US Tokenized RWA Market $36B+ +380% since 2022
·
BUIDL Fund AUM $2.5B BlackRock · Largest tokenized fund
·
SEC-Registered Platforms 12+ ATS + Transfer Agent licenses
·
Tokenized US Treasuries $9B+ +256% YoY
·
US VC into Tokenization $34B 2025 total · doubled YoY
·
Broadridge DLR Daily Volume $384B +490% YoY · Dec 2025
·
Securitize AUM $4B+ +841% revenue growth 2025
·
Tokenized Private Credit $19B+ Figure Technologies leads at $15B
·
Technology

Hyperledger Besu

Hyperledger Besu is an enterprise-grade Ethereum client supporting both public Ethereum and private/permissioned networks — used by JPMorgan (Quorum fork), SWIFT, and multiple central banks for tokenized asset pilots.

Type Enterprise Ethereum Client
License Apache 2.0 (open source)
EVM Compatible Yes
Key Users JPMorgan, SWIFT, BIS
Governing Body Linux Foundation Hyperledger

Hyperledger Besu is the Linux Foundation’s enterprise-grade Ethereum client — an implementation of the Ethereum protocol designed to run both on the public Ethereum network and in private, permissioned blockchain environments. Its significance in institutional tokenization stems from a unique position: Besu allows institutions to use Ethereum tooling, Solidity smart contracts, and EVM standards while operating a private network with controlled membership, custom consensus, and privacy features not available on public Ethereum.

The Hyperledger Ecosystem

Hyperledger is a Linux Foundation-hosted umbrella project encompassing multiple enterprise blockchain frameworks. The most prominent: Hyperledger Fabric (IBM’s permissioned blockchain, widely used in supply chain), Hyperledger Besu (enterprise Ethereum), and Hyperledger Iroha (Japanese banking consortium-focused). All are open-source under Apache 2.0 licenses, governed by the Linux Foundation with corporate members including IBM, Intel, Accenture, JP Morgan, and Deutsche Telekom.

Besu was contributed to the Linux Foundation by PegaSys (ConsenSys’s enterprise division) in 2019 and officially named Hyperledger Besu. It represents the enterprise extension of the broader Ethereum project, maintained as a separate implementation from the mainnet Ethereum clients (Geth, Nethermind, Erigon).

Enterprise Features

Permissioning: Besu supports account and node permissioning — only authorized accounts can submit transactions, and only authorized nodes can join the network. For institutional blockchains, this allows limiting participation to KYC’d counterparties and licensed entities.

Privacy: Besu’s Tessera module enables private transactions — transactions visible only to the parties involved, not the full network. Unlike public Ethereum where all data is visible, Tessera transactions are encrypted and shared only with specified recipients via a separate private transaction manager.

Pluggable consensus: Besu supports multiple consensus algorithms suited to private networks:

  • IBFT 2.0 (Istanbul BFT 2.0): deterministic finality in seconds, suitable for financial settlement
  • QBFT (Quorum BFT): variant developed from JPMorgan’s Quorum work
  • Clique (proof-of-authority): simpler, less robust, used for testing

For institutional settlement networks, IBFT 2.0 and QBFT provide deterministic (not probabilistic) finality — critical for booking trades in compliance with T+0 settlement rules.

EVM compatibility: Every Solidity contract deployable on Ethereum runs identically on Besu. The full Ethereum tooling ecosystem — Hardhat, Foundry, ethers.js, Metamask in developer mode — works with Besu deployments.

JPMorgan and the Quorum Lineage

JPMorgan developed Quorum — a private Ethereum fork — in 2016 as internal blockchain infrastructure. Quorum powered JPMorgan’s Interbank Information Network (IIN), which grew to 400+ banks, and early JPMorgan token experiments. In 2020, JPMorgan open-sourced Quorum to ConsenSys, which subsequently contributed the enterprise features to Besu.

JPMorgan’s Kinexys (formerly JPMorgan Onyx, formerly JPMorgan Blockchain) has migrated from Quorum toward a Besu-based architecture, now internally called “Kinexys Chain.” Kinexys processes $1B+ in daily intraday repo transactions for JPMorgan clients — the largest daily institutional blockchain volume among US banks.

SWIFT and Central Bank Usage

SWIFT’s CBDC interoperability experiment (2022-2023) tested cross-border CBDC settlement using Besu as one of the blockchain platforms. The experiment connected existing SWIFT infrastructure to Besu-based CBDC networks, demonstrating that SWIFT messaging standards could trigger Besu transactions — enabling legacy bank systems to interact with blockchain infrastructure without full replacement.

BIS Project Jura (2021): tested DvP (delivery versus payment) and PvP (payment vs. payment) for cross-border securities settlement between Swiss National Bank and Banque de France, using Besu-based networks. Project Jura demonstrated that central bank digital currencies on separate national Besu networks could settle cross-border transactions with programmable atomicity.

Limitations vs. Public Ethereum

Besu private networks are not connected to Ethereum’s public DeFi ecosystem. A Besu-based bond cannot natively interact with Aave or Uniswap. The DeFi composability that makes Ethereum-native tokenized assets uniquely useful is absent in private Besu deployments. This is the fundamental tradeoff: privacy and control vs. public ecosystem access. For institutional wholesale infrastructure (interbank settlement, central bank operations), the tradeoff favors Besu. For retail-accessible tokenized assets requiring secondary market liquidity, public Ethereum is superior.