TUM Blockchain Conference 2024 Logo
Menu
Stay On Track With Our Agenda

Filter

Search

Days

Stages

Tracks

TBC'25: Opening Ceremony

Talk
TBC'25
Lab Lounge
Thu, 09:30 - 09:45 CEST
Official opening of the TUM Blockchain Conference 2025
Speakers:
Gopi Mehta
Gopi MehtaPresident, TUM Blockchain Club
Eva Freiberger
Eva FreibergerHead of Marketing, TUM Blockchain Club

Mythbusting MPC: CoSNARKs, Friendly Hashes, and Private Shared State

Talk
Research
Turing Stage
Thu, 09:45 - 10:20 CEST
We are discussing common misconceptions around practical secure multiparty computation, and outline recent and ongoing work towards private shared state systems.
Speaker:
Christian Rechberger
Christian RechbergerProfessor, TU Graz and Co-founder & Chief Scientist, TACEO

TBC'25: Opening Talk

Talk
TBC'25
Nakamoto Stage
Thu, 10:00 - 10:30 CEST
Speaker:
Paul Brody
Paul BrodyGlobal Blockchain Leader @ EY, Chairman, Enterprise Ethereum Alliance

Building the World Ledger - Report

Talk
Education
Hopper Stage
Thu, 10:00 - 10:30 CEST
Based on our new report, this presentation outlines Ethereum’s evolution since 2015 into the leading smart contract platform, powering DeFi, NFTs, DAOs and RWAs. Now entering its next wave of scaling and adoption.
Speaker:
Lorenz Lehmann
Lorenz LehmannResearch Lead , growthepie

SNARKs from Functional Commitments

Talk
Research
Turing Stage
Thu, 10:25 - 11:00 CEST
I will present a paradigm to build a SNARK from a Functional IOP and a Functional Commitment (capturing almost all SNARKs, particularly optimized SNARKs in-the-wild), as well as a security analysis which closes a key security gap from prior works.
Speaker:
Christian Knabenhans
Christian KnabenhansPhD student, EPFL

Bring Your Ideas for Next-generation, Resilient Applications on Polkadot

Workshop
Workshop
Lovelace Room
Thu, 10:30 - 11:30 CEST
Learn how to turn your web3 ideas into strong hackathon-ready projects with Polkadot. Join Sacha and Denis for a hands-on workshop, then get expert support at the Polkadot booth to take your ideas further.
Speakers:
Sacha Lansky
Sacha LanskyDevRel, DevCult
Denis Pisarev
Denis PisarevDevRel Engineer, co-founder, DevCult

Analyzing the Crime Scene with Onchain Fingerprints

Talk
Regulation
Nakamoto Stage
Thu, 10:35 - 11:00 CEST
A deep dive into how onchain analytics trace criminal activity, support investigations, and help governments build safer digital asset ecosystems.
Speaker:
Matthias Bauer-Langgartner
Matthias Bauer-LanggartnerHead of Policy, Europe, Chainalysis

Consensus in Low-Latency Blockchains

Talk
Education
Hopper Stage
Thu, 10:35 - 11:00 CEST
This talk introduces the fundamentals of consensus and examines how modern blockchains achieve low latency through different design choices. We will explore two representative protocols—Jolteon (chain-based) and Mysticeti (DAG-based)—to illustrate the principles and trade-offs behind consensus.
Speaker:
Nikita Polianskii
Nikita PolianskiiSenior Applied Research Engineer, IOTA Foundation

Tokenzation- climbing up the plateau of productivity

Panel Discussion
Ecosystem
Nakamoto Stage
Thu, 11:05 - 11:50 CEST
Panel discussion regarding Tokenization and the real world use cases happening right now involving major financial institutions
Speakers:
Rafael Kaaz
Rafael KaazHead of Operations, Cashlink
Christoph Hock
Christoph HockHead of Tokenisation and Digital Assets (PM), Union Investment
Christian Forma
Christian FormaHead of Treasury, WIBank
Dr. Miguel Vaz
Dr. Miguel VazManaging Director , Hauck Aufhäuser Digital Custody GmbH

On Extractability of Pairing-Based Polynomial Commitments

Talk
Research
Turing Stage
Thu, 11:05 - 11:40 CEST
The extractability of pairing-based commitments, crucial for the security of many zk-SNARKS, was unresolved until recently. I will present our results establishing extractability for the standard KZG family, including optimized multivariate variants.
Speaker:
Pavel Hubáček
Pavel HubáčekCryptographer, Czech Academy of Sciences and Charles University

Privacy Without Paranoia: MPC as a Building Block in the Age of Decentralization

Talk
Education
Hopper Stage
Thu, 11:05 - 11:30 CEST
Secure Multiparty Computation (MPC) enables privacy-preserving collaboration without revealing inputs. This talk introduces MPC’s core ideas and its potential as a foundational tool for secure computation in decentralized systems.
Speaker:
Nina Schwanke
Nina SchwankeResearch Associate, TUM

Demystifying 𝒫𝔩𝔬𝔫𝒦: A Hands-on Tutorial Framework for Zero-Knowledge Education

