commit c4f98e23e51e7b334a41e247b0908431f8573f38
parent e1c366333d8bd174accdcc65f128a8d4a7226c16
Author: Christian Grothoff <christian@grothoff.org>
Date: Thu, 7 Mar 2024 22:37:41 +0100
sliding
Diffstat:
1 file changed, 14 insertions(+), 2 deletions(-)
diff --git a/presentations/comprehensive/main.tex b/presentations/comprehensive/main.tex
@@ -720,6 +720,7 @@ positives in fraud detection
\item Core exchange software (cryptography, database)
\item Air-gapped key management, real-time {\bf auditing}
\item {\bf libeufin}: Modular integration with banking systems
+ \item {\bf challenger}: KYC service with OAuth 2.0 API
\end{itemize}
\item {\bf Merchant:} Integration service for existing businesses
\begin{itemize}
@@ -730,8 +731,7 @@ positives in fraud detection
\item {\bf Wallet:} Consumer-controlled applications for e-cash
\begin{itemize}
\item Multi-platform wallet software (for browsers \& mobile phones)
- \item Wallet backup storage providers ({\bf sync})
- \item {\bf Anastasis}: Recovery of lost wallets based on secret splitting
+ \item Wallet backup storage providers ({\bf sync} \& {\bf Anastasis})
\end{itemize}
\end{itemize}
\end{frame}
@@ -1000,6 +1000,18 @@ positives in fraud detection
\end{frame}
+\begin{frame}{Challenger}
+ Challenger allows clients to obtain validated address (KYC) data about
+ users:
+
+ \begin{itemize}
+ \item Customizable Web-based process for address validation
+ \item Can validate phone numbers, e-mail addresses or physical mailing addresses
+ \item Provides an exchange-compatible OAuth 2.0 API
+ \end{itemize}
+\end{frame}
+
+
\begin{frame}{Depolymerization}
Depolymerization is a bridge between GNU Taler and blockchains,
making Taler a layer 2 system for crypto-currencies (like Lightning).