aboutsummaryrefslogtreecommitdiff
path: root/investors.html.j2
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-03-07 16:25:53 +0100
committerChristian Grothoff <christian@grothoff.org>2017-03-07 16:26:04 +0100
commit9c2787182d7db731b18f26907efeaf6ca884803c (patch)
tree2b98499541df46b542592894e6059ddbe2c9dcf6 /investors.html.j2
parent1c4b198c69fe82eb3ddfdf6b252255ad3d3ba492 (diff)
downloadwww-9c2787182d7db731b18f26907efeaf6ca884803c.tar.gz
www-9c2787182d7db731b18f26907efeaf6ca884803c.zip
updating investor page
Diffstat (limited to 'investors.html.j2')
-rw-r--r--investors.html.j283
1 files changed, 51 insertions, 32 deletions
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 @@
18</div> 18</div>
19 19
20 20
21 21<div class="container adorn_h3_bracket">
22<div class="container"> 22 <div class="row">
23<div class="row">
24 <div class="col-lg-4"> 23 <div class="col-lg-4">
25 <h2>{{ _("The Team") }}</h2> 24 <h3>{{ _("The Team") }}</h3>
26 25
27 <p>{{ _("Our team combines world-class business leaders, 26 <p>{{ _("Our team combines world-class business leaders,
28 cryptographers, software engineers, civil-rights 27 cryptographers, software engineers, civil-rights
@@ -35,7 +34,7 @@
35 automation, and the Renewable Freedom Foundation.") }}</p> 34 automation, and the Renewable Freedom Foundation.") }}</p>
36 </div> 35 </div>
37 <div class="col-lg-4"> 36 <div class="col-lg-4">
38 <h2>{{ _("The Technology") }}</h2> 37 <h3>{{ _("The Technology") }}</h3>
39 38
40 <p>{{ _("All transactions in Taler are secured using modern 39 <p>{{ _("All transactions in Taler are secured using modern
41 cryptography and trust in all parties is 40 cryptography and trust in all parties is
@@ -49,7 +48,7 @@
49 are fractions of a cent.") }}</p> 48 are fractions of a cent.") }}</p>
50 </div> 49 </div>
51 <div class="col-lg-4"> 50 <div class="col-lg-4">
52 <h2>{{ _("The Business") }}</h2> 51 <h3>{{ _("The Business") }}</h3>
53 52
54 <p>{{ _("The scalable business model for Taler is the operation 53 <p>{{ _("The scalable business model for Taler is the operation
55 of the payment service provider, which converts money from 54 of the payment service provider, which converts money from
@@ -63,39 +62,59 @@
63 merchant or both) to facilitate the transactions.") 62 merchant or both) to facilitate the transactions.")
64 }}</p> 63 }}</p>
65 </div> 64 </div>
65 </div>
66</div>
67
68
69<div class="contianer-fluid c_acronym">
70 <div class="container">
71 <h2>{{ _("The Business Case") }}</h2>
72 <div class="row">
73 <div class="col-lg-4">
74 <a href="{{ url('presentations/investors2017.pdf') }}"><img border=0 class="center-block" width=64 height=64 alt="PDF" src="{{ url('images/pdf.svg') }}"><br><p align="center">Download</p></a>
75
76 </div>
77 <div class="col-lg-4" id="canvas-left" style="display:none">
78 <canvas id="the-canvas-right"></canvas>
79 </div>
80 <div class="col-lg-4" id="canvas-right" style="display:none">
81 <canvas id="the-canvas-left"></canvas>
82 </div>
83 <script type="text/javascript" src="{{ url('dist/js/pdf.min.js') }}"></script>
84 <script type="text/javascript" src="{{ url('dist/js/pdf-view.js') }}"></script>
85 </div>
86 </div>
66</div> 87</div>
67<div class="col-lg-12"> 88
68 <h2 id="overview">{{ _("Taler as seen by the payment service operator") }}</h2> 89
69 90<div class="container">
70 <p>{{ _("The payment service operator runs a <em>Taler 91 <div class="row">
71 exchange</em>, which is a Web service portal that 92 <div class="col-lg-12">
72 keeps databases with transaction details and 93 <h2 id="overview">{{ _("Running a Taler payment service operator") }}</h2>
73 cryptographic proofs. Its operational expenses are 94
74 thus related to its interactions with the banking 95 <p>
75 system and the operation of the computing 96 {% trans %}
76 infrastructure, while its income is based on 97 The payment service operator runs the <em>Taler exchange</em>.
77 transaction fees it may charge for the various 98 The exchange charges <b>transaction fees</b> to customers or merchants.
78 interactions. Key interactions of the exchange 99 Its operational expenses are from wire transfers with the banking
79 include: ") }}</p> 100 system and the operation of the computing infrastructure.
101 {% endtrans %}
102 </p>
80 103
81 <p> 104 <p>
82 <img src="{{ url('images/exchange.svg') }}" alt="operator perspective" style="float: right; margin: 50px 5px 5px 5px;" width="50%"> 105 <ul>
83 </p><ul> 106 <li>{{ _("Cryptographic operations, bandwidth and storage costs are less than 0.01 cent per transaction.") }}</li>
84 <li>{{ _("Create a <b>reserve</b> based on an incoming
85 wire transfer from a customer.") }}</li>
86 107
87 <li>{{ _("Allow customers to withdraw (and refresh) 108 <li>{{ _("Multiple Taler transactions can be aggregated into larger wire transfers to merchants to minimize wire transfer costs.") }}</li>
88 digital coins from their reserve.") }}</li>
89 109
90 <li>{{ _("Accept and validate deposits from merchants.") }}</li> 110 <li>{{ _("Correct operation can be automatically assessed by verifying cryptographic proofs in the database.") }}</li>
91 111
92 <li>{{ _("Execute wire transfers to merchants in 112 <li>{{ _("Protocol allows the exchange to charge fees for any expensive operation (withdraw, deposit, refresh, refund or aggregated wire transfers).") }}</li>
93 response to validated deposits.") }}</li> 113
114 <li>{{ _("Financial risk is bounded even if keys are compromised.") }}</li>
94 115
95 <li>{{ _("Preserve and provide cryptographic proofs of
96 correct operation for audits by financial regulators.") }}</li>
97 </ul> 116 </ul>
98 <p></p> 117 </div>
99</div> 118 </div>
100</div> 119</div>
101{% endblock body_content %} 120{% endblock body_content %}