-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathterms-and-conditions.html
113 lines (79 loc) · 6.22 KB
/
terms-and-conditions.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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Meta, title, CSS, favicons, etc. -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Terms and conditons of using Karbo - Cryptographic Digital Exchange Medium - P2P Exchange Network">
<title>Privacy Policy - Karbo - Digital Exchange Medium</title>
<!-- ========================= CSS here ========================= -->
<link rel="stylesheet" href="assets/css/bootstrap-5.0.0-alpha.min.css">
<link rel="stylesheet" href="assets/css/glightbox.min.css">
<link rel="stylesheet" href="assets/css/animate.css">
<link rel="stylesheet" href="assets/css/main.css">
<script src="https://kit.fontawesome.com/2058fca1c3.js"></script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-78493281-1', 'auto');
ga('send', 'pageview');
</script>
<meta property="og:url" content="http://www.karbo.io" />
<meta property="og:type" content="website" />
<meta property="og:title" content="Electronic Karbovanets" />
<meta property="og:description" content="Karbo (Electronic Karbovanets) - digital exchange medium with enhanced privacy and fungibility" />
<meta property="og:image" content="https://karbo.io/images/wallet.png" />
<meta property="og:image:type" content="image/png" />
<meta property="og:image:width" content="1092" />
<meta property="og:image:height" content="684" />
</head>
<body>
<!--SUBPAGE HEAD-->
<div class="subpage-head">
<div class="container">
<div class="section-title">
<h2>Terms and conditions</h2>
<h4>Legal disclaimer</h4>
</div>
</div>
</div>
<!-- // END SUBPAGE HEAD -->
<div class="breath">
<div class="container">
<section class="row">
<div class="col-lg-12">
<h3>1. Information published on karbovanets.org</h2>
The website https://karbo.org/ (hereinafter, referred to as the "Website") provides information and material of a general nature. You are not authorized and nor should you rely on the Website for legal advice, business advice, or advice of any kind. You act at your own risk in reliance on the contents of the Website. Should you make a decision to act or not act you should contact a licensed attorney in the relevant jurisdiction in which you want or need help. In no way are the owners of, or contributors to, the Website responsible for the actions, decisions, or other behavior taken or not taken by you in reliance upon the Website.
<h3>2. Translations</h2>
The Website may contain translations of the English version of the content available on the Website. These translations are provided only as a convenience. In the event of any conflict between the English language version and the translated version, the English language version shall take precedence. If you notice any inconsistency, please report them to the e-mail.
<h3>3. Risks related to the use of Karbovanets</h2>
The Website will not be responsible for any losses, damages or claims arising from events falling within the scope of the following five categories:
<ol>
<li> Mistakes made by the user of any Karbovanets-related software or service, e.g., forgotten passwords, payments sent to wrong Karbovanets addresses, and accidental deletion of wallets.</li>
<li> Software problems of the Website and/or any Karbovanets-related software or service, e.g., corrupted wallet file, incorrectly constructed transactions, unsafe cryptographic libraries, malware affecting the Website and/or any Karbovanets-related software or service.</li>
<li> Technical failures in the hardware of the user of any Karbovanets-related software or service, e.g., data loss due to a faulty or damaged storage device.</li>
<li> Security problems experienced by the user of any Karbovanets-related software or service, e.g., unauthorized access to users' wallets and/or accounts.</li>
<li> Actions or inactions of third parties and/or events experienced by third parties, e.g., bankruptcy of service providers, information security attacks on service providers, and fraud conducted by third parties.</li>
</ol>
<h3>4. Investment risks</h2>
The investment in Karbovanets can lead to loss of money over short or even long periods. The investors in Karbovanets should expect prices to have large range fluctuations. The information published on the Website cannot guarantee that the investors in karbovanets would not lose money.
<h3>5. Compliance with tax obligations</h2>
The users of the Website are solely responsible to determinate what, if any, taxes apply to their Karbovanets transactions. The owners of, or contributors to, the Website are NOT responsible for determining the taxes that apply to Karbovanets transactions.
<h3>6. The Website does not store, send, or receive karbovanets</h3>
The Website does not store, send or receive karbos. This is because karbos exist only by virtue of the ownership record maintained in the Karbovanets network. Any transfer of title in karbos occurs within a decentralized Karbovanets network, and not on the Website.
<h3>7. No warranties</h2>
The Website is provided on an "as is" basis without any warranties of any kind regarding the Website and/or any content, data, materials and/or services provided on the Website.
<h3>8. Limitation of liability</h2>
Unless otherwise required by law, in no event shall the owners of, or contributors to, the Website be liable for any damages of any kind, including, but not limited to, loss of use, loss of profits, or loss of data arising out of or in any way connected with the use of the Website.
<h3>9. Arbitration</h2>
The user of the Website agrees to arbitrate any dispute arising from or in connection with the Website or this disclaimer, except for disputes related to copyrights, logos, trademarks, trade names, trade secrets or patents.
<h3>10. Last amendment</h2>
This disclaimer was amended for the last time on September 11th, 2017.
</div>
</section>
</div>
</div>
</body>
</html>