{% extends "common/consortium.j2" %} {% block body_content %}
NGI Taler logo

NGI TALER

{#
#}

The NGI TALER project is funded under Horizon Europe (Pilots for the Next Generation Internet) with the aim of bringing GNU Taler to market across Europe.

To make GNU Taler accessible to European citizens, we need a commercially viable use of the GNU Taler technology. We will achieve this through the four key project objectives.

{% for objective in conf['objectives'] %}

{{ objective.text }}

{% endfor %}
{# DEPRECATED EVENTS AND DELIVERABLES

Events

{% if conf['deliverables'] is defined and conf['deliverables'] and conf['deliverables'] != "" %}

Deliverables

{% endif %}
#}

Partners

The NGI TALER consortium consists of 11 partners from 8 European countries (the Netherlands, Belgium, France, Germany, Greece, Hungary, Luxembourg and Switzerland).

The consortium is diverse in terms of types of institutions, including research (Eindhoven University of Technology) and applied science universities (Berner Fachhochschule BFH), small for-profit (Code Blau GmbH, Taler Systems S.A., VisualVest) and non-profit (petites singularités) companies, cooperative banks (GLS Bank, MagNet Bank), a foundation (Stichting NLnet) and grassroots movements (E-Seniors Association, Homo Digitalis).

{% for partner in conf['partners'] %}
{{ partner.id + ' avatar'}} {#
{{ partner.contact }}
#}
{{ partner.name }}
{% endfor %}

Events

The consortium will organize or participate in different types of events across Europe. {# Events will include talks presenting GNU Taler and related technologies, expert panels discussing financial problems and possible solutions, workshops to jointly work on GNU Taler integrations, usability studies with interested volunteers, and public consultations to gather ideas and requirements from the general public. #}

  • 2023-12-08
    Lecture: Introduction to GNU Taler at the Mozilla Community Space, Taipei City, Taiwan
  • We will introduce the political goals, architecture and technology behind GNU Taler, demonstrate the current state of development and outline likely future developments.

  • 2023-12-09
    Live demo of the GNU Taler payment system at the g0v-hackath59n in Taiwan
  • GNU Taler demonstration by Christian Grothoff

  • 2023-12-21
    Lecture: Privacy in e-commerce at the Freedom of the Internet Meetup, Taipei City, Taiwan
  • Taler is a privacy-preserving payment system. Customers can stay anonymous, but merchants cannot hide their income through payments with GNU Taler.

  • 2024-06-01
    Speech: Carving a way out of surveillance capitalism at the TEDx talk, IFRC, Geneva, Switzerland
  • TEDx talk with a contribution by Marie Walrafen

{% endblock body_content %}