-
Notifications
You must be signed in to change notification settings - Fork 0
/
cusd.html
327 lines (316 loc) · 17.5 KB
/
cusd.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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>cUSD | Comdex</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="A stablecoin system that is directly backed by and exchangeable with fiat to allow for
quicker withdrawals and deposits of funds into the Comdex trading platform. Being the first
stablecoin with complete decentralized consensus governance, cUSD is not only an efficient
medium for the transfer of fiat but is also one of the most trusted stablecoins today.">
<link href="css/bootstrap.css" rel="stylesheet" type="text/css" media="all" />
<link href="css/stack-interface.css" rel="stylesheet" type="text/css" media="all" />
<link href="css/socicon.css" rel="stylesheet" type="text/css" media="all" />
<link href="css/lightbox.min.css" rel="stylesheet" type="text/css" media="all" />
<link href="css/flickity.css" rel="stylesheet" type="text/css" media="all" />
<link href="css/iconsmind.css" rel="stylesheet" type="text/css" media="all" />
<link href="css/jquery.steps.css" rel="stylesheet" type="text/css" media="all" />
<link href="css/theme.css" rel="stylesheet" type="text/css" media="all" />
<link href="css/custom.css" rel="stylesheet" type="text/css" media="all" />
<link href="css/comdex.css" rel="stylesheet" type="text/css" media="all" />
<link href="https://fonts.googleapis.com/css?family=Open+Sans:200,300,400,400i,500,600,700%7CMerriweather:300,300i"
rel="stylesheet">
<link rel="icon" type="image/png" href="img/comdex_imgs/logo/icon.png" sizes="16x16" />
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
</head>
<body class=" ">
<a id="start"></a>
<div class="nav-container nav-contianer-min-height fixed">
<div class="bar bar--sm visible-xs">
<div class="container">
<div class="row">
<div class="col-3 col-md-4 col-sm-4">
<a href="index.html">
<img class="logo logo-dark" alt="logo" src="img/comdex_imgs/logo/cdex_logo1.png" />
<img class="logo logo-light" alt="logo" src="img/logo-light.png" />
</a>
</div>
<div class="col-9 col-md-8 col-sm-8 text-right">
<a href="#" class="hamburger-toggle" data-toggle-class="#menu1;hidden-xs">
<i class="icon icon--sm stack-interface stack-menu"></i>
</a>
</div>
</div>
<!--end of row-->
</div>
<!--end of container-->
</div>
<!--end bar-->
<div class="bar bar--sm p-td" data-scroll-class="100px:pos-fixed">
<nav id="menu1" class="bar bar--sm bar-1 hidden-xs">
<div class="container">
<div class="row">
<div class="col-lg-2 col-md-2 hidden-xs">
<div class="bar__module">
<a href="index.html">
<img class="logo logo-dark" alt="logo" src="img/comdex_imgs/logo/cdex_logo1.png" />
<img class="logo logo-light" alt="logo" src="img/logo-light.png" />
</a>
</div>
<!--end module-->
</div>
<div class="col-lg-10 col-md-10 text-right text-left-xs text-left-sm nav-custom">
<div class="bar__module">
<ul class="menu-horizontal text-left">
<li class="">
<a href="index.html">Home</a>
</li>
<li class="">
<a href="about-us.html">About Us</a>
</li>
<li class="dropdown">
<span class="dropdown__trigger">Solutions</span>
<div class="dropdown__container">
<div class="container">
<div class="row">
<div class="dropdown__content col-lg-2 col-md-4">
<ul class="menu-vertical">
<li>
<a href="comdex-settlement-platform.html">
Settlement Platform
</a>
</li>
<li>
<a href="comdex-trade-finance-platform.html">
Trade Finance Platform
</a>
</li>
</ul>
</div>
<!--end dropdown content-->
</div>
<!--end row-->
</div>
</div>
<!--end dropdown container-->
</li>
<li class="">
<a href="cdex.html">CDEX</a>
</li>
<li class="">
<a class="nav-active" href="cusd.html">cUSD</a>
</li>
<li>
<a href="pilot-program.html">Pilot-Program</a>
</li>
<li class="">
<a href="roadmap.html">Roadmap</a>
</li>
<li class="">
<a class="inner-link" href="index.html#contact">Contact</a>
</li>
</ul>
</div>
<!--end module-->
<div class="bar__module">
<a class="btn btn--sm btn--primary type--uppercase" href="Downloads/Whitepaper Final.pdf"
target="_blank">
<span class="btn__text">
WhitePaper
</span>
</a>
</div>
<!--end module-->
</div>
</div>
<!--end of row-->
</div>
<!--end of container-->
</nav>
</div>
<!--end bar-->
</div>
<div class="main-container">
<section class="cover height-50 imagebg text-left">
<div class="background-image-holder background--top visible-xs">
<img alt="background" src="img/comdex_imgs/background_img2.png" />
</div>
<div class="background-image-holder background--top hidden-xs">
<img alt="background" src="img/comdex_imgs/banner_imgs/cUSD-min2.png" />
</div>
<div class="container pos-vertical-center">
<div class="row">
<div class="col-md-6 col-lg-6 col-sm-10 text-center text-lg-left text-md-left"><br><br>
<h2>
cUSD
</h2>
<p class="">
A stablecoin system that is directly backed by and exchangeable with fiat to allow for
quicker withdrawals and deposits of funds into the Comdex trading platform. Being the first
stablecoin with complete decentralized consensus governance, cUSD is not only an efficient
medium for the transfer of fiat but is also one of the most trusted stablecoins today.
</p><br>
</div>
</div>
<!--end of row-->
</div>
<!--end of container-->
</section>
<section class="switchable switchable--switch feature-large">
<div class="container">
<div class="row justify-content-between align-items-center">
<div class="col-md-6 col-lg-6 col-sm-10 text-center text-lg-left text-md-left">
<p class="lead">
The most widely accepted systemic risk to cryptocurrencies and their widespread adoption is
the
volatility in their respective prices. However, in an ecosystem where the swift rotation of
capital is key to generating revenues, price volatility acts as a major deterrent for
reaching
maximum efficiency in settlement time thus resulting in limited number of trades settled
and
revenue generated.
</p>
<br />
</div>
</div>
<div class="row justify-content-between align-items-center">
<div class="col-md-6 col-lg-6 col-sm-10 text-center text-lg-left text-md-left">
<p class="lead">
Market forces of demand and supply tend to act as a major hurdle for digital assets to
usurp
the dominance of fiat currency as a store of value or as a standard medium of exchange.
Stablecoins offer a solution for effective utility of the blockchain without being exposed
to
the volatilities of cryptocurrencies.
</p>
</div>
</div>
<div class="row justify-content-between align-items-center">
<div class="col-md-6 col-lg-6 col-sm-12">
<img src='img/comdex_imgs/cUSD6.svg' />
</div>
<div class="col-md-6 col-lg-6 col-sm-12 text-center text-lg-left text-md-left">
<div class="switchable__text">
<p class="lead">
<strong>
Comdex utilizes the potential of a custom and native stablecoin (cUSD), which will
maintain a one-to-one reserve ratio between the US Dollar and cUSD at partner
banks, to completely remove the risk of volatility in price for cross-border
commodity trade settlements.
</strong>
<p>
In order to maintain maximum transparency of the Comdex Stablecoin Reserve, Comdex
will work in conjunction with the appropriate law firms and regulatory and
compliance bodies to conduct audits of the Comdex bank accounts in the respective
trading hubs.
</p>
</p>
</div>
</div>
</div>
<!--end of row-->
</div>
<!--end of container-->
</section>
<footer class="footer-6 unpad--bottom footer-color">
<div class="container footer-padding">
<div class="row">
<div class="col-md-6 col-lg-3">
<img alt="Image" class="logo footer-logo logo-width" src="img/comdex_imgs/logo/cdex_logo2.png" />
</div>
</div>
<div class="row">
<div class="col-md-3 col-lg-3 col-sm-12 col-6">
<h6 class="type--uppercase">QUICK LINKS</h6>
<ul class="list--hover">
<li>
<a class="nav-active" href="index.html">Home</a>
</li>
<li>
<a href="about-us.html">About Us</a>
</li>
<li>
<a href="comdex-settlement-platform.html">Settlement Platform</a>
</li>
</ul>
</div>
<div class="col-md-3 col-lg-3 col-sm-12 col-6">
<br /><br />
<ul class="list--hover">
<li>
<a href="cdex.html">CDEX</a>
</li>
<li>
<a href="cusd.html">CUSD</a>
</li>
<li>
<a href="comdex-trade-finance-platform.html">Trade Finance Platform</a>
</li>
</ul>
</div>
<div class="col-md-3 col-lg-3 col-sm-12 col-6">
<br /><br />
<ul class="list--hover">
<li>
<a href="roadmap.html">Roadmap</a>
</li>
<li>
<a href="pilot-program.html">Pilot-Program</a>
</li>
<li>
<a href="index.html#contact">Contact</a>
</li>
</ul>
</div>
<div class="col-md-3 col-lg-3 col-sm-6 col-6 mt-lg-0 mt-md-0 mt-sm-5">
<h6 class="type--uppercase">Newsletter</h6>
<form class="form-email newsletter"
data-success="Thanks for signing up. Please check your inbox for a confirmation email."
data-error="Please provide your email address.">
<input class="validate-required validate-email" type="text" name="EMAIL" placeholder="Email Address" />
<button type="submit" class="btn btn--primary type--uppercase subscribe-color">Subscribe</button>
<!-- <div style="position: absolute; left: -5000px;" aria-hidden="true">
<input type="text" name="b_77142ece814d3cff52058a51f_f300c9cce8" tabindex="-1" value="">
</div> -->
</form>
</div>
</div>
<!--end of row-->
</div>
<!--end of container-->
<div class="footer__lower text-center-xs font-color">
<div class="container">
<div class="row footer-lower">
<div class="col-md-6">
<span class="type--fine-print">©
<span class="update-year"></span> Comdex — All Rights Reserved</span>
</div>
</div>
<!--end of row-->
</div>
<!--end of container-->
</div>
</footer>
</div>
<!--<div class="loader"></div>-->
<a class="back-to-top inner-link" href="#start" data-scroll-class="100vh:active">
<i class="stack-interface stack-up-open-big"></i>
</a>
<script src="js/jquery-3.1.1.min.js"></script>
<script src="js/flickity.min.js"></script>
<script src="js/easypiechart.min.js"></script>
<script src="js/parallax.js"></script>
<script src="js/typed.min.js"></script>
<script src="js/datepicker.js"></script>
<script src="js/isotope.min.js"></script>
<script src="js/ytplayer.min.js"></script>
<script src="js/lightbox.min.js"></script>
<script src="js/granim.min.js"></script>
<script src="js/jquery.steps.min.js"></script>
<script src="js/countdown.min.js"></script>
<script src="js/twitterfetcher.min.js"></script>
<script src="js/spectragram.min.js"></script>
<script src="js/smooth-scroll.min.js"></script>
<script src="js/scripts.js"></script>
</body>
</html>