summaryrefslogtreecommitdiff
path: root/investors.html
blob: 49cf589d51f867746988ff79899e378cf03d0a66 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
<!DOCTYPE html>
<html>
  <head>
    <meta charset="utf-8">
    <title>Taler - Taxable Anonymous Libre Electronic Reserves: Investors</title>
    <meta name="description" content="">
      <!--# include file="common/header.inc" -->
  </head>
  <body class="en" onLoad="loadLang();">
    <div class="container">
      <!--# include file="common/navigation.inc" -->
      <!-- Jumbotron -->
      <div class="jumbotron">
        <h1 lang="en">Invest in Taler!</h1>
      </div>

      <!-- Example row of columns -->
      <div class="row">
        <div class="col-lg-4">
          <h2>Efficient</h2>
          <p>Taler uses efficient cryptographic primitives (such as RSA 2048 and
             EdDSA) and is thus expected to be able to handle large transaction
             volumes, only limited by the input/output capabilities of the
             database. Thus, running a Taler mint should be profitable even
             with very low (less than 1 cent) transaction fees (at appropriate
             transaction volume).</p>
        </div>
        <div class="col-lg-4">
          <h2>Secure</h2>
          <p>All transactions in Taler are secured using modern cryptography and
             trust in all parties is minimized. Financial damage is bounded
             (for customers, merchants and the mint) even
             in the case that systems are compromised and private keys are stolen.
             Databases can be audited for consistency, resulting in either the
             detection of compromised systems or the demonstration that
             participants were honest.</p>
       </div>
        <div class="col-lg-4">
          <h2>Business Model</h2>
          <p>The basic business model for Taler is the operation of a mint.  A
             mint converts money from traditional payment systems (Mastercard,
             SEPA, Visa, BitCoin, ACH, SWIFT, etc.) to anonymous electronic
             coins in the same currency. The customer can then redeem the electronic
             coins at a merchant, who can exchange them for money represented using
             traditional payment systems at the mint.  The mint can then charge
             fees (to the customer, merchant or both) to facilitate the transactions.</p>
        </div>
      </div>
      <!--# include file="common/footer.inc" -->
    </div> <!-- /container -->
  </body>
</html>