forked from pablanopete/kusama.network
-
Notifications
You must be signed in to change notification settings - Fork 0
/
terms.html
executable file
·507 lines (492 loc) · 52.8 KB
/
terms.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
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Terms and Conditions | Kusama</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Kusama network terms and conditions.">
<link href="/assets/css/loaders/loader-typing.css" rel="stylesheet" type="text/css" media="all" />
<link href="/assets/css/theme.css" rel="stylesheet" type="text/css" media="all" />
<link href="/assets/css/custom.css" rel="stylesheet" type="text/css" media="all" />
<link href="/assets/css/fonts.css" rel="stylesheet" type="text/css" media="all">
<link href="/assets/css/glitch.css" rel="stylesheet" type="text/css" media="all">
<link rel="shortcut icon" type="image/ico" href="/assets/img/favicon.ico" />
<!-- Klaro script – Cookie consent manager -->
<script defer type="text/javascript" src="/assets/js/config.js"></script>
<script defer type="text/javascript" src="/assets/js/klaro.js"></script>
<script type="opt-in" data-type="application/javascript" data-name="googleAnalytics">
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-103354191-4');
</script>
<!-- Google Tag Manager w/ Klaro -->
<script type="opt-in" data-type="application/javascript" data-name="googleTagManager">
(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-M796NTG');
</script>
<!-- End Google Tag Manager -->
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://kusama.network/">
<meta property="og:title" content="Kusama — A canary network for Polkadot experiments">
<meta property="og:description" content="Kusama is a community research and development network for experimenting cutting-edge blockchain projects.">
<meta property="og:image" content="/assets/img/og-card.png">
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="https://kusama.network/">
<meta property="twitter:title" content="Kusama — A canary network for Polkadot experiments">
<meta property="twitter:description" content="Kusama is a community research and development network for experimenting cutting-edge blockchain projects.">
<meta property="twitter:image" content="/assets/img/og-card.png">
</head>
<body>
<div class="loader">
<div class="loading-animation"></div>
</div>
<div class="navbar-container bg-dark">
<nav class="navbar navbar-expand-lg navbar-dark" data-sticky="top">
<div class="container">
<a class="navbar-brand fade-page" href="/">
<img src="/assets/img/kusama-logo.svg" alt="Kusama" class="logo">
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target=".navbar-collapse" aria-expanded="false" aria-label="Toggle navigation">
<svg class="icon" width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M3 17C3 17.5523 3.44772 18 4 18H20C20.5523 18 21 17.5523 21 17V17C21 16.4477 20.5523 16 20 16H4C3.44772 16 3 16.4477 3 17V17ZM3 12C3 12.5523 3.44772 13 4 13H20C20.5523 13 21 12.5523 21 12V12C21 11.4477 20.5523 11 20 11H4C3.44772 11 3 11.4477 3 12V12ZM4 6C3.44772 6 3 6.44772 3 7V7C3 7.55228 3.44772 8 4 8H20C20.5523 8 21 7.55228 21 7V7C21 6.44772 20.5523 6 20 6H4Z" fill="#212529" />
</svg>
</button>
<div class="collapse navbar-collapse justify-content-end">
<div class="py-2 py-lg-0">
<ul class="navbar-nav">
<li class="nav-item">
<a href="https://guide.kusama.network/en/latest/" class="nav-link">User Guide</a>
</li>
<li class="nav-item">
<a href="https://polkadot.network/tag/kusama/" class="nav-link">Announcements</a>
</li>
<li class="nav-item">
<div class="dropdown">
<button class="btn btn-lang btn-transparent dropdown-toggle rounded-0 py-1" data-toggle="dropdown" type="button" aria-haspopup="true" aria-expanded="false">
<span>EN</span>
</button>
<div class="dropdown-menu dropdown-content">
<a class="dropdown-item" href="#">Español</a>
<!-- LANGUAGE DROPDOWN
<a class="dropdown-item" href="#">Italiano</a> -->
<a class="dropdown-item" href="#">日本語</a>
<!-- LANGUAGE DROPDOWN
<a class="dropdown-item" href="#">한국어</a> -->
<a class="dropdown-item" href="#">Pусский</a>
<a class="dropdown-item" href="#">Türk</a>
<a class="dropdown-item" href="#">中文</a>
</div>
</div>
</li>
<li class="nav-item">
<a href="https://twitter.com/kusamanetwork" target="_blank" class="nav-link">
<svg xmlns="http://www.w3.org/2000/svg" role="img" viewBox="0 0 24 24" class="icon undefined" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>Twitter icon</title>
<path d="M23.954 4.569c-.885.389-1.83.654-2.825.775 1.014-.611 1.794-1.574 2.163-2.723-.951.555-2.005.959-3.127 1.184-.896-.959-2.173-1.559-3.591-1.559-2.717 0-4.92 2.203-4.92 4.917 0 .39.045.765.127 1.124C7.691 8.094 4.066 6.13 1.64 3.161c-.427.722-.666 1.561-.666 2.475 0 1.71.87 3.213 2.188 4.096-.807-.026-1.566-.248-2.228-.616v.061c0 2.385 1.693 4.374 3.946 4.827-.413.111-.849.171-1.296.171-.314 0-.615-.03-.916-.086.631 1.953 2.445 3.377 4.604 3.417-1.68 1.319-3.809 2.105-6.102 2.105-.39 0-.779-.023-1.17-.067 2.189 1.394 4.768 2.209 7.557 2.209 9.054 0 13.999-7.496 13.999-13.986 0-.209 0-.42-.015-.63.961-.689 1.8-1.56 2.46-2.548l-.047-.02z"></path>
</svg>
</a>
</li>
<li class="nav-item">
<a href="https://t.me/kusamanetworkofficial" target="_blank" class="nav-link">
<svg xmlns="http://www.w3.org/2000/svg" role="img" viewBox="0 0 24 24" class="icon undefined" xmlns:xlink="http://www.w3.org/1999/xlink" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:1.41421;">
<title>Telegram icon</title>
<path id="telegram-1" d="M18.384,22.779c0.322,0.228 0.737,0.285 1.107,0.145c0.37,-0.141 0.642,-0.457 0.724,-0.84c0.869,-4.084 2.977,-14.421 3.768,-18.136c0.06,-0.28 -0.04,-0.571 -0.26,-0.758c-0.22,-0.187 -0.525,-0.241 -0.797,-0.14c-4.193,1.552 -17.106,6.397 -22.384,8.35c-0.335,0.124 -0.553,0.446 -0.542,0.799c0.012,0.354 0.25,0.661 0.593,0.764c2.367,0.708 5.474,1.693 5.474,1.693c0,0 1.452,4.385 2.209,6.615c0.095,0.28 0.314,0.5 0.603,0.576c0.288,0.075 0.596,-0.004 0.811,-0.207c1.216,-1.148 3.096,-2.923 3.096,-2.923c0,0 3.572,2.619 5.598,4.062Zm-11.01,-8.677l1.679,5.538l0.373,-3.507c0,0 6.487,-5.851 10.185,-9.186c0.108,-0.098 0.123,-0.262 0.033,-0.377c-0.089,-0.115 -0.253,-0.142 -0.376,-0.064c-4.286,2.737 -11.894,7.596 -11.894,7.596Z" />
</svg>
</a>
</li>
<li class="nav-item">
<a href="https://github.com/paritytech/polkadot/" target="_blank" class="nav-link">
<svg xmlns="http://www.w3.org/2000/svg" role="img" viewBox="0 0 32.58 31.77" class="icon undefined" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>GitHub icon</title>
<path d="M16.29,0a16.29,16.29,0,0,0-5.15,31.75c.82.15,1.11-.36,1.11-.79s0-1.41,0-2.77C7.7,29.18,6.74,26,6.74,26a4.36,4.36,0,0,0-1.81-2.39c-1.47-1,.12-1,.12-1a3.43,3.43,0,0,1,2.49,1.68,3.48,3.48,0,0,0,4.74,1.36,3.46,3.46,0,0,1,1-2.18c-3.62-.41-7.42-1.81-7.42-8a6.3,6.3,0,0,1,1.67-4.37,5.94,5.94,0,0,1,.16-4.31s1.37-.44,4.48,1.67a15.41,15.41,0,0,1,8.16,0c3.11-2.11,4.47-1.67,4.47-1.67A5.91,5.91,0,0,1,25,11.07a6.3,6.3,0,0,1,1.67,4.37c0,6.26-3.81,7.63-7.44,8a3.85,3.85,0,0,1,1.11,3c0,2.18,0,3.94,0,4.47s.29.94,1.12.78A16.29,16.29,0,0,0,16.29,0Z" />
</path>
</svg>
</a>
</li>
</ul>
</div>
<a href="http://claim.kusama.network/" target="_blank" class="btn btn-outline-primary ml-lg-3">Claim KSM</a>
</div>
</div>
</nav>
</div>
<section>
<div class="container">
<div class="row">
<div class="col">
<div class="row justify-content-center">
<div class="col-xl-7 col-lg-8">
<h1 class="my-2">Kusama network terms and conditions</h1>
<div class="text-muted">Updated July 2019</div>
<hr>
<p>By participating you acknowledge and accept the terms and conditions of the Web 3.0 Foundation for the use of the Kusama network.</p>
<hr>
<article class="article">
<p>This is an agreement between the Web 3.0 Technologies Foundation, Reiffergässli 4, Zug, Switzerland (CHE-332.596.347) (henceforth "Web 3.0" or "We") and you as a user of the underlying software of the Kusama network (henceforth "User" or "You") (each also a "Party" and together the "Parties"). Please read these terms and conditions carefully before accessing and using the software. By downloading and installing software onto your hardware in order to gain access to the Kusama network, You confirm that You have read these terms and conditions and that You agree to be bound by them.</p>
<p>We reserve the right to change, modify, add or remove portions of these terms from time to time. If this occurs, We will notify You in adequate form on such updates. Any of your continued use of the software and the Kusama network will be deemed an acceptance to the new terms and conditions.</p>
<h4>Introduction</h4>
<p>We are the Web3 Foundation and nurture and steward technologies and applications in the fields of decentralized web software protocols, particularly those which utilize modern cryptographic methods to safeguard decentralization, to the benefit and for the stability of the Web3 ecosystem. We have developed a network protocol which purports to operate as an umbrella network for independent blockchain offerings and shared data or tokens across different blockchains. Parallelizable blockchains (so called "parachains") can be connected within Our network with a so called "relay chain" which provides security to the "parachains" and relays messages between them. The Kusama network is an instantiation of such protocol which has some of the properties of the final protocol.</p>
<h4>These terms and conditions govern your use of the Kusama network.</h4>
<p>The underlying software of the Kusama network is an open source code (protocol) that anyone can copy, use and modify. It is licensed to You under the GPL license version 3.0. You may obtain a copy of the License available at <a href="https://www.gnu.org/licenses/gpl-3.0.en.html">https://www.gnu.org/licenses/gpl-3.0.en.html</a> and may promote it as an open source network in accordance with the provisions of the GPL License version 3.0, in particular, You shall respect the "copyleft"-principle established therein, not use legal power to forbid end users' circumvention of technical measures (DRM) in place, keep intact all copyright notices and absence of warranty and give all recipients a copy of the GPL License version 3.0, You shall ensure that modified source code versions will carry prominent notices on your modifications and that even conveyed object code will always be accompanied by an offer to provide access to the corresponding source code, that newly developed programs will contain the notices attached under the license section "How to Apply These Terms to Your New Programs" and that, ,unless required by applicable law or agreed to in writing, software distributed under the License will be distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.</p>
<p>You are free to use the software to gain access to and use the Kusama network and to build your own network(s) and have your network interacting with other networks which are also part of the Kusama network.</p>
<p>HOWEVER, YOU SHALL AT ALL TIMES NOTE THAT NO PARTY (NEITHER WE OR YOU), INCLUDING BUT NOT LIMITED TO ANY PARTY INVOLVED IN, OR HAVING CONTRIBUTED TO THE DEVELOPMENT OF, THE KUSAMA NETWORK AND ANY OF THE AFFILIATES, DIRECTORS, EMPLOYEES, CONTRACTORS, SERVICE PROVIDERS OR AGENTS OF SUCH PARTIES (THE “PARTIES INVOLVED”) OWNS OR CONTROL THE KUSAMA NETWORK OR ANY ACCESSORY, UPGRADE, RELATED SOFTWARE OR ANY OTHER MODIFICATION TO IT (INCLUDING, BUT NOT LIMITED TO, KUSAMA NETWORK USER INTERFACE) AND YOU ARE SOLELY AND IN FULL RESPONSIBLE FOR YOUR USE OF EACH AND ANY OF THEM. THERE IS NO CENTRAL OVERSIGHT OVER THE KUSAMA NETWORK. IT IS BUILT BY THE PARTICIPANTS AND PARTICIPANTS OF THEIR NETWORKS THEMSELVES. FOR THE AVOIDANCE OF DOUBT, WEB 3.0 ASSUMES NO RESPONSIBILITY OR LIABILITY FOR (1) AVAILABILITY AND OPERABILITY OF THE KUSAMA NETWORK AND ITS UNDERLYING SOFTWARE, (2) INTEROPERABILITY OF YOUR NETWORK (BUILT UPON THE KUSAMA NETWORK) WITH OTHER THIRD PARTY NETWORKS (THIS LARGELY DEPENDS ON EXTERNAL FACTORS BEYOND OF WEB 3.0'S REASONABLE CONTROL SUCH AS, IN PARTICULAR THE INFRASTRUCTURE AND OPERABILITY OF THIRD PARTY NETWORKS AND THEIR INTERNET-CONNECTIVITY MEASURES) OR 3) SUITABILITY OF THE KUSAMA NETWORK FOR YOUR OWN BUSINESS PURPOSES. YOU ARE USING THE KUSAMA NETWORK FOR YOUR OWN BUSINESS PURPOSES AT YOUR SOLE AND OWN RISK.</p>
<h4>Eligibility</h4>
<p>If You are registering to download the underlying software of the Kusama network, You represent and warrant that:</p>
<ul>
<li>If You are registering on behalf of a legal entity, such legal entity is duly organized and validly existing under the applicable laws of the jurisdiction of its organization and you are duly authorized by such legal entity to act on its behalf;</li>
<li>You are of legal age to form a binding contract (at least 18 years old in most of the jurisdictions);</li>
<li>You have full power and authority to enter into this agreement and in doing so will not violate any other agreement to which You are a Party;</li>
<li>You have not been place on any sanction list, published and maintained by the United Nations, European Union, any EU country, UK Treasury and US Office of Foreign Assets Control (OFAC);</li>
<li>You will not use Your network (built based upon the Kusama network) for virtual currencies or tokens if any applicable laws in jurisdiction of Your habitual residence or incorporation prohibit You from doing so in accordance with these terms & conditions; and</li>
<li>You will comply with any laws applicable to Your network (built based upon the Kusama network) and not engage in any illegal activities. In particular, You will not use the Kusama network to facilitate infringement of any third party intellectual property rights or data privacy rights.</li>
</ul>
<p>You shall indemnify and hold harmless Web 3.0 from any third party claims (incl. reasonable attorney's costs) raised against Web 3.0 based on an alleged infringement of the above representations and warranties.</p>
<h4>Acknowledgement and assumption of risks</h4>
<p>You shall at all times acknowledge and agree that certain risks exist in relation to using the Kusama network. You fully acknowledge and agree that:</p>
<ul>
<li>No Party, including but not limited to the Parties involved, owns or controls the Kusama network. It is built by the end users themselves.</li>
<li>No Party, including but not limited to the Parties involved, has any authority to approve, prevent, restrict or anyhow exercise control over any interaction that occurs through the Kusama network. You and end users are free to build their own network and network-based applications and provide them to customers under their own terms and conditions, provided that such applications should also run and be offered in a decentralized manner (as e.g. distributed ledger technology or often referred to as "blockchain" or any future adaptations of such technologies) without central oversight.</li>
<li>You shall not have any expectations over the performance, suitability for business or interoperability of the Kusama network for Your own business purposes.</li>
<li>Kusama network source code have not passed a third party security audit and can be potentially unstable and could cause unexpected effects and system failures. You are aware of this risk and must address it within Your own privacy compliance model when establishing technical and organizational measures on data security for Your end customers.</li>
<li>By using the Kusama network You covenant, represent, and warrant that Your use of the Kusama network complies with Your jurisdiction of residence and You are fully able and legally competent to use the Kusama network.</li>
<li>In the event Your use of the Kusama network does not comply with the applicable law of Your jurisdiction of residence, You shall be fully liable for any consequences incurred thereof and fully acknowledge and agree that We shall not be held liable for Your use of the Kusama network</li>
<li>There is a risk that advances in cryptography or technical advances (such as the development of quantum computers) could present risks to blockchain-based applications and cryptocurrencies, Ethereum or tokens which could result in the theft or loss of such elements.</li>
<li>The Kusama network (as well as any network You build based upon it) is susceptible to mining attacks (including but not limited to double-spend attacks, majority mining power attacks, "selfish-mining" attacks and race condition attacks. Despite the efforts of Web 3.0, the risk of known or novel mining attacks exists.</li>
<li>There are risks associated with using the Kusama network, such as e.g. failure of hardware, software and Internet connections. You acknowledge that Web 3.0 shall not be responsible for any communication failures, disruptions, errors, distortions or delays You may experience when using the Kusama network.</li>
<li>Kusama network source code is provided on an "AS IS" basis, without warranties and conditions of any kind, either express or implied, including, without limitation, any warranties or conditions of title, merchantability, fitness for a particular purpose, and non-infringement, unless otherwise required by mandatory applicable law.</li>
<li>The entire risk as to the quality and performance of using the Kusama network is borne by You.</li>
<li>You are solely responsible for determining the appropriateness of using or redistributing the Kusama network source code and/or any Derivative Work and assume any risks associated with Your exercise of permission granted under this License.</li>
<li>You are solely responsible to regularly check for any modifications and updates to the Kusama network source code published at <a href="https://github.com/paritytech/polkadot/">https://github.com/paritytech/polkadot/</a></li>
</ul>
<h4>Intellectual property</h4>
<p>As regards the Kusama network and its underlying technology, Web 3.0 is offering You the right to use it open-source based and Web 3.0 does not retain any proprietary intellectual property rights therein (see the GPL-License Version 3 available under <a href="https://www.gnu.org/licenses/gpl-3.0.en.html">https://www.gnu.org/licenses/gpl-3.0.en.html</a>).</p>
<p>However, Web 3.0 retains all rights, title and interest in any intellectual property rights relating to its business (such as e.g. trademarks or logos on its Website or copyrights/know-how in other business offerings not related to the Kusama network).</p>
<h4>Privacy</h4>
<p>To the extent that You will gain access to and collect and process personally identifiable data through the Kusama network (or any own network built based upon it) and maybe even store it outside of these networks (i.e. "off-chain"). In this context, You represent and warrant to be compliant with the applicable data protection laws, in particular, to collect personal data lawfully, in good faith, and to retain and process such data proportionately only for the purposes of processing made evident at the time of collection and that such data will be secured with adequate technical and organizational measures against unauthorized use and to comply with third party data processing principles and not transfer such data into countries with a non-adequate data protection standard compared to Yours without adequate contractual safeguards.</p>
<h4>Limitation of liability</h4>
<p>In no event and under no legal theory shall Web. 3.0be liable to You for damages, including any direct, indirect, special, general, incidental or consequential damages of any character arising as a result of this License or out of the use or inability to use the Kusama network (including, but not limited to, loss of data or data being rendered inaccurate or losses sustained by You or third parties or a failure of the Kusama network to operate with any other programs, loss of goodwill, work stoppage, business interruption, computer failure or malfunction or any and all other commercial damages or losses), even if a contributor has been advised of the possibility of such damages. Web 3.0 does not control, take responsibility for, or assume liability for the data in any way processed and stored by You or any third party using the Kusama network and for any damage or loss incurred thereto. You shall solely be liable for the appropriateness, lawfulness, and accurateness of the data in any way processed by You using the Kusama network (and or if using such data outside of the Kusama network [i.e. "off-chain"]).</p>
<h4>Taxes and other duties</h4>
<p>You are solely responsible for determining what, if any, taxes or other duties apply to Your use of Kusama network. It is also Your responsibility to withhold, collect, report, and remit the correct taxes to the appropriate tax authorities, according to the legislation in force. Web 3.0 is not responsible and shall be in no way held liable for withholding, collecting, reporting, and remitting and taxes arising from, or in connection to, Your use of the Kusama network.</p>
<h4>Notices</h4>
<p>We may provide any notice to You under these terms and conditions by posting a notice on Our Website or sending an e-mail to the e-mail address associated with Your access account to the Kusama network. Notices We provide by posting on the Website will be effective upon posting. You will be deemed to have received any email sent to the e-mail address then associated with Your account when We have sent the email (or the next regular working day thereafter), whether or not You actually receive or read the e-mail. It is Your responsibility to keep Your e-mail address current.</p>
<p>To give Us notice under these terms and conditions, You must contact us by e-mail to [<a href="mailto:support@web3.com">support@web3.com</a>]. We may update this e-mail address for notices to us by posting a notice on Our Website. Notices to us will be effective one business day after they are sent.</p>
<p>All communications and notices to be made or given pursuant to these terms and conditions must be in English language.</p>
<h4>Miscellaneous</h4>
<p>The Parties are independent contractors. These terms and conditions are an agreement at arms’ length between the Parties and do not constitute a partnership, association or joint venture under any applicable law. Consequently, the provisions of these terms and conditions shall not, under any circumstances, be interpreted as creating any such relationship between the Parties. Neither Party may bind the other in any manner whatsoever or in favour of anyone whomsoever.</p>
<p>The failure of any of the Parties to avail itself or to enforce any of the provisions of these terms and conditions or any rights with respect thereto shall in no way be considered to be a waiver of such provisions or rights, or in any way to affect the validity of these terms and conditions. No waiver shall be effective unless expressly made in writing and signed by an authorized representative of the waiving Party.</p>
<p>If any provision of these terms and conditions is held to be void, invalid or inoperative, the remaining provisions of these terms and conditions shall not be affected and shall continue to be in effect, and the invalid provision shall be deemed modified to the least degree necessary to remedy such invalidity.</p>
<p>These terms and conditions or individual rights and obligations arising from it may only be assigned or transferred to third parties with the prior written consent of the other Party, save that Web 3.0 may freely assign any of its Intellectual Property Rights and any rights or obligations pursuant to these terms and conditions to any of its affiliates.</p>
<p>These terms and conditions and any documents referred to in it shall constitute the entire agreement between the Parties in relation to the subject matter hereof, and shall supersede all previous agreements, arrangements and understandings between the Parties with respect hereto.</p>
<p>The headings used herein are inserted only as a matter of convenience and for reference only. They shall not affect the construction or interpretation of these terms and conditions.</p>
<h4>Applicable law and jurisdiction</h4>
<p>These terms and conditions shall be governed by and construed in accordance with the substantive laws of Switzerland without any reference to its conflict of law provisions. The provisions of the United Nation Convention on contracts for the International Sale of Goods (CISG) shall not apply.</p>
<p>[Any disputes arising out of or in connection with these terms and conditions and contracts entered into thereunder shall be submitted to the sole and exclusive jurisdiction of the courts of the city of [Zug].]</p>
</article>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="bg-primary-alt">
<div class="container">
<div class="row justify-content-center position-relative">
<div class="col-lg-10 col-xl-8">
<div class="card card-sm card-body border-0 o-hidden bg-primary text-light mb-3">
<div class="position-relative d-flex flex-column flex-md-row justify-content-between align-items-center">
<div class="h3 text-center mb-md-0">Ready to break stuff?</div>
<a href="https://guide.kusama.network/en/latest/" class="btn btn-lg btn-white">Read the user guide</a>
</div>
<div class="decoration top middle-x layer-0">
<img src="/assets/img/bg-2.png" class="jarallax-img">
</div>
</div>
</div>
</div>
<div class="row text-center justify-content-center position-relative">
<div class="col-lg-10 col-xl-8">
<span>Want to know when Kusama launches? <a href="#" class="hover-arrow" data-toggle="modal" data-target="#subscribe-modal">Subscribe to the newsletter</a></span>
</div>
</div>
</div>
</section>
<section class="p-0">
<div class="container">
<div class="modal fade" id="subscribe-modal" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-dialog modal-dialog-centered" role="document">
<div class="modal-content">
<div class="modal-body">
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<svg class="icon bg-dark" width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M16.2426 6.34311L6.34309 16.2426C5.95257 16.6331 5.95257 17.2663 6.34309 17.6568C6.73362 18.0473 7.36678 18.0473 7.75731 17.6568L17.6568 7.75732C18.0473 7.36679 18.0473 6.73363 17.6568 6.34311C17.2663 5.95258 16.6331 5.95258 16.2426 6.34311Z" fill="#212529" />
<path d="M17.6568 16.2426L7.75734 6.34309C7.36681 5.95257 6.73365 5.95257 6.34313 6.34309C5.9526 6.73362 5.9526 7.36678 6.34313 7.75731L16.2426 17.6568C16.6331 18.0473 17.2663 18.0473 17.6568 17.6568C18.0474 17.2663 18.0474 16.6331 17.6568 16.2426Z" fill="#212529" />
</svg>
</button>
<div class="m-xl-4 m-3">
<div class="text-center mb-3">
<p class="h1 mb-2">Stay in the loop</p>
<p>Subscribe to the newsletter to hear about Kusama updates and events.</p>
</div>
<form action="https://foundation.us16.list-manage.com/subscribe/post?u=a30a54feb730c7553e5d2eb0c&id=37c3da536e" name="mc-embedded-subscribe-form" class="validate" method="post" novalidate>
<div class="form-row">
<div class="col-12 mb-3">
<p class="text-bold">What describes you best? (one or more)</p>
<div class="custom-control custom-checkbox">
<input type="checkbox" class="custom-control-input" value="1" name="group[4385][1]" id="mce-group[4385]-4385-0">
<label class="custom-control-label text-small" for="mce-group[4385]-4385-0">I'm an enthusiast</label>
</div>
<div class="custom-control custom-checkbox">
<input type="checkbox" class="custom-control-input" value="2" name="group[4385][2]" id="mce-group[4385]-4385-1">
<label class="custom-control-label text-small" for="mce-group[4385]-4385-1">I'm a developer</label>
</div>
<div class="custom-control custom-checkbox">
<input type="checkbox" class="custom-control-input" value="4" name="group[4385][4]" id="mce-group[4385]-4385-2">
<label class="custom-control-label text-small" for="mce-group[4385]-4385-2">I'm a validator</label>
</div>
<div class="custom-control custom-checkbox">
<input type="checkbox" class="custom-control-input" value="8" name="group[4385][8]" id="mce-group[4385]-4385-3">
<label class="custom-control-label text-small" for="mce-group[4385]-4385-3">I'm into governance</label>
</div>
</div>
<div class="col-12 mb-2">
<input type="email" value="" class="form-control required email" placeholder="Your email address" name="EMAIL" required id="mce-EMAIL">
</div>
<div class="col-12 mb-2">
<div style="position: absolute; left: -5000px;" aria-hidden="true">
<input type="text" name="b_a30a54feb730c7553e5d2eb0c_37c3da536e" tabindex="-1" value="">
</div>
<button type="submit" value="Subscribe" name="subscribe" id="mc-embedded-subscribe" class="clear btn btn-primary btn-loading btn-block" data-loading-text="Sending">
<svg class="icon" width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>Icon For Loading</title>
<g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g>
<polygon points="0 0 24 0 24 24 0 24" opacity="0"></polygon>
</g>
<path d="M12,4 L12,6 C8.6862915,6 6,8.6862915 6,12 C6,15.3137085 8.6862915,18 12,18 C15.3137085,18 18,15.3137085 18,12 C18,10.9603196 17.7360885,9.96126435 17.2402578,9.07513926 L18.9856052,8.09853149 C19.6473536,9.28117708 20,10.6161442 20,12 C20,16.418278 16.418278,20 12,20 C7.581722,20 4,16.418278 4,12 C4,7.581722 7.581722,4 12,4 Z" fill="#000000" fill-rule="nonzero" transform="translate(12.000000, 12.000000) scale(-1, 1) translate(-12.000000, -12.000000) "></path>
</g>
</svg>
<span>Subscribe</span>
</button>
</div>
</div>
</form>
<small class="text-muted form-text">To see how we use your information please see our <a href="/privacy" target="_blank">privacy policy</a>. Unsubscribe anytime by clicking the link in the bottom of any newsletter.
</small>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<footer class="pb-4 bg-dark text-light" id="footer">
<div class="container">
<div class="row mb-5">
<div class="col-12 col-sm-6 col-lg-4">
<a href="/">
<img src="/assets/img/kusama-logo.svg" alt="Kusama" class="icon icon-md mb-3">
</a>
<p class="pr-xl-3">
Kusama is an experimental community research and development network.
</p>
</div>
<div class="col-6 col-sm-3 col-lg-2 mt-3 mt-lg-0 pl-2">
<h5>Info</h5>
<ul class="nav flex-column">
<li class="nav-item">
<a href="http://claim.kusama.network/" target="_blank" class="nav-link">Claim KSM</a>
</li>
<li class="nav-item">
<a href="https://guide.kusama.network/en/latest/" class="nav-link">User guide</a>
</li>
<li class="nav-item">
<a href="teams" class="nav-link">Teams</a>
</li>
<li class="nav-item">
<a href="https://guide.kusama.network/en/latest/break/bug-bounty/" class="nav-link">Bug bounty</a>
</li>
<li class="nav-item">
<a href="https://guide.kusama.network/en/latest/code-of-conduct/" class="nav-link">Code of conduct</a>
</li>
</ul>
</div>
<div class="col-6 col-sm-3 col-lg-2 mt-3 mt-lg-0">
<h5>Social</h5>
<ul class="nav flex-column">
<li class="nav-item">
<a href="https://twitter.com/kusamanetwork" target="_blank" class="nav-link">Twitter</a>
</li>
<li class="nav-item">
<a href="https://forum.kusama.network/" class="nav-link">Forum</a>
</li>
<li class="nav-item">
<a href="https://riot.im/app/#/room/#kusamawatercooler:polkadot.builders" target="_blank" class="nav-link">Chat</a>
</li>
<li class="nav-item">
<a href="contact" class="nav-link">Contact</a>
</li>
<li class="nav-item">
<a href="logos" class="nav-link">Logos</a>
</li>
</ul>
</div>
<div class="col-12 col-sm-12 col-lg-4 mt-3 mt-lg-0">
<h5>Subscribe</h5>
<p>Subscribe to the newsletter to hear about Kusama updates and events.</p>
<button class="btn btn-primary btn-block mb-2" data-toggle="modal" data-target="#subscribe-modal">Subscribe</button>
<small class="text-muted form-text">To see how we use your information please see our <a href="/privacy">privacy policy</a>.</small>
</div>
</div>
<div class="row justify-content-center mb-2">
<div class="col-auto">
<ul class="nav">
<li class="nav-item">
<a href="https://twitter.com/kusamanetwork" target="_blank" class="nav-link">
<svg class="icon undefined" role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<title>Twitter icon</title>
<path d="M23.954 4.569c-.885.389-1.83.654-2.825.775 1.014-.611 1.794-1.574 2.163-2.723-.951.555-2.005.959-3.127 1.184-.896-.959-2.173-1.559-3.591-1.559-2.717 0-4.92 2.203-4.92 4.917 0 .39.045.765.127 1.124C7.691 8.094 4.066 6.13 1.64 3.161c-.427.722-.666 1.561-.666 2.475 0 1.71.87 3.213 2.188 4.096-.807-.026-1.566-.248-2.228-.616v.061c0 2.385 1.693 4.374 3.946 4.827-.413.111-.849.171-1.296.171-.314 0-.615-.03-.916-.086.631 1.953 2.445 3.377 4.604 3.417-1.68 1.319-3.809 2.105-6.102 2.105-.39 0-.779-.023-1.17-.067 2.189 1.394 4.768 2.209 7.557 2.209 9.054 0 13.999-7.496 13.999-13.986 0-.209 0-.42-.015-.63.961-.689 1.8-1.56 2.46-2.548l-.047-.02z" />
</svg>
</a>
</li>
<li class="nav-item">
<a href="https://t.me/kusamanetworkofficial" target="_blank" class="nav-link">
<svg xmlns="http://www.w3.org/2000/svg" role="img" viewBox="0 0 24 24" class="icon undefined" xmlns:xlink="http://www.w3.org/1999/xlink" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:1.41421;">
<title>Telegram icon</title>
<path id="telegram-1" d="M18.384,22.779c0.322,0.228 0.737,0.285 1.107,0.145c0.37,-0.141 0.642,-0.457 0.724,-0.84c0.869,-4.084 2.977,-14.421 3.768,-18.136c0.06,-0.28 -0.04,-0.571 -0.26,-0.758c-0.22,-0.187 -0.525,-0.241 -0.797,-0.14c-4.193,1.552 -17.106,6.397 -22.384,8.35c-0.335,0.124 -0.553,0.446 -0.542,0.799c0.012,0.354 0.25,0.661 0.593,0.764c2.367,0.708 5.474,1.693 5.474,1.693c0,0 1.452,4.385 2.209,6.615c0.095,0.28 0.314,0.5 0.603,0.576c0.288,0.075 0.596,-0.004 0.811,-0.207c1.216,-1.148 3.096,-2.923 3.096,-2.923c0,0 3.572,2.619 5.598,4.062Zm-11.01,-8.677l1.679,5.538l0.373,-3.507c0,0 6.487,-5.851 10.185,-9.186c0.108,-0.098 0.123,-0.262 0.033,-0.377c-0.089,-0.115 -0.253,-0.142 -0.376,-0.064c-4.286,2.737 -11.894,7.596 -11.894,7.596Z" />
</svg>
</a>
</li>
<li class="nav-item">
<a href="https://github.com/paritytech/polkadot/" target="_blank" class="nav-link">
<svg xmlns="http://www.w3.org/2000/svg" role="img" viewBox="0 0 32.58 31.77" class="icon undefined" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>GitHub icon</title>
<path d="M16.29,0a16.29,16.29,0,0,0-5.15,31.75c.82.15,1.11-.36,1.11-.79s0-1.41,0-2.77C7.7,29.18,6.74,26,6.74,26a4.36,4.36,0,0,0-1.81-2.39c-1.47-1,.12-1,.12-1a3.43,3.43,0,0,1,2.49,1.68,3.48,3.48,0,0,0,4.74,1.36,3.46,3.46,0,0,1,1-2.18c-3.62-.41-7.42-1.81-7.42-8a6.3,6.3,0,0,1,1.67-4.37,5.94,5.94,0,0,1,.16-4.31s1.37-.44,4.48,1.67a15.41,15.41,0,0,1,8.16,0c3.11-2.11,4.47-1.67,4.47-1.67A5.91,5.91,0,0,1,25,11.07a6.3,6.3,0,0,1,1.67,4.37c0,6.26-3.81,7.63-7.44,8a3.85,3.85,0,0,1,1.11,3c0,2.18,0,3.94,0,4.47s.29.94,1.12.78A16.29,16.29,0,0,0,16.29,0Z" />
</path>
</svg>
</a>
</li>
<li class="nav-item">
<a href="/remarkable/" target="_blank" class="nav-link">
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" preserveAspectRatio="xMidYMid meet" viewBox="0 0 500 500" width="20" height="20">
<defs>
<path d="M24.1 25L124.1 25L124.1 125L24.1 125L24.1 25Z" id="jjhd20BDS"></path>
<path d="M200 25L300 25L300 125L200 125L200 25Z" id="a1bATCYkR5"></path>
<path d="M375 25L475 25L475 125L375 125L375 25Z" id="e6b4ajb6WD"></path>
<path d="M24.1 200L124.1 200L124.1 300L24.1 300L24.1 200Z" id="bLjboxP6s"></path>
<path d="M200 200L300 200L300 300L200 300L200 200Z" id="gunu3miAY"></path>
<path d="M375 200L475 200L475 300L375 300L375 200Z" id="gl6I9735X"></path>
<path d="M24.1 375L124.1 375L124.1 475L24.1 475L24.1 375Z" id="a1aYfAkYFk"></path>
<path d="M200.01 375L300.01 375L300.01 475L200.01 475L200.01 375Z" id="hdXjSbDpY"></path>
<path d="M375 375L475 375L475 475L375 475L375 375Z" id="b28nMjG2Wl"></path>
</defs>
<g>
<g>
<g>
<use xlink:href="#jjhd20BDS" opacity="1" fill="#e6007a" fill-opacity="1"></use>
</g>
<g>
<use xlink:href="#a1bATCYkR5" opacity="0.5" fill="#ffffff" fill-opacity="1"></use>
</g>
<g>
<use xlink:href="#e6b4ajb6WD" opacity="0.5" fill="#ffffff" fill-opacity="1"></use>
</g>
<g>
<use xlink:href="#bLjboxP6s" opacity="0.5" fill="#ffffff" fill-opacity="1"></use>
</g>
<g>
<use xlink:href="#gunu3miAY" opacity="0.5" fill="#ffffff" fill-opacity="1"></use>
</g>
<g>
<use xlink:href="#gl6I9735X" opacity="0.5" fill="#ffffff" fill-opacity="1"></use>
</g>
<g>
<use xlink:href="#a1aYfAkYFk" opacity="0.5" fill="#ffffff" fill-opacity="1"></use>
</g>
<g>
<use xlink:href="#hdXjSbDpY" opacity="0.5" fill="#ffffff" fill-opacity="1"></use>
</g>
<g>
<use xlink:href="#b28nMjG2Wl" opacity="0.5" fill="#ffffff" fill-opacity="1"></use>
</g>
</g>
</g>
</svg>
</a>
</li>
</ul>
</div>
</div>
<div class="row justify-content-center">
<div class="col col-md-auto text-center">
<small class="text-muted">©
<script type="text/JavaScript">document.write(new Date().getFullYear());</script> Kusama · <a href="/privacy">Privacy Policy</a> · <a href="/terms">Terms and Conditions</a> · <a href="#" onclick="return klaro.show();">Cookie Settings</a></small>
</div>
</div>
</div>
</footer>
<a href="#" class="btn back-to-top btn-primary btn-round" data-smooth-scroll data-aos="fade-up" data-aos-anchor="section:last-of-type" data-aos-mirror="true" data-aos-once="false">
<svg class="icon" width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>Icon For Arrow-up</title>
<g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<polygon points="0 0 24 0 24 24 0 24" opacity="0"></polygon>
<rect fill="#000000" x="11" y="5" width="2" height="14" rx="1"></rect>
<path d="M6.70710678,12.7071068 C6.31658249,13.0976311 5.68341751,13.0976311 5.29289322,12.7071068 C4.90236893,12.3165825 4.90236893,11.6834175 5.29289322,11.2928932 L11.2928932,5.29289322 C11.6714722,4.91431428 12.2810586,4.90106866 12.6757246,5.26284586 L18.6757246,10.7628459 C19.0828436,11.1360383 19.1103465,11.7686056 18.7371541,12.1757246 C18.3639617,12.5828436 17.7313944,12.6103465 17.3242754,12.2371541 L12.0300757,7.38413782 L6.70710678,12.7071068 Z" fill="#000000" fill-rule="nonzero"></path>
</g>
</svg>
</a>
<!-- Required vendor scripts (Do not remove) -->
<script type="text/javascript" src="/assets/js/jquery.min.js"></script>
<script type="text/javascript" src="/assets/js/popper.min.js"></script>
<script type="text/javascript" src="/assets/js/bootstrap.js"></script>
<!-- Optional Vendor Scripts (Remove the plugin script if current page does not use that feature) -->
<!-- AOS (Animate On Scroll - animates elements into view while scrolling down) -->
<script type="text/javascript" src="/assets/js/aos.js"></script>
<!-- Clipboard (copies content from browser into OS clipboard) -->
<script type="text/javascript" src="/assets/js/clipboard.js"></script>
<!-- Fancybox (handles image and video lightbox and galleries) -->
<script type="text/javascript" src="/assets/js/jquery.fancybox.min.js"></script>
<!-- Flickity (handles touch enabled carousels and sliders) -->
<script type="text/javascript" src="/assets/js/flickity.pkgd.min.js"></script>
<!-- Ion rangeSlider (flexible and pretty range slider elements) -->
<script type="text/javascript" src="/assets/js/ion.rangeSlider.min.js"></script>
<!-- Isotope (masonry layouts and filtering) -->
<script type="text/javascript" src="/assets/js/isotope.pkgd.min.js"></script>
<!-- jarallax (parallax effect and video backgrounds) -->
<script type="text/javascript" src="/assets/js/jarallax.min.js"></script>
<script type="text/javascript" src="/assets/js/jarallax-video.min.js"></script>
<script type="text/javascript" src="/assets/js/jarallax-element.min.js"></script>
<!-- jQuery Countdown (displays countdown text to a specified date) -->
<script type="text/javascript" src="/assets/js/jquery.countdown.min.js"></script>
<!-- Plyr (unified player for Video, Audio, Vimeo and Youtube) -->
<script type="text/javascript" src="/assets/js/plyr.polyfilled.min.js"></script>
<!-- Prism (displays formatted code boxes) -->
<script type="text/javascript" src="/assets/js/prism.js"></script>
<!-- ScrollMonitor (manages events for elements scrolling in and out of view) -->
<script type="text/javascript" src="/assets/js/scrollMonitor.js"></script>
<!-- Smooth scroll (animation to links in-page)-->
<script type="text/javascript" src="/assets/js/smooth-scroll.polyfills.min.js"></script>
<!-- TwitterFetcher (displays a feed of tweets from a specified account)-->
<script type="text/javascript" src="/assets/js/twitterFetcher_min.js"></script>
<!-- Typed text (animated typing effect)-->
<script type="text/javascript" src="/assets/js/typed.min.js"></script>
<!-- Required theme scripts (Do not remove) -->
<script type="text/javascript" src="/assets/js/theme.js"></script>
<!-- Telemetry -->
<script type="text/javascript" src="/assets/js/telemetry.min.js"></script>
<!-- Removes page load animation when window is finished loading -->
<script type="text/javascript">
window.addEventListener("load", function () {
document.querySelector('body').classList.add('loaded');
});
</script>
<!-- Start of HubSpot Embed Code with Klaro script -->
<script type="opt-in" data-type="application/javascript" id="hs-script-loader" data-src="//js.hs-scripts.com/7051618.js" data-name="hubSpot" async></script>
<!-- End of HubSpot Embed Code -->
</body>
</html>