To see our schedule with full functionality, like timezone conversion and personal scheduling, please enable JavaScript and go here.
09:00
09:00
15min
Welcome to Freedom Tech Summit!
Pavol Rusnak, Lea from Vexl

Welcome to Freedom Tech Summit!

Organizator Track
Prague East (↑ upstairs)
09:20
09:20
30min
The Hard Path
Francis

Cypherpunk philosophy in a business context: the costs and benefits of refusing to compromise.

Bitcoin Track
Prague East (↑ upstairs)
09:20
30min
Math as a Pathway to Sovereignty
Brian Hirschfield

We learn the phrase "Don't Trust, Verify" but even if we really want to, all but a small handful of people are capable of verifying all there is behind Bitcoin. This makes us 2nd class citizens subject to trusting the few who do get it. I am out to change that.

I have used AI to build a stack of math education tools designed to get people from basic arithmetic to understanding ECDSA and Schnorr signatures. The stack includes a podcast, online courses, textbooks, and video.

Philosophy Track
Prague West (↑ upstairs)
09:30
09:30
30min
Introduction to Ark
Matthew Vuk

.

Design Track
Zurich (↑ upstairs)
10:00
10:00
30min
Graduated wallets in ZEUS
Evan Kaloudis

In this talk, we'll review the graduated wallet in ZEUS, the Bitcoin wallet that grows with you. Start as a newcomer with Cashu ecash, get your first Lightning addresses and start stacking. As your balance grows, the wallet will prompt you to upgrade to self-custodial Lightning or swap out on-chain.

We'll review the architecture, UX, and dive into why we chose Cashu over other new L2s.

Bitcoin Track
Prague East (↑ upstairs)
10:00
40min
Panel: Building on Nostr - Hype vs Reality
Jordi Llonch Esteve, Max, Aleksandar Svetski, Denis

Nostr is one of the most talked-about protocols in Bitcoin. Praised for censorship resistance, questioned for scalability and UX.

Panelists: Aleksandar Svetski (Satlantis), Max Hillebrand (cypherpunk) and Denis Zaliskyi (Synonym/Pubky)
Moderator: Jordi Llonch (Barcelona)

Topics:

  • The trade-offs between decentralization, usability and performance
  • Whether Nostr can compete with or complement existing platforms
  • The role of Bitcoin-native identity and communication layers
  • Lessons learned from builders on the front lines
Nostr Track
Prague West (↑ upstairs)
10:00
30min
Bindex | Building a better Bitcoin indexer in Rust
Roman Zeyde

