- Published on
Crypto Prime & Digital Asset Institutional 2026 — Coinbase Prime, Fidelity Digital, BNY Mellon, JP Morgan Kinexys, Galaxy, FalconX, Anchorage, BitGo Deep Dive
- Authors

- Name
- Youngju Kim
- @fjvbn20031
Prologue — Two Years After Spot Bitcoin ETF, and the Tokenization Era
On January 10, 2024, the SEC approved 11 spot Bitcoin ETFs in a single sweep. From that day, the perception of digital assets as "cyberpunk toys" collapsed. BlackRock IBIT crossed $10B AUM faster than any ETF in history, and by 2026 cumulative spot BTC ETF AUM reached $80B+. Ethereum ETFs, approved in July 2024, grew to $20B+. Digital assets became an institutional asset class.
In parallel, tokenized securities moved. BUIDL, built by BlackRock and Securitize, is a tokenized short-term Treasury money-market fund that hit $2B+ AUM within a year. Ondo Finance USDY, Franklin Templeton BENJI, and Hashnote USYC compete in the same category. JP Morgan rebranded Onyx as Kinexys, settling $2B+ per day. BCG and ADDX reports frequently cite a future $50T tokenization market.
Korea has been progressing through tokenized securities (STO) legislation since the 2023 FSC guideline. Woori Financial Group launched a Digital Assets business unit; KB Securities, NH Investment, and Mirae Asset built issuance/distribution platforms. Japan, since the 2020 amended Financial Instruments and Exchange Act, recognizes Electronically Recorded Transferable Securities (ST), with SBI Digital Asset Holdings, Nomura Komainu, MUFG ProgmatST, and Mitsubishi UFJ Trust as operators.
This article draws the map. Why prime brokerage matters, how MPC custody works, how OTC desks make markets, how tokenized securities are issued, and how Korean and Japanese rules diverge.
Chapter 1 · What Is Crypto Prime Brokerage
Traditional prime brokerage sells three things bundled to hedge funds: custody, financing, and execution. That is how Goldman Sachs PB, Morgan Stanley PB, and JPMorgan PB operate. Crypto prime mirrors that.
- Custody: store coins safely (cold + MPC + HSM).
- Financing: coin-collateral loans, USD cash loans, margin/leverage.
- Execution: route through one OMS/EMS to many exchanges, plus OTC.
Crypto-specific additions:
- Multi-exchange routing: Binance, Coinbase, Kraken, OKX, Bybit, Bitfinex — 30+ venues quote the same asset at different prices. Prime routes from one screen.
- Post-trade settlement: balance imbalances across venues are netted via OTC settlement or dedicated networks (Fireblocks Network, Copper ClearLoop).
- DeFi gateway: some primes add institutional routing to Aave/Compound/EigenLayer for staking and re-staking.
| Dimension | Traditional Prime | Crypto Prime |
|---|---|---|
| Custody | DTC, Euroclear, Clearstream | MPC + cold + HSM, in-house |
| Financing | Repo, securities lending, margin | Coin-collateral, USDC loans, margin |
| Execution | Single venue + DMA | Multi-venue routing + OTC + DeFi |
| Settlement | T+1/T+2, CCP clearing | Instant, internal netting, on-chain |
| Regulation | SEC, FINRA, FCA, FSS | NYDFS, OCC, SEC, MAS, FCA, FSS, JFSA |
The essence is the bridge between on-chain and off-chain. Trades happen on exchanges, balances sit in custody, settlement finalizes via USDC or on-chain. Prime bundles OMS, risk, and tax reporting across these three layers.
Chapter 2 · Coinbase Prime — The US Institutional Standard
Coinbase Prime launched in 2021. Combined with Coinbase Custody Trust Company (NYDFS limited-purpose trust), it grew to the largest scale in US institutional crypto. As of 2026, assets under custody are reported at $300B+.
Core components:
- Coinbase Custody: 95%+ cold storage, MPC plus multi-sig. NYDFS limited-purpose trust.
- Coinbase Prime Trading: multi-exchange routing + internal OTC desk + algorithmic execution (VWAP/TWAP/IS).
- Coinbase Financing: USD/USDC loans, BTC/ETH collateral, staking reward pools.
- Coinbase Web3 Wallet (Prime): institutional DeFi routing.
The API is REST + WebSocket; the order flow looks like this.
# Coinbase Prime style: multi-venue smart order routing (conceptual)
import asyncio
from dataclasses import dataclass
@dataclass
class Venue:
name: str
bid: float
ask: float
fee_bps: float # basis points
available_size: float # available quote size
VENUES = [
Venue("coinbase", 60010.0, 60015.0, 5.0, 3.2),
Venue("kraken", 60008.0, 60017.0, 8.0, 2.1),
Venue("binance", 60011.0, 60014.0, 6.0, 4.5),
Venue("bitstamp", 60005.0, 60020.0, 10.0, 1.0),
]
def smart_route(side: str, size: float, venues=VENUES):
"""For 'buy', fill from lowest ask; sort by fee-inclusive price."""
sorted_venues = sorted(
venues,
key=lambda v: (v.ask if side == "buy" else -v.bid) * (1 + v.fee_bps / 10000),
)
fills, remaining = [], size
for v in sorted_venues:
if remaining <= 0:
break
take = min(remaining, v.available_size)
price = v.ask if side == "buy" else v.bid
fills.append({"venue": v.name, "size": take, "price": price, "fee_bps": v.fee_bps})
remaining -= take
return fills
# Buy 1 BTC, split across 4 venues
print(smart_route("buy", 1.0))
Coinbase Prime's differentiator is US regulatory alignment. NYDFS BitLicense + Coinbase Custody Trust + SOC 1/2 + ISO 27001 is a rare full set. That is why BlackRock IBIT custody chose Coinbase.
Chapter 3 · Fidelity Digital Assets — A Traditional Asset Manager Enters
Fidelity Digital Assets (FDA) was founded in 2018, built for the institutional clients of the parent, Fidelity Investments (managing $5T+). The core is custody + execution, and FDA now operates its own ETFs (FBTC, FETH).
- Custody: in-house cold storage (95%+), geographically distributed, non-FDIC.
- Execution: 24/7 trading desk, algorithms + OTC.
- ETF: FBTC (spot BTC ETF), FETH (spot ETH ETF), in-house custodian.
- In-house research: Fidelity Digital Asset Research publishes weekly institutional reports.
FDA's differentiator is the parent's trust. The fact that a traditional asset manager keeps BTC under the same brand carries weight for institutions. The 401(k) BTC option added to Fidelity Retirement reflects the same logic.
Chapter 4 · BNY Mellon Digital Asset Custody — The Oldest Bank Joins
Bank of New York Mellon was founded in 1784 by Alexander Hamilton, the oldest bank in the United States. Assets under custody exceed $50T+. BNY Mellon Digital Asset Custody launched in 2022.
- October 2022: BTC and ETH custody live.
- 2024: SAB 121 guidance change removed the requirement to book digital-asset liabilities on the bank balance sheet; BNY accelerated entry.
- 2025: tokenized assets (BUIDL etc.) added to the custody menu.
BNY's strength is its financial-institution client network. About one in five US bonds is custodied at BNY. When those clients expand into digital assets, BNY is the natural answer.
Chapter 5 · JP Morgan Onyx, now Kinexys
JP Morgan launched Onyx Digital Assets in 2020. Onyx Coin (JPM Coin) handled inter-bank USD settlement; Onyx Tokenized Collateral Network managed tokenized collateral. In November 2024, JP Morgan rebranded the entire group as Kinexys.
Kinexys composition:
- Kinexys Digital Payments: formerly JPM Coin. 24/7 USD settlement.
- Kinexys Digital Assets: formerly Onyx Digital Assets. Tokenized bond/MMF issuance platform.
- Kinexys Liink: global information exchange (formerly Onyx Liink).
As of 2026, Kinexys settles $2B+ per day with cumulative volume of $1T+.
// Kinexys style: primary issuance + redemption of a tokenized MMF (conceptual)
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.20;
contract TokenizedMMF {
string public name = "JPM Tokenized Treasury Fund";
string public symbol = "JTTF";
uint8 public constant DECIMALS = 18;
address public admin; // issuer (JPMorgan)
address public custodian; // custodian (e.g., BNY Mellon)
mapping(address => bool) public whitelist; // KYC-passed institutions only
mapping(address => uint256) public balanceOf;
uint256 public totalSupply;
uint256 public navPerShare; // 1e18 = 1 USD
event Issued(address indexed to, uint256 shares, uint256 usd);
event Redeemed(address indexed from, uint256 shares, uint256 usd);
constructor(address _admin, address _custodian) {
admin = _admin;
custodian = _custodian;
navPerShare = 1e18; // initial NAV 1 USD
}
modifier onlyAdmin() {
require(msg.sender == admin, "only admin");
_;
}
function addToWhitelist(address client) external onlyAdmin {
whitelist[client] = true;
}
function issue(address to, uint256 usdAmount) external onlyAdmin {
require(whitelist[to], "not whitelisted");
uint256 shares = (usdAmount * 1e18) / navPerShare;
balanceOf[to] += shares;
totalSupply += shares;
emit Issued(to, shares, usdAmount);
}
function redeem(uint256 shares) external {
require(balanceOf[msg.sender] >= shares, "insufficient");
uint256 usdAmount = (shares * navPerShare) / 1e18;
balanceOf[msg.sender] -= shares;
totalSupply -= shares;
emit Redeemed(msg.sender, shares, usdAmount);
// off-chain: custodian wires USD to the client account
}
function setNAV(uint256 newNav) external onlyAdmin {
navPerShare = newNav;
}
}
Two ideas: whitelist enforcement (KYC-passed institutions only) and NAV-based redemption (settled at the daily NAV). The contract translates the rules of a traditional MMF onto the chain.
Chapter 6 · State Street Digital and Goldman Sachs Digital Assets
State Street custodies $40T+, the world's second-largest custodian. State Street Digital launched in 2021, and accelerated in 2024 with the BUIDL entry and tokenized-fund infrastructure.
Goldman Sachs reopened its Digital Assets desk in 2021. In 2024 it spun out GS DAP (Digital Asset Platform), used in tokenized bond issuances with EIB and Santander. GS Trading later added spot crypto OTC.
Both are institutional only — no retail. They serve hedge funds, pensions, foundations, and central banks. That positioning differs from Coinbase Prime.
Chapter 7 · Hidden Road, FalconX, Galaxy — Digital-Native Primes
Hidden Road, founded in 2018, is a multi-asset prime brokerage covering FX, metals, and bonds in addition to digital assets. In 2024, Ripple acquired Hidden Road for $1.25B, integrating it as an institutional gateway on the XRPL.
FalconX, launched in San Jose in 2018, is a digital-asset prime offering OTC, execution, financing, and tokenization advisory. Cumulative trading volume passed $1.5T+ in 2024.
Galaxy Digital (Mike Novogratz, 2018, Toronto-listed) is the most diversified. Galaxy Trading (OTC + MM) + Galaxy Asset Management (hedge funds) + Galaxy Mining (BTC mining) + Galaxy Capital (VC) + Galaxy Investment Banking (advisory) — five pillars. Dual-listed on Nasdaq in 2024.
Common ground: 24/7 desk + 100+ pairs + OTC + financing + tokenization advisory. Differences are scale, region, and presence of in-house asset management.
Chapter 8 · OTC Desks and the RFQ Workflow — Wintermute, B2C2, Cumberland
OTC desks make bilateral prices without routing through exchanges. For sizes of $1M+ slippage on exchanges is significant, so OTC is the default.
Key players:
- Cumberland (DRW): subsidiary of the Chicago market maker DRW; brought the Chicago trading machine into crypto.
- Wintermute: London, 2017. CEX/DEX market making, algorithmic.
- B2C2: London, 2015. SBI took a majority stake in 2020. Strong in Asian institutional flows.
- FalconX: see Chapter 7.
- Galaxy Trading: see Chapter 7.
The RFQ (Request for Quote) workflow:
// OTC RFQ client (conceptual)
type Side = 'buy' | 'sell'
interface RFQRequest {
client_id: string
pair: string // 'BTC/USD'
side: Side
size: number // asset units (BTC)
ttl_ms: number // quote time-to-live
}
interface RFQQuote {
dealer: string
pair: string
side: Side
price: number
size: number
expires_at: number
quote_id: string
}
async function requestQuotes(req: RFQRequest, dealers: string[]): Promise<RFQQuote[]> {
// Fan out a quote request to multiple OTC desks at once
const quotes = await Promise.all(
dealers.map(async (d) => {
const res = await fetch(`https://${d}/rfq`, {
method: 'POST',
headers: { 'Content-Type': 'application/json' },
body: JSON.stringify(req),
})
return res.json() as Promise<RFQQuote>
})
)
return quotes
}
function bestQuote(quotes: RFQQuote[], side: Side): RFQQuote | undefined {
// buy: lowest ask; sell: highest bid
return quotes
.filter((q) => q.expires_at > Date.now())
.sort((a, b) => (side === 'buy' ? a.price - b.price : b.price - a.price))[0]
}
async function execute(req: RFQRequest, dealers: string[]) {
const quotes = await requestQuotes(req, dealers)
const best = bestQuote(quotes, req.side)
if (!best) throw new Error('no live quote')
// hit on best.quote_id
return fetch(`https://${best.dealer}/rfq/${best.quote_id}/accept`, { method: 'POST' })
}
The key is short TTL (5-30 seconds). BTC moves fast, so a quote expires in 5 seconds. RFQ is therefore tightly automated with the OMS.
Chapter 9 · Institutional Custody — MPC, Cold Storage, HSM
The institutional custody stack has three layers.
- Cold storage: keep 95%+ of assets on hardware disconnected from the internet, distributed across sites with multi-sig.
- HSM (Hardware Security Module): protect the keys in tamper-evident hardware. FIPS 140-2 Level 3+ certified.
- MPC (Multi-Party Computation): split the secret key into N shards across nodes; signing requires m-of-n threshold.
Major custodians:
- Anchorage Digital: 2019. Received the OCC charter in 2021 (first federally chartered digital-asset bank). MPC + HSM.
- BitGo: 2013. The original multi-sig custodian. SOC 2 Type II.
$100B+assets under custody by 2026. - Fidelity Digital Assets: see Chapter 3.
- Coinbase Custody Trust: see Chapter 2.
- Komainu: Nomura, Ledger, and CoinShares joint venture (2020). Europe, Middle East, and Japan institutions.
A simplified t-of-n Shamir illustrates the MPC threshold idea.
# MPC threshold signing (concept): t-of-n Shamir secret sharing + ECDSA
# Real MPC uses GG18 / Lindell17 and similar refined protocols.
import secrets
P = 2**256 - 2**32 - 977 # secp256k1 prime
def eval_poly(coeffs, x):
result = 0
for i, c in enumerate(coeffs):
result = (result + c * pow(x, i, P)) % P
return result
def split_secret(secret, t, n):
"""t-of-n: any t parties combined can reconstruct."""
coeffs = [secret] + [secrets.randbelow(P) for _ in range(t - 1)]
shares = [(i, eval_poly(coeffs, i)) for i in range(1, n + 1)]
return shares
def lagrange_interpolate(x, shares):
total = 0
for j, (xj, yj) in enumerate(shares):
num, den = 1, 1
for m, (xm, _) in enumerate(shares):
if m == j:
continue
num = (num * (x - xm)) % P
den = (den * (xj - xm)) % P
total = (total + yj * num * pow(den, P - 2, P)) % P
return total
# Usage: split the secret 3-of-5
secret = secrets.randbelow(P)
shares = split_secret(secret, t=3, n=5)
# Three parties recover the secret
recovered = lagrange_interpolate(0, shares[:3])
assert recovered == secret
This is the most basic MPC threshold idea. Real GG18/Lindell17 compute ECDSA signatures in a distributed setting so that no single node ever sees the full secret.
Chapter 10 · Crypto over FIX — Institutional Routing
Traditional OMS/EMS use the FIX (Financial Information eXchange) protocol. Crypto exchanges support FIX 4.4/5.0 on their institutional channel — Coinbase, Kraken, Binance, OKX all do.
# FIX 4.4 NewOrderSingle (buy 1.0 BTC/USD, limit 60000)
8=FIX.4.4|9=148|35=D|49=PRIME01|56=COINBASE|34=42|52=20260525-14:30:00.000|
11=ORD-20260525-001|55=BTC/USD|54=1|60=20260525-14:30:00.000|38=1.0|40=2|44=60000|10=199|
# Response: ExecutionReport (fill)
8=FIX.4.4|9=212|35=8|49=COINBASE|56=PRIME01|34=43|52=20260525-14:30:01.250|
37=EX-7842|11=ORD-20260525-001|17=FILL-1|150=F|39=2|55=BTC/USD|54=1|151=0|14=1.0|6=60000|31=60000|32=1.0|10=224|
FIX is text-based and easy to debug, and traditional OMS systems (Charles River, BlackRock Aladdin, SS&C Eze) can route to crypto venues out of the box. Compatibility was, for institutions, the largest barrier to entry.
Chapter 11 · Tokenized Securities — BUIDL, Ondo USDY, BENJI
Tokenized securities represent real-world assets on a blockchain. The frequently quoted estimate is a future $50T tokenization market from BCG/ADDX.
Headline products:
- BlackRock BUIDL: BlackRock USD Institutional Digital Liquidity Fund. Issued by Securitize, custodied by BNY Mellon. Launched March 2024.
$2B+AUM by 2026. - Ondo Finance USDY: tokenized short-term Treasuries. 5%+ yield. For non-US institutions.
- Franklin Templeton BENJI: FOBXX (MMF) tokenized on Stellar/Polygon.
$700M+AUM by 2026. - Hashnote USYC: born from Cumberland Labs (DRW). Institutional MMF.
Issuer-side workflow:
# BUIDL primary issuance (conceptual)
# 1) KYC-passed institutional client wires USD
# 2) Issuer mints tokens to the client wallet
# 3) USD is invested in short-term Treasuries by BNY Mellon
# 4) Share value adjusts daily by NAV; redemption returns USD
class TokenizedFund:
def __init__(self, fund_name: str, custodian: str):
self.fund_name = fund_name
self.custodian = custodian
self.balances: dict[str, float] = {}
self.whitelist: set[str] = set()
self.nav_per_share = 1.0 # USD
self.total_supply = 0.0
def add_whitelist(self, address: str) -> None:
self.whitelist.add(address)
def issue(self, to: str, usd_amount: float) -> float:
if to not in self.whitelist:
raise PermissionError("not whitelisted")
shares = usd_amount / self.nav_per_share
self.balances[to] = self.balances.get(to, 0.0) + shares
self.total_supply += shares
# off-chain: custodian accepts USD and invests it in T-bills
return shares
def redeem(self, from_: str, shares: float) -> float:
if self.balances.get(from_, 0.0) < shares:
raise ValueError("insufficient shares")
usd = shares * self.nav_per_share
self.balances[from_] -= shares
self.total_supply -= shares
# off-chain: custodian wires USD to the client
return usd
def set_nav(self, new_nav: float) -> None:
self.nav_per_share = new_nav
fund = TokenizedFund("BUIDL", "BNY Mellon")
fund.add_whitelist("0xClient1")
fund.issue("0xClient1", 1_000_000.0) # $1M issuance
fund.set_nav(1.00021) # update daily NAV
print(fund.redeem("0xClient1", 100_000.0)) # redeem 100k shares
The two pillars: whitelist (only KYC-approved addresses hold) and NAV-based redemption (settled at the daily NAV). Enforcing US securities-law compliance (Reg D 506(c) etc.) at the token level is the heart of STO.
Chapter 12 · Korea Tokenized Securities — KB, NH, Mirae, Woori
In February 2023, the Korean FSC published "Regulatory Framework for Tokenized Securities Issuance and Distribution," officially opening the STO era. While the Capital Markets Act amendments worked through the National Assembly, securities firms built the rails in advance.
Major operators:
- KB Securities: built the tokenized-securities issuance/distribution platform. Distributed-ledger based.
- NH Investment: leads the STO consortium, piloting real estate and content STO.
- Mirae Asset Securities: in-house tokenized-securities platform, partnering with Kakao Enterprise.
- Shinhan Investment: STO rails plus digital-asset custody.
- Woori Financial Group: launched a Digital Assets business unit. Integrating Woori Bank and Woori Investment Securities.
- Hana Securities: partners with issuers like Funble and Sejong Telecom.
A typical STO issuance flow:
1. Issuer: real estate / content / receivables → isolate into SPC
2. Securities firm (underwriter): Capital Markets Act prospectus + token issuance plan
3. FSS prospectus accepted → subscription → issuance
4. Distributed-ledger record (securities-firm consortium nodes) + sync to KSD
5. Distribution: OTC (securities-firm quote matching) or future KRX tokenized-securities market
The pivot is that the Korea Securities Depository (KSD) synchronizes with the external DLT. Issuance lives on the DLT, but legal rights follow the KSD ledger. The synchronization of dual records is the hardest part of STO rails.
Chapter 13 · Korea Digital-Asset Custody — Woori, KB, Shinhan, and Private Custodians
Custody in Korea splits two ways.
- Bank-joint ventures: KODA (KB Kookmin, Hashed, Haechi Labs), KDAC (Shinhan, Korbit, Block Crafters), BDACS (NH, Galaxia).
- Private custodians: Hexlant, KoreaPath, and others.
Bank joint ventures dominate because of AML obligations. The amended Specific Financial Information Act introduced VASP registration and the Travel Rule. Banks already have the KYC/AML stack.
In 2024, Woori Financial Group launched the Digital Assets business unit and is preparing its own custody license. All five major Korean banks are likely to bring custody in-house over time.
Chapter 14 · Japan ST Market — Amended Financial Instruments and Exchange Act
In May 2020, Japan's amended Financial Instruments and Exchange Act (改正金融商品取引法) added Electronically Recorded Transferable Securities (ST, 電子記録移転有価証券表示権利) to the legal definition. The STO market followed.
Key players:
- SBI Digital Asset Holdings: SBI's digital-asset holding company. SBI Crypto + B2C2 Japan + Komainu Japan are under it, with Singapore and Hong Kong licenses.
- Nomura Komainu: Nomura, Ledger, and CoinShares joint custody. Europe, Middle East, Japan institutions.
- MUFG Progmat ST: Mitsubishi UFJ Trust's ST issuance infrastructure. MUFG Trust, SBI, Nomura, Daiwa, and others participate as nodes.
- Daiwa Securities: pilots real-estate and receivables ST.
- Mitsubishi UFJ Trust: standardizes the trust-beneficiary-rights ST.
Progmat ST issuance flow:
1. Issuer: real estate / receivables → trust (originator trust)
2. Tokenize the beneficiary rights as ST → record on the Progmat ST node
3. Register with the JFSA (or rely on qualified-institutional-investor private placement exemption)
4. Subscription → issuance → beneficiary ledger records the ST
5. Distribution: private trades or future PTS (Proprietary Trading System)
Japan's signature is the strength of the trust structure. Rather than tokenize real estate directly, the trust beneficiary right is tokenized. The trust creates a legal-separation wall, isolating issuer-bankruptcy risk.
Chapter 15 · Spot Bitcoin ETF, Ethereum ETF — 2024-2026 Arc
On January 10, 2024, the SEC approved 11 spot Bitcoin ETFs at once — BlackRock IBIT, Fidelity FBTC, Ark/21Shares ARKB, Bitwise BITB, Invesco/Galaxy BTCO, Franklin EZBC, VanEck HODL, Valkyrie BRRR, WisdomTree BTCW, Hashdex DEFI, Grayscale GBTC. Cumulative AUM $80B+ by 2026.
Estimated 2026 AUM for the top five:
| Ticker | Issuer | Estimated AUM (2026) | Custodian |
|---|---|---|---|
| IBIT | BlackRock | $35B+ | Coinbase |
| FBTC | Fidelity | $15B+ | Fidelity Digital |
| ARKB | Ark/21Shares | $5B+ | Coinbase |
| BITB | Bitwise | $3B+ | Coinbase |
| GBTC | Grayscale | $15B+ (converted) | Coinbase |
On July 23, 2024, eight spot Ethereum ETFs were approved: BlackRock ETHA, Fidelity FETH, Bitwise ETHW, Grayscale ETH (mini), VanEck ETHV, 21Shares CETH, and others. Cumulative AUM $20B+ by 2026.
ETFs are the largest institutional bridge. 401(k), IRA, and pensions cannot easily buy BTC directly — but they can buy an ETF.
Chapter 16 · Staking-as-a-Service and Re-staking
Staking on PoS (proof-of-stake) chains is a major institutional yield axis. ETH staking yield in 2026 is roughly 3-4% annually for base issuance, rising to 4-5% when MEV and tips are included.
Key providers:
- Coinbase Cloud (formerly Bison Trails): institutional staking + validator-as-a-service.
- Figment: Canada. 70+ PoS chains.
- Kiln: Europe. White-label staking.
- Anchorage: in-house staking.
- Galaxy Digital: staking + custody bundle.
Re-staking via EigenLayer became significant in 2024. ETH stakers validate additional AVS (actively validated services) and earn extra yield. EigenLayer TVL reached $20B+ in 2026.
# Kiln/Figment style: ETH staking ROI (conceptual)
def staking_roi(
eth_amount: float,
base_apr: float = 0.035, # base issuance reward 3.5%
mev_apr: float = 0.012, # MEV / tips 1.2%
fee_bps: float = 1000, # service fee 10%
days: int = 365,
):
gross_apr = base_apr + mev_apr
net_apr = gross_apr * (1 - fee_bps / 10000)
daily_yield = (1 + net_apr) ** (1 / 365) - 1
final = eth_amount * ((1 + daily_yield) ** days)
return {"net_apr": net_apr, "final_eth": final, "yield_eth": final - eth_amount}
print(staking_roi(1000.0)) # stake 1000 ETH for one year
Chapter 17 · KR vs US vs JP — Institutional Crypto Compared
| Dimension | US | Korea | Japan |
|---|---|---|---|
| Spot BTC ETF | Approved 2024.01, $80B+ AUM | Not approved | Not approved |
| Institutional custodian | Coinbase, Fidelity, BNY, Anchorage, BitGo | KODA, KDAC, BDACS | Komainu, SBI, MUFG Trust |
| STO regulation | Reg D / Reg S / Reg A+ | Capital Markets Act amendments | Amended FIEA (2020) |
| Tokenized MMF | BUIDL, BENJI, USYC | Pilot stage | Pilots over Progmat ST |
| OTC desk | Cumberland, Wintermute, B2C2, FalconX, Galaxy | Woori, KB, Shinhan pilots | SBI, Nomura, B2C2 Japan |
| Staking | Coinbase, Figment, Kiln | Limited | Limited |
| CBDC | No retail (Fed wholesale pilots) | BOK wholesale pilots | BOJ wholesale pilots |
| Trust structure | Trust company (NYDFS) | Capital Markets Act trust | Trust Act + ST |
The US is the most developed across ETF, OTC, and custody. Japan set the standard with trust-based ST. Korea is still legislating STO. Three markets, three speeds, one direction.
Chapter 18 · Custody Fee Comparison
| Provider | Custody fee (annual) | Trading fee | Minimum |
|---|---|---|---|
| Coinbase Custody | 0.2-0.6% | 1-15 bps | $10M+ |
| Fidelity Digital | 0.3-0.5% | Not disclosed | $10M+ |
| BitGo | 0.25-0.5% | Membership-based | $5M+ |
| Anchorage | 0.25-0.5% | OTC separate | $10M+ |
| Komainu | 0.4-0.7% | OTC separate | $10M+ |
| BNY Mellon | Not disclosed | Not disclosed | Institutional only |
Fees trend down. From 1%+ in 2020 to 0.2-0.5% by 2026. The huge ETF asset base put pressure on pricing.
Chapter 19 · Risks — Exchange Collapse, Hacks, Cold-Key Loss
Three categories of institutional crypto risk:
- Exchange collapse: FTX (Nov 2022), Celsius, Voyager, BlockFi. The decisive reason institutions migrated to in-house custody.
- Hacks: Ronin (
$625M), Wormhole ($320M), Nomad ($190M). Bridges are the weakest link. - Cold-key loss: QuadrigaCX (CEO death,
$200Mlost). Mandatory geographic distribution + MPC.
Hedging tools:
- Insurance: Lloyd's of London, Marsh, and Aon offer digital-asset coverage.
- Proof of reserve: publish reserves via Merkle tree. Kraken, BitGo, Anchorage do this.
- SOC 2 Type II + ISO 27001: infrastructure audits.
- AICPA SSAE 18: US standard.
Chapter 20 · CBDC and Wholesale Settlement — US, Korea, Japan
CBDCs (central bank digital currencies) reshape institutional settlement.
- Federal Reserve: wholesale CBDC pilots (Project Hamilton, 2020-2022). Retail on hold.
- Bank of Korea: wholesale CBDC pilot. In 2023, BOK ran simulations with Woori, Shinhan, KB, KEB Hana.
- BOJ: wholesale CBDC pilots (2023-). Expanding in 2024.
- Europe: digital euro legislation targets 2026 completion.
If wholesale CBDC scales, central-bank tokens may displace private stablecoins like JPM Coin/Kinexys as settlement rails. That is the next round of infrastructure competition.
Chapter 21 · DeFi Gateway — Aave Arc, Compound Treasury
Vanilla DeFi (Aave, Compound, Uniswap) is permissionless. Institutions cannot use it directly. Two models emerged:
- Permissioned pools: Aave Arc (2022). KYC-passed institutions only. Fireblocks was the KYC gatekeeper.
- Institutional wrappers: Compound Treasury (2021). Convert institutional USD to USDC, deposit into Compound, deliver a guaranteed yield.
After 2024, Aave Arc was absorbed; Maple Finance, Goldfinch, and Centrifuge now run institutional credit pools. This category is the boundary between RWA (real-world assets) and DeFi.
Chapter 22 · Reporting, Tax, Audit — Institutional Back Office
Institutions need three reports:
- Position report: daily mark-to-market, NAV calculation.
- Tax report: cost-basis tracking, FIFO/LIFO/HIFO selection, wash-sale rules.
- Audit: SOC 2, ISO 27001, AICPA SSAE 18.
Key tools:
- Lukka: institutional crypto accounting. Joint work with AICPA on standards.
- TaxBit Enterprise: hedge-fund and asset-manager tax automation.
- Cryptio: European institutional accounting.
- Ledgible: US ETF/MMF accounting.
This back office determines the cost of entry. Above $10B AUM, manual work is impossible and these tools become required.
Chapter 23 · 2026 Currents and the Next Round
Four currents in 2026 institutional digital assets:
- ETF expansion: multi-asset (BTC + ETH + altcoin), options ETF, leveraged ETF.
- Tokenized RWA: after BUIDL, USDY, BENJI — corporate bonds, MBS, real estate.
- CBDC wholesale settlement: competition between private stablecoins and central-bank tokens.
- STO maturation: once Korea, Japan, and the EU finish STO legislation, issuance accelerates.
A literal $50T tokenization market within five years is hyperbole, but the consensus is that 5-10% of the institutional bond market could plausibly tokenize.
Chapter 24 · Summary — 24 Checklist
When an institution enters digital assets in 2026, the checklist:
- Custodian: NYDFS / OCC / MAS license? SOC 2 Type II?
- MPC vs cold: threshold signing + multi-site distribution?
- Insurance limit: Lloyd's / Marsh / Aon coverage?
- Prime broker: bundled multi-venue routing + OTC + financing?
- FIX gateway: compatibility with the existing OMS?
- Tax report: cost-basis tracking + per-jurisdiction tax?
- Asset whitelist: which tokens can be custodied? Altcoin lineup?
- Staking / re-staking: PoS asset utilization?
- DeFi gateway: permitted scope?
- Proof of reserve: Merkle-tree disclosure?
- STO issuance: Reg D / Reg S / Capital Markets Act / FIEA — which track?
- CBDC response: wholesale CBDC node participation?
- Capital impact: Basel III capital, K-ICS / ICS simulation?
- AML / KYC: Travel Rule, FATF Recommendation 16?
- Cyber: ISO 27001 + CIS Controls?
- Governance: digital-asset committee, decision hierarchy?
- Counterparty risk: lessons from FTX, single-name limits?
- Accounting: post-SAB 121 liability recognition, IFRS / K-GAAP treatment?
- Segregation: customer vs proprietary assets stored separately?
- Audit: AICPA SSAE 18 + SOC 1/2 + auditor sign-off?
- Tax preference: Korea virtual-asset income tax deferral tracking?
- Operations desk: 24/7 live staffing?
- Backup / DR: key backups, multi-site DR?
- Counsel: retainer with a digital-asset specialist law firm?
These 24 are the 2026 baseline. Above all, the balance of speed and stability matters. The market is 24/7, but institutions need 24/7 governance to match — and that cost defines the entry barrier.
References
- Coinbase Prime — https://prime.coinbase.com/
- Coinbase Custody — https://custody.coinbase.com/
- Fidelity Digital Assets — https://www.fidelitydigitalassets.com/
- BNY Mellon Digital Asset Custody — https://www.bny.com/
- JP Morgan Kinexys (Onyx) — https://www.jpmorgan.com/kinexys
- State Street Digital — https://www.statestreet.com/
- Goldman Sachs Digital Assets — https://www.goldmansachs.com/
- Hidden Road — https://www.hiddenroad.com/
- FalconX — https://www.falconx.io/
- Galaxy Digital — https://www.galaxy.com/
- Cumberland (DRW) — https://cumberland.io/
- Wintermute — https://wintermute.com/
- B2C2 — https://www.b2c2.com/
- Anchorage Digital — https://www.anchorage.com/
- BitGo — https://www.bitgo.com/
- Komainu — https://www.komainu.com/
- SBI Digital Asset Holdings — https://sbidah.co.jp/
- MUFG Progmat ST — https://progmat.co.jp/
- BlackRock BUIDL (Securitize) — https://securitize.io/
- Ondo Finance USDY — https://ondo.finance/
- Franklin Templeton BENJI — https://www.franklintempleton.com/
- EigenLayer — https://www.eigenlayer.xyz/
- Korea Securities Depository (KSD) — https://www.ksd.or.kr/
- Financial Services Commission, Korea — https://www.fsc.go.kr/
- Financial Services Agency, Japan — https://www.fsa.go.jp/
- SEC spot Bitcoin ETF Approvals — https://www.sec.gov/
- FATF Travel Rule — https://www.fatf-gafi.org/
- KODA — https://www.kodax.io/
- KDAC — https://www.kdac.io/
- BDACS — https://bdacs.com/