-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathterms.html
390 lines (372 loc) · 40.5 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Terms | Solana Multisig Standard</title>
<meta name="description" content="The multisig standard you were looking for on Solana">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<link rel="icon" href="/img/favicon.png?123">
<!-- Chrome, Firefox OS and Opera -->
<meta name="theme-color" content="#252525">
<!-- iOS Safari -->
<meta name="apple-mobile-web-app-status-bar-style" content="#252525">
<meta property="og:title" content="Squads">
<meta property="og:site_name" content="Squads.so">
<meta property="og:url" content="https://squads.so/">
<meta property="og:image" content="/logo-ssr.jpeg">
<meta property="og:description" content="The multisig standard you were looking for on Solana">
<meta property="og:type" content="product">
<meta name="twitter:title" content="Squads">
<meta name="twitter:image" content="/logo-ssr.jpeg">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:description" content="The multisig standard you were looking for on Solana">
<meta name="next-head-count" content="12">
<meta property="og:updated_time" content="1660657933">
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
<!-- CSS variables -->
<link rel="stylesheet" href="/css/variables.css?v=2.563489">
<!-- font "Druk Wide" -->
<link rel="stylesheet" href="/fonts/Druk-Wide/stylesheet.css?v=2.563489">
<!-- font "Neue Plak" -->
<link rel="stylesheet" href="/fonts/Neue-Plak/stylesheet.css?v=2.563489">
<!-- reset CSS -->
<link rel="stylesheet" href="/css/reset.css?v=2.563489">
<!-- Icons -->
<link rel="stylesheet" href="/css/icons.css?v=2.563489">
<!-- Style Global -->
<link rel="stylesheet" href="/css/style.css?v=2.563489">
<!-- Header -->
<link rel="stylesheet" href="/css/chunks-header.css?v=2.563489">
<!-- Footer -->
<link rel="stylesheet" href="/css/footer.css?v=2.563489">
<!-- Chunks template Style CSS -->
<link rel="stylesheet" href="/css/chunks-header.css?v=2.563489"> <!-- header -->
<link rel="stylesheet" href="/css/footer.css?v=2.563489"> <!-- footer -->
<link rel="stylesheet" href="/css/terms.css?v=2.563489"> <!-- section "main" -->
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-3PLKNT0QYT"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-3PLKNT0QYT');
</script>
</head>
<body>
<!-- header -->
<header class="section-header">
<div class="container-xl">
<div class="header-grid__container">
<!-- logo -->
<div class="header-grid__col">
<a href="/" class="header-logo">
<img src="/img/logo.svg" alt="logo" class="header-logo_img">
</a>
</div>
<!-- nav -->
<div class="header-grid__col">
<nav class="header-navigation">
<ul class="header-navigation__list flex flex-v-center">
<li class="header-navigation__item">
<a href="/" class="header-navigation__link">Overview</a>
</li>
<li class="header-navigation__item">
<a href="/security.html" class="header-navigation__link">Security</a>
</li>
<li class="header-navigation__item">
<a href="/about.html" class="header-navigation__link">About</a>
</li>
<li class="header-navigation__item">
<a href="https://www.wordcelclub.com/squadsprotocol.sol" target="_blank" class="header-navigation__link">Blog</a>
<!-- <a href="/blog.html" class="header-navigation__link">Blog</a>-->
</li>
</ul>
</nav>
</div>
<!-- event -->
<div class="header-grid__col">
<a href="https://v3.squads.so/" target="_blank" class="header-btn">
<button type="button" class="btn btn-primary">Launch App</button>
</a>
<!-- btn mobile burger -->
<button class="btn btn-toggle_menu">
<span class="btn-menu_line line-top"></span>
<span class="btn-menu_line line-center"></span>
<span class="btn-menu_line line-bottom"></span>
</button>
</div>
</div>
</div>
</header>
<section class="section-terms" id="section-overview">
<div class="container-xl">
<div>
<h1>Terms of Service</h1>
<p>THESE TERMS CREATE A BINDING CONTRACT BETWEEN YOU AND <b>SELIMOR INVESTMENTS LIMITED.</b> BY USING OUR SERVICES (DEFINED BELOW), YOU AGREE TO BE BOUND BY THESE TERMS.</p>
<p>IF YOU DO NOT ACCEPT THESE TERMS, YOU MUST NOT AND ARE NOT AUTHORIZED TO USE ANY OF OUR SERVICES.</p>
<p>ARBITRATION NOTICE: THESE TERMS CONTAIN AN ARBITRATION CLAUSE FOR USERS IN THE UNITED STATES AND CANADA, WHICH PROVISION IS CONTAINED BELOW UNDER THE HEADING "DISPUTE RESOLUTION". IF YOU ARE LOCATED IN THE UNITED STATES OR CANADA, YOU AGREE THAT DISPUTES BETWEEN YOU AND SQUADS (DEFINED BELOW) WILL BE RESOLVED BY BINDING, INDIVIDUAL ARBITRATION, AND YOU WAIVE YOUR RIGHT TO A TRIAL BY JURY OR TO PARTICIPATE AS A PLAINTIFF OR CLASS MEMBER IN ANY PURPORTED CLASS ACTION OR OTHER REPRESENTATIVE PROCEEDING.</p>
<ol>
<li>
<b>SCOPE</b>
<ol type="a">
<li>These Terms of Service (the “Agreement”) are a legal agreement between you (“you” or “yours”) and Selimor Investments Limited (“Squads”, “we”, “our” or “us”).</li>
<li>We are a company limited by shares registered in the British Virgin Islands under company no. 2064356, with its registered office at Market Square Yamraj Building, P.O. Box 3175, 3rd Floor, Road Town, Tortola, British Virgin Islands. You can contact us by writing to <a href="mailto:[email protected]" class="email">[email protected]</a>.</li>
<li>By using any service offered by us, whether through https://squads.so, any associated website, API, or mobile applications as further detailed in clause 1 (collectively, the “Services”), you agree that you have read, understood, and accept all of the terms and conditions contained in this Agreement, including the Protocol Disclaimer and the Privacy Policy incorporated herein by reference, as amended from time to time. If you do not agree with this Agreement, you must not use the Services.</li>
<li>You are responsible for ensuring that all persons who access or use the Services through your device or internet connection are aware of this Agreement and its terms, and that they comply with them.</li>
<li>Each time you use our Services you will be bound by the Agreement in force at that time. From time to time, we may change its terms. If we do this then we will publish those changes on https://squads.so/ and you will be bound by those new terms the next time you use our Services. If you do not agree to those changes you must not use our Services. You can always ask us for the Agreement, which was in force when you used the Services by writing to <a href="mailto:[email protected]" class="email">[email protected]</a>. Every time you wish to use the Services, please check and ensure that you agree with the latest updated version of the Agreement.</li>
</ol>
</li>
<li>
<b>TERMS</b>
<ol type="a">
<li>“PDA” means Program Derived Account on the Solana Blockchain;</li>
<li>“Solana Blockchain” means a crypto computing platform that aims to achieve high transaction speeds without sacrificing decentralization, which employs a bundle of novel approaches, including the “proof of history” mechanism;</li>
<li>“Token” means any fungible token or an NFT;</li>
<li>“Transaction” means a change to the data set through a new entry in the Solana Blockchain;</li>
<li>“Private Key” means a unique sequence of numbers and/or letters required to initiate a Solana Blockchain Transaction and should only be known by the legal owner of the wallet;</li>
<li>“User Content” means any content that users upload, submit, store, send, post or otherwise make available on the Web App</li>
<li>“Web App” means the Squads web application</li>
<li>“Dapp” means a decentralized application</li>
<li>“Third Party Services” means protocols and applications operated by third parties</li>
</ol>
</li>
<li>
<b>SERVICES</b>
<p>Our services primarily consist of:</p>
<ol type="a">
<li>development and maintenance of an open-source program that allows you to: (i) deploy a self-custodial PDA-based multi-signature wallet on the Solana Blockchain (“Squad”); (ii) hold and transfer Tokens; (iii) swap, stake and deposit Tokens on a peer-to-peer basis via third-party protocols and applications; (iv) vote on proposals; (v) customize your Squad independently and in modular fashion;</li>
<li>facilitation of your deployment of a Squad and ongoing interaction with it on the Solana Blockchain and a maintenance of:
<ol type="i">
<li>a web-based graphical user interface (“Interface”),</li>
<li>software developer kits (“SDKs”),</li>
<li>backend services and application programming interfaces (“APIs”).</li>
</ol>
</li>
</ol>
</li>
<li>
<b>NOT INCLUDED IN THE SERVICES</b>
<p>Our Services do not consist of:</p>
<ol type="a">
<li>activity regulated by any regulatory agency;</li>
<li>coverage underwritten by any regulatory agency’s compensation scheme;</li>
<li>custody of your Private Keys, Tokens or the ability to remove or freeze your Tokens;</li>
<li>the storage or transmission of fiat currencies;</li>
<li>back-up services to recover your Private Keys, for whose safekeeping you are solely responsible;</li>
<li>any form of legal, financial, accounting, tax or other professional advice regarding Transactions and their suitability to you;</li>
<li>and the responsibility to monitor authorised Transactions or to check the correctness or completeness of Transactions before you are authorising them.</li>
</ol>
</li>
<li>
<b>ELIGIIBILITY</b>
<p>You may use the Services if you are of the age of majority in your jurisdiction of residence, or older, and are not barred from using the Services under applicable law. By using the Services and agreeing to enter into this Agreement, you represent and warrant that:</p>
<ol type="a">
<li>you are of lawful age, and are lawfully able, to enter into contracts. If you are entering into this Agreement for an entity, such as the company you work for, you represent and warrant that you have legal authority to bind that entity to these Terms.</li>
<li>neither you nor any person that owns or controls you is subject to sanctions or otherwise designated on any list of prohibited or restricted parties, including but not limited to the lists maintained by the United Nations Security Council, the U.S. Government (e.g., the Specially Designated Nationals List and Foreign Sanctions Evaders List of the U.S. Department of Treasury and the Entity List of the U.S. Department of Commerce), the European Union or its Member States, or other applicable government authority.</li>
</ol>
</li>
<li>
<b>TERMINATION OF SERVICES</b>
<p>We reserve the right, in our sole discretion and for whatever reason, but particularly in case you breach any term of this Agreement, to:</p>
<ol type="a">
<li>terminate your right to use the Services with immediate effect;</li>
<li>limit use of all Squads Interfaces (the “Squads Clients”) to a specified number of persons;</li>
<li>refuse to allow a person from using the Squads Clients;</li>
<li>and/or remove or exclude any person from using the Squads Clients for whatever reason.</li>
</ol>
</li>
<p>We will only be able to limit access to the Squads Clients. At no time will we be able to access or transfer your funds without your consent.</p>
<li>
<b>ACCEPTABLE USE</b>
<p>As a condition to using the Services, you agree not to use Services in ways that:</p>
<ol type="a">
<li>violate, misappropriate, or infringe the rights of Squads, our users, or others, including privacy, publicity, intellectual property, or other rights;</li>
<li>are illegal, obscene, defamatory, threatening, intimidating, harassing, hateful or racially or ethnically offensive, or that instigate or encourage conduct that would be illegal or otherwise inappropriate, including promoting violent crimes;</li>
<li>involve falsehoods, misrepresentations, or misleading statements, including impersonating someone;</li>
<li>involve sending illegal or impermissible communications such as bulk messaging, auto-messaging, auto-dialing, and the like;</li>
<li>avoid, bypass, remove, deactivate, impair, descramble or otherwise circumvent any technological measure implemented by us or any of our service providers or any other third party to protect the Services;</li>
<li>disguise your location through IP proxying or other methods; Interfere with, or attempt to interfere with, the access to the Services of any user, host or network, including, without limitation, sending a virus, overloading, flooding, spamming, or mail-bombing the Services;</li>
<li>circumvent any content-filtering techniques, security measures or access controls that Squads employs on the Services in any manner;</li>
<li>could interfere with, disrupt, negatively affect or inhibit other users from enjoying the Services, or that could damage, disable, overburden, or impair the functioning of the Services;</li>
<li>violate any applicable law or regulation, including, without limitation any applicable anti-money laundering and anti-terrorism financing laws and sanctions programs, including, without limitation, the Bank Secrecy Act and those enforced by the U.S. Department of Treasury's Office of Foreign Assets Controls and any other Export Control Laws;</li>
<li>encourage or enable any other individual to do any of the foregoing.</li>
</ol>
<p>By using the Services, you further represent, warrant and covenant that:</p>
<ol type="a">
<li>any Tokens you transfer, swap or deposit via the Services have been legally obtained by, and belong to, you;</li>
<li>you will not provide any false, inaccurate or misleading information while using the Services, or engage in any activity that operates to defraud Squads, other users of the Services, or any other person or entity;</li>
<li>you will not use the Services to transmit or exchange Tokens that are the direct or indirect proceeds of any criminal or fraudulent activity, including, without limitation, terrorism or tax evasion;</li>
<li>any Tokens you use in connection with the Services are either owned by you or you are validly authorized to carry out actions using such assets;</li>
<li>you will pay all fees necessary for interacting with the Solana Blockchain, or any other network with which the Services are compatible, including "gas" costs, as well as all fees charged by us for your use of the Services;</li>
<li>you understand the functionality, usage, storage, transmission mechanisms and intricacies associated with Tokens as well as token storage facilities, blockchain technology and blockchain-based software systems;</li>
<li>you have read and understood this Agreement and agree to be bound by its terms;</li>
<li>you do not rely on, and shall have no remedy in respect of, any statement, representation, assurance or warranty (whether made innocently or negligently) that is not set out in this Agreement</li>
<li>your usage of our Services is legal under the laws of your jurisdiction or under the laws of any other jurisdiction to which you may be subject</li>
<li>you won’t use the Services or interact with the Services in a manner that violates any law or regulation, including, without limitation, any applicable export control laws;</li>
<li>you will not misuse or gain unauthorised access to our Services by knowingly introducing viruses, cross-site scripting, Trojan horses, worms, time-bombs, keystroke loggers, spyware, adware or any other harmful programs or similar computer code designed to adversely affect our Services and that in the event you do so or otherwise attack our Services, we reserve the right to report any such activity to the relevant law enforcement authorities and we will cooperate with those authorities as required;</li>
<li>you won’t access without authority, interfere with, damage or disrupt any part of our Services, any equipment or network on which our Services is stored, any software used in the provision of our Services or any equipment or network or software owned or used by any third party;</li>
<li>you won’t use our Services for activities that are unlawful or fraudulent or have such purpose or effect or otherwise support any activities that breach applicable local, national or international law or regulations</li>
<li>you won’t use our Services to store, trade or transmit Tokens that are proceeds of criminal or fraudulent activity</li>
<li>you understand that the Services and the underlying Solana Blockchain are in an early development stage and we accordingly do not guarantee an error-free process and give no price or liquidity guarantee</li>
<li>you are using the Services at your own risk.</li>
</ol>
<p>You understand that by using the Services, you may be exposed to User Content that is offensive, indecent, or objectionable. We take no responsibility and assume no liability for any User Content, including any loss or damage to any of your User Content.</p>
<p>You agree to comply with all applicable U.S. and non-U.S. export control and trade sanctions laws ("Export Laws"). Without limiting the foregoing, you may not use the Services if (i) you are in, under the control of, or a national or resident of Cuba, Iran, North Korea, Sudan, or Syria or any other country subject to United States embargo, UN Security Council Resolutions, HM Treasury's financial sanctions regime, or if you are on the U.S. Treasury Department's Specially Designated Nationals List or the U.S. Commerce Department's Denied Persons List, Unverified List, Entity List HM Treasury's financial sanctions regime; or (ii) you intend to supply any Services to Cuba, Iran, North Korea, Sudan or Syria or any other country subject to United States embargo or HM Treasury's financial sanctions regime (or a national or resident of one of these countries), or to a person on the Specially Designated Nationals List, Denied Persons List, Unverified List, Entity List, or HM Treasury's financial sanctions regime.</p>
</li>
<li>
<b>WARRANTY DISCLAIMERS</b>
<p>YOU EXPRESSLY ACKNOWLEDGE AND AGREE THAT USE OF THE SERVICES IS AT YOUR SOLE RISK AND THAT THE ENTIRE RISK AS TO SATISFACTORY QUALITY, PERFORMANCE, ACCURACY AND EFFORT IS WITH YOU.</p>
<p>THE SERVICES ARE PROVIDED ON AN "AS IS" AND "AS AVAILABLE" BASIS WITHOUT ANY REPRESENTATION OR WARRANTY, WHETHER EXPRESS, IMPLIED OR STATUTORY. TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE LAW, WE SPECIFICALLY DISCLAIM ANY EXPRESS OR IMPLIED WARRANTIES OF TITLE, MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND/OR NON-INFRINGEMENT.</p>
<p>WE DO NOT MAKE ANY REPRESENTATIONS OR WARRANTIES THAT ACCESS TO THE SERVICES OR ANY OF THE MATERIALS CONTAINED THEREIN WILL BE CONTINUOUS, UNINTERRUPTED, TIMELY, OR ERROR-FREE.</p>
<p>WE DO NOT MAKE ANY REPRESENTATIONS OR WARRANTIES AS TO THE FUNCTIONALITY OF THE SOLANA NETWORK, OR THAT SOLANA NETWORK WILL OPERATE FREE FROM INTERRUPTIONS, DELAYS, DEFECTS AND/OR ERRORS THAT MAY DELAY, HINDER OR PREVENT THE TRANSMISSION OF TRANSACTIONS OR MESSAGES TO OR ON THE SOLANA NETWORK, OR ANY OTHER NETWORK.</p>
<p>THE DURATION OF ANY IMPLIED WARRANTY THAT IS NOT EFFECTIVELY DISCLAIMED WILL BE LIMITED TO THE LONGER OF (I) THIRTY (30) DAYS FROM THE DATE THAT YOU FIRST USE THE APPLICABLE SERVICE AND (II) THE SHORTEST PERIOD ALLOWED UNDER APPLICABLE LAW. SOME STATES / JURISDICTIONS DO NOT ALLOW LIMITATIONS ON HOW LONG AN IMPLIED WARRANTY LASTS, SO THE ABOVE LIMITATION MAY NOT APPLY TO YOU.</p>
<p>WE SHALL NOT BE LIABLE FOR THE FAILURE OF ANY MESSAGE TO SEND TO OR BE RECEIVED BY THE INTENDED RECIPIENT IN THE INTENDED FORM, OR FOR DIMINUTION OF VALUE OF SOLANA OR ANY OTHER DIGITAL TOKEN OR DIGITAL ASSET ON THE SOLANA NETWORK OR ANY OTHER NETWORK, AND WE MAKE NO REPRESENTATIONS OR WARRANTIES WITH RESPECT TO THE SAME.</p>
</li>
<li>
<b>LIMITATION OF LIABILITY</b>
<p>WE SHALL NOT BE LIABLE UNDER ANY CIRCUMSTANCES FOR ANY LOST PROFITS OR ANY SPECIAL, INCIDENTAL, INDIRECT, OR CONSEQUENTIAL DAMAGES, WHETHER BASED IN CONTRACT, TORT, NEGLIGENCE, STRICT LIABILITY, OR OTHERWISE, ARISING OUT OF OR IN CONNECTION WITH THIS AGREEMENT OR OTHERWISE OUT OF OR IN CONNECTION WITH ANY AUTHORIZED OR UNAUTHORIZED USE OF THE SERVICES, EVEN IF AN AUTHORIZED REPRESENTATIVE OF SQUADS HAS BEEN ADVISED OF OR KNEW OR SHOULD HAVE KNOWN OF THE POSSIBILITY OF SUCH DAMAGES. WE SHALL NOT BE LIABLE UNDER ANY CIRCUMSTANCES FOR DAMAGES ARISING OUT OF OR IN ANY WAY RELATED TO SOFTWARE, PRODUCTS, SERVICES, AND/OR INFORMATION OFFERED OR PROVIDED BY THIRD-PARTIES AND ACCESSED THROUGH THE SERVICES. SOME JURISDICTIONS DO NOT ALLOW THE LIMITATION OF LIABILITY FOR PERSONAL INJURY, OR OF INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO THIS LIMITATION MAY NOT APPLY TO YOU. IN NO EVENT SHALL OUR TOTAL LIABILITY TO YOU FOR ALL DAMAGES (OTHER THAN AS MAY BE REQUIRED BY APPLICABLE LAW IN CASES INVOLVING PERSONAL INJURY) EXCEED THE AMOUNT OF ONE HUNDRED U.S. DOLLARS ($USD100.00) OR ITS EQUIVALENT IN THE LOCAL CURRENCY OF THE APPLICABLE JURISDICTION.</p>
</li>
<li>
<b>CHANGES TO SERVICES</b>
<ol type="a">
<li>We reserve the right to change the format and features of the Services by making any updates to Services available for you to download or, where your device settings permit it, by automatic delivery of updates.</li>
<li>You are not obliged to download the updated Services, but we may cease to provide and/or update prior versions of the Services and, depending on the nature of the update, in some circumstances you may not be able to continue using the Services until you have downloaded the updated version.</li>
<li>We may cease to provide and/or update content to the Services, with or without notice to you, if it improves the Services we provide to you, or we need to do so for security, legal or any other reasons.</li>
</ol>
</li>
<li>
<b>FIDUCIARY DUTIES</b>
<p>This Agreement is not intended to, and does not, create or impose any fiduciary duties on us. To the fullest extent permitted by law, you acknowledge and agree that we owe no fiduciary duties or liabilities to you or any other party, and that to the extent any such duties or liabilities may exist at law or in equity, those duties and liabilities are hereby irrevocably disclaimed, waived, and eliminated. You further agree that the only duties and obligations that we owe you are those set out expressly in this Agreement.</p>
</li>
<li>
<b>THIRD PARTY SERVICES</b>
<ol type="a">
<li>The Services and the Web App may contain links to Third-Party Services (including, without limitation, Dapps), and may leverage or plug into such Third Party Services to enable certain features, such as swaps and staking.</li>
<li>When using a Dapp or other Third Party Services, you understand that you are at no time transferring your assets to us. We provide access to Third Party Services only as a convenience, do not have control over their content, do not warrant or endorse, and are not responsible for the availability or legitimacy of, the content, products or services on or accessible from those Third Party Services (including any related website, resources or links displayed therein).</li>
<li>We make no warranties or representations, express or implied, about such linked Third Party Services, the third parties they are owned and operated by, the information contained on them or the suitability of their products or services.</li>
<li>You acknowledge sole responsibility for and assume all risk arising from your use of any third-party website, applications, or resources.</li>
</ol>
</li>
<li>
<b>SEED WORDS AND PRIVATE KEYS</b>
<p>WE SHALL NOT BE RESPONSIBLE TO SECURE YOUR PRIVATE KEYS, SEED WORDS, CREDENTIALS OR OTHER MEANS OF AUTHORIZATION OF YOUR WALLET(S). YOU MUST OWN AND CONTROL ANY WALLET YOU USE IN CONNECTION WITH OUR SERVICES. YOU ARE RESPONSIBLE FOR IMPLEMENTING ALL APPROPRIATE MEASURES FOR SECURING ANY WALLET YOU USE, INCLUDING ANY PRIVATE KEY(S), SEED WORDS, CREDENTIALS OR OTHER MEANS OF AUTHORIZATION NECESSARY TO ACCESS SUCH STORAGE MECHANISM(S). WE EXCLUDE ANY AND ALL LIABILITY FOR ANY SECURITY BREACHES OR OTHER ACTS OR OMISSIONS, WHICH RESULT IN YOUR LOSS OF ACCESS OR CUSTODY OF ANY CRYPTOGRAPHIC ASSETS STORED THEREON.</p>
</li>
<li>
<b>FORCE MAJEURE</b>
<p>We may update and change our Services from time to time. We may suspend or withdraw or restrict the availability of all or any part of our Services for business, operational or regulatory reasons or because of a Force Majeure Event at no notice.</p>
<p>A “Force Majeure Event” shall mean any event, circumstance or cause beyond our reasonable control, which prevents, hinders or delays the provision of our Services or makes their provision impossible or onerous, including, without limitation:</p>
<ol type="a">
<li>acts of God, flood, storm, drought, earthquake or other natural disaster; epidemic or pandemic (for the avoidance of doubt, including the 2020 Coronavirus Pandemic);</li>
<li>terrorist attack, hacking or cyber threats, civil war, civil commotion or riots, war, threat of or preparation for war, armed conflict, imposition of sanctions, embargo, or breaking off of diplomatic relations;</li>
<li>equipment or software malfunction or bugs including network splits or forks or unexpected changes in the Solana Blockchain, as well as hacks, phishing attacks, distributed denials of service or any other security attacks;</li>
<li>nuclear, chemical or biological contamination;</li>
<li>any law statutes, ordinances, rules, regulations, judgments, injunctions, orders and decrees or any action taken by a government or public authority, including without limitation imposing a prohibition, or failing to grant a necessary licence or consent;</li>
<li>collapse of buildings, breakdown of plant or machinery, fire, explosion or accident; and strike, industrial action or lockout.</li>
</ol>
<p>We shall not be liable or responsible to you, or be deemed to have defaulted under or breached this Agreement, for any failure or delay in the provision of the Services or the performance of this Agreement, if and to the extent such failure or delay is caused by or results from or is connected to acts beyond our reasonable control, including the occurrence of a Force Majeure Event.</p>
</li>
<li>
<b>SEVERABILTY</b>
<p>Each of the paragraphs of this Agreement operates separately. If any court or relevant authority decides that any of them are unlawful, the remaining paragraphs will continue to be in full force and effect.</p>
</li>
<li>
<b>TAX LIABILITY</b>
<p>You are solely responsible to determine if your use of the Services have tax implications for you. By using the Services you agree not to hold us liable for any tax liability associated with or arising from the operation of the Services or any other action or transaction related thereto.</p>
</li>
<li>
<b>ASSIGNMENT</b>
<p>We may transfer our rights and obligations under this Agreement to any other party. You shall not be entitled to assign this Agreement to any third party without our express prior written consent.</p>
</li>
<li>
<b>SURVIVING PROVISIONS</b>
<p>All covenants, agreements, representations and warranties made in this Agreement shall survive your acceptance of this Agreement and its termination.</p>
</li>
<li>
<b>APPLICABLE LAW</b>
<p>This Agreement is governed by and construed in accordance with laws of British Virgin Islands.</p>
</li>
<li>
<b>DISPUTE RESOLUTION</b>
<ol type="a">
<li>We will use our best efforts to resolve through informal, good faith negotiations any dispute, claim or controversy relating to this Agreement or relating to the breach, termination, enforcement, interpretation or validity thereof, including the determination of the scope or applicability of the arbitration agreement in clause 21 (hereinafter “Dispute”).</li>
<li>If a potential Dispute arises, you must contact us by sending an email to <a href="mailto:[email protected]" class="email">[email protected]</a> so that we can attempt to resolve it without resorting to formal dispute resolution.</li>
<li>If we are not able to reach an informal resolution within 60 days of your email, then you and we may bring proceedings either in binding arbitration, if clause 21 applies to you, or in the courts of British Virgin Islands, if clause 21 does not apply to you.</li>
</ol>
</li>
<li>
<b>DISPUTE RESOLITION (US RESIDENTS)</b>
<p>IF YOU ARE RESIDING IN THE UNITED STATES OF AMERICA (“USA”), THIS CLAUSE 21 REQUIRES YOU TO ARBITRATE ALL DISPUTES WITH US AND LIMITS THE MANNER IN WHICH YOU CAN SEEK RELIEF FROM US.</p>
<ol type="a">
<li>Binding arbitration. Any Dispute shall be referred to and finally determined by binding and confidential arbitration in accordance with the JAMS International Arbitration Rules (“JAMS Rules”), hereby incorporated by reference and available from JAMS’ website at /www.jamsadr.com/.</li>
<li>Federal Arbitration Act. This Agreement affects interstate commerce and the enforceability of this clause 28.4 will be both substantively and procedurally governed by and construed and enforced in accordance with the United States Federal Arbitration Act, 9 U.S.C. §1 et seq. ( “FAA”), to the maximum extent permitted by applicable law.</li>
<li>The Arbitral Process. The arbitral tribunal shall consist of a sole arbitrator. Only as limited by the FAA, this Agreement and the JAMS Rules, the arbitrator, and not any federal, state or local court or agency, shall have exclusive authority to resolve all Disputes and shall be empowered to grant whatever relief would be available in a court under law or in equity. The arbitrator’s award shall be in writing, and binding on the parties and may be entered as a judgment in any court of competent jurisdiction.</li>
<li>Seat. The seat, or place of, of arbitration will be New York. The language to be used in the arbitration proceedings shall be English. You agree to submit to the personal jurisdiction of any federal or state court in New York County, New York, in order to compel arbitration, to stay proceedings pending arbitration, or to confirm, modify, vacate or enter judgment on the award entered by the arbitrator. This clause 28.4 shall not preclude parties from seeking provisional remedies in aid of arbitration from a court of applicable jurisdiction.</li>
<li>Class Action Waiver. You and we agree that any arbitration shall be conducted in individual capacity only and not as a class action or other representative action, and you and we expressly waive the right to file a class action or seek relief on a class basis. YOU AND WE AGREE THAT EACH MAY BRING CLAIMS AGAINST THE OTHER ONLY IN INDIVIDUAL CAPACITY, AND NOT AS A PLAINTIFF OR CLASS MEMBER IN ANY PURPORTED CLASS OR REPRESENTATIVE PROCEEDING. If any court, arbitrator or arbitral tribunal determines that the class action waiver set forth in this paragraph is void or unenforceable for any reason or that an arbitration can proceed on a class basis, then the arbitration provision set forth above shall be deemed null and void in its entirety and the parties shall be deemed to have NOT agreed to arbitrate disputes.</li>
<li>Exception: Litigation of IP and Small Claims Court Claims. Notwithstanding the parties’ decision to resolve all disputes through arbitration, either party may bring an action in any applicable court to protect its intellectual property rights (“intellectual property rights” means patents, copyrights, moral rights, trademarks, and trade secrets, but not privacy or publicity rights). Either party may also seek relief in a small claims court for disputes or claims within the scope of that court’s jurisdiction.</li>
<li>Right to Opt-out. You have the right to opt-out and not be bound by the arbitration and class action waiver provisions set forth above by sending written notice of your decision to opt-out via email to <a href="mailto:[email protected]" class="email">[email protected]</a>. The notice must be sent within 30 days of your first use of our Services, otherwise you shall be bound to arbitrate disputes in accordance with the terms of those paragraphs. If you opt-out of these arbitration provisions, we also will not be bound by them.</li>
<li>Changes. We will provide 60-days’ notice of any changes to this clause.</li>
<li>Changes will become effective on the 60th day, and will apply prospectively only to any claims arising after the 60th day.</li>
<li>Fair Representation. The parties agree that, wherever practicable, they will seek to appoint a fair representation of diverse arbitrators (considering gender, ethnicity and sexual orientation), and will request administering institutions to include a fair representation of diverse candidates on their rosters and list of potential arbitrator appointees.</li>
</ol>
</li>
</ol>
<p>You and we agree that the Courts of British Virgin Islands shall have exclusive jurisdiction to settle any Dispute that is not subject to arbitration under clause 21 and that any Dispute must be resolved in accordance with BVI law without regard to its conflict of law provisions. You and we further agree that any Dispute is personal to you and us and shall be resolved solely through individual action, and will not be brought as a representative action, group litigation order or any other type of class or collective action proceeding.</p>
<p>
Selimor Investments Limited<br>
Market Square Yamraj Building,<br>
P.O. Box 3175, 3rd Floor, Road Town,<br>
Tortola, British Virgin Islands
</p>
</div>
</div>
</section>
<footer>
<div class="container-xl">
<div class="grid-container">
<div class="left-col">
<a href="/"><img src="/img/logo-text.svg" alt="logo"></a>
<p class="footer-info">All rights reserved</p>
<p class="footer-info">© Squads Protocol 2023</p>
</div>
<div class="center-col">
<div class="nav-col">
<div class="item-col">
<p class="name">Product</p>
<a href="/" class="link">Overview</a>
<a href="security.html" class="link">Security</a>
<a href="https://www.wordcelclub.com/squadsprotocol.sol" class="link">Blog</a>
</div>
<div class="item-col">
<p class="name">Resources</p>
<a href="https://github.com/squads-dapp/squads-mpl" target="_blank" class="link">Github</a>
<a href="https://docs.squads.so/squads-v3-docs/" target="_blank" class="link">Documentation</a>
<a href="https://twitter.com/squadsprotocol" target="_blank" class="link">Twitter</a>
<a href="https://discord.com/invite/YPXz64TrKs" target="_blank" class="link">Discord</a>
<a href="https://www.npmjs.com/package/@sqds/sdk" target="_blank" class="link">SDK</a>
</div>
<div class="item-col">
<p class="name">Company</p>
<a target="_blank" href="https://drive.google.com/file/d/1YaMFCMLfrSZ2eqZ8NGJL5bzwTgX-Xob_/view" class="link">Brand Guidelines</a>
<a target="_blank" href="https://drive.google.com/drive/folders/1DuD_QltL6bYSERGAUPlmoZYgOvEwKXRH" class="link">Brand Assets</a>
<a href="/about.html" class="link">About</a>
</div>
<div class="item-col">
<p class="name">Legal</p>
<a href="/terms.html" class="link">Terms of service</a>
<a href="/disclaimer.html" class="link">Protocol disclaimer</a>
</div>
</div>
</div>
</div>
</div>
</footer>
<!-- Jquery -->
<script src="/js/jquery-3.6.0.min.js"></script>
<!-- Index Script -->
<script src="/js/script.js?v=2.563489"></script>
</body>
</html>