Following the development of electrs, I will present Bindex - a performant Bitcoin indexing library written in Rust (https://github.com/romanz/bindex).
It uses on a new indexing schema and relies on new Bitcoin Core REST API endpoints for efficient data storage and retrieval. In addition, it supports SQLite-based caching for faster history synchronization.

Bitcoin Track
Berlin (↑ upstairs)
10:10
10:10
30min
Arké: Building an Ark Wallet
Christoph Ono

.

Design Track
Zurich (↑ upstairs)
10:30
10:30
10min
Bitcoin Flow
Oren Z

Governments have "Chainalysis" tools to follow Bitcoin transactions. Let's build an open-source tool for everybody to have a "Chainalysis" tool!
Bitcoin Flow is a visual graph-based UI for Bitcoin Transactions - where each node represents a transaction with input/output edges connected to other transactions. You can enter a specific txids, addresses and xpubs to see their transactions, label them, etc.
I'll be happy to get help integrating this project on personal nodes, and extending the tool to be able to build/display chains of PSBTs.

Bitcoin Track
Stockholm (↑ upstairs)
10:40
10:40
30min
The Stable Channels Wallet: Trading is Settlement
Tony Klausing

This keynote introduces Stable Channels, a Bitcoin-native wallet that collapses trading, payments, and settlement into one system. Hold USD stability while staying in BTC—no banks, tokens, or stablecoins. Lightning channels rebalance in real time via peer-to-peer BTC/USD trades that settle instantly. Spend dollars, hold bitcoin, and bring a stablecoin-like experience to self-custodial bitcoin.

Bitcoin Track
Prague East (↑ upstairs)
10:40
30min
Bitcoin Escrow Mechanisms
karliatto

Bitcoin was designed to remove trusted third parties — yet many real-world transactions still need a safety net. That's why we have Escrows.This talk walks through every major escrow mechanism available on Bitcoin today. It's use cases and implementation details.

Bitcoin Track
Berlin (↑ upstairs)
10:40
10min
ln2.email
Oren Z

Your email remains the same, but your lightning address might not.
This creates a frustration when you need to switch to a new lightning wallet - you have to tell everyone to use your new lightning address instead of your old lightning address.
If only Email providers could turn your email address to a lightning address...
ln2.email turns your email address @.com to asimilarly-looking lightning address @.com.ln2.email, with a redirection that you control.

Bitcoin Track
Stockholm (↑ upstairs)
10:50
10:50
30min
Building the free internet: Mesh(Core), identity, decentralized apps
Juraj

Internet is broken. Login with accounts. Decentralized network relying on domain names. Censorship. Internet blackouts ordered by governments. But 2026 is the year of cryptoanarchy and freedom tech. We have all the building blocks to make technology work for us. It's not sometime in the future, it's now. I'll talk about some experiments: bridging MeshCore and Bitchat networks, web apps without backend, decentralized identity and the plumbing.

Resilience Track
Prague West (↑ upstairs)
10:50
10min
RITREK & Timelock Recovery
Oren Z

Many less-technical Bitcoiners need a recovery mechanism that doesn't require them to switch to a multisig/miniscript wallet. Timelock Recovery is a solution based on 2 pre-signed transactions - one that keep the Bitcoin on the same wallet, and another that moves it to a second wallet after a relative-locktime (nSequence). Pre-signed transactions are safer to save online, but obviously have some disadvantages.
We will talk about how to create, backup, monitor and execute Timelock Recovery plans via the RITREK Android app.

Bitcoin Track
Stockholm (↑ upstairs)
10:50
30min
AI @ Alby
Saunter

.

Design Track
Zurich (↑ upstairs)
11:10
11:10
30min
Building on Nostr with AI: Evolving Hivetalk’s Team Process in a Fast-Moving Ecosystem
bitkarrot

We'll discuss how AI changes the way we ship on Hivetalk. Nostr moves fast and we've had to move faster — tighter feedback loops, sharper product instincts, less overhead. We'll get into actual tools we use to ship quicker and write better code, and how to stay sane building for a chaotic protocol. We'll also be honest about the tension between running an open project and keeping momentum. Leave with real ideas for building lean AI-First teams, shipping better Nostr products, and not letting openness become an excuse for slow.

Nostr Track
Stockholm (↑ upstairs)
11:20
11:20
30min
Understanding Bitcoin in an Age of LLMs
niftynei

@niftynei travels the world listening to what people are talking about and working on. In this 15m talk, she covers what matters more than ever for bitcoin development in an age of increasing access to information and infrastructure.

Bitcoin Track
Prague East (↑ upstairs)
11:20
30min
Creative ways of embedding contiguous data into Bitcoin time chain
Martin

The proponents of BIP-110 made many bold claims about limiting the sizes of individual fields being effective at preventing putting contiguous data into the Bitcoin time chain which prompted me to put a 66kB contiguous image file into the time chain as the entire transaction to prove them wrong. In this talk, I will explain how I did this, some other ways of putting contiguous data into the chain, and debunk their strongest counterargument to my claim.

Bitcoin Track
Berlin (↑ upstairs)
11:30
11:30
30min
FIPS - A transport-agnostic mesh network
Arjen

FIPS is a self-organizing encrypted mesh that addresses npubs over any medium you can send packets through.

Transport agnostic - WiFi, Ethernet, Bluetooth, UDP, TCP, Tor, Serial, Nostr.
Existing apps work unmodified via IPv6 TUN adapter.
Nostr keypair is your address - no registrars, no authorities

Resilience Track
Prague West (↑ upstairs)
11:30
30min
Making Ecash Feel Like a Regular Payment: Three Design Decisions
JM

Bitcoin is scary — volatility, seed phrases, “make token.” None of it speaks human. Zappi brings Bitcoin, Cashu, and Nostr into one experience for everyday users by starting with what’s familiar. This session covers three design decisions that make Ecash feel like a regular payment: forward flows that hide the protocol entirely, mints that feel like cards rather than abstract servers, and backward flows repositioned as digital cash and vouchers. Built for the other 99%.

Design Track
Zurich (↑ upstairs)
11:50
11:50
30min
Private group alerts over Nostr: NIP-GART
Francesco Pelle

Centralized location-sharing services solve emergency alerting by asking users to trust a custodial provider with their real-time movements. Nostr offers a decentralized alternative, but the relay model leaks the metadata that matters in a duress scenario: who is alerting, who their trusted contacts are, and where they are.

This talk introduces NIP-GART (Group Alert & Response Transmission), an event kind for safety-critical alert and location broadcasts in which both content and metadata stay hidden from relay operators, as well as integration options.

Nostr Track
Stockholm (↑ upstairs)
12:00
12:00
180min
Lunch and Chat

Lunch and Chat

Organizator Track
Vienna (↑ upstairs)
12:00
10min
CBDCs are Tyranny Tech
Nicholas Anthony

During this talk, I will explain the practical implications of central bank digital currencies (CBDCs). In doing so, I will explore why it so important to be building freedom tech now as CBDCs continue to be launched. Building defenses for our freedoms is much harder after assualts have already begun.

I've been documenting CBDC development at the Cato Institute and Human Rights Foundation for years. In addition to writing a book on the subject, I also run the HRF CBDC Tracker where I detail developments in over 149 jurisdictions.

Philosophy Track
Prague East (↑ upstairs)
12:00
30min
Connecting Bitcoin L2s: The KaleidoSwap Protocol and SDK Deep Dive
bitwalt, Arsh

Bitcoin's L2 ecosystem is evolving fast, stablecoins and tokenized assets are coming to Lightning and beyond. The Kaleido SDK is the developer toolkit to swap them. In this keynote we'll walk through the architecture of the KaleidoSwap Protocol, API, and SDK, and show real code examples of how to connect to an RGB Lightning Node, get BTC and RGB asset liquidity from an LSP, and execute trustless atomic swaps across Bitcoin L2s.

Bitcoin Track
Berlin (↑ upstairs)
12:00
45min
Help with Meshcore Device Flashing (alternative 1)

Stop by and get help flashing MeshCore companion firmware onto a SenseCAP T1000-E — a pocket-sized device that connects you to the mesh. Our team will walk you through the process and have you sending off-grid encrypted messages in minutes.

MeshCore enables long-range communication with no servers, no SIM cards, no subscriptions. Your companion connects to nearby mesh nodes, and your messages travel the network without touching the internet.

Limited SenseCAP T1000-E devices available for purchase on-site. First come, first served.

Organizator Track
Amsterdam (↓ downstairs)
12:10
12:10
20min
Bitcoin Core Fee Rate Estimator U.I Demo - https://bitcoincorefeerate.com
Abubakar Sadiq Ismail

Demo of Bitcoin Core Fee Rate Estimator and Fee Estimation Benchmarks.
Demo of Cluster Mempool Fee Rate Diagram UI.

https://bitcoincorefeerate.com

Bitcoin Track
Prague West (↑ upstairs)
12:10
50min
CoinSwap UX review

.

Design Track
Zurich (↑ upstairs)
12:20
12:20
10min
Enriching cypherpunk culture: Tamers of Entropy novel
Juraj

What do people that choose a parallel way do? Introduction to a novel Tamers of Entropy that was just released. A cypherpunk tour of the mind and the universe.

Philosophy Track
Prague East (↑ upstairs)
12:30
12:30
90min
Specter Hardware Wallet Assembling Workshop
Schnuartz

Every active participant will build their own Specter Shield Lite in a pleasant group atmosphere. This is the improved Specter DIY, with a secure chip smartcard option.

In this workshop I'm going to explain what the idea is of the first DIY Hardware Wallet, which is completely Opensource, Air-Gapped and Bitcoin only.

Buy parts here:
👉https://clavastack.com/de/events/specter-shield-lite-workshop-freedom-tech-summit-prag

Bitcoin Track
Stockholm (↑ upstairs)
12:30
60min
Bitcoin Core IPC
Sjors Provoost

Since Bitcoin Core v30 you can use Cap'n Proto to connect to the node, which is much more powerful than RPC. It's currently only used for Stratum v2 but has the potential to do much more.

We'll use rust-bitcoin and bitcoin-capnp-types to try out the capabilities.

Additionally I'd like to discuss what new IPC methods would be useful, perhaps going beyond mining.

Bitcoin Track
London (↓ downstairs)
12:40
12:40
30min
Bolting Bitcoin Into Games With RAM Hacks!
D++

Learn how to bridge the gap between RAM offsets and the Lightning Network. This session demonstrates how to use memory injection to hook into a game’s internal state - like score or inventory - and trigger real-time bitcoin payments using a Lightning Address. We'll skip the source code and go straight for the RAM to turn binaries into a bitcoin-native experience.

Bitcoin Track
Prague East (↑ upstairs)
12:40
30min
What Wasabi Taught Me About Messaging
Max

At Wasabi Wallet I pushed for years to move the team off Slack, but switching cost was too high and nobody moved. When that infrastructure was compromised, we paid the price.

Marmot is a messaging protocol you can add to any Nostr client. Build your own interface, customize the workflow, keep encrypted groups interoperable across every app that implements it. Users stay because the UX fits them, not because they are locked in. This talk covers the MDK and what it takes to integrate Marmot into your app.

Nostr Track
Prague West (↑ upstairs)
12:40
30min
Linky - Cashu wallet for seamless bitcoin adoption
Hynek

Linky is a cashu wallet that lets people send bitcoin through any messenger, store it on an NFC tag for private in-person transfer, or deliver it via gift-wrapped nostr messages. The recipient does not even need an app at first, yet can still receive and use bitcoin right away. In this workshop, you will be able to try it yourself, explore real use cases, and learn more about how it works.

Bitcoin Track
Berlin (↑ upstairs)
13:20
13:20
20min
CoinJoin ecosystem insights for Wasabi 1.x, Wasabi 2.x and Whirlpool coordinator-based privacy mixers
Petr Svenda

Existing studies of coinjoin ecosystem offer little information beyond tx detection and aggregation of stats visible on-chain. The talk explain combination of on-chain tx analysis, coordinators monitoring, and active coinjoin participation to: 1) estimate the number of active users at a time, 2) detect previously unknown coordinators, 3) retrospectively observe prominent activity patterns and 4) deliver continuously updated ecosystem insights at https://crocs-muni.github.io/coinjoin/. The goal is to support informed decisions by coinjoin end-users.

