summaryrefslogtreecommitdiff
path: root/faq.html.j2
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2017-03-06 04:28:39 +0100
committerFlorian Dold <florian.dold@gmail.com>2017-03-06 04:28:39 +0100
commit30a2230117be67644a3d746693b52adc420e8f86 (patch)
tree56f85084bf8481d441be9d061ef01c0df663843c /faq.html.j2
parent61ac0e32ea3202e28fa6bac4603480c2c86c3754 (diff)
downloadwww-30a2230117be67644a3d746693b52adc420e8f86.tar.gz
www-30a2230117be67644a3d746693b52adc420e8f86.tar.bz2
www-30a2230117be67644a3d746693b52adc420e8f86.zip
faq
Diffstat (limited to 'faq.html.j2')
-rw-r--r--faq.html.j217
1 files changed, 17 insertions, 0 deletions
diff --git a/faq.html.j2 b/faq.html.j2
index 1fd29e9b..6f49d32b 100644
--- a/faq.html.j2
+++ b/faq.html.j2
@@ -2,9 +2,26 @@
{% block body_content %}
<div class="container">
<h2>How is Taler related to Bitcoin or Blockchains?</h2>
+<p>
+Taler does not use any Blockchain technology or Bitcoin directly. Taler is not
+based on proof-of-work or any other distributed consensus mechanism. Instead
+Taler is based on blind signatures.</p>
+
+<p>It would be possible, however, withdraw Bitcoins into a Taler wallet (with an approproate exchange),
+which would give some benefits ofer plain Bitcoin, such as instant confirmation times.</p>
<h2>Where is the balance in my wallet stored?</h2>
+<p>Your wallet stores tokens that are blindly signed by an exchange.
+Until your spend balance with a merchant, the exchange holds it in escrow.</p>
<h2>What if my wallet gets lost?</h2>
+<p>Since the digital tokens of value in your wallet are anonymized,
+the exchange can not assist you in restoring a lost or stolen wallet. Just
+like with a physical wallet for cash, you are responsible for keeping it safe.</p>
+
+<p>The risk of losing a wallet can be mitigated by backups or keeping the balance reasonably low.</p>
+
+<p>In case of a compromise of one of your devices, an attacker that spends coins on your behalf will
+make it possible for you to know that you've been compromised, which can be an advantage.</p>
</div>
{% endblock body_content %}