Talk
Education
Hopper Stage
Thu, 11:35 - 12:00 CEST
Zero-knowledge proofs (ZKPs) have rapidly evolved from theoretical cryptographic constructions into practical systems underpinning many leading blockchain and privacy-preserving technologies. Among these, the 𝒫𝔩𝔬𝔫𝒦 protocol has emerged as one of the most influential zk-SNARKs, both as a deployed proof system and as a foundation for numerous optimizations and derivatives (such as TurboPlonk, UltraPlonk and HyperPlonk among others). Yet, despite its wide adoption, 𝒫𝔩𝔬𝔫𝒦 remains notoriously difficult to understand. On one hand, while the original PLONK paper is mathematically rigorous, it presents selector polynomials, wiring permutations, quotient tests, random challenges, and KZG commitments with little accompanying guidance, making it difficult for newcomers to build intuition. On the other hand, modern implementations such as Halo2 have already diverged from the original presentation, introducing engineering optimizations and generalizations that obscure the underlying algebraic structure. Students and practitioners thus face a tension: the theory is too abstract, while the implementations are too optimized. This leaves a gap for those seeking to truly understand how the pieces of 𝒫𝔩𝔬𝔫𝒦 fit together. To address this gap, we have developed and open-sourced a comprehensive, hands-on tutorial that demystifies 𝒫𝔩𝔬𝔫𝒦 through a carefully designed running example. A key challenge in designing such material was to select an example that is small enough to be readable and tractable, while still realistic enough to reflect the true algebraic setting of deployed systems. Our tutorial therefore builds on circuits that are minimal yet non-trivial, and uses realistic parameters such as the BN254 curve and pairings, avoiding the extreme simplifications often found in introductory accounts. This ensures that learners practice with the same mathematical objects used in real-world deployments, while still being able to follow the protocol end to end. The tutorial guides learners from simple arithmetic circuits all the way to a full non-interactive Fiat–Shamir proof. Along the way, participants build explicit tables of intermediate values, interpolate low-degree polynomials over the BN254 field, encode gate and wiring constraints, and perform both deterministic and probabilistic zero-tests. A central pedagogical goal was not just to “show solutions” but to let learners actively solve exercises themselves. Each section is broken into incremental exercises with associated test cases, enabling students to check their own progress and build confidence before moving forward. This interactive structure turns what could be a passive reading experience into an engaging, problem-solving journey. The tutorial has already been deployed in an academic context, specifically in a graduate-level course on zero-knowledge proofs at the Technical University of Munich (TUM), where it served as a practical complement to lectures on advanced proof systems. Student feedback highlighted that the structured, incremental nature of the exercises allowed them to internalize concepts that would otherwise remain opaque when reading only research papers or codebases. The material is openly available at https://plonk.zksecurity.xyz, enabling reproducibility, reuse, and extension by the broader community. Our contribution is therefore pedagogical and methodological: rather than proposing a new protocol, we propose a new way of learning one. By exposing the algebraic building blocks in a progressive manner, carefully balancing simplicity with realism, and enabling self-directed exploration through exercises and test cases, we make 𝒫𝔩𝔬𝔫𝒦 accessible to both newcomers and practitioners who wish to deepen their understanding. Beyond 𝒫𝔩𝔬𝔫𝒦 itself, the tutorial demonstrates a framework for teaching ZKPs that could be extended to other protocols, helping to bridge the gap between abstract cryptographic papers and optimized production implementations. In doing so, we hope to lower the barrier to entry for researchers, engineers, and students, contributing to the wider adoption and secure deployment of ZKPs in practice.
Speaker:
Martín Ochoa
Martín OchoaCryptography Engineer and Researcher, zkSecurity

Binius: Binary Proofs for Bitwise Operations

Talk
Research
Turing Stage
Thu, 11:45 - 12:20 CEST
I present the state-of-the-art techniques for ZK-SNARKs heavy in bitwise operations, using binary fields and multilinear polynomials. I discuss my team's research into fast polynomial commitments, lessons from implementation, and current bottlenecks.
Speaker:
Jim Posen
Jim PosenCo-founder, CTO, Irreducible

Commercial Bank Money Token - A New Contender?

Talk
Regulation
Nakamoto Stage
Thu, 11:55 - 12:25 CEST
The German bank associations have come up with a new concept for digital payments - the commercial bank money token (CBMT). What is that, what are the advantages, and could it be a contender for the "digital money of the future"?
Speaker:
Prof. Dr. Philipp Maume, S.J.D. (La Trobe)
Prof. Dr. Philipp Maume, S.J.D. (La Trobe)Professor of Capital Markets Law, TUM School of Management

Becoming a Base Builder - build your first onchain mini-app

Workshop
Workshop
Lovelace Room
Thu, 12:00 - 13:00 CEST
Join this workshop to see how Base empowers builders to launch apps, grow businesses, and earn onchain. Get inspired by Base projects, learn about Base support programs for new builders, and start earning by creating your first mini‑app on Base.
Speaker:
Axel Mitbauer
Axel MitbauerCountry Lead Germany and Switzerland, Base

Introduction DeFi

Talk
Education
Hopper Stage
Thu, 12:05 - 12:30 CEST
The talk gives an overview over custodial and non-custodial wallets, DApps, DEXes, AMM, Lending Protocols and Stablecoins. It is aimed at beginners.
Speaker:
Dr. Christian Ziegler
Dr. Christian ZieglerCTO, StableLab

Consensus from Work, Space and Time

Talk
Research
Turing Stage
Thu, 12:25 - 13:00 CEST
Speaker:
Krzysztof Pietrzak
Krzysztof PietrzakGroup Leader, ISTA

Reflecting Stablecoin Summer: From Evolution in Digital Money to Digital Sovereignty

Talk
Ecosystem
Nakamoto Stage
Thu, 12:30 - 12:55 CEST
The presentation explores the transformative rise of stablecoins and their implications for digital sovereignty in Europe. It begins by highlighting the explosive growth in stablecoin transaction volumes—reaching $33 trillion in the past year—surpassing traditional payment systems like Visa and Mastercard. Stablecoins are positioned as a game changer, offering near-instant, low-cost transfers and enabling new forms of programmable money and AI-powered marketplaces. The talk contrasts the U.S. regulatory approach, which fosters innovation through the GENIUS Act, with Europe's more cautious stance under MiCAR, which prioritizes financial stability over scalability. Despite efforts like the digital euro and initiatives such as eIDAS 2.0 and EBSI, Europe remains far behind in global stablecoin adoption, with less than €350 million in euro-backed tokens. The presentation calls for a strategic pivot toward building resilient, decentralized infrastructures and trustworthy data ecosystems to reclaim digital sovereignty. It concludes with a provocative question: should Europe try to catch up—or leap directly to the next level of programmable, agent-driven financial systems?
Speaker:
Prof. Dr. Jens Strüker
Prof. Dr. Jens StrükerDirector, Fraunhofer Blockchain Lab