Bitcoin Track
Prague East (↑ upstairs)
13:20
30min
The Emulator - Covenants without a softfork
Philipp

For years I've chased the same goal: expressive, non-custodial Bitcoin apps requiring minimal trust.
First DLCs. Then DLC channels on Lightning. Then DLCs on Arkade. Each step hit the same wall: Bitcoin Script is too limited. Transaction covenants would solve it, but a softfork is far away.
The Arkade Emulator brings real covenant primitives to Bitcoin today, without a softfork. Inspect outputs, verify amounts, propagate spending conditions.
I'll talk about what this actually unlocks, what you can build with it, and where the limits are.

Bitcoin Track
Prague West (↑ upstairs)
13:20
30min
MPC-secured RGB Lightning Nodes
Renat Skitsan, Birkan Kayadibi

This presentation introduces a security architecture for Lightning nodes that combines Multi-Party Computation (MPC) wallets with validating signing (based on VLS) to eliminate the fundamental weaknesses of traditional Lightning deployments.

Lightning nodes are inherently hot wallets - they must keep funds online inside channels, often at significant scale. This creates a critical attack surface: if a node is compromised, an attacker can either steal private keys or trick the node into signing malicious channel states and draining funds.

Bitcoin Track
Berlin (↑ upstairs)
13:30
13:30
45min
Help with Meshcore Device Flashing (alternative 2)

