-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathprivacy-policy.html
61 lines (60 loc) · 3.33 KB
/
privacy-policy.html
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
53
54
55
56
57
58
59
60
61
---
permalink: privacy-policy
layout: custom
---
<section class="container-fluid" id="privacy">
<div class="site-section container">
<div class="row middle-xs">
<div class="col-xs-12">
<h1>Privacy Policy</h1>
<p>This page informs you of our policies regarding the collection,
use and disclosure of personal information we receive from users of our
app (monerujo: Monero Wallet).
</p>
<p>By using the app, you agree to the collection and use of information in
accordance with this policy.
</p>
</div>
<div class="col-xs-12 privacy-section">
<h2>Data Collected</h2>
<p>Personal data is any kind of data that could identify an individual.
</p>
<p>Monero keys and public addresses are collected and processed by the app locally
for the purpose of processing transactions and transmitted into the Monero Network
in encrypted form.
</p>
<p>Other personal data is not collected by the app.</p>
<p>If you use the USD/EUR exchange (optional) functionality, monerujo fetches the exchange
rate through the public API of kraken.com.
See their privacy policy at <a href="https://www.kraken.com/legal/privacy" target="_blank">https://www.kraken.com/legal/privacy</a> for
details on how data in your requests is collected (especially the section "Information We Collect Automatically").</p>
<p>If you use the app to pay to BTC addresses, you will be using the SideShift.ai service.
See their privacy policy at https://sideshift.ai/ for details.
Monerujo sends them the BTC destination address and amount. Your IP will also be collectable.</p>
</div>
<div class="col-xs-12 privacy-section">
<h2>App Permissions</h2>
<p>INTERNET : Connect to the Monero Network via a Monero Daemon Node</p>
<p>READ_EXTERNAL_STORAGE : Read wallet files stored on the device</p>
<p>WRITE_EXTERNAL_STORAGE : Write wallet files stored on the device</p>
<p>WAKE_LOCK : Keep device awake while syncing</p>
<p>CAMERA : Scan QR Codes for receiving Monero</p>
</div>
<div class="col-xs-12 privacy-section">
<h2>Changes to this Privacy Policy</h2>
<p>We may update this privacy policy from time to time. We will notify
you of any changes by posting the new privacy policy in the app and on the
website (www.monerujo.io)
You are advised to review this privacy policy periodically for any changes.</p>
<p>This Privacy Policy was last updated: 5th January, 2018.
</p>
</div>
<div class="col-xs-12 privacy-section">
<h2>Contact Us</h2>
<p>If you have any questions about our privacy policy,
or how your data is being collected and processed,
please e-mail privacy@monerujo.io.</p>
</div>
</div>
</div>
</section>