-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpartners.php
493 lines (454 loc) · 23.1 KB
/
partners.php
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
<?php
/*
Template Name: partners
*/
?>
<!DOCTYPE html>
<html <?php language_attributes(); ?>>
<head>
<meta charset="<?php bloginfo('charset'); ?>">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description"
content="We assist in conducting international business and optimizing costs through effective business process organization.">
<meta name="keywords"
content="SaaS Finance, Business SaaS, Financial Software, Digital Finance, Enterprise Management, Cloud Solutions, Efficient Management, Accounting SaaS, Financial Technologies, Innovation in Finance, Cloud Applications, Economic Planning, Budget Forecasting, Cloud Analytics, Expense Management, Integrated Solutions, Financial Optimization, Cryptocurrency, Innovative Solutions, Electronic Reporting, Data Analysis">
<meta name="author" content="FTXsolution">
<meta property="og:title" content="Partners and Integrations - FTXsolution">
<meta property="og:description"
content="We assist in conducting international business and optimizing costs through effective business process organization.">
<meta property="og:url" content="url_to_your_page">
<meta property="og:type" content="website">
<link rel="icon" href="<?php bloginfo('template_url'); ?>/assets/img/icons/favicon.ico" type="image/x-icon">
<link rel="icon" href="<?php bloginfo('template_url'); ?>/assets/img/icons/favicon-16x16.png" type="image/x-icon">
<link rel="icon" href="<?php bloginfo('template_url'); ?>/assets/img/icons/favicon-32x32.png" type="image/x-icon">
<title>FTXsolution | Partners and Integrations</title>
<?php wp_head(); ?>
<!-- <link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@300&family=Quicksand:wght@300;500&display=swap"
rel="stylesheet">
<link rel="stylesheet" href="css/styles.css">
<link rel="stylesheet" href="css/calendly.css"> -->
</head>
<body>
<header>
<div class="container">
<div class="wrapper">
<ul class="menu_list">
<li><a href="/">Home</a></li>
<li class="sub_menu-btn">
Modules
<box-icon name='chevron-down' color="#fff" size="20px" class="sub_menu-btn arrow"></box-icon>
<ul class="sub_menu">
<li>
<a href="core-module">
<span>
<box-icon name='cog' color="#6c6c6c"></box-icon>
</span>
<p>Core Module</p>
</a>
</li>
<li>
<a href="payment-module">
<span>
<box-icon name='transfer-alt' color="#6c6c6c"></box-icon>
</span>
<p>Payments and Transfers Module</p>
</a>
</li>
<li>
<a href="crypto-module">
<span>
<box-icon name='bitcoin' color="#6c6c6c"></box-icon>
</span>
<p>Crypto Module</p>
</a>
</li>
<li>
<a href="remittance-module">
<span>
<box-icon name='credit-card' color="#6c6c6c"></box-icon>
</span>
<p>Money Remittance Module</p>
</a>
</li>
<li>
<a href="compliance-module">
<span>
<box-icon name='shape-square' color="#6c6c6c"></box-icon>
</span>
<p>Compliance Module</p>
</a>
</li>
<li>
</li>
</ul>
</li>
<li><a href="partners">Partners and integrations</a></li>
<li><a href="contacts">Contact Us</a></li>
<li><a href="partners-ru">ru</a></li>
</ul>
<a href="" class="btn uncolored"
onclick="Calendly.initPopupWidget({url: 'https://calendly.com/ftx_consult/30min'});return false;">make
an appointment</a>
<div class="burger__menu">
<span></span>
</div>
</div>
</div>
</header>
<div class="main_banner">
<div class="container">
<img src="<?php bloginfo('template_url'); ?>/assets/img/Ellipse1.png" alt="elipse" class="elipse right">
<img src="<?php bloginfo('template_url'); ?>/assets/img/Ellipse2.png" alt="elipse" class="elipse left">
<div class="wrapper">
<div class="main_banner-descr">
<h1 class="title">Partners and Integrations</h1>
<ul>
<li>Secure global transactions with Centrolink, SWIFT, Decta, OpenSanctions, ZignSec, and
Scorechain. Compliance, high security, and seamless financial tools.</li>
</ul>
<a href="contacts" class="btn">Contact Us</a>
</div>
<div class="main_banner-img">
<img src="<?php bloginfo('template_url'); ?>/assets/img/partners.svg" alt="world wide partners">
</div>
</div>
</div>
</div>
<div class="integrations">
<div class="container">
<div class="breadscrump">
<a href="/">Home /</a> Partners and Integrations
</div>
<div class="wrapper">
<div class="integration_content">
<div class="subtitle">AML and KYC</div>
<h2 class="title">Scorechain - official reseller</h2>
<p class="item_descr">We take pride in being an official reseller of Scorechain services. Our
software is integrated with the Scorechain system, allowing us to offer our clients all the
benefits of their advanced solutions in blockchain analysis and cryptocurrency monitoring. </p>
<div>
<a href="https://www.scorechain.com/" class="btn">Learn more</a>
</div>
</div>
<div class="integration_img">
<img src="<?php bloginfo('template_url'); ?>/assets/img/score_chain.svg" alt="Scorechain">
</div>
</div>
</div>
<img src="<?php bloginfo('template_url'); ?>/assets/img/Pattern.svg" alt="background pattern"
class="pattern-bot">
<img src="<?php bloginfo('template_url'); ?>/assets/img/pattern1.png" alt="background pattern"
class="pattern-top">
<div class="open_sanctions">
<div class="partner_wrapper">
<div>
<div class="descr_wrapper">
<img src="<?php bloginfo('template_url'); ?>/assets/img/open_sanctions.svg" alt="openSanctions">
<p class="partner_descr">Integration with the OpenSanctions database allows automatic
verification of clients and transactions against sanction lists, critical for compliance
with international regulations. </p>
</div>
</div>
<div>
<a href="https://www.opensanctions.org/" class="btn">Learn more</a>
</div>
</div>
</div>
<div class="zign_sec">
<div class="partner_wrapper">
<div class="descr_wrapper">
<img src="<?php bloginfo('template_url'); ?>/assets/img/zign_sec.svg" alt="ZignSec">
<p class="partner_descr">ZignSec offers a wide range of tools for identity verification, including
biometric checks, document scanning, and electronic verifications. Integrating these tools
automates and expedites the customer identification process, enhancing security and reducing
processing time.
</p>
</div>
<div>
<a href="https://www.zignsec.com" class="btn">Learn more</a>
</div>
</div>
</div>
</div>
<div class="integrations_mob">
<div class="container">
<div class="wrapper">
<div class="open_sanctions">
<div>
<img src="<?php bloginfo('template_url'); ?>/assets/img/open_sanctions.svg" alt="openSanctions">
<p class="partner_descr">Integration with the OpenSanctions database allows automatic
verification of clients and transactions against sanction lists, critical for compliance
with international regulations. </p>
</div>
<div>
<a href="https://www.opensanctions.org/" class="btn">Learn more</a>
</div>
</div>
<div class="zign_sec">
<div>
<img src="<?php bloginfo('template_url'); ?>/assets/img/zign_sec.svg" alt="ZignSec">
<p class="partner_descr">ZignSec offers a wide range of tools for identity verification,
including biometric checks, document scanning, and electronic verifications. Integrating
these tools automates and expedites the customer identification process, enhancing security
and reducing processing time. </p>
</div>
<div>
<a href="https://www.zignsec.com" class="btn">Learn more</a>
</div>
</div>
</div>
</div>
</div>
<div class="blockchain">
<div class="container">
<div class="wrapper">
<div class="blockchain_img">
<img src="<?php bloginfo('template_url'); ?>/assets/img/shape1.png" alt="blockchain">
<img src="<?php bloginfo('template_url'); ?>/assets/img/crypto_scorechain.webp" alt="crypto data">
</div>
<div class="blockchain_descr">
<h3 class="title">Full Blockchain Transaction Analysis</h3>
<p class="">Through integration with Scorechain, our software provides in-depth analysis of
blockchain transactions, enabling tracking of cryptocurrency sources and movements, as well as
identifying potentially suspicious operations. </p>
</div>
</div>
</div>
</div>
<div class="blockchain_list">
<div class="container">
<div class="wrapper">
<div class="list_item">
<div class="empty_item"></div>
<div class="list_item-content">
<h4 class="title">AML and Compliance Compliance Services</h4>
<p class="list_item-descr">Scorechain services help you comply with anti-money laundering (AML)
requirements and other regulatory standards, crucial in the modern financial world. </p>
</div>
</div>
<div class="list_item reverse">
<div class="empty_item"></div>
<div class="list_item-content">
<h4 class="title">Risk Monitoring and Management</h4>
<p class="list_item-descr">Our integration ensures effective monitoring of risks associated with
cryptocurrency operations and provides tools for risk management. </p>
</div>
</div>
<div class="list_item">
<div class="empty_item"></div>
<div class="list_item-content">
<h4 class="title">Enhanced Security and Transparency</h4>
<p class="list_item-descr">Using Scorechain, we guarantee improved security and transparency of
all cryptocurrency operations, increasing trust among clients and partners. </p>
</div>
</div>
<div class="list_item reverse">
<div class="empty_item"></div>
<div class="list_item-content">
<h4 class="title">Partner Benefits </h4>
<p class="list_item-descr">As a Scorechain partner, we offer these services at the same prices,
making collaboration with us particularly advantageous. You gain access to all Scorechain
features through our platform without additional costs.</p>
</div>
</div>
</div>
</div>
<img src="<?php bloginfo('template_url'); ?>/assets/img/line.png" alt="dividing line" class="line">
</div>
<div class="techical_support">
<div class="container">
<div class="wrapper">
<h2 class="title">Technical Support and Consultation </h2>
<p class="list_item-descr">Our team provides continuous technical support and consulting services,
helping you make the most efficient use of all Scorechain capabilities.
By collaborating with us, you not only gain access to cutting-edge Scorechain solutions but also
receive full support from our experience and expertise in the cryptocurrency and blockchain field.
We aim to ensure our clients always stay at the forefront of technology, providing security and
compliance for all their operations.
</p>
</div>
</div>
</div>
<div class="payments_n_baas">
<div class="container">
<h2 class="title">Payments and BaaS:</h2>
<ul>
<li class="payment_item">
<img src="<?php bloginfo('template_url'); ?>/assets/img/sepa_logo.png" alt="SEPA Credit Transfer">
<div class="item_text">
<h4 class="item_title">Centrolink. SEPA Credit Transfer</h4>
<p class="item_descr">Integration with the SEPA Credit Transfer system (Centrolink) enables
secure and efficient credit transfers within the Single Euro Payments Area. </p>
</div>
</li>
<li class="payment_item">
<img src="<?php bloginfo('template_url'); ?>/assets/img/swift.png" alt="swift">
<div class="item_text">
<h4 class="item_title">Full spectrum of services</h4>
<p class="item_descr">Connecting to the international SWIFT system provides the capability to
conduct global bank transfers, enhancing the speed and accessibility of international
payments. </p>
</div>
</li>
<li class="payment_item">
<img src="<?php bloginfo('template_url'); ?>/assets/img/logo_white 1.svg" alt="FAS finance company">
<div class="item_text">
<h4 class="item_title">FAS finance company</h4>
<p class="item_descr">Direct integration and partnership with a financial company.
</p>
</div>
</li>
</ul>
</div>
</div>
<div class="partners_section">
<div class="container">
<div class="wrapper">
<div class="partner_item">
<img src="<?php bloginfo('template_url'); ?>/assets/img/kraken.png" alt="kraken">
</div>
<div class="partner_item">
<img src="<?php bloginfo('template_url'); ?>/assets/img/bitstamp.png" alt="bitstamp">
</div>
<div class="partner_item">
<img src="<?php bloginfo('template_url'); ?>/assets/img/sminti.svg" alt="sminti">
</div>
<div class="partner_item">
<img src="<?php bloginfo('template_url'); ?>/assets/img/twillo.svg" alt="twillo">
</div>
</div>
</div>
</div>
<div class="money_provider_section">
<div class="container">
<div class="wrapper">
<div class="title">
<h2>Money Remittance Providers:</h2>
</div>
<div class="provider_img">
<div class="provider_img-item">
<img src="<?php bloginfo('template_url'); ?>/assets/img/swiss_remit.png" alt="swiss remit">
</div>
<div class="provider_img-item">
<img src="<?php bloginfo('template_url'); ?>/assets/img/r360.png" alt="r360">
</div>
<div class="provider_img-item">
<img src="<?php bloginfo('template_url'); ?>/assets/img/inteli_express.png" alt="inteliexpress">
</div>
<div class="provider_img-item">
<img src="<?php bloginfo('template_url'); ?>/assets/img/privat_money.png" alt="privat money">
</div>
<div class="provider_img-item">
<img src="<?php bloginfo('template_url'); ?>/assets/img/korona_pay.png" alt="koronapay">
</div>
<div class="provider_img-item">
<img src="<?php bloginfo('template_url'); ?>/assets/img/qiwi.png" alt="qiwi">
</div>
</div>
</div>
</div>
</div>
<footer>
<div class="container">
<div class="wrapper">
<div class="footer_links">
<ul>
<li class="title">Modules</li>
<li><a href="core-module">Core Module</a></li>
<li><a href="payment-module">Payment and Transfers</a></li>
<li><a href="crypto-module">Crypto Module</a></li>
<li><a href="core-module">Money Remittance Midule</a></li>
<li><a href="compliance-module">Compliance Module</a></li>
</ul>
<ul>
<li class="title">Product</li>
<li><a href="partners">Partners and Integrations</a></li>
<li><a href="contacts">Contacts Us</a></li>
</ul>
<ul>
<li class="title">Contacts</li>
<li><a href="mailto:[email protected] ">[email protected] </a></li>
<li><a href="tel:+420774327233"> +420 774 327 233 </a></li>
</ul>
<ul>
<li class="title">Adress</li>
<li>Roháčova 145/14, Praha 3, 130 00</li>
</ul>
<ul>
<li class="title">Social</li>
<li>
<a href="https://t.me/ftx_consult">
<box-icon type='logo' name='telegram' color="#f6f7f8" size="25px"></box-icon>
</a>
</li>
</ul>
</div>
<div class="copyright">
<p>FTXsolution designs and operates the FTXsolution website and mobile application.</p>
<br>
<p>TXsolution is a registered trademark of FTXsolution LTD, and may not be used or reproduced
without the consent of the owner.</p>
</div>
</div>
</div>
</footer>
<div class="mobile_menu">
<ul class="menu_list">
<li><a href="/">Home</a></li>
<li class="sub_menu-btn">
Modules
<box-icon name='chevron-down' color="#000" size="20px" class="sub_menu-btn mob"></box-icon>
<ul class="sub_menu">
<li>
<a href="core-module">
<span>
<box-icon name='cog' color="#6c6c6c"></box-icon>
</span>
<p>Core Module</p>
</a>
</li>
<li>
<a href="payment-module">
<span>
<box-icon name='transfer-alt' color="#6c6c6c"></box-icon>
</span>
<p>Payments and Transfers Module</p>
</a>
</li>
<li>
<a href="crypto-module">
<span>
<box-icon name='bitcoin' color="#6c6c6c"></box-icon>
</span>
<p>Crypto Module</p>
</a>
</li>
<li>
<a href="remittance-module">
<span>
<box-icon name='credit-card' color="#6c6c6c"></box-icon>
</span>
<p>Money Remittance Module</p>
</a>
</li>
<li>
<a href="compliance-module">
<span>
<box-icon name='shape-square' color="#6c6c6c"></box-icon>
</span>
<p>Compliance Module</p>
</a>
</li>
</ul>
</li>
<li><a href="partners">Partners and integrations</a></li>
<li><a href="contacts">Contact Us</a></li>
<li><a href="partners-ru">ru</a></li>
</ul>
</div>
</div>
<script src="https://unpkg.com/[email protected]/dist/boxicons.js"></script>
</body>
</html>