-
Notifications
You must be signed in to change notification settings - Fork 1
/
buyUSDT.html
754 lines (738 loc) · 46.3 KB
/
buyUSDT.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
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
<!doctype html>
<html lang="en">
<head>
<!-- required meta -->
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- #keywords -->
<meta name="keywords" content="T-Bill, U.S Treasury Bills, Exchange, DeFi, RWA">
<!-- #description -->
<meta name="description" content="Tokenized Real World Asset Exchange">
<!-- #title -->
<title>TRAEX - Tokenized Real World Asset Exchange</title>
<!-- #favicon -->
<link rel="shortcut icon" href="assets/images/fav.png" type="image/x-icon">
<!-- ==== css dependencies start ==== -->
<link rel="stylesheet" href="assets/css/style.min.css">
</head>
<body>
<!-- Scroll To Top Start-->
<button class="scrollToTop d-none d-md-flex d-center" aria-label="scroll Bar Button">
<i class="ti ti-chevron-up fs-four p6-color"></i>
</button>
<!-- Scroll To Top End -->
<!-- start preloader -->
<div id="preloader" class="pre-item d-center">
<div class="loaderall"></div>
</div>
<!-- end preloader -->
<!-- header-section start -->
<header class="header-section header-menu w-100 pt-1 pt-lg-0 pb-3 pb-lg-0">
<div class="navbar_mainhead header-fixed w-100">
<div class="container">
<div class="row align-items-center">
<div class="col-12">
<nav class="navbar navbar-expand-lg position-relative py-md-3 py-lg-6 workready">
<a href="index.html" class="navbar-brand d-flex align-items-center gap-2">
<img src="assets/images/logo.png" class="logo" alt="logo">
</a>
<div class="collapse navbar-collapse justify-content-between" id="navbar-content">
<ul
class="navbar-nav d-flex align-items-lg-center gap-5 gap-lg-1 gap-xl-4 gap-xxl-7 py-2 py-lg-0 ms-2 ms-xl-10 ms-xxl-20 ps-0 ps-xxl-10 align-self-center">
<li class="dropdown">
<a href="index.html" class="fs-ten">Home</a>
</li>
<li class="dropdown show-dropdown">
<a href="buyTxBILL.html" class="fs-ten">Buy TxBILL</a>
</li>
<li class="dropdown show-dropdown">
<a href="trade.html" class="fs-ten">Trade</a>
</li>
<li class="dropdown show-dropdown">
<a href="buyUSDT.html" class="fs-ten">Buy USDT</a>
</li>
<li class="dropdown show-dropdown">
<a href="blgoresource.html" class="fs-ten">Blog</a>
</li>
<li class="dropdown show-dropdown">
<a href="contact-us.html" class="fs-ten">Contact us</a>
</li>
</ul>
</div>
<div
class="right-area custom-pos position-relative d-flex gap-0 gap-lg-2 align-items-center">
<div class="single-item cart-area search-area">
<div class="cmn-head">
<button type="button" aria-label="Shopping Button"
class="common_toggles2 icon-area p-0 me-3 me-lg-0 box-second d-center position-relative">
<i class="ti ti-search slide-toggle2 fs-four p6-color"></i>
</button>
<div class="msg_area common_area2 p2-bg p-5 rounded-2">
<form class="d-flex align-items-center ">
<input type="text">
<button type="submit" class="p-2"><i
class="ti ti-search slide-toggle2 fs-four p2-color"></i></button>
</form>
</div>
</div>
</div>
<div class="header-section__modalstyle">
<!-- Button trigger modal -->
<button type="button"
class="cmn-btn px-3 px-sm-5 px-md-6 py-2 py-sm-3 d-flex align-items-center gap-1"
data-bs-toggle="modal" data-bs-target="#exampleModal">
<span class="p7-color fw-semibold d-none d-sm-block">Connect</span>
Wallet
</button>
</div>
</div>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse"
aria-label="Navbar Toggler" data-bs-target="#navbar-content" aria-expanded="true"
id="nav-icon3">
<span></span><span></span><span></span><span></span>
</button>
</nav>
</div>
</div>
</div>
</div>
</header>
<div class="modal_areastyle">
<!-- Modal -->
<div class="modal" id="exampleModal" tabindex="-1" aria-labelledby="exampleModalLabel" aria-hidden="true">
<div class="modal-dialog modal-dialog-centered">
<div class="modal-content px-2 px-md-6 pt-md-3 pb-2 pb-md-6">
<div class="modal-header border-0">
<h3 class="modal-title p1-color" id="exampleModalLabel">Connect Your Wallet</h3>
<button type="button" class="btn-close p7-color" data-bs-dismiss="modal" aria-label="Close"><i
class="ti ti-xbox-x p6-color fs-three fw-normal"></i></button>
</div>
<div class="modal-body">
<a href="javascript:void(0)"
class="modal_areastyle__item rounded-3 br2 px-3 px-md-4 py-2 py-md-3 d-flex align-items-center justify-content-between mb-5 mb-md-6">
<span class="fw_500">Conntect with Metamask</span>
<img src="assets/images/icon/dog.png" alt="Icon">
</a>
<a href="javascript:void(0)"
class="modal_areastyle__item rounded-3 br2 px-3 px-md-4 py-2 py-md-3 d-flex align-items-center justify-content-between">
<span class="fw_500">Conntect with Other Wallet</span>
<img src="assets/images/icon/wallet-connect.png" alt="Icon">
</a>
</div>
</div>
</div>
</div>
</div>
<!-- header-section end -->
<!-- Buy Crypto Section Starts Starts -->
<section class="buy_crypto pt-120 pb-120">
<div class="container pt-17 pt-sm-20 pt-lg-0">
<div class="row align-items-center">
<div class="col-xl-6">
<div class="buy_crypto__effort">
<h2 class="mb-10 mb-md-15 wow fadeInUp">Swiftly Convert Your Crypto to USDT, Optimizing Flexibility and Efficiency.</h2>
<div
class="buy_crypto__item d-flex align-items-center flex-wrap flex-sm-nowrap gap-4 gap-sm-5 gap-md-6 mb-10 mb-md-15 wow fadeInUp">
<div class="buy_crypto__item-thumb">
<img src="assets/images/icon/accessible.png" class="max-un" alt="Icons">
</div>
<div class="buy_crypto__item-content">
<h4 class="mb-5">24/7 Instant Settlement</h4>
<p>No waiting, no downtime - just continuous access to your investments.</p>
</div>
</div>
<div
class="buy_crypto__item d-flex align-items-center flex-wrap flex-sm-nowrap gap-4 gap-sm-5 gap-md-6 mb-10 mb-md-15 wow fadeInUp">
<div class="buy_crypto__item-thumb">
<img src="assets/images/icon/convenient.png" class="max-un" alt="Icons">
</div>
<div class="buy_crypto__item-content">
<h4 class="mb-5">Self-Custody</h4>
<p>Maintain full control over your investments, with direct custody ensuring your economic interests are aligned with the underlying assets of the Fund.</p>
</div>
</div>
<div
class="buy_crypto__item d-flex align-items-center flex-wrap flex-sm-nowrap gap-4 gap-sm-5 gap-md-6 mb-10 mb-md-15 wow fadeInUp">
<div class="buy_crypto__item-thumb">
<img src="assets/images/icon/low-cost.png" class="max-un" alt="Icons">
</div>
<div class="buy_crypto__item-content">
<h4 class="mb-5">Low-cost</h4>
<p>Enjoy competitive pricing with low fees and advantageous rates for every transaction.</p>
</div>
</div>
</div>
</div>
<div class="col-xl-6">
<div class="buy_crypto__formarea p-6 p-px-8 rounded-20 bg7-color wow fadeInUp">
<h2 class="mb-3">Buy USDT</h2>
<span class="mb-8 mb-md-10">In Seconds</span>
<form>
<div class="buy_crypto__formarea-group mb-5 mb-md-6">
<label class="mb-2">Buy</label>
<div class="d-flex align-items-center br2 p-1 rounded-4 bg1-color">
<input type="text" placeholder="2201-650,600">
<div class="text-end">
<div class="Trade_section__slider-selector markets_section__rcard-selector">
<div class="f-group">
<select id="select3" class="f-control f-dropdown">
<option value="1" selected
data-image="assets/images/icon/currencyCategory5333a.png">
ETH</option>
<!-- <option value="2"
data-image="assets/images/icon/tableicon11.png">
BDT</option>
<option value="3"
data-image="assets/images/icon/currencyCategory6bd4a.png">
LFC</option>
<option value="4"
data-image="assets/images/icon/currencyCategory71949.png">
TLP</option> -->
</select>
</div>
</div>
</div>
</div>
</div>
<div class="buy_crypto__formarea-group mb-5 mb-md-6">
<label class="mb-2">Sell</label>
<div class="d-flex align-items-center br2 p-1 rounded-4 mb-2 bg1-color">
<input type="text" placeholder="Enter purchase amount">
<div class="text-end">
<div class="Trade_section__slider-selector markets_section__rcard-selector">
<div class="f-group">
<select id="select4" class="f-control f-dropdown">
<!-- <option value="1"
data-image="assets/images/icon/cryptocurrency56304.png">
USDT</option>
<option value="2"
data-image="assets/images/icon/currencyCategory5333a.png">
ETH</option>
<option value="3"
data-image="assets/images/icon/currencyCategory6bd4a.png">
LFC</option> -->
<option value="4"selected
data-image="assets/images/icon/currencyCategory71949.png">
USDT</option>
</select>
</div>
</div>
</div>
</div>
<span>1 USDT = 0.000385 ETH</span>
</div>
<div class="buy_crypto__formarea-group mb-5 mb-md-6">
<label class="mb-2">Network</label>
<div class="mb-2 br2 p-1 rounded-4 bg1-color">
<div class="text-end">
<div class="Trade_section__slider-selector markets_section__rcard-selector">
<div class="f-group">
<select id="select5" class="f-control f-dropdown">
<!-- <option value="1"
data-image="assets/images/icon/tableicon11.png">
ETH</option> -->
<option value="2" selected
data-image="assets/images/icon/currencyCategory5333a.png">
Ethereum</option>
<!-- <option value="3"
data-image="assets/images/icon/currencyCategory6bd4a.png">
LFC</option>
<option value="4"
data-image="assets/images/icon/currencyCategory71949.png">
USDT</option> -->
</select>
</div>
</div>
</div>
</div>
<div class="d-flex justify-content-between">
<span>Gass fee</span>
<span class="p1-color">5 USDT</span>
</div>
</div>
<div class="buy_crypto__formarea-group mb-6 mb-md-8">
<label class="mb-2">Wallet Address</label>
<div class="br2 p-1 rounded-4 bg1-color">
<textarea placeholder="Address" cols="15" rows="3"></textarea>
</div>
</div>
<a href="javascript:void(0)" class="cmn-btn py-3 px-5 px-md-6 d-block">Buy</a>
</form>
</div>
</div>
</div>
</div>
</section>
<!-- Buy Crypto Section Starts Ends -->
<!-- Pick Your Preferred Section Starts starts -->
<section class="buy_Preferred pt-120 pb-120 bg5-color">
<div class="container">
<div class="row justify-content-between align-items-end mb-10 mb-md-15 gy-5">
<div class="col-lg-5">
<div class="buy_Preferred__title">
<h2 class="wow fadeInUp">Select Your Preferred Payment Method</h2>
</div>
</div>
<div class="col-lg-5">
<div class="buy_Preferred__titledecs text-start text-lg-end">
<p class="wow fadeInUp">Choose from a variety of payment options to easily manage your investments, ensuring a smooth and convenient transaction experience.</p>
</div>
</div>
</div>
<div class="row gy-5 gy-sm-6">
<div class="col-xl-6">
<div class="buy_Preferred__card br2 rounded-20 bg1-color position-relative wow fadeInUp">
<div
class="buy_Preferred__card-content pe-3 pe-sm-5 pe-md-15 pe-xl-20 ps-3 ps-sm-5 ps-md-10 pt-3 pt-sm-5 pt-md-10 mb-5 mb-md-6">
<!-- <span class="fs-five mb-4 p1-color">Instant</span> -->
<a href="javascript:void(0)">
<h3 class="mb-5 mb-md-6">Visa & Mastercard</h3>
</a>
<p>Utilize Visa or Mastercard for swift and uninterrupted transactions, providing a streamlined payment experience every time.</p>
</div>
<div class="buy_Preferred__card-thumb">
<img src="assets/images/visa-mastercard1.png" alt="image">
</div>
</div>
</div>
<div class="col-xl-6">
<div class="buy_Preferred__card br2 rounded-20 bg1-color position-relative wow fadeInUp">
<div
class="buy_Preferred__card-content pe-3 pe-sm-5 pe-md-15 pe-xl-20 ps-3 ps-sm-5 ps-md-10 pt-3 pt-sm-5 pt-md-10 mb-5 mb-md-6">
<!-- <span class="fs-five mb-4 p1-color">Instant</span> -->
<a href="javascript:void(0)">
<h3 class="mb-5 mb-md-6">Apple Pay & Google Pay</h3>
</a>
<p>Opt for Apple Pay or Google Pay for quick and seamless checkouts, ensuring a hassle-free payment experience with each transactions.</p>
</div>
<div class="buy_Preferred__card-thumb">
<img src="assets/images/google-pay.png" alt="image">
</div>
</div>
</div>
<!-- <div class="col-12">
<div
class="buy_Preferred__card br2 rounded-20 bg1-color position-relative p-3 p-sm-6 p-lg-10 d-flex align-items-center flex-wrap flex-xl-nowrap gap-5 gap-xl-0 wow fadeInUp">
<div class="buy_Preferred__card-content">
<span class="fs-five mb-4 p1-color">Instant</span>
<a href="javascript:void(0)">
<h3 class="mb-5 mb-md-6">Personal EUR Bank Account</h3>
</a>
<p>Send and receive EUR with SEPA Instant and get immediate access to your funds. Having a
personal IBAN on Nexo means you can transfer EUR between your own bank accounts,
eliminating any potential for delayed transfers.</p>
</div>
<div class="buy_Preferred__card-thumb">
<img src="assets/images/sepa.png" class="buy_Preferred__card-bigthumb max-un" alt="image">
</div>
</div>
</div> -->
<div class="col-xl-6">
<div class="buy_Preferred__card br2 rounded-20 bg1-color position-relative wow fadeInUp">
<div
class="buy_Preferred__card-content pe-3 pe-sm-5 pe-md-15 pe-xl-20 ps-3 ps-sm-5 ps-md-10 pt-3 pt-sm-5 pt-md-10 mb-5 mb-md-6">
<a href="javascript:void(0)">
<h3 class="mb-5 mb-md-6">Instant GBP Transfers</h3>
</a>
<p>Deposit and access your GBP funds quickly and efficiently, enhancing your financial management experience.</p>
</div>
<div class="buy_Preferred__card-thumb">
<img src="assets/images/instant-gbp.png" alt="image">
</div>
</div>
</div>
<div class="col-xl-6">
<div class="buy_Preferred__card br2 rounded-20 bg1-color position-relative wow fadeInUp">
<div
class="buy_Preferred__card-content pe-3 pe-sm-5 pe-md-15 pe-xl-20 ps-3 ps-sm-5 ps-md-10 pt-3 pt-sm-5 pt-md-10 mb-5 mb-md-6">
<!-- <span class="fs-five mb-4 p1-color">Instant</span> -->
<a href="javascript:void(0)">
<h3 class="mb-5 mb-md-6">Easy Mobile payments</h3>
</a>
<p>Use Apple Pay and Google Pay for swift mobile payments, streamlining your transactions efficiently.</p>
</div>
<div class="buy_Preferred__card-thumb">
<img src="assets/images/apple-pay.png" alt="image">
</div>
</div>
</div>
<div class="col-12">
<div
class="buy_Preferred__card br2 rounded-20 bg1-color position-relative p-3 p-sm-6 p-lg-10 d-flex align-items-center flex-wrap flex-xl-nowrap gap-5 gap-xl-0 wow fadeInUp">
<div class="buy_Preferred__card-content">
<a href="javascript:void(0)">
<h4 class="mb-5 mb-md-6">On-Chain Tokenized Asset Transfers</h4>
</a>
<p>Efficiently manage and transfer tokenized assets with our direct transfer service. Your personal digital account enables swift, immediate access to funds, streamlining the movement of tokenized assets without delays.</p>
</div>
<div class="buy_Preferred__card-thumb">
<img src="assets/images/on-chain.png" class="buy_Preferred__card-bigthumb max-un"
alt="image">
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Pick Your Preferred Section Starts ends -->
<!-- Buy Crypto on TRAEX Starts -->
<!-- <section class="buy_cryTRAEX bg7-color pt-120 pb-120">
<div class="container">
<div class="row gy-5 gy-md-6">
<div class="buy_cryTRAEX__title mb-10 mb-md-15 text-center">
<h2 class="wow fadeInUp">Why Buy Crypto on <span class="text_grdt">TRAEX</span></h2>
</div>
<div class="col-lg-6">
<div class="buy_cryTRAEX__card p-3 p-sm-5 p-lg-8 br2 rounded-20 wow fadeInUp">
<div class="buy_cryTRAEX__card-icon mb-6 mb-md-8">
<img src="assets/images/icon/cashback1.png" alt="Icons">
</div>
<h4 class="mb-4">Up to 16% Interest</h4>
<p>Enjoy up to 0.5% cashback rewards on your purchases, adding value to every transaction you
make. Whether shopping, dining, or investing, earn cashback effortlessly and maximize your
savings with our rewarding program.</p>
</div>
</div>
<div class="col-lg-6">
<div class="buy_cryTRAEX__card p-3 p-sm-5 p-lg-8 br2 rounded-20 wow fadeInUp">
<div class="buy_cryTRAEX__card-icon mb-6 mb-md-8">
<img src="assets/images/icon/cashback2.png" alt="Icons">
</div>
<h4 class="mb-4">Up to 0.5% Cashback</h4>
<p>Unlock the potential of your assets with our lucrative interest rates of up to 16%. Maximize
your returns effortlessly and securely. Join us to earn passive income on your investments
today.</p>
</div>
</div>
<div class="col-lg-6">
<div class="buy_cryTRAEX__card p-3 p-sm-5 p-lg-8 br2 rounded-20 wow fadeInUp">
<div class="buy_cryTRAEX__card-icon mb-6 mb-md-8">
<img src="assets/images/icon/cashback3.png" alt="Icons">
</div>
<h4 class="mb-4">Excellent Market Prices</h4>
<p>Benefit from exceptional market prices offering competitive rates and favorable valuations
for a diverse range of investment opportunities. Explore our offerings today for the best
value in the market.</p>
</div>
</div>
<div class="col-lg-6">
<div class="buy_cryTRAEX__card p-3 p-sm-5 p-lg-8 br2 rounded-20 wow fadeInUp">
<div class="buy_cryTRAEX__card-icon mb-6 mb-md-8">
<img src="assets/images/icon/cashback4.png" alt="Icons">
</div>
<h4 class="mb-4">Dollar-Cost Average</h4>
<p>Dollar-cost averaging is a strategy where you invest a fixed amount regularly, regardless of
market fluctuations, aiming to reduce the impact of volatility and build a diversified
investment portfolio over time.</p>
</div>
</div>
</div>
</div>
</section> -->
<!-- Buy Crypto on TRAEX Ends -->
<!-- Ready to Exchange Starts -->
<section class="ready_exhange pt-120 pb-120 bg4-color position-relative">
<div class="container">
<div class="row justify-content-center">
<div class="col-md-8 col-xl-7 col-xxl-6">
<div class="ready_exhange__content text-center">
<h2 class="mb-5 mb-md-6 wow fadeInUp">Ready to invest?</h2>
<p class="mb-8 mb-md-10 wow fadeInUp">Unlock your TRAEX account now to trade TxBILL seamlessly,
without any extra
fees for buying, selling, or exchanging. Get started today!</p>
<div
class="ready_exhange__changenow d-flex align-items-center justify-content-center gap-4 gap-sm-8 gap-lg-10">
<a href="buyTxBILL.html" class="cmn-btn py-3 px-5 px-6 wow fadeInUp">
Invest Now
</a>
<div class="ready_exhange__changenow-brand wow fadeInUp">
<a href="javascript:void(0)">
<i class="ti ti-brand-google-play p1-color fs-three"></i>
</a>
<a href="javascript:void(0)">
<i class="ti ti-brand-apple p1-color fs-three"></i>
</a>
<a href="javascript:void(0)">
<i class="ti ti-brand-pinterest p1-color fs-three"></i>
</a>
<a href="javascript:void(0)">
<i class="ti ti-brand-behance p1-color fs-three"></i>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Ready to Exchange Ends -->
<!-- Rewards FAQs Starts -->
<section class="rewards_faq pt-120 pb-120 position-relative">
<div class="container">
<div class="row align-items-center justify-content-center gy-8">
<div class="col-xl-7">
<div class="rewards_faq__content">
<h2 class="mb-5 mb-md-6 wow fadeInUp">FAQs</h2>
<p class="roboto mb-8 mb-md-10 wow fadeInUp">Explore our FAQs for fast, informative answers to
frequently
asked questions and common concerns.</p>
<div class="accordion-section">
<div class="accordion-single accsingle mb-5 mb-md-6 wow fadeInUp">
<h5 class="header-area d-flex align-items-center justify-content-between">
<button
class="accordion-btn d-flex align-items-start position-relative w-100 fs-five fw-bolder text-start"
type="button">
Who can participate in TxBILL Vault?
</button>
</h5>
<div class="content-area">
<div class="content-body">
<p>Although the TxBILL Vault was built on DeFi infrastructure, it will be a permissioned product.
Investors will have to go through a KYC screening process to determine their eligibility to subscribe to TxBILL tokens.
Currently, Investors need to meet the Accredited Investor or Professional Investor criteria before subscribing to TxBILL tokens.</p>
</div>
</div>
</div>
<div class="accordion-single accsingle mb-5 mb-md-6 wow fadeInUp">
<h5 class="header-area d-flex align-items-center justify-content-between">
<button
class="accordion-btn d-flex align-items-start position-relative w-100 fs-five fw-bolder text-start"
type="button">
How to invest?
</button>
</h5>
<div class="content-area">
<div class="content-body">
<p>After you receive a notification from TRAEX regarding your KYC approval and the whitelisting of
your wallet address, then you can deposit USDC into the TxBILL Vault and mint TxBILL tokens. </p>
</div>
</div>
</div>
<div class="accordion-single accsingle mb-5 mb-md-6 wow fadeInUp">
<h5 class="header-area d-flex align-items-center justify-content-between">
<button
class="accordion-btn d-flex align-items-start position-relative w-100 fs-five fw-bolder text-start"
type="button">
What fees are borne by investors?
</button>
</h5>
<div class="content-area">
<div class="content-body">
<p>There is a 0.01% bps transaction fee charged on redemptions and 0.01% bps annualised
total expense ratio. </p>
</div>
</div>
</div>
<div class="accordion-single accsingle mb-5 mb-md-6 wow fadeInUp">
<h5 class="header-area d-flex align-items-center justify-content-between">
<button
class="accordion-btn d-flex align-items-start position-relative w-100 fs-five fw-bolder text-start"
type="button">
What is the currency of all deposits and withdrawals?
</button>
</h5>
<div class="content-area">
<div class="content-body">
<p>All deposits and withdrawals are executed on-chain in USDC. A LI.FI widget is available on the TxBILL
Vault interface to facilitate conversions of other assets into USDC. </p>
</div>
</div>
</div>
<div class="accordion-single accsingle mb-5 mb-md-6 wow fadeInUp">
<h5 class="header-area d-flex align-items-center justify-content-between">
<button
class="accordion-btn d-flex align-items-start position-relative w-100 fs-five fw-bolder text-start"
type="button">
How secure are assets deposited with the Vault?
</button>
</h5>
<div class="content-area">
<div class="content-body">
<p>Off-chain assets (U.S. T-Bills and USD) are held in custody with regulated financial institutions and custodians. U.S.
TxBILL are also held in segregated accounts, which ensures that in the unlikely event of a custodian's insolvency,
fund assets will be excluded from the assets available to creditors and will remain for the benefit of the fund.</p>
</div>
</div>
</div>
<div class="accordion-single accsingle mb-5 mb-md-6 wow fadeInUp">
<h5 class="header-area d-flex align-items-center justify-content-between">
<button
class="accordion-btn d-flex align-items-start position-relative w-100 fs-five fw-bolder text-start"
type="button">
How does TRAEX mitigate the Vault's smart <br>contract risk?
</button>
</h5>
<div class="content-area">
<div class="content-body">
<p>TRAEX works with leading smart contract auditors to review the TxBILL Vault’s protocols.
The TxBILL Vault has in place comprehensive guardrails to prevent systematic exploitation and hacks.
On-chain assets, such as USDC are also converted and held in fiat with regulated financial institutions and custodians,
reducing any financial impact in the unlikely event of a smart contract exploit.</p>
</div>
</div>
</div>
</div>
<div class="d-flex align-items-center flex-wrap gap-2 wow fadeInUp">
<span>Can't see your question listed above?</span>
<a href="javascript:void(0)" class="d-flex align-items-center gap-1 p6-color astyle">Visit
our Help Center <i class="ti ti-arrow-narrow-right fs-four mt-1"></i></a>
</div>
</div>
</div>
<div class="col-xl-5">
<div class="rewards_faq__thumb">
<img src="assets/images/faq-thumb.png" class="max-un leftright-animation" alt="Images">
</div>
</div>
</div>
</div>
<!-- <img class="rewards_faq__light position-absolute top-0 start-0" src="assets/images/light-faq.png" alt="Icon"> -->
</section>
<!-- Rewards FAQs Ends -->
<!-- Footer Section Starts -->
<footer class="footer pt-120 bg5-color">
<div class="container">
<div class="row gy-8 pb-120 justify-content-between">
<div class="col-md-12 col-lg-6 col-xxl-5">
<div class="footer__decs wow fadeInUp">
<a href="index.html">
<h2>TRAEX</h2>
</a>
<p class="mt-5 mt-md-6 mb-8 mb-md-10 wow fadeInUp">Welcome to TRAEX, your gateway to the
Real World Assets Tokenization! Our user-friendly platform empowers you to explore a wide range of
popular real world assets</p>
<div class="footer__decs-subscribe mb-9 mb-md-12 wow fadeInUp">
<form class="d-flex align-items-center rounded-1 py-2 pe-2">
<input type="email" placeholder="Enter your email">
<button class="cmn-btn py-3 px-8 rounded-1 d-center gap-2">Subscribe<i
class="ti ti-send fs-five d-none d-md-block"></i></button>
</form>
</div>
<div
class="contact_info__card-social d-flex align-items-center justify-content-start gap-2 gap-md-3 wow fadeInUp">
<a href="javascript:void(0)">
<i class="ti ti-brand-facebook-filled p4-color fs-four fw-normal p-2"></i>
</a>
<a href="javascript:void(0)">
<i class="ti ti-brand-linkedin p4-color fs-four fw-normal p-2"></i>
</a>
<a href="javascript:void(0)">
<i class="ti ti-brand-instagram p4-color fs-four fw-normal p-2"></i>
</a>
<a href="javascript:void(0)">
<i class="ti ti-brand-twitter-filled p4-color fs-four fw-normal p-2"></i>
</a>
</div>
</div>
</div>
<div class="col-6 col-sm-3 col-md-4 col-lg-3 col-xxl-2 ms-xxl-20">
<div class="footer__discover">
<h4 class="mb-6 mb-sm-8 mb-md-10 wow fadeInUp">Company</h4>
<div class="footer__discover-nav">
<ul class="d-flex flex-column gap-4 gap-md-5">
<li class="dropdown d-flex align-items-center wow fadeInUp">
<i class="ti ti-arrow-badge-right fs-ten s2-color"></i>
<a href="contact-us.html">About TRAEX</a>
</li>
<li class="dropdown d-flex align-items-center wow fadeInUp">
<i class="ti ti-arrow-badge-right fs-ten s2-color"></i>
<a href="buyTxBILL.html">Buy TxBILL</a>
</li>
<li class="dropdown d-flex align-items-center wow fadeInUp">
<i class="ti ti-arrow-badge-right fs-ten s2-color"></i>
<a href="buyUSDT.html">Buy USDT</a>
</li>
<li class="dropdown d-flex align-items-center wow fadeInUp">
<i class="ti ti-arrow-badge-right fs-ten s2-color"></i>
<a href="blgoresource.html">Blog</a>
</li>
<li class="dropdown d-flex align-items-center wow fadeInUp">
<i class="ti ti-arrow-badge-right fs-ten s2-color"></i>
<a href="trade.html">Start Trading</a>
</li>
</ul>
</div>
</div>
</div>
<div class="col-6 col-sm-3 col-md-4 col-lg-3 col-xxl-2">
<div class="footer__community">
<h4 class="mb-6 mb-sm-8 mb-md-10 wow fadeInUp">Security</h4>
<div class="footer__community-item">
<ul class="d-flex flex-column gap-4 gap-md-5">
<li class="dropdown d-flex align-items-center wow fadeInUp">
<i class="ti ti-arrow-badge-right fs-ten s2-color"></i>
<a href="https://docs.google.com/document/d/11mnhCb3Wf4wCpUP4AAEA16pUxu8GQH1pnt_4PuiXoK4/edit?usp=sharing">Smart Contract Audit</a>
</li>
<li class="dropdown d-flex align-items-center wow fadeInUp">
<i class="ti ti-arrow-badge-right fs-ten s2-color"></i>
<a href="https://docs.google.com/document/d/11mnhCb3Wf4wCpUP4AAEA16pUxu8GQH1pnt_4PuiXoK4/edit?usp=sharing">Protection fund</a>
</li>
<li class="dropdown d-flex align-items-center wow fadeInUp">
<i class="ti ti-arrow-badge-right fs-ten s2-color"></i>
<a href="https://docs.google.com/document/d/11mnhCb3Wf4wCpUP4AAEA16pUxu8GQH1pnt_4PuiXoK4/edit?usp=sharing">Audit Report</a>
</li>
<li class="dropdown d-flex align-items-center wow fadeInUp">
<i class="ti ti-arrow-badge-right fs-ten s2-color"></i>
<a href="https://docs.google.com/document/d/11mnhCb3Wf4wCpUP4AAEA16pUxu8GQH1pnt_4PuiXoK4/edit?usp=sharing">Documentation</a>
</li>
</ul>
</div>
</div>
</div>
<div class="col-6 col-sm-3 col-md-4 col-lg-3 col-xxl-2">
<div class="footer__community">
<h4 class="mb-6 mb-sm-8 mb-md-10 wow fadeInUp">Assets</h4>
<div class="footer__community-item">
<ul class="d-flex flex-column gap-4 gap-md-5">
<li class="dropdown d-flex align-items-center wow fadeInUp">
<i class="ti ti-arrow-badge-right fs-ten s2-color"></i>
<a href="buyTxBILL.html">TxBILL</a>
</li>
<li class="dropdown d-flex align-items-center wow fadeInUp">
<i class="ti ti-arrow-badge-right fs-ten s2-color"></i>
<a href="buyTxBILL.html">TxCOM</a>
</li>
<li class="dropdown d-flex align-items-center wow fadeInUp">
<i class="ti ti-arrow-badge-right fs-ten s2-color"></i>
<a href="buyTxBILL.html">TxSTK</a>
</li>
<li class="dropdown d-flex align-items-center wow fadeInUp">
<i class="ti ti-arrow-badge-right fs-ten s2-color"></i>
<a href="buyTxBILL.html">TxRE</a>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="container-fluid ">
<div class="row align-items-center justify-content-center py-3 py-sm-4 py-lg-6 bg2-color">
<div class="col-sm-10 col-xxl-8 order-2 order-sm-1">
<div
class="footer__copyright text-center d-flex align-items-center justify-content-center justify-content-md-between flex-wrap flex-md-nowrap">
<div class="coyp-rightarea">
<span class="p4-color roboto text-center text-md-start">Copyright 2024 -
<a href="index.html" class="p4-color">TRAEX</a>
All Rights Reserved <span class="p4-color fs-five mx-2"></span>
</div>
<div class="privacy-policay d-flex align-items-center gap-3">
<a href="javascript:void(0)" class="p4-color roboto ps-4 ps-sm-6">
Privacy Policy</a>
<span class="p4-color fs-five">|</span>
<a href="javascript:void(0)" class="p4-color roboto">
Cookie Policy</a>
</div>
</div>
</div>
</div>
</div>
</footer>
<!-- Footer Section Ends -->
<!-- ==== js dependencies start ==== -->
<script src="assets/js/plugins/plugins.js"></script>
<script src="assets/js/plugins/plugin-custom.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>