summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2014-11-18 15:33:21 +0100
committerChristian Grothoff <christian@grothoff.org>2014-11-18 15:33:21 +0100
commitb43d2adbc29a1232bfcc590c7fcd3007c9a8b6a2 (patch)
tree6976e5156205d7cdf9a1730f3c5b21e4656d5613
parentee749fff2fb6b123f57113d30ab0baddf6d2a36d (diff)
downloadwww-b43d2adbc29a1232bfcc590c7fcd3007c9a8b6a2.tar.gz
www-b43d2adbc29a1232bfcc590c7fcd3007c9a8b6a2.tar.bz2
www-b43d2adbc29a1232bfcc590c7fcd3007c9a8b6a2.zip
city
-rw-r--r--about.html4
-rw-r--r--citizens.html23
-rw-r--r--investors.html23
3 files changed, 41 insertions, 9 deletions
diff --git a/about.html b/about.html
index 8c439850..1a6f7a56 100644
--- a/about.html
+++ b/about.html
@@ -14,7 +14,7 @@
<!-- Example row of columns -->
<div class="row">
<div class="col-lg-4">
- <h2>Christian Grothoff</h2>
+ <h2><a href="http://grothoff.org/christian/">Christian Grothoff</a></h2>
<p>Local megalomaniac. I mean, who'd create a new payment system and a new Internet?</p>
</div>
<div class="col-lg-4">
@@ -36,7 +36,7 @@
<p>Loves SEPA.</p>
</div>
<div class="col-lg-4">
- <h2>Richard M. Stallman</h2>
+ <h2><a href="https://www.stallman.org/">Richard M. Stallman</a></h2>
<p>Ethics enthusiast.</p>
</div>
</div>
diff --git a/citizens.html b/citizens.html
index b617c286..36dfc2d0 100644
--- a/citizens.html
+++ b/citizens.html
@@ -20,21 +20,36 @@
<div class="row">
<div class="col-lg-4">
<h2>Security</h2>
- <p>.</p>
+ <p>Taler is the electronic equivalent of cash, except harder to fake.
+ If your digital wallet is lost -- say because
+ your computer is irreparably damaged or compromised -- only the amount of coin
+ stored in your wallet will be lost. Unlike a physical wallet, you can make
+ backups of your digital wallet which can provide security against data loss.
+ So your digital wallet works mostly just like
+ a physical wallet, except online and without the need to manually count coins.</p>
</div>
<div class="col-lg-4">
<h2>Privacy</h2>
- <p>.</p>
+ <p>Your transactions are private, neither the mint (bank) nor merchant needs to
+ learn your identity. There is no need to give our credit card numbers or
+ other sensitive information, and the merchant will only be able to do
+ exactly the transaction you confirmed using your digital wallet.</p>
</div>
</div>
<div class="row">
<div class="col-lg-4">
<h2>Convenience</h2>
- <p>.</p>
+ <p>You will be able to withdraw digital coins to replenish your wallet using
+ your credit card or SEPA transactions, similar to how you pay or withdraw
+ cash today. </p>
</div>
<div class="col-lg-4">
<h2>Stability </h2>
- <p>.</p>
+ <p>Coins in your digital wallet will be of the same denomination as the
+ cash in your physical wallet. So you will not have to worry about
+ currency fluctuations or conversion rates. Like a physical wallet,
+ you can carry digital coins of different currencies in your digital
+ wallet at the same time.</p>
</div>
</div>
diff --git a/investors.html b/investors.html
index 309b8266..9fa62a58 100644
--- a/investors.html
+++ b/investors.html
@@ -18,15 +18,32 @@
<div class="row">
<div class="col-lg-4">
<h2>Efficient</h2>
- <p>.</p>
+ <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>.</p>
+ <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>.</p>
+ <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" -->