Stop by and get help flashing MeshCore companion firmware onto a SenseCAP T1000-E — a pocket-sized device that connects you to the mesh. Our team will walk you through the process and have you sending off-grid encrypted messages in minutes.

MeshCore enables long-range communication with no servers, no SIM cards, no subscriptions. Your companion connects to nearby mesh nodes, and your messages travel the network without touching the internet.

Limited SenseCAP T1000-E devices available for purchase on-site. First come, first served.

Organizator Track
Amsterdam (↓ downstairs)
13:40
13:40
90min
Coinswap: Make Bitcoin Fungible Again
Mojo Jojo, Stark

Coinswap is a decentralized atomic swap protocol enhancing Bitcoin fungibility by swapping UTXOs without traces. Originally by Greg Maxwell (2013), developed by Chris Belcher (2019), revived by Citadel FOSS (2023), enabling privacy-preserving transactions over decentralized marketplaces.

Workshop: 45-minute theory + 75-minute live demo with multihop swaps.

Requirements: Bitcoin Mutinynet node (sync ~1 hour), Tor, compiled components (makerd, maker-cli, Taker) or Docker setup.

Details: https://hackmd.io/@ZR2r5ihhS8-ASbqDvOGtwg/BkljgyqdZx

Bitcoin Track
London (↓ downstairs)
13:50
13:50
30min
What guards the integrity of your pockets
Martin Paljak

