-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathterms.html
43 lines (40 loc) · 2.57 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
<!DOCTYPE html>
<html>
<head>
<title>Conditions of Use</title>
<link rel="stylesheet" type="text/css" href="style.css">
<style>
.small-font li {
font-size: 12px;
margin-bottom: 5px;
}
ul li {
font-size: 26px;
margin-bottom: 10px;
}
</style>
</head>
<body>
<h1 style="font-size: 36px;">Conditions of Use:</h1>
<ul>
<li><a href="compliance/user/terms-and-conditions.html">Terms and Conditions</a></li>
<li><a href="compliance/user/transfer-standards.html">Transfer Standards</a></li>
<li><a href="compliance/user/esign-terms.html">E-Signature Terms</a></li>
<li><a href="compliance/user/flow-of-funds.html">Fiat Deposit Flow</a></li>
<li><a href="compliance/user/privacy-policy.html">Privacy Policy</a></li>
<li><a href="compliance/user/drip-terms.html">DRIP Terms</a></li>
<li><a href="compliance/user/aml-policy.html">AML Policy</a></li>
</ul>
<div style="max-width: 420px; margin-top: 15px; text-align: justify;">
<p>BlockTrans Syndicate ("Block Transfer", "we", "our", "us" in policies) reserves the right to update and change, from time to time and without notice, these Conditions of Use and all policies incorporated by reference by posting changes to the pages linked above. It is your responsibility to check these pages periodically for changes. The last revision date is indicated on each policy's page. Use of our platform after such changes constitutes acceptance of such changes. Any new features or tools added shall also be subject to the full span of policies in the Conditions of Use. Block Transfer is a Web3 Transfer Agent Depository, which may pose unique risks to your registered investor account. Please read these Conditions of Use along with any pages incorporated by reference in their entirely before opening an investment account or using our service in any capacity.</p>
<p>For any questions about our policies, licenses, or the TAD3 system: you can email <a href="mailto:[email protected]">[email protected]</a> or snail mail us at 99 Wall Street #4640, New York, NY 10005. 🐌</p>
<h4 style="font-size: 14px; margin-top: 20px; margin-bottom: -10px;">Abbreviations in policies:</h4>
<ul class="small-font">
<li><strong>Exchange Act</strong>: Securities Exchange Act of 1934, as amended</li>
<li><strong>Securities Act</strong>: Securities Act of 1933, as amended</li>
<li><strong>SEC</strong>: U.S. Securities and Exchange Commission</li>
<li><strong>SDEX</strong>: Stellar Decentralized Exchange</li>
</ul>
</div>
</body>
</html>