aboutsummaryrefslogtreecommitdiff
path: root/investors.html.j2
diff options
context:
space:
mode:
Diffstat (limited to 'investors.html.j2')
-rw-r--r--investors.html.j242
1 files changed, 28 insertions, 14 deletions
diff --git a/investors.html.j2 b/investors.html.j2
index 0feeb4e1..f9c38c7f 100644
--- a/investors.html.j2
+++ b/investors.html.j2
@@ -23,21 +23,31 @@
23 <div class="col-lg-4"> 23 <div class="col-lg-4">
24 <h3>{{ _("The Team") }}</h3> 24 <h3>{{ _("The Team") }}</h3>
25 25
26 <p>{{ _("Our team combines world-class business leaders, 26 <p>
27 {% trans %}
28 Our <a href="about.html">team</a> combines world-class business leaders,
27 cryptographers, software engineers, civil-rights 29 cryptographers, software engineers, civil-rights
28 activits and academics. We are unified by a vision 30 activits and academics. We are unified by a vision
29 of how payments should work and the goal of 31 of how payments should work and the goal of
30 imposing this vision upon the world.") }}</p> 32 imposing this vision upon the world.
33 {% endtrans %}
34 </p>
31 35
32 <p>{{ _("We are currently supported by Inria, the French 36 <p>
37 {% trans %}
38 We are currently supported by Inria, the French
33 national institute for research in informatics and 39 national institute for research in informatics and
34 automation, and the Renewable Freedom Foundation.") }}</p> 40 automation, and the Renewable Freedom Foundation.
41 {% endtrans %}
42 </p>
35 </div> 43 </div>
36 <div class="col-lg-4"> 44 <div class="col-lg-4">
37 <h3>{{ _("The Technology") }}</h3> 45 <h3>{{ _("The Technology") }}</h3>
38 46
39 <p>{{ _("All transactions in Taler are secured using modern 47 <p>
40 cryptography and trust in all parties is 48 {% trans %}
49 All transactions in Taler are secured using <a href="bibliography.html">modern
50 cryptography</a> and trust in all parties is
41 minimized. Financial damage is bounded (for 51 minimized. Financial damage is bounded (for
42 customers, merchants and the exchange) even in the 52 customers, merchants and the exchange) even in the
43 case that systems are compromised and private keys 53 case that systems are compromised and private keys
@@ -45,12 +55,16 @@
45 consistency, resulting in either the detection of 55 consistency, resulting in either the detection of
46 compromised systems or the demonstration that 56 compromised systems or the demonstration that
47 participants were honest. Actual transaction costs 57 participants were honest. Actual transaction costs
48 are fractions of a cent.") }}</p> 58 are fractions of a cent.
59 {% endtrans %}
60 </p>
49 </div> 61 </div>
50 <div class="col-lg-4"> 62 <div class="col-lg-4">
51 <h3>{{ _("The Business") }}</h3> 63 <h3>{{ _("The Business") }}</h3>
52 64
53 <p>{{ _("The scalable business model for Taler is the operation 65 <p>
66 {% trans %}
67 The scalable business model for Taler is the operation
54 of the payment service provider, which converts money from 68 of the payment service provider, which converts money from
55 traditional payment systems (Mastercard, SEPA, 69 traditional payment systems (Mastercard, SEPA,
56 Visa, Bitcoin, ACH, SWIFT, etc.) to anonymous 70 Visa, Bitcoin, ACH, SWIFT, etc.) to anonymous
@@ -58,9 +72,9 @@
58 can then redeem the electronic coins at a merchant, 72 can then redeem the electronic coins at a merchant,
59 who can exchange them for money represented using 73 who can exchange them for money represented using
60 traditional payment systems at the exchange. The 74 traditional payment systems at the exchange. The
61 exchange charges fees (to the customer, 75 exchange charges fees to facilitate the transactions.
62 merchant or both) to facilitate the transactions.") 76 {% endtrans %}
63 }}</p> 77 </p>
64 </div> 78 </div>
65 </div> 79 </div>
66</div> 80</div>
@@ -107,11 +121,11 @@
107 121
108 <li>{{ _("Multiple Taler transactions can be aggregated into larger wire transfers to merchants to minimize wire transfer costs.") }}</li> 122 <li>{{ _("Multiple Taler transactions can be aggregated into larger wire transfers to merchants to minimize wire transfer costs.") }}</li>
109 123
110 <li>{{ _("Correct operation can be automatically assessed by verifying cryptographic proofs in the database.") }}</li>
111
112 <li>{{ _("Protocol allows the exchange to charge fees for any expensive operation (withdraw, deposit, refresh, refund or aggregated wire transfers).") }}</li> 124 <li>{{ _("Protocol allows the exchange to charge fees for any expensive operation (withdraw, deposit, refresh, refund or aggregated wire transfers).") }}</li>
113 125
114 <li>{{ _("Financial risk is bounded even if keys are compromised.") }}</li> 126 <li>{{ _("Partnership with banks establishes consumer trust.") }}</li>
127
128 <li>{{ _("Partnership with free software community enables rapid deployment.") }}</li>
115 129
116 </ul> 130 </ul>
117 </div> 131 </div>