Rather, what assures the integrity IN your pockets. Smart cards and secure elements. A deep-dive of "why?" and "how?" into the abyss of Java Cards and Global Platform, the dominant technologies that secures everything and anything from border crossings, phone calls and fiat payments to bitcoin wallets. From snorkelling among the colourful fish, to the untouched dark depths of the ocean ... with an empty can of SPAM.

Resilience Track
Prague East (↑ upstairs)
14:00
14:00
30min
Between the Platform and the Protocol
franzap

Every platform makes decisions about what you see. The question isn't whether filtering happens, it's who controls it and whether switching away is a real option or a fantasy.

This talk makes the case for communities as the missing trust primitive: transparent, forkable, and accountable in ways that neither central platforms nor pure individual judgment can be. A practical framework for building software distribution that is genuinely free without being ungoverned.

Philosophy Track
Prague West (↑ upstairs)
14:00
30min
Uniting the tribes - Crypto-anarchy unleashed
Shadrach

Crypto-anarchy uses cryptography, decentralized money, and monetized decentralized apps to empower peer‑to‑peer economies and private coordination outside state control.
Key tools — mesh networks, distributed storage, secure distributed computing, privacy coins, and Nostr as a web‑of‑trust — enable resilient, private collaboration.
We can use these tools to join homesteaders, regenerative farmers, intentional communities, freedom cells, and allied groups to coordinate, trade, share knowledge, and mutual‑aid with privacy, resiliency, and dignity.

Nostr Track
Berlin (↑ upstairs)
14:00
30min
Design Socratic Seminar

.

Design Track
Zurich (↑ upstairs)
14:10
14:10
20min
Will It Node? Is the new 'Can it run DOOM'
Simon Males

An exploration into running a Bitcoin node on older, not sexy hardware. From 10+ year old laptops to even older SBCs and Android phones (via Termux).

Inspired by the whitepaper quote, that a node doesn't need to be a heavy server and the current RAMpocalypse:

With computer systems typically selling with 2GB of RAM as of 2008, and Moore's Law predicting current growth of 1.2GB per year, storage should not be a problem even if the block headers must be kept in memory

Bitcoin Track
Stockholm (↑ upstairs)
14:30
14:30
30min
Fraud Proofs for Just-in-Time Channels
ThomasV

