commit 8d26ff3a604ef2ce6bc7404c276a31baf70ed1fa
parent d86142c4c65913f63a47b9e913f9e33447924fa6
Author: Mikolai Gütschow <mikolai.guetschow@tu-dresden.de>
Date: Fri, 21 Aug 2026 18:05:46 +0200
news: add Taler sCBDC article
Diffstat:
2 files changed, 28 insertions(+), 0 deletions(-)
diff --git a/properties.yml b/properties.yml
@@ -237,6 +237,9 @@ présentation se terminera par un atelier durant lequel les participants pourron
speaker: Christian Grothoff
email: cg'AT'taler.net
newsposts:
+ - page: 2026-10.html
+ date: 2026-08-21
+ title: "Book chapter on Taler as sCBDC technology published"
- page: 2026-08.html
date: 2026-06-10
title: "Confidentiality and the digital euro"
diff --git a/template/news/2026-10.html.j2 b/template/news/2026-10.html.j2
@@ -0,0 +1,25 @@
+{% extends "common/news.j2" %}
+{% block body_content %}
+
+<h1>Book chapter on Taler as sCBDC technology published</h1>
+<br/>
+<p>The recently published Springer book "Tokenisation of Money: From Fiat Currencies to Stablecoins" includes the chapter "Taler as a synthetic Central Bank Digital Currency" by Christian Grothoff, Mikolai Gütschow and Valentin Seehausen.
+It discusses the potentials and benefits of GNU Taler as a technological enabler for privately issued CBDCs.</p>
+
+<p>The chapter is published as <a href="https://doi.org/10.1007/978-3-032-22946-5_9">DOI 10.1007/978-3-032-22946-5_9</a> and the author's preprint is available <a href="/papers/euro-bearer-online-2021.pdf">here</a>. The abstract reads as follows:</p>
+
+<p style="margin: 2em;">
+A synthetic Central Bank Digital Currency (sCBDC) is a privately issued
+payment instrument fully backed by central bank liabilities. GNU Taler is
+a token-based digital payment system that offers a range of unique features
+to its users, pairing ease-of-use with payment privacy and informational self-
+determination. As it is Free Software, any retail bank can easily adopt the
+technology to create an sCBDC, benefitting from its unique features and low
+operational costs, while receiving risk-free interest rates from central bank
+reserves. Our work introduces the concept and contrasts it with related payment
+instruments.
+</p>
+
+<p><a href="https://doi.org/10.1007/978-3-032-22946-5">Tokenisation of Money: From Fiat Currencies to Stablecoins</a> is part of the book series <a href="https://link.springer.com/series/16616">Contributions to Finance and Accounting</a> and targets financial professionals, industry leaders, as well as policy makers and regulators.</p>
+
+{% endblock body_content %}