An Introduction to Blockchain-Based Prediction Markets

Talk
Education
Hopper Stage
Thu, 12:35 - 13:00 CEST
Prediction markets let people bet on future events and turn collective guesses into probabilities. On a blockchain, they run without a central operator, using smart contracts to create, trade, and settle tokens.
Speaker:
Jonas Gebele
Jonas GebelePhD Student, TUM

Academic Forum

Talk
Academic Forum
Lovelace Room
Thu, 13:20 - 17:45 CEST
Speaker:
-

Academic Forum: Opening

Talk
Academic Forum
Lovelace Room
Thu, 13:20 - 13:30 CEST
Opening words for the Academic Forum
Speaker:
Dr. Ramesh Ramadoss
Dr. Ramesh RamadossChair, IEEE Blockchain

Confidential & Trustless AI Agents: How Web3 Provides the Infrastructure for Autonomous Machine Collaboration

Panel Discussion
Application
Nakamoto Stage
Thu, 13:30 - 14:10 CEST
As artificial intelligence evolves towards autonomous agents, the need for privacy, trust, and secure collaboration between machines becomes critical. This panel brings together experts from industry and academia to explore how Web3 technologies enable confidential, trustless, and verifiable AI agent interactions.
Speakers:
Peter Busch
Peter BuschChair, Fetch.ai Foundation
Marko Stokić
Marko StokićHead of AI, Oasis
Bastian Burger
Bastian BurgerDirector AI, TUM Venture Labs
Theresa Katharina Amann
Theresa Katharina AmannDigital Solutions Manager , CorPa
Ekaterini Laro
Ekaterini LaroIndustry, TUM Blockchain Club

Privacy on the blockchain by catching a cheater red-handed

Talk
Research
Turing Stage
Thu, 13:30 - 14:05 CEST
Speaker:
Alberto Ibarrondo
Alberto IbarrondoCryptographer, Arcium

State of Ethereum's ZK proving systems

Talk
Ecosystem
Hopper Stage
Thu, 13:30 - 13:55 CEST
Speaker:
 Sergey Shemyakov, PhD
Sergey Shemyakov, PhDZK Researcher, L2BEAT

Poster Madness

Talk
Academic Forum
Lovelace Room
Thu, 13:30 - 13:40 CEST
Presentation of the Academic Forum Posters
Speakers:
Sarthi
SarthiDeFi Reseacher | Developer | Founder, FeeFlex_Labs
Georg Beyschlag
Georg BeyschlagIndustry, TUM Blockchain Club
Alexander Hammerl
Alexander HammerlPhD Student , DTU
Krishna Mavani
Krishna MavaniMSc. Informatics, TUM
Dr. Johnnatan Messias
Dr. Johnnatan MessiasResearch Scientist, MPI-SWS
Dr. Daniel Kirste
Dr. Daniel KirsteResearch Scientist, TUM

Account Abstraction for Enforcing Blockchain-Based AI Agent Non-Functional Requirements

Talk
Academic Forum
Lovelace Room
Thu, 13:40 - 14:00 CEST
As Artificial Intelligence (AI) agents are brought on-chain to take over tasks of users, measures are needed to enforce user requirements. We propose the use of account abstraction (AA) primitives to steer AI agent capabilities in Web3 apps.
Speaker:
Jan Lauinger, PhD
Jan Lauinger, PhDDeveloper, Zircuit

DeFi Beyond the Hype - How Innovative Applications Drive Real Blockchain Adoption

Talk
Ecosystem
Hopper Stage
Thu, 14:00 - 14:25 CEST
DeFi has matured with strong adoption across stablecoins, lending, yield, RWA, perps, and DEXs. This talk covers key innovations, lending modularity, DEX/perp advances, and yield protocols like Pendle, showing how DeFi is scaling
Speaker:
Julius Nagel
Julius NagelGeneral Partner @w3.wave, w3.group

Verifiable and Privacy-Preserving Decentralized AI

Talk
Academic Forum
Lovelace Room
Thu, 14:00 - 14:20 CEST
Decentralized AI via Federated Learning (FL) enables secure data analysis across nodes. zk-FDL uses ZKP and blockchain to ensure privacy and integrity. We explore architecture, security, applications in healthcare and finance, and future research
Speaker:
Dr. Reza Nour
Dr. Reza NourTechEd at W3F, Postdoctoral Fellow at UBC in Blockchain and AI

zkEVM real-time proving

Talk
Research
Turing Stage
Thu, 14:10 - 14:45 CEST
Turning Ethereum mainnet EVM into a zkEVM. (This will be an online talk)
Speaker:
Justin Drake
Justin DrakeResearcher, Ethereum

Trusted AI for Future Mobility

Talk
Application
Nakamoto Stage
Thu, 14:15 - 14:40 CEST
In times of economic and geopolitical challenges, we need clear strategic and technical goals without further lock-ins and a priority on data sovereignty - the Fetch.ai Foundation does exactly that on future Web3 and Open Source based Technologies.
Speaker:
Peter Busch
Peter BuschChair, Fetch.ai Foundation

Using Ethereum Blobs for Private Verifiable Credential Revocation

Talk
Academic Forum
Lovelace Room
Thu, 14:20 - 14:40 CEST
Solutions for Verifiable Credential revocation may leak the issuer's activity. For instance, staff fluctuation through the revocation of employee IDs. We propose a provably private solution using blob transactions for data distribution.
Speaker:
Felix Hoops
Felix HoopsPhD Student, TUM

Cryptoeconomic Systems for Machine Learning Resource Provisioning

Talk
Application
Hopper Stage
Thu, 14:30 - 14:55 CEST
Cryptoeconomic systems, enabled by blockchain technology, offer a promising alternative by enabling more decentralized provisioning modes of ML resources.
Speaker:
Dr. Daniel Kirste
Dr. Daniel KirsteResearch Scientist, TUM

Efficient Execution Auditing for Blockchains under Byzantine Assumptions