The game theory of just-in-time channels could be improved using fraud proofs: proofs that a LSP stole funds instead of opening a Lightning channel. The difficulty lies with the requirement for the proof to be public, without having to trust the victim. To solve this, we propose to use the blockchain as an arbitration layer. This results in a protocol where client and the LSP do not need to trust each other.

Full article: https://delvingbitcoin.org/t/proposal-public-fraud-proofs-for-just-in-time-channels/2451

Bitcoin Track
Prague East (↑ upstairs)
14:40
14:40
30min
Local-first software with Evolu
Daniel Steigerwald

Most apps still treat your device as a cache and the cloud as the source of truth. Local-first flips that model. I'll start with Ink & Switch's essay and its case for ownership, offline capability, privacy, and resilience, then show how Evolu implements those ideas with SQLite, end-to-end encrypted sync, CRDT-based merging, and stateless relays. I'll end with a broader argument: the future of software is not less cloud, but a different cloud.

Resilience Track
Prague West (↑ upstairs)
14:40
30min
Wallet-Linked Offers: The Missing Incentive Layer for Bitcoin Payments
Tomas Chojnacki

As Bitcoiners, we can imagine a truly free
market where prices fall and anyone can save
without speculating. That's only possible if
Bitcoin becomes money people use. Payment
infrastructure is here. Payment volume isn't.
The missing piece is incentives, the same lever
card networks used to drive mass payment
adoption. We built the Bitcoin-native
equivalent: merchant-funded wallet-linked offers
on Lightning and NWC, instant and programmable,
without banks or surveillance, available to any
merchant anywhere in the world. Live demo

Bitcoin Track
Berlin (↑ upstairs)
14:40
60min
Self-Sovereign Zaps: Ark + Nostr Wallet Connect
Matthew Vuk

In this hands-on workshop, attendees will set up a self-sovereign Bark wallet and connect it to their Nostr client via Nostr Wallet Connect (NWC). By the end of the session, you'll be sending zaps directly from your own VTXOs and receiving inbound zaps to a wallet no custodian controls. Bring a laptop and a Nostr account; we'll handle the rest.

Nostr Track
Stockholm (↑ upstairs)
14:40
30min
Microcosma StoryLab
Desi_thegrey

Bitcoin and AI give us powerful tools, but the most important stories still live inside people, and they only come out in person. Story Mining is a hands-on methodology I developed running intimate community sessions across Kenya, Puerto Rico, and Africa to surface real Bitcoin use cases through human conversation and creativity. In this workshop, we’ll use AI as a support tool while centering what only humans can do. You leave with a real story brief for your project. Here you will find our first StoryLab session online: https://youtu.be/NxD8Uz-5khw

Design Track
Zurich (↑ upstairs)
15:00
15:00
45min
Help with Meshcore Device Flashing (alternative 3)

Stop by and get help flashing MeshCore companion firmware onto a SenseCAP T1000-E — a pocket-sized device that connects you to the mesh. Our team will walk you through the process and have you sending off-grid encrypted messages in minutes.

MeshCore enables long-range communication with no servers, no SIM cards, no subscriptions. Your companion connects to nearby mesh nodes, and your messages travel the network without touching the internet.

Limited SenseCAP T1000-E devices available for purchase on-site. First come, first served.

Organizator Track
Amsterdam (↓ downstairs)
15:10
15:10
30min
Electrum Wallet Submarine Swaps
Felix

Nostr based Submarine Swap marketplace of Electrum Wallet.

  • Development and growth
  • Future plans
  • Privacy benefits
Nostr Track
Prague East (↑ upstairs)
15:20
15:20
30min
Shipping Nostr Infrastructure: VPN, Double Ratchet, and Hashtree
Sirius

Don’t fight network effects. Build tools that are useful for one person or a small group, but can scale organically.

Nostr VPN is a Tailscale alternative with no third-party accounts. It runs on the Nostr-based FIPS network, using Nostr pubkeys instead of IP addresses.

Iris Chat is a Signal-like messenger built on Nostr Double Ratchet.

Hashtree is Nostr-native “IPFS lite”: Blossom, file chunking, directories, and encryption.

Nostr Track
Prague West (↑ upstairs)
15:20
30min
Zappool.org: the first Nostr-friendly home miner proxy pool
OptOut

