From 9c2787182d7db731b18f26907efeaf6ca884803c Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Tue, 7 Mar 2017 16:25:53 +0100 Subject: updating investor page --- investors.html.j2 | 83 ++++++++++++++++++++++++++++++++++--------------------- 1 file changed, 51 insertions(+), 32 deletions(-) (limited to 'investors.html.j2') diff --git a/investors.html.j2 b/investors.html.j2 index 54d45f40..58e262cc 100644 --- a/investors.html.j2 +++ b/investors.html.j2 @@ -18,11 +18,10 @@ - -
-
+
+
-

{{ _("The Team") }}

+

{{ _("The Team") }}

{{ _("Our team combines world-class business leaders, cryptographers, software engineers, civil-rights @@ -35,7 +34,7 @@ automation, and the Renewable Freedom Foundation.") }}

-

{{ _("The Technology") }}

+

{{ _("The Technology") }}

{{ _("All transactions in Taler are secured using modern cryptography and trust in all parties is @@ -49,7 +48,7 @@ are fractions of a cent.") }}

-

{{ _("The Business") }}

+

{{ _("The Business") }}

{{ _("The scalable business model for Taler is the operation of the payment service provider, which converts money from @@ -63,39 +62,59 @@ merchant or both) to facilitate the transactions.") }}

+
+
+ + +
+
+

{{ _("The Business Case") }}

+
+
+ PDF

Download

+ +
+ + + + +
+
-
-

{{ _("Taler as seen by the payment service operator") }}

- -

{{ _("The payment service operator runs a Taler - exchange, which is a Web service portal that - keeps databases with transaction details and - cryptographic proofs. Its operational expenses are - thus related to its interactions with the banking - system and the operation of the computing - infrastructure, while its income is based on - transaction fees it may charge for the various - interactions. Key interactions of the exchange - include: ") }}

+ + +
+
+
+

{{ _("Running a Taler payment service operator") }}

+ +

+ {% trans %} + The payment service operator runs the Taler exchange. + The exchange charges transaction fees to customers or merchants. + Its operational expenses are from wire transfers with the banking + system and the operation of the computing infrastructure. + {% endtrans %} +

- operator perspective -

    -
  • {{ _("Create a reserve based on an incoming - wire transfer from a customer.") }}
  • +
      +
    • {{ _("Cryptographic operations, bandwidth and storage costs are less than 0.01 cent per transaction.") }}
    • -
    • {{ _("Allow customers to withdraw (and refresh) - digital coins from their reserve.") }}
    • +
    • {{ _("Multiple Taler transactions can be aggregated into larger wire transfers to merchants to minimize wire transfer costs.") }}
    • -
    • {{ _("Accept and validate deposits from merchants.") }}
    • +
    • {{ _("Correct operation can be automatically assessed by verifying cryptographic proofs in the database.") }}
    • -
    • {{ _("Execute wire transfers to merchants in - response to validated deposits.") }}
    • +
    • {{ _("Protocol allows the exchange to charge fees for any expensive operation (withdraw, deposit, refresh, refund or aggregated wire transfers).") }}
    • + +
    • {{ _("Financial risk is bounded even if keys are compromised.") }}
    • -
    • {{ _("Preserve and provide cryptographic proofs of - correct operation for audits by financial regulators.") }}
    -

    -
+
+
{% endblock body_content %} -- cgit v1.2.3