Talk
Academic Forum
Lovelace Room
Thu, 14:40 - 15:00 CEST
We discuss the ELVES protocol used by Polkadot/Kusama to audit a lage number of somewhat heterogeneous "shards", or data partitions in the web2 sense, using a validator set of size only a small multiple of the number of shards.
Speaker:
Jeff Burdges
Jeff BurdgesTrouncing rollups, Polkadot

Private AI on the Blockchain: Can We Run Models Without Leaking Secrets?

Panel Discussion
Application
Nakamoto Stage
Thu, 14:45 - 15:25 CEST
How do we run AI onchain without exposing sensitive data? Hear from builders working with TEEs, FHE, and decentralized compute to make private AI a reality.
Speakers:
Marko Stokić
Marko StokićHead of AI, Oasis
Gurgen Arakelov
Gurgen ArakelovFounder, Fair math
Nikolay Blagoev
Nikolay BlagoevAI Researcher, Gensyn
Alberto Ibarrondo
Alberto IbarrondoCryptographer, Arcium

Cryptography for Hardware

Talk
Research
Turing Stage
Thu, 14:50 - 15:25 CEST
Cryptographic protocols often start as software prototypes, yet ASIC and FPGA architectures can differ radically. We discuss some of the limitations on custom hardware and adaptations to existing protocols to make them more hardware-friendly.
Speaker:
Markus Schofnegger
Markus SchofneggerApplied Cryptographer, Fabric Cryptography

Business Privacy - Harder & More Valuable Than You Think

Talk
Regulation
Hopper Stage
Thu, 15:00 - 15:25 CEST
Business coordination across enterprises is broken without privacy. Paul Brody shares why enterprise privacy is uniquely hard, and how ZK tech is finally making it viable.
Speaker:
Paul Brody
Paul BrodyGlobal Blockchain Leader @ EY, Chairman, Enterprise Ethereum Alliance

Demystifying PLONK: A Hands-On Tutorial Framework for Zero-Knowledge Education

Talk
Academic Forum
Lovelace Room
Thu, 15:00 - 15:20 CEST
𝒫𝔩𝔬𝔫𝒦 is a widely used zk-SNARK, yet hard to learn. We present an open-source tutorial that, through realistic examples and exercises, bridges this gap and makes 𝒫𝔩𝔬𝔫𝒦 accessible.
Speaker:
Martín Ochoa
Martín OchoaCryptography Engineer and Researcher, zkSecurity

Evaluation of zk-SNARKs inside TEEs

Talk
Academic Forum
Lovelace Room
Thu, 15:20 - 15:40 CEST
Zk-SNARK proof generation is resource-consuming. Using TEEs, this can be outsourced to a cloud environment without disclosing sensitive information. This talks gives an introduction to executing zk-SNARKs inside TEEs.
Speaker:
Veronika Bauer
Veronika BauerResearch Student, TUM

The Urgency of Cybersecurity Standards in Blockchain

Talk
Application
Nakamoto Stage
Thu, 15:30 - 15:55 CEST
To be announced
Speaker:
M.Eng Tarkan Yavas & Dipl.-Inform. Arslan Brömme
M.Eng Tarkan Yavas & Dipl.-Inform. Arslan BrömmeChief Executive Officer & Co-Owner, Chain Horizon GmbH

A Tour of ZK-Email

Talk
Research
Turing Stage
Thu, 15:30 - 16:05 CEST
This presentation will be a quick but comprehensive tour of zk-email. From high level overviews on how everything works under the hood to applications that are being built on top of zk-email.
Speaker:
zkfriendly
zkfriendlyEngineer, zkemail

EF Research Challenge: Opening

Workshop
Workshop
Gern
Thu, 15:30 - 16:00 CEST
The Research Challenge is an event organized by the Ethereum Foundation and TUM Blockchain Club, combining research discussion with a hackathon format. Participants will explore three active research problems in the MEV space, then work in groups to develop solutions. The MEV domain spans a wide range of challenges, from decentralized block building to the use of applied cryptography for ensuring fair transaction ordering.
Speaker:
Coming soon...

DLT Pilot Regime: The current status and challenges from a regulatory perspective

Talk
Regulation
Hopper Stage
Thu, 15:30 - 15:55 CEST
The presentation offers an overview of the DLT Pilot Regime, summarizing recent approvals and exploring regulatory challenges related to technology, risk management, and settlement using central bank money vs. stablecoins
Speaker:
Dr. Johanna Röhrs
Dr. Johanna RöhrsAdvisor, BaFin

Building Bug-Free ZK Circuits With Clean

Talk
Academic Forum
Lovelace Room
Thu, 15:40 - 16:00 CEST
This talk will give an introduction to clean, our new DSL for writing zero-knowledge circuits embedded in Lean 4. It lets developers implement circuits and prove their correctness simultaneously, drastically improving the security of ZK applications.
Speaker:
Dr. Marco Besier
Dr. Marco BesierSecurity Researcher, zkSecurity

Humanity in the age of AI

Talk
Application
Nakamoto Stage
Thu, 16:00 - 16:25 CEST
The World project, co-founded by Sam Altman and Alex Blania, enables individuals to prove they are human (and not AI) online. Sven Seuken, Chief Economist at Tools for Humanity, will explain the core idea and why it is essential in the age of AI.
Speaker:
Dr. Sven Seuken
Dr. Sven SeukenChief Economist, Tools for Humanity / World

Navigating EU Crypto Reporting: The DAC8 Perspective

Talk
Regulation
Hopper Stage
Thu, 16:00 - 16:25 CEST
An informative session on DAC8, the EU’s new crypto tax directive, explaining its reporting requirements and exploring how it will shape compliance for users, exchanges, and the broader Web3 ecosystem.
Speaker:
Fabian Leimer
Fabian LeimerPartnership Manager, Blockpit

Gossiping Anonymous Cyber Threat Intelligence Within a Decentralized Network