Since Bitaxe there are many decentralized home miners, and almost all are used in solo mode. Why? Pooled usage is cumbersome, plus there’s not much use of the few sats they would make. How about for daily zaps on Nostr? With Zappool you can do that: just plug your npub into a Bitaxe, and get daily zaps from it! Permissionless and easy.
Zappool -- likely the first working proxy pool -- solved the bootstrapping issue by being based on top of another pool. It creates a simple user experience by combining the bitcoin mining, lightning and Nostr stack.

Bitcoin Track
Berlin (↑ upstairs)
15:20
60min
Go FIPS! - Join the Mesh.
Arjen

In this workshop we go hands-on. We will get you connected to the FIPS mesh!

By the end of this workshop you will be able to communicate with other people in the local mesh, in a way that would keep working even if the internet goes down!

If you're up for it you can even expose your own server over FIPS with almost zero effort. If you have a spare OpenWRT router, bring it!

What to bring:

  • Your laptop
  • OpenWRT (24+) router (optional)
Resilience Track
London (↓ downstairs)
15:20
30min
Ballet Mnemonic
Bojana

My research explores new ways of remembering and interacting with Bitcoin wallet seed phrases through movement and body memory. Using ballet movement patterns and choreography, I explore how the body and memory can work together as an alternative approach to learning and remembering digital information. The project combines ideas from movement, memory, and Bitcoin technology in a more human-centered way.

Design Track
Zurich (↑ upstairs)
15:50
15:50
30min
Confidential computing for freedom tech
aljaz

Advances in confidential computing have enabled wider use cases and deployment into broader freedom tech space. Verifiable software and confidentiality of data in use creates another layer of protection and privacy, both for users and service providers. The talk is meant to explain what the benefits are, what types of projects can benefit from it and how the entire community can benefit from added protection and assurance.
Further info:
https://primal.net/aljaz/the-end-of-trust-me-bro---confidential-computing-for-everyone

Resilience Track
Prague East (↑ upstairs)
15:50
60min
Building Sovereign AI with Routstr
abdou
  1. What is Routstr?

  2. Setting Up a Routstr Node: Docker Setup

  3. Admin Interface: What Node Runners Can Do

  4. Using the Node as a Client

  • Point any OpenAI-compatible SDK to your node URL
  • Authenticate using a Cashu token as the API key
  1. Using routstrd Client: Automated Routing
  • Discovers best providers via Nostr NIP-91
  • Automates routing based on price and availability
    6. What we learned!
  • How to host your own sovereign AI gateway
  • Basics of private, pay-per-request AI billing
Resilience Track
Stockholm (↑ upstairs)
16:00
16:00
50min
Panel: Next Gen L2s
Veronika, Matthew Vuk, Robin Linus, Kukks

Ark, Spark, ZK rollups: how they work, what they enable, risks & trade-offs, Lightning interoperability

Bitcoin Track
Prague West (↑ upstairs)
16:00
15min
Collective Use Cases of Bitcoin without an Internet Connected Devices
Kgothatso Ngako

A case study style talking covering features we have implemented to allow people to use Bitcoin in group settings, whether it's for savings, tip splits, or businesses.

Slides: https://d.nostr.build/o1aXJOuJ8mGNkFfF.pdf

Resilience Track
Berlin (↑ upstairs)
16:00
60min
User testing stations
  • Arké (Christoph)
  • Numo POS Testing (Erik)
  • Zappi (JM)
  • Maybe: Linky (Hynek), etc.
Design Track
Zurich (↑ upstairs)
16:00
90min
Screen printing: Cypherpunk Future is Now

Screen printing session by @CypherpunkNOW 🔥

You'll have a unique opportunity to get your very own piece of swag by @CypherpunkNow himself. Bring your sweatshirts and tote bags and get yourself an exclusive collectible right on the spot!

Organizator Track
Amsterdam (↓ downstairs)
16:20
16:20
30min
NostrMail - Learning from three decades of PGP
Asher Pembroke

