Summary
Krzysztof Gogol (PhD, University of Zurich, February 2026) distills six counterintuitive insights from doctoral research on institutional DeFi participation. The central thesis: institutional DeFi failures are almost never protocol bugs — they are execution environment mismatches. MEV is a symptom of bad market design, not an inherent property of blockchains. Partial centralization (L2 sequencers) increases predictability without compromising trust, because censorship is temporary and recoverable while history-rewriting is not.
Six Key Insights
1. DeFi Outcomes Depend on the Execution Environment
The same protocol (e.g., Uniswap v3) behaves differently on different chains:
- Gas costs differ → different minimum viable trade sizes
- Block times differ → different oracle staleness window
- Mempool visibility differs → different MEV extraction behavior
- Block builder concentration differs → different censorship risk
Implication for institutions: deploying a DeFi strategy is not just integrating with a smart contract. It requires understanding the execution environment: gas auction rules, sequencer behavior, MEV protections, and oracle reliability. Two seemingly identical protocols on different chains can produce radically different outcomes.
Example: a liquidation strategy that works reliably on Ethereum mainnet (where block builders compete for liquidation MEV) may be unreliable on an L2 with a centralized sequencer (where the sequencer can prioritize its own liquidations or delay yours).
2. Institutional DeFi Is a Composability Problem, Not a Compliance Problem
The dominant assumption in 2023-2024 was that institutions would adopt DeFi once compliance infrastructure (KYC, AML, OFAC screening) was mature enough. The research finding: compliance is solvable and largely solved. The remaining barrier is composability.
What composability means here: an institution needs to atomically compose:
- Identity verification (KYC on-chain proof)
- Collateral management (cross-chain collateral visibility)
- Settlement (atomic delivery-vs-payment)
- Reporting (auditable transaction history without public exposure)
No single chain or protocol provides all four. Institutions that deploy on a single permissioned chain get compliance but lose DeFi composability. Institutions that deploy on public DeFi get composability but struggle with compliance.
EEZ as a resolution: the Ethereum Economic Zone enables composability across privacy-preserving permissioned environments and public DeFi simultaneously. This is the architectural resolution to the composability problem, not a compliance solution.
3. MEV Is a Symptom of Market Design, Not an Inherent Property
MEV exists because DeFi protocols were designed with incomplete market design assumptions:
- AMMs use constant-product pricing that is systematically exploitable by informed traders
- Batch auctions (Cowswap) eliminate many MEV types by settling all trades at the same price
- TWAP oracles reduce oracle manipulation but are still vulnerable to multi-block manipulation
- Order book DEXs (dYdX, Vertex) eliminate sandwich attacks by design
The market design lens: asking “how do we protect users from MEV?” is the wrong question. The right question is “what market design produces outcomes users want?” Different market designs eliminate different MEV types, not by fighting MEV but by removing the design flaw that makes MEV possible.
Regulatory implication: MEV as “front-running” is legally analogous to exchange manipulation. But the regulatory framing focuses on the MEV actor (the searcher) rather than the market structure that enables it. Gogol argues regulators should require market design standards, not just behavioral rules.
4. The Same Protocol Behaves Differently on Different Chains
From empirical analysis across Ethereum, Arbitrum, Optimism, and BNB Chain:
- Uniswap v3 liquidity provision returns vary by 30-60% across chains for the same pair
- Sandwich attack frequency varies by a factor of 10× between chains with identical protocol deployments
- Oracle reliability (price staleness during volatility) varies significantly with block time and sequencer behavior
Quantification: the “chain premium” for Ethereum mainnet (higher MEV extraction, lower censorship risk) is measurable. Institutional capital that flows to L2s for lower fees may be paying an implicit “MEV protection discount” that is worse than the fee savings.
5. Adaptive / AI-Driven Parameters Are Needed
Static protocol parameters (e.g., fixed interest rate curves in Aave, fixed liquidation penalties in MakerDAO) are calibrated for average conditions. During stress events (2020 Black Thursday, 2022 Terra collapse), static parameters proved severely miscalibrated:
- Liquidation penalties that were appropriate at normal volatility became insufficient during crashes
- Interest rate ceilings that prevented borrowers from being priced out became subsidies during liquidity crises
Research finding: DeFi lending protocols would perform significantly better with adaptive parameters that update based on real-time market conditions. AI/ML models trained on historical stress events can set parameters that would have prevented or mitigated the failures.
Tension: adaptive parameters require either centralized governance (fast but trusted) or on-chain parameter auctions (decentralized but slow). No production protocol has solved this cleanly.
6. Partial Centralization (L2 Sequencers) Increases Predictability Without Compromising Trust
Counter-intuitive insight: L2 sequencers with centralized ordering are more trustworthy for institutional use than fully decentralized ordering, given a crucial distinction:
Censorship (temporary, recoverable):
- A sequencer delays or excludes a transaction
- The transaction can be submitted directly to L1 (escape hatch)
- The user is delayed but not permanently harmed
- L1 settlement remains uncensorable
History rewriting (permanent, catastrophic):
- A sequencer could attempt to reorder finalized transactions
- This is prevented by L1 settlement: the L2 state root is finalized on L1
- Even a fully centralized sequencer cannot rewrite history without breaking L1 security
Implication: an institution that cares about “will my settlement be permanent?” can safely use a centralized L2 sequencer. The settlement guarantee comes from L1, not from the sequencer. Censorship risk is real but manageable (escape hatch + time delay).
This reframes the decentralization debate: the key property is settlement finality, not ordering decentralization. Centralized ordering is acceptable if settlement is decentralized.
Cross-Border Architecture
The paper includes an architecture diagram for institutional cross-border digital asset exchange:
Institution A (jurisdiction X) Institution B (jurisdiction Y)
└── Permissioned L3 on L2 └── Permissioned L3 on L2
(KYC + compliance rules) (KYC + compliance rules)
│ │
└─────────── L2 Settlement ────────────┘
(atomic DvP)
│
Ethereum L1
(canonical settlement)
Each institution maintains its own permissioned execution environment (L3) with jurisdiction-specific compliance rules. Settlement is atomic on a shared L2. The shared L2 settles to Ethereum L1 for finality.
This architecture implements insight #2 (composability, not compliance) and insight #6 (partial centralization) simultaneously.
The Untapped Gardens — Organic Yield Framing (Charlie St. Louis, Mar 2026)
A complementary thesis from Charlie St. Louis (ex-MakerDAO MCD, ex-Element): “If the financial system built on Ethereum can only generate yield by importing it from offchain sources, it isn’t really sovereign. It’s just a wrapper.”
Today’s three DeFi yield sources
- Offchain yield — stablecoin reserves, tokenized treasuries, RWAs
- Consensus yield — ETH staking, LSTs, restaking
- Token incentives — bootstrapping, rarely persistent
Trading fees / lending / LP yield are real but the volume driving them traces back to those three engines. Net: DeFi is dependent on external inputs; concentration risk on offchain or validator economics.
Three native protocol resources Ethereum sells
- Consensus (ordering + finalization)
- Compute (execution of contract logic)
- Storage (persistent state + DA)
Backed by credible time (consensus), credible execution (network verification), credible persistence (state-by-consensus). What makes these sovereign infrastructure vs. ordinary internet ordering/compute/storage.
Vertical vs horizontal markets
- Compute and storage = vertical markets — revenue scales with utilization (more tx, more gas, more storage). Linear, legible. Lacks a value-capture hook beyond raw throughput.
- Consensus = horizontal market — revenue scales with the value of information being processed (a $10M trade’s ordering is worth orders of magnitude more than a $10 trade’s, even if the gas cost is identical). This is what gives rise to MEV, priority fee competition, and the entire block-building ecosystem. Why consensus got financialized first.
Five candidate “horizontalizations” of vertical markets
- Rollup execution revenue — sequencer income → tokenized/tranched/collateral, like LSTs for staking yield
- Data availability bandwidth — blob demand → forward markets, yield instruments
- Proof generation infrastructure — ZK proving capacity → staking, delegation, futures around proving
- Compute capacity markets — gas/blockspace futures (early experiments emerging on-chain)
- Autonomous agent economies — agents that pay for their own compute and storage from on-chain revenue → people back an agent, earn from its activity. Combines all the others; if the next decade of internet activity is agent-driven (vs human-driven), Ethereum’s compute and storage markets could dwarf consensus yield in scale because agents need execution and persistence far more than tx ordering.
These are sketches, not specs. Open question whether new yield sources actually diversify (vs just correlate with) the same broader market cycles.
Why this overlaps with the Institutional DeFi thesis
- Both frame MEV/extraction as symptoms of market design, not inherent.
- Both push for execution-environment-aware product design (Gogol’s lens) which connects naturally to the resource-market structure (St. Louis’s lens) — the choice of L1 vs L2 vs app-chain is the choice of which native resource market a product participates in.
- Both align with the EF strategic frames (Strawmap “Gigagas L1 / Teragas L2”, Mensah’s ACE) that argue L1 has to scale because real DeFi yield comes from real resource markets, not external imports.
State of Tokenization Q1 2026 (Pantera Capital, May 2026)
A complementary empirical view from Pantera’s data portal (tokenization.panteracapital.com) of where actual tokenization momentum is.
Headline finding: 77% of tokenized assets are still wrappers
Across the full tokenization market (excluding stablecoins, which lead in tech maturity), ~77% of tokenized assets are in the “wrapper” phase — on-chain ledger only, often non-custodial-only-for-display, not actually composable into DeFi. The remainder splits across more native designs but each is small.
The team rates each asset along three dimensions (issuance autonomy, transferability, composability), AI-scored from protocol docs and audited:
- Transferability and composability move together (correlation). Most assets cluster low on both.
- Issuance autonomy is uncorrelated with the other two — there are highly transferable assets with strictly gated issuance (Frax, Athena/Ethena cited).
Year-over-year market value growth by asset class (log-scale)
- Stablecoins: dominate; second wave post-2022.
- Treasuries: high early growth, slowing — saturating but still expanding.
- Tokenized stocks: highest YoY growth among non-stablecoin classes; trended down 2022, sharp rebound after.
- Private credit: very high active TVL relative to total market size — driven by Maple as collateral on Morpho, Camino, Euler, Jupiter Lend, plus Sky/USDS/Ethena exposure (raises a double-counting question — Maple’s syrupUSDC is backed by private credit but is also referenced upstream by USDS).
- Commodities + private equity: most growth in 2025.
- Real estate + non-US gov debt + corporate bonds: nascent.
Why real estate is hard to tokenize
Real estate is structurally non-fungible: a house is not a house. Some progress at the commercial-RE-portfolio level (e.g., “Detroit commercial RE basket” as a buy-one-product), but private/individual real estate’s financial engineering is far less sophisticated than crypto-native financial-engineering primitives can leverage.
Better metrics than tokenized value
The report argues the standard “TVL of tokenized assets” framing is misleading. Better metrics:
- Wallet count holding the asset
- Velocity (transfer frequency)
- Trading volume
- Fraction actively deployed in DeFi (sourced from DeFiLlama)
The perps-as-tokenization-substitute trend
Notable: a lot of RWA volume is moving to perp markets rather than spot tokenization:
- Open interest on per-asset perps (oil ~$1B OI just from world-events tail wind; gold, silver, Anthropic/OpenAI private-equity per as primary indicators).
- Hyperliquid + lighter draw TradFi attention as 24/7 venues; perps are operationally simpler than expiring options/derivatives.
- Hedge funds want to use Hyperliquid but are constrained by regulation (limited % of trading volume on unregulated venues).
- ⟹ Convergence: TradFi players exploring how to integrate the Hyperliquid trading structure into their own infrastructure.
Why this matters for Institutional DeFi
The wrapper-vs-composable distinction is exactly Gogol’s “execution environment dependence” argument applied to assets rather than to protocols: a tokenized asset is not just on-chain data, it’s a capability that depends on the execution environment around it. A tokenized treasury that can’t be borrowed against is fundamentally different from one that can. Pantera’s three-dimensional scoring is a concrete instrument for measuring “execution-environment fit” per-asset.
The perp-substitution trend is also notable: it provides 24/7 liquidity without needing to solve the wrapper-vs-composable problem at all — the perp itself is the cryptonative form. This is consistent with St. Louis’s “horizontal markets are the financialized ones” thesis: perps are inherently a horizontal market (value of information about price moves), while spot wrappers stay vertical (mostly held, infrequently traded).
Open Questions
❓ What is the empirically measurable “compliance premium” for institutional DeFi — the extra return institutions require to compensate for compliance costs?
❓ Can adaptive parameters be implemented without creating governance vectors for manipulation?
❓ How does the escape hatch to L1 interact with time-sensitive institutional transactions (e.g., margin calls)?
Timeline
2026-02-09— Published by Krzysztof Gogol (PhD, University of Zurich)
See Also
- Institutional / Permissioned L2s: Architecture and MEV Tradeoffs — Permissioned L2 architectures for institutional use
- Ethereum Economic Zone (EEZ) and Cross-Chain Composability — EEZ as resolution to the composability problem
- Exclusive Order Flow and the Builder Flywheel — Private orderflow as an institution-adjacent issue
- Arbitrage: CEX-DEX and AMM Arb — CEX-DEX arb as the market design problem