Talk
Academic Forum
Lovelace Room
Thu, 16:00 - 16:20 CEST
This presentation shows a novel concept for efficient, anonymous, accountable, and confidential Cyber Threat Intelligence exchange within a permissioned, decentralized environment.
Speaker:
Veronique Ehmes
Veronique EhmesPhD candidate, TUM | Security Researcher, Fraunhofer AISEC

Blind signatures in blockchain protocols

Talk
Research
Turing Stage
Thu, 16:10 - 16:45 CEST
Blind signatures, first conceived for e-cash, allow users to obtain a signature on a message that is hidden from the signer. We discuss their applications in blockchain systems such as blind coin swaps.
Speaker:
Georg Fuchsbauer
Georg FuchsbauerProfessor for cryptography, TU Wien

Privacy-Preserving Smart Contracts Using VM-Based Trusted Execution Environments

Talk
Academic Forum
Lovelace Room
Thu, 16:20 - 16:40 CEST
Speaker:
Eber Christer
Eber ChristerResearch Student, TUM

XRPL: The Oldest Modern Blockchain? What a 2012 Protocol Got Right, And What It Still Needs

Talk
Application
Nakamoto Stage
Thu, 16:30 - 16:55 CEST
In 2012, XRPL launched with a built-in DEX. Over the decade, features like NFTs and AMMs were added natively. As modern chains now adopt native DeFi layers, this talk explores XRPL’s early choices, trade-offs in programmability, and what’s next.
Speaker:
Thomas Hussenet
Thomas HussenetTechnical Partner, XRPL-Commons

Fighting Money Laundering on Chain: Are Regulations Truly Effective?

Panel Discussion
Regulation
Hopper Stage
Thu, 16:30 - 17:10 CEST
Blockchain enables transparency yet challenges oversight. How effective are current regulations? This panel explores the limits of today’s frameworks and new approaches to combating on-chain money laundering.
Speakers:
Dr. Lars Haffke
Dr. Lars HaffkePartner, pikepartners
Salih Altuntas
Salih AltuntasDirector of Investigations for Central Europe, Chainalysis | Former Police Investigator
Julia Lippoth
Julia LippothHead of Compliance in Crypto, Bullish Europe GmbH

Airdrops: Giving Money Away Is Harder Than It Seems

Talk
Academic Forum
Lovelace Room
Thu, 16:40 - 17:00 CEST
Airdrops are a popular mechanism used by blockchain protocols to bootstrap communities, reward early adopters, and decentralize token distribution. Despite their widespread adoption, the effectiveness of airdrops in achieving long-term user engagement and ecosystem growth remains poorly understood. In this paper, we present the first comprehensive empirical study of nine major airdrops across Ethereum and Layer-2 ecosystems. Our analysis reveals that a substantial share of tokens—up to 66% in some cases—are rapidly sold, often in recipients' first post-claim transaction. We show that this behavior is largely driven by ``airdrop farmers,'' who strategically optimize eligibility criteria to extract value without contributing meaningfully to the ecosystem. We complement our quantitative findings with a case study of the Arbitrum airdrop, illustrating how short-term activity spikes fail to translate into sustained user involvement. Based on these results, we discuss common design pitfalls—such as Sybil vulnerability, poor incentive alignment, and governance token misuse—and propose actionable guidelines for designing more effective airdrop strategies.
Speaker:
Dr. Johnnatan Messias
Dr. Johnnatan MessiasResearch Scientist, MPI-SWS

Sealed-Bid Auctions via TEE-Backed Confidential Compute Blockchains

Talk
Academic Forum
Lovelace Room
Thu, 17:00 - 17:20 CEST
Sealed-bid auctions ensure fair competition and efficient allocation but are often deployed on centralized infrastructure, enabling opaque manipulation. Public blockchains eliminate central control, yet their inherent transparency conflicts with the confidentiality required for sealed bidding. Prior attempts struggle to reconcile privacy, verifiability, and scalability without relying on trusted intermediaries, multi-round protocols, or expensive cryptography. We present a sealed-bid auction protocol that executes sensitive bidding logic on a Trusted Execution Environment (TEE)-backed confidential compute blockchain while retaining settlement and enforcement on a public chain. Bidders commit funds to enclave-generated escrow addresses, ensuring confidentiality and binding commitments. After the deadline, any party can trigger resolution: the confidential blockchain determines the winner through verifiable off-chain computation and issues signed settlement transactions for execution on the public chain. Our design provides security, privacy, and scalability without trusted third parties or protocol modifications. We implement it on SUAVE with Ethereum settlement, evaluate its scalability and trust assumptions, and demonstrate deployment with minimal integration on existing infrastructure.
Speaker:
Jonas Gebele
Jonas GebelePhD Student, TUM

New Research and Solana – Turbin3

Talk
Academic Forum
Lovelace Room
Thu, 17:20 - 17:40 CEST
Exploring ways to bridge the gap between academic research and real-world blockchain innovations by identifying methods, opportunities, and practical applications.
Speaker:
Mykola Podluzhnyi
Mykola PodluzhnyiSoftware Engineer, Anagram

Ecosystem Night

Panel Discussion
Sub Events
Turing Stage
Thu, 17:30 - 18:30 CEST
Speaker:
Coming soon...

Academic Forum: Closing Remarks

Talk
Academic Forum
Lovelace Room
Thu, 17:40 - 17:45 CEST
Summarization of the academic forum talks and key takeaways
Speaker:
Coming soon...

Protecting the Digital World: Insights from the UN Cybercrime Convention

Talk
Regulation
Nakamoto Stage
Fri, 09:30 - 09:55 CEST
Can we keep our privacy in a "safe" society? Privacy is on decline - from anti-money laundering rules to the most recent UN Cybercrime Convention. This talk dives into the consequences for coders and the blockchain space.
Speaker:
Dr. Nina-Luisa Siedler
Dr. Nina-Luisa SiedlerLawyer, University of Applied Science Berlin

Starfish: DAG-based Consensus via Encoded Cordial Dissemination

