wowstash/wowstash/templates/meta/faq.html

51 lines
2.6 KiB
HTML

<!DOCTYPE html>
<html lang="en">
{% include 'head.html' %}
<body id="page-top">
{% include 'navbar.html' %}
<header class="masthead">
<div class="container h-100">
<div class="row h-100">
<div class="col-lg-12 my-auto">
<div class="header-content-sm mx-auto">
<h2 class="mb-4">Frequently Asked Questions</h2>
<hr><br>
<h3>What Is This Site?</h3>
<p>
This is a website that allows you to send and receive <a href="https://wownero.org" target="
">Wownero</a>, a meme cryptocurrency which started as a joke and fork of <a href="https://web.getmonero.org/get-started/what-is-monero/" target="_blank">Monero</a>.
</p>
<h3>How Does It Work?</h3>
<p>
When users register, a new Wownero wallet gets generated on the user's behalf. When logging in, each user's wallet gets mapped to them in the backend so that they can interact with only their wallet in the browser. Users can then use the site to send WOW and view their transactions.
</p>
<h3>Is It Safe?</h3>
<p>
No. Web wallets in general are not recommended for use as there are too many attack vectors and possible ways to potentially bypass security. Additionally, even though you can control the seed, this is technically a custodial wallet because I hold the wallet files and secrets used to access them; I still have control of the wallets and secrets. If someone finds a way to hack into the server, they could potentially gain access to this as well.<br><br>However, if you're willing to accept the risks, web wallets do make it very easy and convenient to get started, but you have to trust that A. we won't get hacked and B. we won't steal from you.
</p>
<h3>Why Should I Trust You?</h3>
<p>
You shouldn't. I am a stranger on the internet operating a custodial web wallet for a privacy-oriented, joke, memecoin. This should be all the red flags you need.
</p>
<h3>What Should I Use Instead?</h3>
<p>
Check the "Wallets" sections on the main <a href="https://wownero.org/" target="_blank">Wownero website</a> for the most recent software wallets available. Anything you can install on your own computer is the safest bet. This site uses `wownero-wallet-cli` under the hood; you should use that.
</p>
</div>
</div>
</div>
</div>
</header>
{% include 'footer.html' %}
{% include 'scripts.html' %}
</body>
</html>