-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtoken-model.html
503 lines (497 loc) · 35.3 KB
/
token-model.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Nexus Mutual uses the power of blockchain technology and Ethereum to allow people from all over the world to share insurance risk together without the need for an insurance company.">
<meta name="keywords" content="nexusmutual, nexus mutual, blockchain, insurance, ethereum, decentralised, smart contract">
<meta title="Nexus Mutual | A decentralised alternative to insurance">
<meta property="og:title" content="Nexus Mutual | A decentralised alternative to insurance">
<meta property="og:type" content="website">
<meta property="og:url" content="https://www.nexusmutual.io/">
<meta property="og:image" content="https://www.nexusmutual.io/assets/img/nxm-favicon-152x152.png">
<meta property="og:description" content="Nexus Mutual uses the power of blockchain technology and Ethereum to allow people from all over the world to share insurance risk together without the need for an insurance company.">
<title>Nexus Mutual | A decentralised alternative to insurance</title>
<link rel="stylesheet" href="https://use.typekit.net/xrl7uar.css">
<link href="https://fonts.googleapis.com/css?family=IBM+Plex+Mono" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=IBM+Plex+Mono:500" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=IBM+Plex+Mono:bold" rel="stylesheet">
<link href="assets/css/toolkit-startup.css" rel="stylesheet">
<link href="assets/css/application-startup.css" rel="stylesheet">
<link href="assets/css/custom.css" rel="stylesheet">
<link rel="icon" href="assets/img/nxm-favicon.gif" type="image/gif" sizes="16x16">
<style>
/* note: this is a hack for ios iframe for bootstrap themes shopify page */
/* this chunk of css is not part of the toolkit :) */
/* …curses ios, etc… */
@media (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
body {
width: 1px;
min-width: 100%;
*width: 100%;
}
#stage {
height: 1px;
overflow: auto;
min-height: 100vh;
-webkit-overflow-scrolling: touch;
}
}
</style>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-112311489-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-112311489-1');
</script>
</head>
<body>
<div class="stage-shelf stage-shelf-right hidden" id="sidebar">
<ul class="nav nav-bordered nav-stacked flex-column text-center">
<li class="nav-item">
<a class="nav-link" href="./#overview" data-target="#stage" data-toggle="stage" data-distance="-250">Overview</a>
</li>
<li class="nav-item">
<a class="nav-link" href="token-model.html">Token Model</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://nexusmutual.gitbook.io/docs/faq" target="_blank">FAQ</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://nexusmutual.gitbook.io/docs/use-cases" target="_blank">Use Cases</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://nexusmutual.gitbook.io/docs/docs" target="_blank">Docs</a>
</li>
<!-- <li class="nav-item">
<a class="nav-link" href="./#Team" data-target="#stage" data-toggle="stage" data-distance="-250">Team</a>
</li> -->
<li class="nav-item">
<a class="nav-link" href="assets/docs/nmx_white_paperv2_3.pdf" target="_blank">Whitepaper</a>
</li>
<li class="nav-item">
<a class="btn btn-nav mt-2" href="https://discord.gg/aQjkzW5" target="_blank">CHAT</a>
</li>
</ul>
</div>
<div class="stage" id="stage">
<div class="background-landing-topbar-4px"></div>
<div class="block block-inverse app-header -background-landing" id="home" style="display: table;width: 100%;height: 80vh;">
<div id="nav-top" class="fixed-top app-navbar">
<div class="container">
<nav class="navbar navbar-transparent navbar-expand-md" style="padding-left: 0; padding-right: 0">
<a class="navbar-brand mr-auto" href="/">
<img class="NXMLogo2" src="assets/img/NXMLogoWhite.png">
</a>
<button
class="navbar-toggler"
type="button"
data-target="#stage"
data-toggle="stage"
data-distance="-250">
<span class="navbar-toggler-icon"></span>
</button>
<div class="d-none d-md-block text-uppercase">
<ul class="nav nav-bordered">
<li class="nav-item px-1 ">
<a class="nav-link" href="./#Overview">Overview</a>
</li>
<li class="nav-item px-1 ">
<a class="nav-link" href="token-model.html">Token Model</a>
</li>
<li class="nav-item px-1 ">
<a class="nav-link" href="https://nexusmutual.gitbook.io/docs/faq" target="_blank">FAQ</a>
</li>
<li class="nav-item px-1 ">
<a class="nav-link" href="https://nexusmutual.gitbook.io/docs/use-cases" target="_blank">Use Cases</a>
</li>
<li class="nav-item px-1 ">
<a class="nav-link" href="https://nexusmutual.gitbook.io/docs/docs" target="_blank">Docs</a>
</li>
<li class="nav-item px-1 ">
<a class="nav-link" href="assets/docs/nmx_white_paperv2_3.pdf" target="_blank">Whitepaper</a>
</li>
<li class="nav-item px-1">
<a class="btn btn-nav" href="https://discord.gg/aQjkzW5" target="_blank">CHAT</a>
</li>
</ul>
</div>
</nav>
</div>
</div>
<div class="block-xs-middle pb-5 py-xs-0 sm-pt-3">
<div class="container">
<div class="row">
<div class="col-sm-10 col-lg-8 col-xl-6">
<p class="A-DECENTRALISED-ALTE mb-3">HOW IT WORKS</p>
</div>
</div>
<div class="row">
<div class="col-sm-10 col-lg-10 col-xl-10">
<h1 class="Smart-Contract-Cover mb-4">NXM Token Model</h1>
</div>
</div>
<div class="row">
<div class="col-sm-10 col-lg-8 col-xl-6">
<p class="Building-an-open-com mb-4">Tokenised membership rights in Nexus Mutual.</p>
</div>
</div>
</div>
</div>
</div>
<div class="block">
<div class="container">
<h2 style="opacity: 0.6;">KEY BENEFITS</h2>
<h1 class="mb-4">The Tokenised Mutual Model</h1>
<p class="p">Membership rights will be represented by tokens. Tokens can be used to purchase cover as well as participate in claims assessment, risk assessment and governance. All funds raised from token purchases belong to members.</p>
<div class="row">
<div class="col-sm-4 mt-5">
<div class="top-span" style="overflow: hidden;height: 100%;">
<div class="top-span-bar-4px"></div>
<div class="row app-align-center px-4 pt-4">
<h2 class="text-uppercase" style="opacity: 0.6;">Capital Efficiency</h2>
<p class="p mb-4">Tokenisation of the mutual enables a scalable way to raise risk capital, with the model encouraging an inflow of funds only when required.</p>
</div>
</div>
</div>
<div class="col-sm-4 mt-5">
<div class="top-span" style="overflow: hidden;height: 100%;">
<div class="top-span-bar-4px"></div>
<div class="row app-align-center px-4 pt-4">
<h2 class="text-uppercase" style="opacity: 0.6;">Aligned Incentives</h2>
<p class="p mb-4">With all members of the mutual benefiting from the platform's success, aligned incentives will foster a community spirit rather than the existing adversarial and unbalanced relationship between individual and institution.</p>
</div>
</div>
</div>
<div class="col-sm-4 mt-5">
<div class="top-span" style="overflow: hidden;height: 100%;">
<div class="top-span-bar-4px"></div>
<div class="row app-align-center px-4 pt-4">
<h2 class="text-uppercase" style="opacity: 0.6;">Value and Performance</h2>
<p class="p mb-4">The token price is linked to the adoption and underlying performance of the mutual, rather than speculation.</p>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="block" style="background-color: #f7f9fc">
<div class="container">
<div class="row">
<div class="col-md-5 col-sm-6">
<h1 class="mb-4">Continuous Token Model</h1>
<p class="p">Nexus Mutual uses a Continuous Token Model. NXM price depends on how the mutual is performing financially.</p>
<p class="p">NXM can be purchased and redeemed directly through the platform.</p>
</div>
<div class="col-md-7 col-sm-6">
<img width="100%" src="assets/img/graph-1-continuous-token-model.svg">
<p class="text-center graph-txt">Token price rises when the mutual has adequate funds.</p>
</div>
</div>
<div class="row" style="margin-top: 7rem">
<div class="col-md-5 col-sm-6">
<h1 class="mb-4">Minimum Capital Requirement (MCR)</h1>
<p class="p">The MCR is the level of funds required to be very confident all claims can be paid.</p>
<p class="p">MCR will have a fixed minimum value that will be set at launch.</p>
<p class="p">It is a major component of the token model, influencing price and redemption conditions.</p>
</div>
<div class="col-md-7 col-sm-6">
<img width="100%" src="assets/img/graph-2-mcr.svg" alt="">
</div>
</div>
<div class="row" style="margin-top: 7rem">
<div class="col-md-5 col-sm-6">
<h1 class="mb-4">NXM Price is Formula Driven</h1>
<p class="p">This is the full formula for calculating the token price in ETH.</p>
<p class="p">A and C are constant values which will be calibrated at launch.</p>
</div>
<div class="col-md-7 col-sm-6">
<img width="100%" src="assets/img/graph-3-formula.svg" alt="">
</div>
</div>
<div class="row" style="margin-top: 7rem">
<div class="col-md-5 col-sm-6">
<h1 class="mb-4">NXM Price and Capital Pool</h1>
<p class="p">The mutual has adequate funds when the amount of money it holds (known as the "Capital Pool") is greater than the MCR.</p>
<p class="p">The ratio of funds held to funds required is known as MCR%, which directly impacts the token price.</p>
</div>
<div class="col-md-7 col-sm-6">
<img width="100%" src="assets/img/graph-4-nxm-price-and-capital-pool.svg" alt="">
<p class="text-center graph-txt">Token price rises when the mutual has adequate funds</p>
</div>
</div>
<div class="row" style="margin-top: 5rem">
<div class="col-md-5 col-sm-6 order-sm-2">
<p class="p">When the Capital Pool decreases, so does the token price.</p>
<p class="p">For example, when a claim is paid, the Capital Pool shrinks but the MCR remains almost unchanged, meaning the MCR% decreases, lowering the token price.</p>
</div>
<div class="col-md-7 col-sm-6 order-sm-1">
<img width="100%" src="assets/img/graph-5-capital-pool-decrease.svg" alt="">
<p class="text-center graph-txt">If funds are low, the token price lowers to re-capitalise the fund.</p>
</div>
</div>
<div class="row" style="margin-top: 5rem">
<div class="col-md-5 col-sm-6">
<p class="p">If cover is purchased, the size of the Capital Pool increases.</p>
<p class="p">The MCR also increases, but in nearly all cases by less than the Capital Pool. Therefore MCR% increases, raising the token price.</p>
</div>
<div class="col-md-7 col-sm-6">
<img width="100%" src="assets/img/graph-6-cover-purchase.svg" alt="">
<p class="text-center graph-txt">As more cover is purchased, and the fund grows, the token price increases.</p>
</div>
</div>
<div class="row" style="margin-top: 7rem">
<div class="col-md-5 col-sm-6">
<h1 class="mb-4">Buying Cover</h1>
<p class="p">Each cover purchased increases the Minimum Capital Requirement (in Ether) by a small amount if the MCR is above a minimum level (set at launch).</p>
</div>
<div class="col-md-7 col-sm-6">
<img width="100%" src="assets/img/graph-7-purchasing-nxm-formula.svg" alt="">
</div>
</div>
<div class="row" style="margin-top: 4rem">
<div class="col-md-5 col-sm-6 order-sm-2">
<p class="p">While most of the short term price movements will be driven by MCR% changes, the growth in MCR<sub>ETH</sub> from cover purchases will be a long-term driver of the price, reflecting platform adoption.</p>
</div>
<div class="col-md-7 col-sm-6 order-sm-1">
<img width="100%" src="assets/img/graph-8-purchasing-nxm.svg" alt="">
</div>
</div>
<div class="row" style="margin-top: 7rem">
<div class="col-md-5 col-sm-6">
<h1 class="mb-4">Spare NXM</h1>
<p class="p">NXM can be redeemed for Ether from the mutual.</p>
<p class="p">NXM can only be transferred to other Nexus Mutual members.</p>
<p class="p mt-5"><strong>Redemption restrictions:</strong></p>
<ul>
<li class="mb-3">Capital Pool needs to be above the MCR.</li>
<li class="mb-3">Redemptions are capped per transaction.</li>
<li class="mb-3">Capital Pool must have enough liquidity in Ether.</li>
<li>Redemption price is 2.5% below purchase price.</li>
</ul>
</div>
<div class="col-md-7 col-sm-6">
<img width="100%" src="assets/img/graph-9-spare-nxm.svg" alt="">
</div>
</div>
</div>
</div>
<div class="block">
<div class="container">
<h1 class="mb-4">NXM Token Uses</h1>
<p class="p">Only Nexus Mutual members can purchase, hold and use NXM.</p>
<div class="row">
<div class="col-sm-6 mt-5">
<div class="top-span" style="overflow: hidden;height: 100%;">
<div class="top-span-bar-4px"></div>
<div class="row app-align-center px-5 pt-5">
<h2 class="text-uppercase" style="opacity: 0.6;">Purchase Cover</h2>
<ul style="width: 100%;">
<li class="my-4">90% of NXM used to purchase cover is burned.</li>
<li class="my-4">10% is retained by the Member and can be used as a deposit when submitting claims.</li>
</ul>
</div>
</div>
</div>
<div class="col-sm-6 mt-5">
<div class="top-span" style="overflow: hidden;height: 100%;">
<div class="top-span-bar-4px"></div>
<div class="row app-align-center px-5 pt-5">
<h2 class="text-uppercase" style="opacity: 0.6;">Governance</h2>
<ul style="width: 100%;">
<li class="my-4">NXM is the voting weight in governance.</li>
<li class="my-4">Participating in voting earns NXM.</li>
<li class="my-4">Voting locks tokens from redemption & transfer for a period of time.</li>
</ul>
</div>
</div>
</div>
<div class="col-sm-6 mt-5">
<div class="top-span" style="overflow: hidden;height: 100%;">
<div class="top-span-bar-4px"></div>
<div class="row app-align-center px-5 pt-5">
<h2 class="text-uppercase" style="opacity: 0.6;">Claims Assessment</h2>
<ul style="width: 100%;">
<li class="my-4">NXM can be staked to vote on claims.</li>
<li class="my-4">Voting with the consensus earns NXM.</li>
<li class="my-4">Voting against the consensus locks the stake for longer time periods.</li>
<li class="my-4">Vote fraudulently and the stake will be burned.</li>
</ul>
</div>
</div>
</div>
<div class="col-sm-6 mt-5">
<div class="top-span" style="overflow: hidden;height: 100%;">
<div class="top-span-bar-4px"></div>
<div class="row app-align-center px-5 pt-5">
<h2 class="text-uppercase" style="opacity: 0.6;">Risk Assessment</h2>
<ul style="width: 100%;">
<li class="my-4">NXM can be staked against any smart contract to lower the price of cover.</li>
<li class="my-4">When cover is purchased the staker earns NXM.</li>
<li class="my-4">Should a valid claim occur within 250 days some stake is burned.</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="block block-inverse block-secondary bg-dark">
<div class="container">
<div class="row app-align-center">
<div class="col-md-6">
<h1 class="mb-4">Be first</h1>
<p class="p-dark mb-4">Stay tuned for the latest development updates. Sign up to our newsletter.</p>
<p class="p-dark mb-4">Membership of the mutual will be represented by “NXM” tokens. By signing up, you’ll be the first to know when we launch.</p>
</div>
<div class="col-md-6 px-5 sm-px-1 md-px-1 xs-d-none">
<div id="sib_embed_signup" class="BeFirstForm">
<div class="forms-builder-wrapper" style="position:relative;margin-left: auto;margin-right: auto;">
<input type="hidden" id="sib_embed_signup_lang" value="en">
<input type="hidden" id="sib_embed_invalid_email_message" value="That email address is not valid. Please try again.">
<input type="hidden" name="primary_type" id="primary_type" value="email">
<div id="sib_loading_gif_area" style="position: absolute;z-index: 9999;display: none;">
<img src="assets/img/loader_sblue.gif" style="display: block;margin-left: auto;margin-right: auto;position: relative;top: 40%;">
</div>
<form class="description" id="theform" name="theform" action="https://my.sendinblue.com/users/subscribeembed/js_id/38015/id/1" onsubmit="return false;">
<input type="hidden" name="js_id" id="js_id" value="38015">
<input type="hidden" name="listid" id="listid" value="4">
<input type="hidden" name="from_url" id="from_url" value="yes">
<input type="hidden" name="hdn_email_txt" id="hdn_email_txt" value="">
<div class="sib-container rounded">
<input type="hidden" name="req_hid" id="req_hid" value="" style="font-size: 13px;">
<div class="view-messages" style=" margin:5px 0;"> </div> <!-- an email as primary -->
<div class="primary-group email-group forms-builder-group ui-sortable">
<div class="row mandatory-email form-inline d-flex" style="margin: auto 0">
<input type="text" name="email" id="email" value="" class="form-control form-control-border mb-3" placeholder="[email protected]">
<button class="btn btn-fill mb-3 mx-2 md-mx-0" type="submit" data-editfield="subscribe" onclick="gtag('event', 'subscribe', {'event_category': 'newsletter','event_label': 'email'});">Subscribe</button>
</div>
</div>
</div>
</form>
</div>
</div>
<ul class="social-icons">
<li><a class="dark-icon icon-github-dark" href="https://github.com/somish/NexusMutual" target="_blank"></a></li>
<li><a class="dark-icon icon-medium-dark" href="https://medium.com/nexus-mutual" target="_blank"></a></li>
<li><a class="dark-icon icon-twitter-dark" href="https://twitter.com/NexusMutual" target="_blank"></a></li>
<li><a class="dark-icon icon-discord-dark" href="https://discord.gg/aQjkzW5" target="_blank"></a></li>
</ul>
<a class="mailtoLink" href="mailto:[email protected]">EMAIL: [email protected]</a>
</div>
<div class="col-md-6 d-none xs-d-block">
<div id="sib_embed_signup" class="BeFirstForm">
<div class="forms-builder-wrapper" style="position:relative;margin-left: auto;margin-right: auto;">
<input type="hidden" id="sib_embed_signup_lang" value="en">
<input type="hidden" id="sib_embed_invalid_email_message" value="That email address is not valid. Please try again.">
<input type="hidden" name="primary_type" id="primary_type" value="email">
<div id="sib_loading_gif_area" style="position: absolute;z-index: 9999;display: none;">
<img src="assets/img/loader_sblue.gif" style="display: block;margin-left: auto;margin-right: auto;position: relative;top: 40%;">
</div>
<form class="description" id="theform" name="theform" action="https://my.sendinblue.com/users/subscribeembed/js_id/38015/id/1" onsubmit="return false;">
<input type="hidden" name="js_id" id="js_id" value="38015">
<input type="hidden" name="listid" id="listid" value="4">
<input type="hidden" name="from_url" id="from_url" value="yes">
<input type="hidden" name="hdn_email_txt" id="hdn_email_txt" value="">
<div class="sib-container rounded">
<input type="hidden" name="req_hid" id="req_hid" value="" style="font-size: 13px;">
<div class="primary-group email-group forms-builder-group ui-sortable">
<div class="row mandatory-email form-inline d-flex xs-d-block" style="margin: auto 0">
<input type="text" name="email" id="email" value="" class="form-control form-control-border mb-3" placeholder="[email protected]">
<button class="btn btn-fill mb-3" type="submit" data-editfield="subscribe" onclick="gtag('event', 'subscribe', {'event_category': 'newsletter','event_label': 'email'});">Subscribe</button>
</div>
</div>
</div>
</form>
</div>
</div>
<ul class="social-icons">
<li><a class="dark-icon icon-github-dark" href="https://github.com/somish/NexusMutual" target="_blank"></a></li>
<li><a class="dark-icon icon-medium-dark" href="https://medium.com/nexus-mutual" target="_blank"></a></li>
<li><a class="dark-icon icon-twitter-dark" href="https://twitter.com/NexusMutual" target="_blank"></a></li>
<li><a class="dark-icon icon-discord-dark" href="https://discord.gg/aQjkzW5" target="_blank"></a></li>
</ul>
<a class="mailtoLink" href="mailto:[email protected]">EMAIL: [email protected]</a>
</div>
</div>
</div>
</div>
<div class="app-footer" style="background-color: #1eab89">
<div class="container">
<nav class="navbar py-0 navbar-expand-md" style="padding-left: 0; padding-right: 0">
<a class="navbar-brand mr-auto" href="/">
<img class="NXMLogo2" src="assets/img/NXMLogoWhite.png">
</a>
<div class="d-none d-md-block text-uppercase">
<ul class="nav nav-bordered">
<li class="nav-item px-1 ">
<a class="nav-link" href="index.html#team">About/Team</a>
</li>
<li class="nav-item px-1 ">
<a class="nav-link" href="assets/docs/nmx_white_paperv2_3.pdf" target="_blank">Whitepaper</a>
</li>
</ul>
</div>
</nav>
</div>
</div>
</div>
<div class="modal fade" id="exampleModal" tabindex="-1" role="dialog" aria-labelledby="exampleModalLabel" aria-hidden="true">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header">
<h2 class="modal-title" id="exampleModalLabel">STAY UPDATED!</h2>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
<div id="sib_embed_signup" style="padding: 10px;">
<div class="forms-builder-wrapper" style="position:relative;margin-left: auto;margin-right: auto;">
<input type="hidden" id="sib_embed_signup_lang" value="en">
<input type="hidden" id="sib_embed_invalid_email_message" value="That email address is not valid. Please try again.">
<input type="hidden" name="primary_type" id="primary_type" value="email">
<div id="sib_loading_gif_area" style="position: absolute;z-index: 9999;display: none;">
<img src="assets/img/loader_sblue.gif" style="display: block;margin-left: auto;margin-right: auto;position: relative;top: 40%;">
</div>
<form class="description" id="theform" name="theform" action="https://my.sendinblue.com/users/subscribeembed/js_id/38015/id/1" onsubmit="return false;">
<input type="hidden" name="js_id" id="js_id" value="38015">
<input type="hidden" name="listid" id="listid" value="4">
<input type="hidden" name="from_url" id="from_url" value="yes">
<input type="hidden" name="hdn_email_txt" id="hdn_email_txt" value="">
<div class="sib-container rounded">
<input type="hidden" name="req_hid" id="req_hid" value="" style="font-size: 13px;">
<div class="view-messages" style=" margin:5px 0;"> </div> <!-- an email as primary -->
<div class="primary-group email-group forms-builder-group ui-sortable">
<div class="row mandatory-email" style="margin: auto 0">
<p>Stay tuned for the latest development updates. Sign up to our newsletter.</p>
<p>Membership of the mutual will be represented by “NXM” tokens. By signing up, you’ll be the first to know when we launch.</p>
<div class="lbl-tinyltr mb-3" style="clear: both; float: none;">Enter your email address to subscribe. <red style="color:#ff0000;">*</red></div>
<input type="text" name="email" id="email" value="" class="form-control form-control-border" placeholder="[email protected]">
<div style="clear:both;"></div>
</div>
</div>
<div class="byline mt-4">
<button class="btn btn-fill" type="submit" data-editfield="subscribe" onclick="gtag('event', 'subscribe', {'event_category': 'newsletter','event_label': 'email'});">Subscribe</button>
</div>
<div style="clear:both;"></div>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
</div>
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/popper.min.js"></script>
<script src="assets/js/toolkit.js"></script>
<script src="assets/js/application.js"></script>
<script src="assets/js/smooth-scroll.js"></script>
<script type="text/javascript"> var sib_prefix = 'sib'; var sib_dateformat = 'dd-mm-yyyy'; </script>
<script type='text/javascript' src='https://my.sendinblue.com/public/theme/version4/assets/js/src/subscribe-validate.js?v=1523869843'></script>
</body>
</html>