Talk
Research
Turing Stage
Fri, 09:45 - 10:20 CEST
We present Starfish, a DAG-based consensus protocol, in which participants use a pushing strategy for block dissemination. By encoding transaction data and constructing implicit data availability certificates directly on the DAG, we show how Starfish achieves low latency, high throughput, and asymptotically linear amortized communication complexity.
Speaker:
Nikita Polianskii
Nikita PolianskiiSenior Applied Research Engineer, IOTA Foundation

Crypto Hack Forensics – An Auditor’s Perspective

Talk
Ecosystem
Nakamoto Stage
Fri, 10:00 - 10:25 CEST
Crypto hacks have become almost routine headlines, but what really happens behind the scenes when tens of millions vanish overnight? In this session, we’ll take you inside the forensic investigation of the July 2025 GMX hack, where more than $42 million was drained from the protocol. From the lens of a smart contract auditor, we’ll reveal how security teams respond in real time, the tools and techniques we use to untangle complex attack vectors, and how an exploit can be reconstructed step by step. Join us to discover what it takes to dissect one of the year’s largest DeFi hacks and what everybody and every project can learn to better defend against the next one.
Speaker:
Tobias Madl
Tobias MadlDirector, Neodyme AG

Evolution of ESG-focused DLT Research: An NLP Analysis of the Literature

Talk
Education
Hopper Stage
Fri, 10:00 - 10:25 CEST
Analyzing the environmental, social, and governance aspects of blockchain research evolution and technology using natural language processing
Speaker:
Walter Hernandez
Walter HernandezResearch Fellow, Exponential Science

Holography Accumulation

Talk
Research
Turing Stage
Fri, 10:25 - 11:00 CEST
We show how splitting SNARK proving into private and public parts enables efficient accumulation and delegation. This yields lighter recursion, shorter witnesses, and scalable privacy-preserving delegation.
Speaker:
Carla Ràfols
Carla RàfolsAssociate professor, Universitat Pompeu Fabra, Barcelona

Predict, Detect, Protect: How AI Is Changing Web3 Security

Panel Discussion
Ecosystem
Nakamoto Stage
Fri, 10:30 - 11:10 CEST
Scams and exploits move fast, but can AI move faster? This panel dives into how machine learning is being used to detect fraud, analyze contract risk, and surface real-time threats in the Web3 ecosystem.
Speakers:
Marc Casas
Marc CasasHead of BD and Growth, Webacy
Vijay Pravin
Vijay PravinFounder & CEO, bitsCrunch
Yannik Heinze
Yannik HeinzeChief Executive Officer, softstack
Dr. Sebastian Banescu
Dr. Sebastian BanescuFounder & CEO, Adevar Labs

An analysis of zk-proving all Ethereum blocks

Talk
Education
Hopper Stage
Fri, 10:30 - 10:55 CEST
ZkCloud has been working with the EF, proving every Ethereum block since 1 April 2025. Since then, we've generated over 770K proofs for mainnet blocks. In my presentation, I would share an analysis and our learnings in proving Ethereum.
Speaker:
Norbert Vadas
Norbert VadasHead of Product, ZkCloud

Building with the Filecoin Onchain Cloud Stack

Workshop
Workshop
Lovelace Room
Fri, 10:30 - 11:00 CEST
Hands-on exploration of Filecoin Onchain Cloud stack. Master cryptographic basics, economic design, and developer SDK to build services combining decentralized storage, payments, and onchain verification.
Speaker:
Nick Lionis
Nick LionisDeveloper Advocate , @Fil-builders

Is every L2 a rollup? Introduction to L2 blockchain scaling

Talk
Education
Hopper Stage
Fri, 11:00 - 11:25 CEST
In my talk I will present optimistic and zk rollups architectures, their benefits, use-cases, challenges and tradeoffs.
Speaker:
Krzysztof Gogol
Krzysztof GogolL2, DeFi Research

Avoiding arithmetization overheads in SNARKs

Talk
Research
Turing Stage
Fri, 11:05 - 11:40 CEST
I will discuss the topic of arithmetization in proof systems. This is a costly step in many natural applications, e.g. hashes, CPU instructions, etc. I will present our work Zinc and our efforts towards entirely removing all arithmetization costs.
Speaker:
Albert Garreta
Albert GarretaLead cryptography researcher, Nethermind

Self-Custody is rewarding

Talk
Ecosystem
Nakamoto Stage
Fri, 11:15 - 11:40 CEST
Self-custody is no longer just cold storage; it's a powerful gateway to the Web3 ecosystem. Discover how a secure hardware wallet can help you access the decentralized world and unlock your financial freedom.
Speaker:
Guillaume Mathias
Guillaume MathiasVP Product, Ledger

Mechanisms Driving Rollup Evolution

Talk
Education
Hopper Stage
Fri, 11:30 - 11:55 CEST
Technical overview of rollup innovation mechanisms: based sequencing, preconfirmations for fast finality, Superchain interoperability solutions, and native execution models reshaping L2 design
Speaker:
Phillip Kemper
Phillip KemperEngineer, Zircuit

XRPL Workshop

Workshop
Workshop
Lovelace Room
Fri, 11:30 - 12:30 CEST
A hands-on guide to the XRP Ledger, how to get started on it, and its best use cases
Speaker:
Thomas Hussenet
Thomas HussenetTechnical Partner, XRPL-Commons

Bridging the Trade: Brokers vs. Exchanges in the Evolving Crypto

Talk
Ecosystem
Nakamoto Stage
Fri, 11:45 - 12:10 CEST
Differences between brokers and exchanges, focusing on the European market. Order books and matching engines.
Speaker:
David Kurz
David KurzBD & Partnerships, Bitvavo

Economic Safety and Throughput in Proof-of-Stake Blockchains

Talk
Research
Turing Stage
Fri, 11:45 - 12:20 CEST
We consider economic security when non-compliant stake exceeds a third of the total, analyze economic throughput per block, and discuss whether insurance can be used to value blocks.
Speaker:
Jens Groth
Jens GrothChief Scientist, Nexus