NostrMail is a cross-platform, end-to-end encrypted email client that bridges Nostr and traditional email protocols. NostrMail avoids the pitfalls of PGP by using Nostr for key discovery. It works with existing email providers like Gmail and uses wordlist encoding (e.g., BIP39) so signatures and ciphertext remain valid under forwarding and quoting. NostrMail is open source, cross-platform, and available now on the Zapstore.

Nostr Track
Berlin (↑ upstairs)
16:30
16:30
30min
What Brazil's Pix Teaches the World About Payment Privacy
Paulo Sacramento

Brazil's Pix system has achieved remarkable financial inclusion, but at a hidden cost: by enabling personal identifiers, such as phone numbers and tax IDs, to be used as payment keys, the system has essentially created the perfect conditions for an epidemic of fraud. The lesson is clear: privacy is essential infrastructure, not an optional extra.

Philosophy Track
Prague East (↑ upstairs)
16:30
60min
LNbits: New Features & the Full Software/Hardware Stack (includes free hardware workshop)
Ben Arc, Vlad Stan, BlackCoffee, dni

A deep dive into the LNbits stack, software and hardware:

  • LNbits Software (20 mins): General overview + merchant stack updates overview, vibe coding extensions with new sandboxing feature
  • LNbitsPoS (5 mins): The all-in-one merchant PoS
  • LNbitsBox (15 mins): Nix-based, plug-and-play LNbits in a box
  • BitcoinSwitch Workshop (20 mins): Pay an invoice → trigger a real-world action
Bitcoin Track
London (↓ downstairs)
17:00
17:00
45min
Panel: Mining
Chris Seedor, aeon, Erik Hersman
  • Bitcoin's economic security model, the role of blockspace as a free market, and strategies for preserving censorship resistance.
  • Mining pool architecture, key attack vectors, and innovative approaches to decentralized mining incentives.
  • Building FOSS Bitcoin applications with AI.
  • Distinctions between consensus rules and relay policies, debates around spam, and meaningful metrics for evaluating consensus changes.
Bitcoin Track
Prague West (↑ upstairs)
17:00
45min
Let's Make a FROST Key for Comfy Self-Custody
Nick Farrow

An interactive exploration of the beautiful mathematics behind Distributed Key Generation.

Together, we'll start on paper: contributing inputs as a group, and using them to create a shared secret that no single person knows. Nothing beyond high school mathematics required!

Then we'll use a browser-based FROST tool to coordinate key generation over a Nostr bulletin board, and walk away with a working secret share.

Q&A throughout, and a bonus challenge: sign a Nostr event under the group key.

Bitcoin Track
Berlin (↑ upstairs)
17:10
17:10
30min
Protecting Your Family with Taproot
Louis Ko, Maru

Bitcoin is self-custody money—if keys are lost, funds are gone forever.
Inheritance remains an unsolved problem.

Existing approaches (seed sharing, multisig, custodians) have trade-offs in security, privacy, and usability.

Our approach uses Taproot:

  • Key-path: normal use via single or MuSig2 signature
  • Script-path: inheritance via timelock (CLTV) + heir signature
  • Hidden policies: only executed paths are revealed (MAST)

This provides strong privacy, lower fees, and flexible design.

👉 Taproot enables invisible, secure inheritance.

Bitcoin Track
Prague East (↑ upstairs)
17:50
17:50
60min
We Creators
Paul Rosenberg

How to be non-standard and still obtain fulfillment: Personally, in a family life, and in a creative life. What works, what satisfies, what doesn't, and why.

Philosophy Track
Prague East (↑ upstairs)
20:00
20:00
180min
Freedom Tech Summit Afterparty at Altenburg 1964

Official Freedom Tech Summit afterparty at the boat!

Come to the legendary boat Altenburg 1964

  • Google Maps: https://maps.app.goo.gl/gHMe5SeHypopYxcu6
  • Apple Maps: https://maps.apple/p/~nLnc16ZGYkGq6
  • OpenStreetMap: https://www.openstreetmap.org/way/679349415
Organizator Track
Prague East (↑ upstairs)