Differences in Solana and Sui Security

Talk
Education
Hopper Stage
Fri, 12:00 - 12:25 CEST
A deep dive into the security paradigms of Solana and Sui. This talk dissects key differences, from Solana's Rust programs and global state to Sui's object model and purpose-built Move language, highlighting their impact on developer and user safety.
Speaker:
Dr. Sebastian Banescu
Dr. Sebastian BanescuFounder & CEO, Adevar Labs

Beyond Liquidity: The current state of exchanges

Panel Discussion
Ecosystem
Nakamoto Stage
Fri, 12:15 - 12:55 CEST
To be announced soon
Speakers:
Dr. Sven Hildebrandt
Dr. Sven HildebrandtManaging Director, Bitpanda
Joël Kai Lenz
Joël Kai LenzHead of Communications, Relai
Katarzyna Wabik
Katarzyna WabikHead of Growth CEE, Kraken
David Kurz
David KurzBD & Partnerships, Bitvavo

Obfuscation, the tech that will solve crypto.

Talk
Research
Turing Stage
Fri, 12:25 - 13:00 CEST
I'm going to explain the importance of this technology, and what real applications enables. I'm going to explain also the advances of the last years. and what are the current research paths.
Speaker:
Jordi Baylina
Jordi BaylinaDeveloper, ZisK

Euro and other localized Stablecoins

Fireside Chat
Ecosystem
Hopper Stage
Fri, 12:30 - 13:10 CEST
To be announced soon
Speakers:
Peter Grosskopf
Peter GrosskopfCTO/COO, AllUnity
Sebastian Becker
Sebastian BeckerManaging Director, German Blockchain Association 'Bundesblock'

Not your bank, not your future -- new rails for old ideas.

Talk
Application
Nakamoto Stage
Fri, 13:30 - 13:55 CEST
Your deposits earn no interest, but when you need a loan, you pay through the nose. Finance today is built to extract from its users, turning money into something that works against you. History doesn’t repeat, but it rhymes. In the 19th century, farmers and artisans escaped the system by becoming their own bank: Pooling savings, lending to each other fairly, and taking back control. This talk explores what we can learn from them today, and how blockchain lets us build finance that we actually own — with user agency, upside, and the power to co-create the rails themselves.
Speaker:
Dr. Friederike Ernst
Dr. Friederike ErnstFounder, Gnosis

Censorship Resistance & Polkadot's Collator Protocol

Talk
Research
Turing Stage
Fri, 13:30 - 14:05 CEST
All layer two protocols have serious gaps in their liveness assurances known as "capture attacks", in which a super-majority dishonest layer two nodes exploits the layer one to excludes the one honest layer two node. We'll discuss how the polkadot collator protocol shall defeat "capture attacks", so that a single honest collator prevents cpature. In polkadot, we shall move user accounts, staking, slashing, governance, validator elections, and any future DKGs from the relay chain to system parachains, so defeating "capture attacks" helps minimize our security assumptions.
Speaker:
Jeff Burdges
Jeff BurdgesTrouncing rollups, Polkadot

Solana Superteam Germany Ideathon

Workshop
Workshop
Lovelace Room
Fri, 13:30 - 15:45 CEST
The Ideathon is a collaborative event for both newcomers and experienced developers to explore blockchain innovation, form teams, and develop project ideas. After an introduction and co-working session, teams will pitch their projects for a €1500 prize pool. Participants can also advance their ideas further by competing in the Solana Colosseum Hackathon later in September.
Speaker:
Carlo
CarloCommunity Lead, SuperteamDE

The spectrum of Influence

Panel Discussion
Ecosystem
Hopper Stage
Fri, 13:45 - 14:25 CEST
This panel explores the different ways people shape crypto — not just through markets or memes, but through presence, connection, and how they show up.
Speakers:
Cryptoleon
CryptoleonChief Meme Officer
Carlitosway
CarlitoswayInvestor, Advisor, Influencer
Carlo
CarloCommunity Lead, SuperteamDE
June Holderith
June HolderithGerman Outreach Manager, Ledger

SpaceComputer - Out of this World Programmable Platform

Talk
Application
Nakamoto Stage
Fri, 14:00 - 14:25 CEST
The talk explores the vision of confidential compute L1 running on the LEO constellation. We focus on the introduction of the spaceTEE and how it can enhance the pre-confirmations and security for its users on Earth, including L1s and L2s.
Speaker:
Filip Rezabek
Filip RezabekResearcher, Co-Founder, SpaceComputer

Data-Driven Growth: Accelerating Web3 and DAO Growth through Quantitative Analytics

Talk
Research
Turing Stage
Fri, 14:10 - 14:45 CEST
Every blockchain/dApp must grow and acquire users. The three core methods: Airdrops, Grants, and Liquid Incentives, each come with tradeoffs. It shows key metrics to evaluate, score, and optimize these strategies for sustainable, data-driven growth.
Speaker:
Dr. Christian Ziegler
Dr. Christian ZieglerCTO, StableLab

Beyond Hype: Consulting Insights on Web3 Strategy

Talk
Application
Nakamoto Stage
Fri, 14:30 - 15:10 CEST
In this panel, leading consulting experts will share their first-hand insights on how enterprises, startups, and investors can cut through the hype and build sustainable Web3 strategies. The discussion will highlight real-world use cases, strategic frameworks, and lessons learned from advising clients at the forefront of blockchain adoption.
Speakers:
Husen Kapasi
Husen KapasiEnterprise Blockchain Lead, PwC
Jan-Eric Dippel
Jan-Eric DippelHead of Consulting, Digital Ethics
Dr. Dirk Sturz
Dr. Dirk SturzMD and Co-Founder, FinPlanet GmbH
Alexander Klöpper
Alexander KlöpperManager, EMA-Lead Digital Assets Compliance, KPMG AG

Challenges of an Exchange

Fireside Chat
Regulation
Hopper Stage
Fri, 14:30 - 14:55 CEST
An inside look at the challenges of running a crypto exchange under the EU’s strict regulatory framework, highlighting how these guidelines enhance investor safety and trust in digital assets.
Speaker:
Jonas Jünger
Jonas JüngerRegional Director, Binance

Data Center Execution Assurance - Closing the Gap in TEE Deployment Strategies

Talk
Research
Turing Stage
Fri, 14:50 - 15:25 CEST
Speaker:
Filip Rezabek
Filip RezabekResearcher, Co-Founder, SpaceComputer

Shaping the Future of Financial Market Infrastructures with DLT and Wholesale CBDC

Talk
Regulation
Hopper Stage
Fri, 15:00 - 15:25 CEST
The talk covers wholesale CBDC and DLT, their role for future financial market infrastructures, insights from the ECB’s 2024 exploratory work, and the Eurosystem’s outlook on short- and long-term settlement solutions.
Speaker:
Dr. Besfort Shala
Dr. Besfort ShalaSenior Technology Expert and Tech Lead, Deutsche Bundesbank

Conviction Capital: VC Perspectives on What’s Next

Panel Discussion
Application
Nakamoto Stage
Fri, 15:15 - 15:55 CEST
Speakers:
Dimitrios Chatzianagnostou
Dimitrios ChatzianagnostouChief Investment Officer and Partner, OutlierVentures
Dr. David An
Dr. David AnPartner, Dracoon Ventures
Bastian Wetzel
Bastian WetzelHead of Acceleration Investments, CV VC
Anies Khan
Anies KhanInvestment Associate, Greenfield Capital
Sabrina Goerlich
Sabrina GoerlichCPO, W3FF

Optimistic MEV in Ethereum Layer 2s: Why Blockspace Is Always in Demand

Talk
Research
Turing Stage
Fri, 15:30 - 16:05 CEST
Layer 2 rollups are rapidly absorbing DeFi activity, securing over $40 billion and accounting for nearly half of Ethereum's DEX volume by Q1 2025, yet their MEV dynamics remain understudied. We address this gap by defining and quantifying optimistic MEV, a form of speculative, on-chain MEV whose detection and execution logic reside largely on-chain in smart contracts. As a result of their speculative nature and lack of off-chain opportunity verification, optimistic MEV transactions frequently decide not to execute any trades.
Speaker:
Ozan Solmaz
Ozan SolmazETH Zurich

EF Research Challenge: Closing

Workshop
Workshop
Gern
Fri, 15:30 - 17:00 CEST
Concise presentations followed by evaluation, judging, feedback, and announcement of winners
Speaker:
Coming soon...

The Future of Money - A tale of CBDC, stablecoins and deposit tokens

Panel Discussion
Ecosystem
Hopper Stage
Fri, 15:30 - 16:10 CEST
Panel discussion: Stablecoins, CBDCs and tokenized deposits: How can Europe secure currency sovereignty against USD dominance, balance regulation with innovation, and shape the future of money?
Speakers:
Lars Hupel
Lars HupelChief Evangelist CBDC, G+D
Wolfgang Berger
Wolfgang BergerPartner, CTO Banking & Financial Markets, IBM
Maximilian Baum
Maximilian BaumVice President, Deutsche Bank
Meglena Grueva
Meglena GruevaDirector of Risk & Regulatory Reporting, AllUnity
Atakan Kavuklu
Atakan KavukluSenior Consultant, IBM

The Forking Way: When TEEs Meet Consensus

Talk
Research
Turing Stage
Fri, 16:10 - 16:45 CEST
Many blockchain platforms now integrate Trusted Execution Environments (TEEs) for confidential computing. We systematize 29 such solutions, reveal four main integration approaches, uncover new forking attacks, and propose effective countermeasures.
Speaker:
Annika Wilde
Annika WildeResearch Assistant, Ruhr University Bochum

The Future of Stablecoins: Safe Asset or Systemic Risk?

Panel Discussion
Regulation
Nakamoto Stage
Fri, 16:15 - 17:10 CEST
to be announced soon
Speakers:
Patrick Hansen
Patrick HansenSenior Director, EU Strategy & Policy, Circle
Walter Börst
Walter BörstPartnerships, DLT Finance
Veronika Ferstl
Veronika FerstlBusiness Analyst Digital Assets, dwpbank
Dr. Anika Patz
Dr. Anika PatzPartner, YPOG

Your Data, Your Logic, Your Internet

Talk
Application
Hopper Stage
Fri, 16:15 - 16:40 CEST
Who truly owns your digital life? This talk explores data sovereignty, the limits of Web2, and how the Internet Computer enables a decentralised cloud where users own and control their data and apps.
Speaker:
Björn Aßmann
Björn AßmannStaff Research Scientist, DFINITY

Digital Assets and Taxation: How to use the law to your own advantage!

Talk
Regulation
Hopper Stage
Fri, 16:45 - 17:10 CEST
As the saying goes "Nothing is certain except death and taxes" and thats not different for crypto. But taxes are not made in mind of market cycles so we will look into different strategies and risks between bull and bear markets.
Speaker:
Werner Hoffmann
Werner HoffmannFounder, Pekuna

To Be Announced Soon

Talk
Research
Turing Stage
Fri, 16:50 - 17:25 CEST
To Be Announced Soon (This will be an online talk)
Speaker:
Benedikt Bünz

Student Initiatives Night

Talk
Sub Events
Nakamoto Stage
Fri, 17:15 - 18:00 CEST
Speaker:
Coming soon...

TBC'25: Closing Ceremony

Talk
TBC'25
Lab Lounge
Fri, 18:05 - 18:30 CEST
Official closing of the TUM Blockchain Conference 2025
Speakers:
Gopi Mehta
Gopi MehtaPresident, TUM Blockchain Club
Felix Rihacek
Felix RihacekIndustry, TUM Blockchain Club

TBC’25: The Official After Party | Sponsored by Bitvavo

Sub Events
Lab Lounge
Fri, 19:00 - 22:00 CEST
Official After Party of the TUM Blockchain Conference 2025!
Speaker:
Coming soon...