<!DOCTYPE html><!-- Last Published: Thu Sep 26 2024 13:46:33 GMT+0000 (Coordinated Universal Time) --><html data-wf-domain="www.gimly.io" data-wf-page="65004f066e943dbc56078076" data-wf-site="64b9387ee6a0b5f6b0f06fa0"><head><meta charset="utf-8"/><title>Gimly blog: Blockchain and IoT projects and news - Gimly</title><meta content="Follow Gimly projects and news in the blockchain and IoT space." name="description"/><meta content="Gimly blog: Blockchain and IoT projects and news - Gimly" property="og:title"/><meta content="Follow Gimly projects and news in the blockchain and IoT space." property="og:description"/><meta content="Gimly blog: Blockchain and IoT projects and news - Gimly" property="twitter:title"/><meta content="Follow Gimly projects and news in the blockchain and IoT space." property="twitter:description"/><meta property="og:type" content="website"/><meta content="summary_large_image" name="twitter:card"/><meta content="width=device-width, initial-scale=1" name="viewport"/><link href="https://cdn.prod.website-files.com/64b9387ee6a0b5f6b0f06fa0/css/gimly.webflow.7dde7b347.css" rel="stylesheet" type="text/css"/><script type="text/javascript">!function(o,c){var n=c.documentElement,t=" w-mod-";n.className+=t+"js",("ontouchstart"in o||o.DocumentTouch&&c instanceof DocumentTouch)&&(n.className+=t+"touch")}(window,document);</script><link href="https://cdn.prod.website-files.com/64b9387ee6a0b5f6b0f06fa0/6529501f9dcdf7cd258b1ff2_Gimly-favicon-2.png" rel="shortcut icon" type="image/x-icon"/><link href="https://cdn.prod.website-files.com/64b9387ee6a0b5f6b0f06fa0/6526b57cb257eb7ce9caab42_Gimly-touch-icon.png" rel="apple-touch-icon"/><script src="https://www.google.com/recaptcha/api.js" type="text/javascript"></script><!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-0XCFN4N9WX"></script>
<script>
  window.dataLayer = window.dataLayer || [];
  function gtag(){dataLayer.push(arguments);}
  gtag('js', new Date());

  gtag('config', 'G-0XCFN4N9WX');
</script><style>
	.active-checkbox{
  	display: flex;
    column-gap: 10px;
   	font-weight: 700;
  }
	.active-checkbox::after{
  	content: "\2715";
  }
</style></head><body class="news_body"><div class="page-wrapper"><div class="global-styles w-embed"><style>

/* Make text look crisper and more legible in all browsers */
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

/* Focus state style for keyboard navigation for the focusable elements */
*[tabindex]:focus-visible,
  input[type="file"]:focus-visible {
   outline: 0.125rem solid #4d65ff;
   outline-offset: 0.125rem;
}

/* Get rid of top margin on first element in any rich text element */
.w-richtext > :not(div):first-child, .w-richtext > div:first-child > :first-child {
  margin-top: 0 !important;
}

/* Get rid of bottom margin on last element in any rich text element */
.w-richtext>:last-child, .w-richtext ol li:last-child, .w-richtext ul li:last-child {
	margin-bottom: 0 !important;
}

/* Prevent all click and hover interaction with an element */
.pointer-events-off {
	pointer-events: none;
}

/* Enables all click and hover interaction with an element */
.pointer-events-on {
  pointer-events: auto;
}

/* Create a class of .div-square which maintains a 1:1 dimension of a div */
.div-square::after {
	content: "";
	display: block;
	padding-bottom: 100%;
}

/* Make sure containers never lose their center alignment */
.container-medium,.container-small, .container-large {
	margin-right: auto !important;
  margin-left: auto !important;
}

/* 
Make the following elements inherit typography styles from the parent and not have hardcoded values. 
Important: You will not be able to style for example "All Links" in Designer with this CSS applied.
Uncomment this CSS to use it in the project. Leave this message for future hand-off.
*/
/*
a,
.w-input,
.w-select,
.w-tab-link,
.w-nav-link,
.w-dropdown-btn,
.w-dropdown-toggle,
.w-dropdown-link {
  color: inherit;
  text-decoration: inherit;
  font-size: inherit;
}
*/

/* Apply "..." after 3 lines of text */
.text-style-3lines {
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

/* Apply "..." after 2 lines of text */
.text-style-2lines {
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

/* Adds inline flex display */
.display-inlineflex {
  display: inline-flex;
}

/* These classes are never overwritten */
.hide {
  display: none !important;
}

@media screen and (max-width: 991px) {
    .hide, .hide-tablet {
        display: none !important;
    }
}
  @media screen and (max-width: 767px) {
    .hide-mobile-landscape{
      display: none !important;
    }
}
  @media screen and (max-width: 479px) {
    .hide-mobile{
      display: none !important;
    }
}
 
.margin-0 {
  margin: 0rem !important;
}
  
.padding-0 {
  padding: 0rem !important;
}

.spacing-clean {
padding: 0rem !important;
margin: 0rem !important;
}

.margin-top {
  margin-right: 0rem !important;
  margin-bottom: 0rem !important;
  margin-left: 0rem !important;
}

.padding-top {
  padding-right: 0rem !important;
  padding-bottom: 0rem !important;
  padding-left: 0rem !important;
}
  
.margin-right {
  margin-top: 0rem !important;
  margin-bottom: 0rem !important;
  margin-left: 0rem !important;
}

.padding-right {
  padding-top: 0rem !important;
  padding-bottom: 0rem !important;
  padding-left: 0rem !important;
}

.margin-bottom {
  margin-top: 0rem !important;
  margin-right: 0rem !important;
  margin-left: 0rem !important;
}

.padding-bottom {
  padding-top: 0rem !important;
  padding-right: 0rem !important;
  padding-left: 0rem !important;
}

.margin-left {
  margin-top: 0rem !important;
  margin-right: 0rem !important;
  margin-bottom: 0rem !important;
}
  
.padding-left {
  padding-top: 0rem !important;
  padding-right: 0rem !important;
  padding-bottom: 0rem !important;
}
  
.margin-horizontal {
  margin-top: 0rem !important;
  margin-bottom: 0rem !important;
}

.padding-horizontal {
  padding-top: 0rem !important;
  padding-bottom: 0rem !important;
}

.margin-vertical {
  margin-right: 0rem !important;
  margin-left: 0rem !important;
}
  
.padding-vertical {
  padding-right: 0rem !important;
  padding-left: 0rem !important;
}
/*dark button style snippet*/
.dark-button:hover .button-inner {
  background: #202636;
  color: white;
}
/*light button style snippet*/
.light-button:hover .button-inner.in-light {
	 background: transparent;
	 color: #202636;
}
/* active footer link*/
.footer_link.w--current{
	color: white;
  font-weight: 700;
}
  .nav-link.w-nav-link.w--current::before{
    content: "";
    display: block;
    position: absolute;
    bottom: -.5rem;
    left: 50%;
    transform: translateX(-50%);
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 100%;
    background: #202636;
  }
  .active-checkbox .filter_radio-button {
  	font-weight: 700;
  }
  .nav-link{
  	color: #202636!important;
  }
</style></div><main class="main-wrapper"><div data-w-id="c3b2f5f1-32ab-a5a6-69b7-f2acbd20f3fc" class="padding-global navbar-wrapper"><div class="container-large"><div data-animation="default" class="navbar_component w-nav" data-easing2="ease" fs-scrolldisable-element="smart-nav" data-easing="ease" data-collapse="medium" data-w-id="c3b2f5f1-32ab-a5a6-69b7-f2acbd20f3fe" role="banner" data-duration="400"><div class="navbar2_container"><a href="/" id="w-node-c3b2f5f1-32ab-a5a6-69b7-f2acbd20f400-bd20f3fc" class="navbar2_logo-link w-nav-brand"><img src="https://cdn.prod.website-files.com/64b9387ee6a0b5f6b0f06fa0/64b9b2b54ae54bd94fc5a01a_Gimly%20Logo.svg" loading="lazy" alt="Gimly" class="navbar2_logo"/></a><nav role="navigation" id="w-node-c3b2f5f1-32ab-a5a6-69b7-f2acbd20f402-bd20f3fc" class="navbar2_menu is-page-height-tablet w-nav-menu"><a href="/" class="nav-link w-nav-link">Home</a><a href="/how-it-works" class="nav-link w-nav-link">How it works</a><a href="/demos" class="nav-link w-nav-link">Demos</a><a href="/news-insights" aria-current="page" class="nav-link w-nav-link w--current">News &amp; Insights</a><a href="/about" class="nav-link w-nav-link">About</a><a href="/contact-us" class="nav-link w-nav-link">Contact us</a></nav><div id="w-node-c3b2f5f1-32ab-a5a6-69b7-f2acbd20f40f-bd20f3fc" class="navbar2_button-wrapper"><div class="navbar2_menu-button w-nav-button"><div class="menu-icon2"><div class="menu-icon2_line-top"></div><div class="menu-icon2_line-middle"><div class="menu-icon_line-middle-inner"></div></div><div class="menu-icon2_line-bottom"></div></div></div><div class="hide-tablet"><a href="/booking-page" class="light-button w-inline-block"><div class="text-block">Book a call</div><div class="button-inner in-light"><div class="arrow-icon w-embed"><svg width="24" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M5 13.5H16.17L11.29 18.38C10.9 18.77 10.9 19.41 11.29 19.8C11.68 20.19 12.31 20.19 12.7 19.8L19.29 13.21C19.68 12.82 19.68 12.19 19.29 11.8L12.71 5.2C12.32 4.81 11.69 4.81 11.3 5.2C10.91 5.59 10.91 6.22 11.3 6.61L16.17 11.5H5C4.45 11.5 4 11.95 4 12.5C4 13.05 4.45 13.5 5 13.5Z" fill="currentColor"/>
</svg></div></div></a></div></div></div></div></div></div><section><div class="spacer-large"></div><div class="padding-global"><div class="container-large"><div class="heading_grid"><div class="max-width-424"><h1 class="heading-style-h2 text-align-center">News &amp; Insights</h1><div class="margin-top margin-xsmall"><div class="text-size-18 text-grey-800 text-align-center">Find out what&#x27;s the latest in travel and hospitality, decentralized identity, access control, and how Gimly is leading the change.</div></div></div></div></div></div><div class="spacer-xlarge"></div></section><section><div class="padding-global"><div class="container-large"><div fs-cmsfilter-element="filters" class="w-form"><form id="email-form" name="email-form" data-name="Email Form" method="get" data-wf-page-id="65004f066e943dbc56078076" data-wf-element-id="a462af44-dea3-93bd-458f-715197dd92d8"><input class="search-field w-input" maxlength="256" name="field" fs-cmsfilter-field="*" data-name="Field" placeholder="What are you looking for?" type="text" id="field"/><div class="margin-top margin-custom2"><div class="filter_categories-wrapper"><div class="filter_categories-container"><label class="filter_radio-wrapper all-button w-radio"><input id="categoty-2" type="radio" name="radio-3" data-name="Radio 3" class="w-form-formradioinput hide w-radio-input" checked="" value="categoty"/><span fs-cmsfilter-element="clear" fs-cmsfilter-active="is-active" class="category_wrapper w-form-label" for="categoty-2">All</span></label><div class="w-dyn-list"><div role="list" class="filter_categories-list w-dyn-items"><div role="listitem" class="w-dyn-item"><label class="filter_radio-wrapper w-radio"><input id="categoty" type="radio" name="Radio-3" data-name="Radio 3" class="w-form-formradioinput hide w-radio-input" value="categoty"/><span fs-cmsfilter-active="is-active" fs-cmsfilter-field="category" class="category_wrapper w-form-label" for="categoty">Press-release</span></label></div><div role="listitem" class="w-dyn-item"><label class="filter_radio-wrapper w-radio"><input id="categoty" type="radio" name="Radio-3" data-name="Radio 3" class="w-form-formradioinput hide w-radio-input" value="categoty"/><span fs-cmsfilter-active="is-active" fs-cmsfilter-field="category" class="category_wrapper w-form-label" for="categoty">Blog</span></label></div><div role="listitem" class="w-dyn-item"><label class="filter_radio-wrapper w-radio"><input id="categoty" type="radio" name="Radio-3" data-name="Radio 3" class="w-form-formradioinput hide w-radio-input" value="categoty"/><span fs-cmsfilter-active="is-active" fs-cmsfilter-field="category" class="category_wrapper w-form-label" for="categoty">Guides</span></label></div><div role="listitem" class="w-dyn-item"><label class="filter_radio-wrapper w-radio"><input id="categoty" type="radio" name="Radio-3" data-name="Radio 3" class="w-form-formradioinput hide w-radio-input" value="categoty"/><span fs-cmsfilter-active="is-active" fs-cmsfilter-field="category" class="category_wrapper w-form-label" for="categoty">News</span></label></div></div></div></div></div></div><div class="margin-top margin-medium"><div class="w-dyn-list"><div role="list" class="tags_list w-dyn-items"><div style="background-color:hsla(75.36, 41.89%, 91.40%, 1.00);color:#5e7e01" role="listitem" class="tag_item w-dyn-item"><label class="w-checkbox radio-button-field"><input type="checkbox" id="checkbox" name="checkbox" data-name="Checkbox" class="w-checkbox-input hide"/><span fs-cmsfilter-active="active-checkbox" fs-cmsfilter-field="demo-tag" class="filter_radio-button w-form-label" for="checkbox">#Traction</span></label></div><div style="background-color:hsla(11.920529801324502, 71.45%, 94.16%, 1.00);color:hsla(12.1875, 99.11%, 29.97%, 1.00)" role="listitem" class="tag_item w-dyn-item"><label class="w-checkbox radio-button-field"><input type="checkbox" id="checkbox" name="checkbox" data-name="Checkbox" class="w-checkbox-input hide"/><span fs-cmsfilter-active="active-checkbox" fs-cmsfilter-field="demo-tag" class="filter_radio-button w-form-label" for="checkbox">#Decentralized Identity</span></label></div><div style="background-color:hsla(165, 97.36%, 36.10%, 0.10);color:hsla(204, 98.23%, 26.86%, 1.00)" role="listitem" class="tag_item w-dyn-item"><label class="w-checkbox radio-button-field"><input type="checkbox" id="checkbox" name="checkbox" data-name="Checkbox" class="w-checkbox-input hide"/><span fs-cmsfilter-active="active-checkbox" fs-cmsfilter-field="demo-tag" class="filter_radio-button w-form-label" for="checkbox">#NFT</span></label></div><div style="background-color:hsla(29, 55.10%, 93.32%, 1.00);color:hsla(27, 98.23%, 26.86%, 1.00)" role="listitem" class="tag_item w-dyn-item"><label class="w-checkbox radio-button-field"><input type="checkbox" id="checkbox" name="checkbox" data-name="Checkbox" class="w-checkbox-input hide"/><span fs-cmsfilter-active="active-checkbox" fs-cmsfilter-field="demo-tag" class="filter_radio-button w-form-label" for="checkbox">#Team</span></label></div><div style="background-color:hsla(43.536585365853654, 72.55%, 95.14%, 1.00);color:hsla(39.529411764705884, 85.19%, 52.73%, 1.00)" role="listitem" class="tag_item w-dyn-item"><label class="w-checkbox radio-button-field"><input type="checkbox" id="checkbox" name="checkbox" data-name="Checkbox" class="w-checkbox-input hide"/><span fs-cmsfilter-active="active-checkbox" fs-cmsfilter-field="demo-tag" class="filter_radio-button w-form-label" for="checkbox">#OpenID for SSI</span></label></div><div style="background-color:#f6f4fa;color:#451c9a" role="listitem" class="tag_item w-dyn-item"><label class="w-checkbox radio-button-field"><input type="checkbox" id="checkbox" name="checkbox" data-name="Checkbox" class="w-checkbox-input hide"/><span fs-cmsfilter-active="active-checkbox" fs-cmsfilter-field="demo-tag" class="filter_radio-button w-form-label" for="checkbox">#Smart access control</span></label></div><div style="background-color:#f0f5fd;color:#0b3d88" role="listitem" class="tag_item w-dyn-item"><label class="w-checkbox radio-button-field"><input type="checkbox" id="checkbox" name="checkbox" data-name="Checkbox" class="w-checkbox-input hide"/><span fs-cmsfilter-active="active-checkbox" fs-cmsfilter-field="demo-tag" class="filter_radio-button w-form-label" for="checkbox">#Tap to ID: SSI-NFC</span></label></div><div style="background-color:#f3fadf;color:#333c1b" role="listitem" class="tag_item w-dyn-item"><label class="w-checkbox radio-button-field"><input type="checkbox" id="checkbox" name="checkbox" data-name="Checkbox" class="w-checkbox-input hide"/><span fs-cmsfilter-active="active-checkbox" fs-cmsfilter-field="demo-tag" class="filter_radio-button w-form-label" for="checkbox">#Password-less login</span></label></div></div></div></div></form><div class="w-form-done"><div>Thank you! Your submission has been received!</div></div><div class="w-form-fail"><div>Oops! Something went wrong while submitting the form.</div></div></div><div class="spacer-xlarge"></div><div class="w-dyn-list"><div fs-cmsload-element="list" fs-cmsfilter-element="list" role="list" class="news_list w-dyn-items"><div role="listitem" class="news-item w-dyn-item"><div><a id="w-node-_433368e3-997c-e1bf-b378-a25c0f7aa9ba-56078076" href="/news-and-insights/gimly-2023-recap" class="featured_image-block w-inline-block"><div fs-cmsfilter-field="category" class="featured_category">Blog</div><img src="https://cdn.prod.website-files.com/64cce42f9918b4f3e79d6f9b/658e8c986a247d4585dfac46_WhatsApp%20Image%202023-12-29%20at%2010.02.36.jpeg" loading="lazy" alt="" sizes="(max-width: 479px) 92vw, (max-width: 767px) 95vw, (max-width: 1439px) 44vw, 592px" srcset="https://cdn.prod.website-files.com/64cce42f9918b4f3e79d6f9b/658e8c986a247d4585dfac46_WhatsApp%20Image%202023-12-29%20at%2010.02.36-p-500.jpeg 500w, https://cdn.prod.website-files.com/64cce42f9918b4f3e79d6f9b/658e8c986a247d4585dfac46_WhatsApp%20Image%202023-12-29%20at%2010.02.36-p-800.jpeg 800w, https://cdn.prod.website-files.com/64cce42f9918b4f3e79d6f9b/658e8c986a247d4585dfac46_WhatsApp%20Image%202023-12-29%20at%2010.02.36-p-1080.jpeg 1080w, https://cdn.prod.website-files.com/64cce42f9918b4f3e79d6f9b/658e8c986a247d4585dfac46_WhatsApp%20Image%202023-12-29%20at%2010.02.36.jpeg 1500w" class="blog-image"/><div class="featured-info_wrapper"><div fs-cmsfilter-field="featured" class="featured_text">Featured</div><div class="icon-24 w-embed"><svg width="24" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M11.9998 18.0907L16.1498 20.6007C16.9098 21.0607 17.8398 20.3807 17.6398 19.5207L16.5398 14.8007L20.2098 11.6207C20.8798 11.0407 20.5198 9.94069 19.6398 9.87069L14.8098 9.46069L12.9198 5.00069C12.5798 4.19069 11.4198 4.19069 11.0798 5.00069L9.18983 9.45069L4.35983 9.86069C3.47983 9.93069 3.11983 11.0307 3.78983 11.6107L7.45983 14.7907L6.35983 19.5107C6.15983 20.3707 7.08983 21.0507 7.84983 20.5907L11.9998 18.0907Z" fill="currentColor"/>
</svg></div></div></a><div class="spacer-small"></div><a href="/news-and-insights/gimly-2023-recap" class="demo_heading-container w-inline-block"><h4 fs-cmsfilter-field="name">Gimly&#x27;s Remarkable 2023: A Year of Innovation and Expansion</h4><img src="https://cdn.prod.website-files.com/64b9387ee6a0b5f6b0f06fa0/64b9ac4904393cd6cdd133dc_arrow-forward.svg" loading="lazy" alt=""/></a><div class="spacer-xsmall"></div><a href="/news-and-insights/gimly-2023-recap" class="text-style-2lines w-inline-block"><div fs-cmsfilter-field="summary">2023 has been an extraordinary year for Gimly. We&#x27;ve grown our team, advanced our technology, and forged strong partnerships. Here, we take a moment to reflect and share with you some of our most cherished moments and milestones from 2023.</div></a><div class="tags-wrapper"><div class="w-dyn-list"><div role="list" class="tags_list align-items-left margin-top margin-small w-dyn-items"><div style="color:#5e7e01;background-color:hsla(75.36, 41.89%, 91.40%, 1.00)" role="listitem" class="tag_item w-dyn-item"><div fs-cmsfilter-field="demo-tag">#Traction</div></div><div style="color:hsla(27, 98.23%, 26.86%, 1.00);background-color:hsla(29, 55.10%, 93.32%, 1.00)" role="listitem" class="tag_item w-dyn-item"><div fs-cmsfilter-field="demo-tag">#Team</div></div></div></div></div></div><div class="demos-footer"><div class="author-wrapper"><div>by</div><div>Khalid</div></div><div class="author-wrapper"><div>December 29, 2023</div></div></div></div><div role="listitem" class="news-item w-dyn-item"><div><a id="w-node-_433368e3-997c-e1bf-b378-a25c0f7aa9ba-56078076" href="/news-and-insights/khalid-joins-gimly-as-coo" class="featured_image-block w-inline-block"><div fs-cmsfilter-field="category" class="featured_category">Press-release</div><img src="https://cdn.prod.website-files.com/64cce42f9918b4f3e79d6f9b/65203afef7112a38f3b1fe09_Khalid_joining_Gimly.jpg" loading="lazy" alt="" sizes="(max-width: 479px) 92vw, (max-width: 767px) 95vw, (max-width: 1439px) 44vw, 592px" srcset="https://cdn.prod.website-files.com/64cce42f9918b4f3e79d6f9b/65203afef7112a38f3b1fe09_Khalid_joining_Gimly-p-500.jpg 500w, https://cdn.prod.website-files.com/64cce42f9918b4f3e79d6f9b/65203afef7112a38f3b1fe09_Khalid_joining_Gimly-p-800.jpg 800w, https://cdn.prod.website-files.com/64cce42f9918b4f3e79d6f9b/65203afef7112a38f3b1fe09_Khalid_joining_Gimly-p-1080.jpg 1080w, https://cdn.prod.website-files.com/64cce42f9918b4f3e79d6f9b/65203afef7112a38f3b1fe09_Khalid_joining_Gimly.jpg 1300w" class="blog-image"/><div class="featured-info_wrapper w-condition-invisible"><div fs-cmsfilter-field="featured" class="featured_text">Featured</div><div class="icon-24 w-embed"><svg width="24" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M11.9998 18.0907L16.1498 20.6007C16.9098 21.0607 17.8398 20.3807 17.6398 19.5207L16.5398 14.8007L20.2098 11.6207C20.8798 11.0407 20.5198 9.94069 19.6398 9.87069L14.8098 9.46069L12.9198 5.00069C12.5798 4.19069 11.4198 4.19069 11.0798 5.00069L9.18983 9.45069L4.35983 9.86069C3.47983 9.93069 3.11983 11.0307 3.78983 11.6107L7.45983 14.7907L6.35983 19.5107C6.15983 20.3707 7.08983 21.0507 7.84983 20.5907L11.9998 18.0907Z" fill="currentColor"/>
</svg></div></div></a><div class="spacer-small"></div><a href="/news-and-insights/khalid-joins-gimly-as-coo" class="demo_heading-container w-inline-block"><h4 fs-cmsfilter-field="name">Khalid joins Gimly as COO</h4><img src="https://cdn.prod.website-files.com/64b9387ee6a0b5f6b0f06fa0/64b9ac4904393cd6cdd133dc_arrow-forward.svg" loading="lazy" alt=""/></a><div class="spacer-xsmall"></div><a href="/news-and-insights/khalid-joins-gimly-as-coo" class="text-style-2lines w-inline-block"><div fs-cmsfilter-field="summary">Khalid joins Gimly as COO. As a former IDTech founder Khalid has extensive experience and a strong network in the self-sovereign identity space as well as the aviation and travel industry.</div></a><div class="tags-wrapper"><div class="w-dyn-list"><div role="list" class="tags_list align-items-left margin-top margin-small w-dyn-items"><div style="color:#5e7e01;background-color:hsla(75.36, 41.89%, 91.40%, 1.00)" role="listitem" class="tag_item w-dyn-item"><div fs-cmsfilter-field="demo-tag">#Traction</div></div><div style="color:hsla(27, 98.23%, 26.86%, 1.00);background-color:hsla(29, 55.10%, 93.32%, 1.00)" role="listitem" class="tag_item w-dyn-item"><div fs-cmsfilter-field="demo-tag">#Team</div></div></div></div></div></div><div class="demos-footer"><div class="author-wrapper"><div>by</div><div>Caspar Roelofs</div></div><div class="author-wrapper"><div>March 6, 2023</div></div></div></div><div role="listitem" class="news-item w-dyn-item"><div><a id="w-node-_433368e3-997c-e1bf-b378-a25c0f7aa9ba-56078076" href="/news-and-insights/revolutionizing-identity-and-access-control-with-tap-to-id" class="featured_image-block w-inline-block"><div fs-cmsfilter-field="category" class="featured_category">Blog</div><img src="https://cdn.prod.website-files.com/64cce42f9918b4f3e79d6f9b/65202a1b6286a4061aa9990e_Tap-to-ID-is-tap-to-pay-blue.jpg" loading="lazy" alt="" sizes="(max-width: 479px) 92vw, (max-width: 767px) 95vw, (max-width: 1439px) 44vw, 592px" srcset="https://cdn.prod.website-files.com/64cce42f9918b4f3e79d6f9b/65202a1b6286a4061aa9990e_Tap-to-ID-is-tap-to-pay-blue-p-500.jpg 500w, https://cdn.prod.website-files.com/64cce42f9918b4f3e79d6f9b/65202a1b6286a4061aa9990e_Tap-to-ID-is-tap-to-pay-blue-p-800.jpg 800w, https://cdn.prod.website-files.com/64cce42f9918b4f3e79d6f9b/65202a1b6286a4061aa9990e_Tap-to-ID-is-tap-to-pay-blue-p-1080.jpg 1080w, https://cdn.prod.website-files.com/64cce42f9918b4f3e79d6f9b/65202a1b6286a4061aa9990e_Tap-to-ID-is-tap-to-pay-blue.jpg 1300w" class="blog-image"/><div class="featured-info_wrapper w-condition-invisible"><div fs-cmsfilter-field="featured" class="featured_text">Featured</div><div class="icon-24 w-embed"><svg width="24" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M11.9998 18.0907L16.1498 20.6007C16.9098 21.0607 17.8398 20.3807 17.6398 19.5207L16.5398 14.8007L20.2098 11.6207C20.8798 11.0407 20.5198 9.94069 19.6398 9.87069L14.8098 9.46069L12.9198 5.00069C12.5798 4.19069 11.4198 4.19069 11.0798 5.00069L9.18983 9.45069L4.35983 9.86069C3.47983 9.93069 3.11983 11.0307 3.78983 11.6107L7.45983 14.7907L6.35983 19.5107C6.15983 20.3707 7.08983 21.0507 7.84983 20.5907L11.9998 18.0907Z" fill="currentColor"/>
</svg></div></div></a><div class="spacer-small"></div><a href="/news-and-insights/revolutionizing-identity-and-access-control-with-tap-to-id" class="demo_heading-container w-inline-block"><h4 fs-cmsfilter-field="name">Revolutionizing Identity &amp; Access with Tap to ID</h4><img src="https://cdn.prod.website-files.com/64b9387ee6a0b5f6b0f06fa0/64b9ac4904393cd6cdd133dc_arrow-forward.svg" loading="lazy" alt=""/></a><div class="spacer-xsmall"></div><a href="/news-and-insights/revolutionizing-identity-and-access-control-with-tap-to-id" class="text-style-2lines w-inline-block"><div fs-cmsfilter-field="summary">Tap to ID leverages SSI and NFC for identity and smart access control by the tap of a mobile phone or NFC smart card. It revolutionises smart access control to digital services or physical environments. This work has been partly funded by NGI eSSIF-lab and was presented at the essif-lab final event.</div></a><div class="tags-wrapper"><div class="w-dyn-list"><div role="list" class="tags_list align-items-left margin-top margin-small w-dyn-items"><div style="color:#0b3d88;background-color:#f0f5fd" role="listitem" class="tag_item w-dyn-item"><div fs-cmsfilter-field="demo-tag">#Tap to ID: SSI-NFC</div></div><div style="color:#451c9a;background-color:#f6f4fa" role="listitem" class="tag_item w-dyn-item"><div fs-cmsfilter-field="demo-tag">#Smart access control</div></div><div style="color:hsla(39.529411764705884, 85.19%, 52.73%, 1.00);background-color:hsla(43.536585365853654, 72.55%, 95.14%, 1.00)" role="listitem" class="tag_item w-dyn-item"><div fs-cmsfilter-field="demo-tag">#OpenID for SSI</div></div></div></div></div></div><div class="demos-footer"><div class="author-wrapper"><div>by</div><div>Caspar Roelofs</div></div><div class="author-wrapper"><div>December 6, 2022</div></div></div></div><div role="listitem" class="news-item w-dyn-item"><div><a id="w-node-_433368e3-997c-e1bf-b378-a25c0f7aa9ba-56078076" href="/news-and-insights/introducing-charlie" class="featured_image-block w-inline-block"><div fs-cmsfilter-field="category" class="featured_category">News</div><img src="https://cdn.prod.website-files.com/64cce42f9918b4f3e79d6f9b/652057a5f65a3ac72cfc1e7b_Charlie_joining_Gimly.jpg" loading="lazy" alt="" sizes="(max-width: 479px) 92vw, (max-width: 767px) 95vw, (max-width: 1439px) 44vw, 592px" srcset="https://cdn.prod.website-files.com/64cce42f9918b4f3e79d6f9b/652057a5f65a3ac72cfc1e7b_Charlie_joining_Gimly-p-500.jpg 500w, https://cdn.prod.website-files.com/64cce42f9918b4f3e79d6f9b/652057a5f65a3ac72cfc1e7b_Charlie_joining_Gimly-p-800.jpg 800w, https://cdn.prod.website-files.com/64cce42f9918b4f3e79d6f9b/652057a5f65a3ac72cfc1e7b_Charlie_joining_Gimly-p-1080.jpg 1080w, https://cdn.prod.website-files.com/64cce42f9918b4f3e79d6f9b/652057a5f65a3ac72cfc1e7b_Charlie_joining_Gimly.jpg 1300w" class="blog-image"/><div class="featured-info_wrapper w-condition-invisible"><div fs-cmsfilter-field="featured" class="featured_text">Featured</div><div class="icon-24 w-embed"><svg width="24" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M11.9998 18.0907L16.1498 20.6007C16.9098 21.0607 17.8398 20.3807 17.6398 19.5207L16.5398 14.8007L20.2098 11.6207C20.8798 11.0407 20.5198 9.94069 19.6398 9.87069L14.8098 9.46069L12.9198 5.00069C12.5798 4.19069 11.4198 4.19069 11.0798 5.00069L9.18983 9.45069L4.35983 9.86069C3.47983 9.93069 3.11983 11.0307 3.78983 11.6107L7.45983 14.7907L6.35983 19.5107C6.15983 20.3707 7.08983 21.0507 7.84983 20.5907L11.9998 18.0907Z" fill="currentColor"/>
</svg></div></div></a><div class="spacer-small"></div><a href="/news-and-insights/introducing-charlie" class="demo_heading-container w-inline-block"><h4 fs-cmsfilter-field="name">Introducing Charlie</h4><img src="https://cdn.prod.website-files.com/64b9387ee6a0b5f6b0f06fa0/64b9ac4904393cd6cdd133dc_arrow-forward.svg" loading="lazy" alt=""/></a><div class="spacer-xsmall"></div><a href="/news-and-insights/introducing-charlie" class="text-style-2lines w-inline-block"><div fs-cmsfilter-field="summary">We’re excited to welcome Charlie to the team. Charlie brings a rich technical background in full-stack development and an expertise in React Native development.</div></a><div class="tags-wrapper"><div class="w-dyn-list"><div role="list" class="tags_list align-items-left margin-top margin-small w-dyn-items"><div style="color:#5e7e01;background-color:hsla(75.36, 41.89%, 91.40%, 1.00)" role="listitem" class="tag_item w-dyn-item"><div fs-cmsfilter-field="demo-tag">#Traction</div></div><div style="color:hsla(27, 98.23%, 26.86%, 1.00);background-color:hsla(29, 55.10%, 93.32%, 1.00)" role="listitem" class="tag_item w-dyn-item"><div fs-cmsfilter-field="demo-tag">#Team</div></div></div></div></div></div><div class="demos-footer"><div class="author-wrapper"><div>by</div><div>Caspar Roelofs</div></div><div class="author-wrapper"><div>July 11, 2022</div></div></div></div><div role="listitem" class="news-item w-dyn-item"><div><a id="w-node-_433368e3-997c-e1bf-b378-a25c0f7aa9ba-56078076" href="/news-and-insights/ssi-wallets" class="featured_image-block w-inline-block"><div fs-cmsfilter-field="category" class="featured_category">Blog</div><img src="https://cdn.prod.website-files.com/64cce42f9918b4f3e79d6f9b/65204cd299309414b432634d_SSI-wallets.jpg" loading="lazy" alt="" sizes="(max-width: 479px) 92vw, (max-width: 767px) 95vw, (max-width: 1439px) 44vw, 592px" srcset="https://cdn.prod.website-files.com/64cce42f9918b4f3e79d6f9b/65204cd299309414b432634d_SSI-wallets-p-500.jpg 500w, https://cdn.prod.website-files.com/64cce42f9918b4f3e79d6f9b/65204cd299309414b432634d_SSI-wallets-p-800.jpg 800w, https://cdn.prod.website-files.com/64cce42f9918b4f3e79d6f9b/65204cd299309414b432634d_SSI-wallets-p-1080.jpg 1080w, https://cdn.prod.website-files.com/64cce42f9918b4f3e79d6f9b/65204cd299309414b432634d_SSI-wallets.jpg 1300w" class="blog-image"/><div class="featured-info_wrapper w-condition-invisible"><div fs-cmsfilter-field="featured" class="featured_text">Featured</div><div class="icon-24 w-embed"><svg width="24" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M11.9998 18.0907L16.1498 20.6007C16.9098 21.0607 17.8398 20.3807 17.6398 19.5207L16.5398 14.8007L20.2098 11.6207C20.8798 11.0407 20.5198 9.94069 19.6398 9.87069L14.8098 9.46069L12.9198 5.00069C12.5798 4.19069 11.4198 4.19069 11.0798 5.00069L9.18983 9.45069L4.35983 9.86069C3.47983 9.93069 3.11983 11.0307 3.78983 11.6107L7.45983 14.7907L6.35983 19.5107C6.15983 20.3707 7.08983 21.0507 7.84983 20.5907L11.9998 18.0907Z" fill="currentColor"/>
</svg></div></div></a><div class="spacer-small"></div><a href="/news-and-insights/ssi-wallets" class="demo_heading-container w-inline-block"><h4 fs-cmsfilter-field="name">Decentralized Identity (SSI) Wallets</h4><img src="https://cdn.prod.website-files.com/64b9387ee6a0b5f6b0f06fa0/64b9ac4904393cd6cdd133dc_arrow-forward.svg" loading="lazy" alt=""/></a><div class="spacer-xsmall"></div><a href="/news-and-insights/ssi-wallets" class="text-style-2lines w-inline-block"><div fs-cmsfilter-field="summary">SSI Wallets are one of the essential components that make self sovereign identity possible. An increasing number of SSI Wallet apps are being released, each with slightly differing feature sets. This post is intended as an evergreen overview and comparison of SSI Wallet apps. If we discover a new one, we&#x27;ll add it here. If you&#x27;ve developed an SSI Wallet app, feel free to make a pull request to this repository to get added to this list.</div></a><div class="tags-wrapper"><div class="w-dyn-list"><div role="list" class="tags_list align-items-left margin-top margin-small w-dyn-items"><div style="color:hsla(12.1875, 99.11%, 29.97%, 1.00);background-color:hsla(11.920529801324502, 71.45%, 94.16%, 1.00)" role="listitem" class="tag_item w-dyn-item"><div fs-cmsfilter-field="demo-tag">#Decentralized Identity</div></div><div style="color:#5e7e01;background-color:hsla(75.36, 41.89%, 91.40%, 1.00)" role="listitem" class="tag_item w-dyn-item"><div fs-cmsfilter-field="demo-tag">#Traction</div></div><div style="color:hsla(39.529411764705884, 85.19%, 52.73%, 1.00);background-color:hsla(43.536585365853654, 72.55%, 95.14%, 1.00)" role="listitem" class="tag_item w-dyn-item"><div fs-cmsfilter-field="demo-tag">#OpenID for SSI</div></div></div></div></div></div><div class="demos-footer"><div class="author-wrapper"><div>by</div><div>Caspar Roelofs</div></div><div class="author-wrapper"><div>September 24, 2021</div></div></div></div><div role="listitem" class="news-item w-dyn-item"><div><a id="w-node-_433368e3-997c-e1bf-b378-a25c0f7aa9ba-56078076" href="/news-and-insights/peer-did-example" class="featured_image-block w-inline-block"><div fs-cmsfilter-field="category" class="featured_category">Guides</div><img src="https://cdn.prod.website-files.com/64cce42f9918b4f3e79d6f9b/65240ad9664086bd79c02028_Exploring%20P2P.jpg" loading="lazy" alt="" sizes="(max-width: 479px) 92vw, (max-width: 767px) 95vw, (max-width: 1439px) 44vw, 592px" srcset="https://cdn.prod.website-files.com/64cce42f9918b4f3e79d6f9b/65240ad9664086bd79c02028_Exploring%20P2P-p-500.jpg 500w, https://cdn.prod.website-files.com/64cce42f9918b4f3e79d6f9b/65240ad9664086bd79c02028_Exploring%20P2P-p-800.jpg 800w, https://cdn.prod.website-files.com/64cce42f9918b4f3e79d6f9b/65240ad9664086bd79c02028_Exploring%20P2P-p-1080.jpg 1080w, https://cdn.prod.website-files.com/64cce42f9918b4f3e79d6f9b/65240ad9664086bd79c02028_Exploring%20P2P.jpg 1300w" class="blog-image"/><div class="featured-info_wrapper w-condition-invisible"><div fs-cmsfilter-field="featured" class="featured_text">Featured</div><div class="icon-24 w-embed"><svg width="24" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M11.9998 18.0907L16.1498 20.6007C16.9098 21.0607 17.8398 20.3807 17.6398 19.5207L16.5398 14.8007L20.2098 11.6207C20.8798 11.0407 20.5198 9.94069 19.6398 9.87069L14.8098 9.46069L12.9198 5.00069C12.5798 4.19069 11.4198 4.19069 11.0798 5.00069L9.18983 9.45069L4.35983 9.86069C3.47983 9.93069 3.11983 11.0307 3.78983 11.6107L7.45983 14.7907L6.35983 19.5107C6.15983 20.3707 7.08983 21.0507 7.84983 20.5907L11.9998 18.0907Z" fill="currentColor"/>
</svg></div></div></a><div class="spacer-small"></div><a href="/news-and-insights/peer-did-example" class="demo_heading-container w-inline-block"><h4 fs-cmsfilter-field="name">Exploring P2P Self-Sovereign Identity Exchange</h4><img src="https://cdn.prod.website-files.com/64b9387ee6a0b5f6b0f06fa0/64b9ac4904393cd6cdd133dc_arrow-forward.svg" loading="lazy" alt=""/></a><div class="spacer-xsmall"></div><a href="/news-and-insights/peer-did-example" class="text-style-2lines w-inline-block"><div fs-cmsfilter-field="summary">The following describes two people — Bob and Alice — meeting in person and exchanging information so they can bootstrap a cryptographically verifiable communication channel with one another. They can then use this channel to share identity data with one another in a self-sovereign way. As such, it is also a use case of Self-Sovereign Identity (SSI) technology.</div></a><div class="tags-wrapper"><div class="w-dyn-list"><div role="list" class="tags_list align-items-left margin-top margin-small w-dyn-items"><div style="color:hsla(12.1875, 99.11%, 29.97%, 1.00);background-color:hsla(11.920529801324502, 71.45%, 94.16%, 1.00)" role="listitem" class="tag_item w-dyn-item"><div fs-cmsfilter-field="demo-tag">#Decentralized Identity</div></div><div style="color:hsla(39.529411764705884, 85.19%, 52.73%, 1.00);background-color:hsla(43.536585365853654, 72.55%, 95.14%, 1.00)" role="listitem" class="tag_item w-dyn-item"><div fs-cmsfilter-field="demo-tag">#OpenID for SSI</div></div></div></div></div></div><div class="demos-footer"><div class="author-wrapper"><div>by</div><div>Caspar Roelofs</div></div><div class="author-wrapper"><div>June 4, 2021</div></div></div></div></div><div role="navigation" aria-label="List" class="w-pagination-wrapper margin-top margin-custom2"><a href="?5c5cc1a7_page=2" aria-label="Next Page" class="w-pagination-next button is-secondary"><div class="w-inline-block">Load more</div></a><link rel="prerender" href="?5c5cc1a7_page=2"/></div></div></div></div><div class="spacer-huge"></div></section><section><div class="padding-global"><div class="container-large"><div class="cta2_block"><div class="max-width-543"><h3>Simplify Access with Gimly</h3><div class="margin-top margin-custom1"><div>Reach out to us to learn more about our Tap to ID technology and how we can start a pilot in your use case.</div></div><div class="margin-top margin-medium"><div class="button-group"><a href="/booking-page" class="light-button w-inline-block"><div class="text-block">Book a demo</div><div class="button-inner in-light"><div class="arrow-icon w-embed"><svg width="24" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M5 13.5H16.17L11.29 18.38C10.9 18.77 10.9 19.41 11.29 19.8C11.68 20.19 12.31 20.19 12.7 19.8L19.29 13.21C19.68 12.82 19.68 12.19 19.29 11.8L12.71 5.2C12.32 4.81 11.69 4.81 11.3 5.2C10.91 5.59 10.91 6.22 11.3 6.61L16.17 11.5H5C4.45 11.5 4 11.95 4 12.5C4 13.05 4.45 13.5 5 13.5Z" fill="currentColor"/>
</svg></div></div></a><a href="/contact-us" class="button is-tretiary max-width-full-mobile-portrait w-button">Contact us</a></div></div></div></div></div></div><div class="spacer-huge"></div></section><section class="background-color-dark"><div class="spacer-xlarge"></div><div class="padding-global"><div class="container-large"><div class="footer-component"><div id="w-node-_6f7e716a-2d95-08fa-a718-fd2f9c6c7b08-9c6c7b03" class="footer-component_links"><a id="w-node-_6f7e716a-2d95-08fa-a718-fd2f9c6c7b09-9c6c7b03" href="/" class="w-inline-block"><img src="https://cdn.prod.website-files.com/64b9387ee6a0b5f6b0f06fa0/64cce6192aafb9db8f7548f6_logo_white.svg" loading="lazy" alt="Gimly Logo"/></a><div id="w-node-_6f7e716a-2d95-08fa-a718-fd2f9c6c7b0b-9c6c7b03" class="footer_col"><a href="/" class="footer_link">Home</a><a href="/how-it-works" class="footer_link">How it works</a><a href="/demos" class="footer_link">Demos</a><a href="/news-insights" aria-current="page" class="footer_link w--current">News &amp; insights</a><a href="/about" class="footer_link">About</a><a href="/faq" class="footer_link hide">FAQs</a><a href="/contact-us" class="footer_link">Contact us</a></div><div id="w-node-_6f7e716a-2d95-08fa-a718-fd2f9c6c7b1a-9c6c7b03" class="footer_col"><a href="/privacy-policy" class="footer_link">Privacy policy</a><a href="https://static1.squarespace.com/static/5eb2942c4ac101328fe42dc2/t/5efa61da7efd041c2a1b1361/1593468252024/general+terms.pdf" target="_blank" class="footer_link">General terms</a></div><div id="w-node-_6f7e716a-2d95-08fa-a718-fd2f9c6c7b1f-9c6c7b03" class="hide-mobile-landscape w-dyn-list"><div role="list" class="social_footer-column w-dyn-items"><div role="listitem" class="w-dyn-item"><a href="https://www.linkedin.com/company/gimly-blockchain/" class="w-inline-block"><img src="https://cdn.prod.website-files.com/64cce42f9918b4f3e79d6f9b/64cce4e25c05a91ef9934fdd_Linkedin.svg" loading="lazy" alt="LinkedIn"/></a></div><div role="listitem" class="w-dyn-item"><a href="https://twitter.com/gimly_io" class="w-inline-block"><img src="https://cdn.prod.website-files.com/64cce42f9918b4f3e79d6f9b/64cce4f1bf092e5b996d2acd_Twitter.svg" loading="lazy" alt="Twitter"/></a></div><div role="listitem" class="w-dyn-item"><a href="https://github.com/Gimly-Blockchain/" class="w-inline-block"><img src="https://cdn.prod.website-files.com/64cce42f9918b4f3e79d6f9b/64cce4bc5c05a91ef9931eef_GitHub.svg" loading="lazy" alt="Github"/></a></div><div role="listitem" class="w-dyn-item"><a href="https://medium.com/@GimlyBlockchain" class="w-inline-block"><img src="https://cdn.prod.website-files.com/64cce42f9918b4f3e79d6f9b/64cce5490688e25b4854519d_M_social.svg" loading="lazy" alt="Medium"/></a></div></div></div></div><div id="w-node-_6f7e716a-2d95-08fa-a718-fd2f9c6c7b27-9c6c7b03" class="max-width-457"><div class="text-size-medium text-weight-bold">Stay in the Loop with Our Newsletter</div><div class="margin-top margin-small"><div>Subscribe for updates, news, and exclusive offers delivered straight to your inbox.</div></div><div class="margin-top margin-medium"><div class="w-form"><form id="wf-form-footer-form" name="wf-form-footer-form" data-name="footer-form" method="get" class="footer_form" data-wf-page-id="65004f066e943dbc56078076" data-wf-element-id="6f7e716a-2d95-08fa-a718-fd2f9c6c7b2f"><input class="footer-input w-input" maxlength="256" name="email-2" data-name="Email 2" placeholder="Enter your e-mail" type="email" id="email-2" required=""/><input type="submit" data-wait="Please wait..." class="button w-button" value="Subscibe"/><div data-theme="dark" id="w-node-_1dfcb705-3669-d948-61cd-2be0ca99d0fa-9c6c7b03" data-sitekey="6LfuJ9AoAAAAAGnkl4TXotRiH0lNk-OBYbH2on-q" class="w-form-formrecaptcha g-recaptcha g-recaptcha-error g-recaptcha-disabled"></div></form><div class="footer_success w-form-done"><div><strong>You Successfully Subscribed!</strong><br/>Please check your email for a confirmation message to complete the subscription process.</div></div><div class="w-form-fail"><div>Oops! Something went wrong while submitting the form.</div></div></div></div></div><div id="w-node-_6f7e716a-2d95-08fa-a718-fd2f9c6c7b38-9c6c7b03" class="footer_awards"><div class="text-size-small">Awards</div><div class="margin-top margin-xsmall"><div class="awards-container"><img src="https://cdn.prod.website-files.com/64b9387ee6a0b5f6b0f06fa0/64cce95c87762254452e8aa1_Logos-1.svg" loading="lazy" alt=""/><img src="https://cdn.prod.website-files.com/64b9387ee6a0b5f6b0f06fa0/64cce95c95d285eb148487fb_logo%20winner%20pitch%20iata%202022.svg" loading="lazy" alt=""/><img src="https://cdn.prod.website-files.com/64b9387ee6a0b5f6b0f06fa0/64cce95c25242197982857cc_World%20governemnt%20summit%20logo-en.svg" loading="lazy" alt=""/><img src="https://cdn.prod.website-files.com/64b9387ee6a0b5f6b0f06fa0/64cce95c1f58b6b040f8ad8c_TNW2020%20logo.svg" loading="lazy" alt=""/></div></div></div><div class="show-mobile-landscape w-dyn-list"><div role="list" class="social_footer-column w-dyn-items"><div role="listitem" class="w-dyn-item"><a href="https://www.linkedin.com/company/gimly-blockchain/" class="w-inline-block"><img src="https://cdn.prod.website-files.com/64cce42f9918b4f3e79d6f9b/64cce4e25c05a91ef9934fdd_Linkedin.svg" loading="lazy" alt="LinkedIn"/></a></div><div role="listitem" class="w-dyn-item"><a href="https://twitter.com/gimly_io" class="w-inline-block"><img src="https://cdn.prod.website-files.com/64cce42f9918b4f3e79d6f9b/64cce4f1bf092e5b996d2acd_Twitter.svg" loading="lazy" alt="Twitter"/></a></div><div role="listitem" class="w-dyn-item"><a href="https://github.com/Gimly-Blockchain/" class="w-inline-block"><img src="https://cdn.prod.website-files.com/64cce42f9918b4f3e79d6f9b/64cce4bc5c05a91ef9931eef_GitHub.svg" loading="lazy" alt="Github"/></a></div><div role="listitem" class="w-dyn-item"><a href="https://medium.com/@GimlyBlockchain" class="w-inline-block"><img src="https://cdn.prod.website-files.com/64cce42f9918b4f3e79d6f9b/64cce5490688e25b4854519d_M_social.svg" loading="lazy" alt="Medium"/></a></div></div></div><div id="w-node-_6f7e716a-2d95-08fa-a718-fd2f9c6c7b49-9c6c7b03" class="copyright-text">© 2023 Gimly. All rights reserved.</div></div></div></div><div class="spacer-large"></div></section></main><div class="hide w-dyn-list"><div role="list" class="tags_list align-items-left tag-multi-ref w-dyn-items"><div style="color:#5e7e01;background-color:hsla(75.36, 41.89%, 91.40%, 1.00)" role="listitem" class="w-dyn-item"><div style="color:#5e7e01;background-color:hsla(75.36, 41.89%, 91.40%, 1.00)" class="tag_item">#Traction</div></div><div style="color:hsla(12.1875, 99.11%, 29.97%, 1.00);background-color:hsla(11.920529801324502, 71.45%, 94.16%, 1.00)" role="listitem" class="w-dyn-item"><div style="color:hsla(12.1875, 99.11%, 29.97%, 1.00);background-color:hsla(11.920529801324502, 71.45%, 94.16%, 1.00)" class="tag_item">#Decentralized Identity</div></div><div style="color:hsla(204, 98.23%, 26.86%, 1.00);background-color:hsla(165, 97.36%, 36.10%, 0.10)" role="listitem" class="w-dyn-item"><div style="color:hsla(204, 98.23%, 26.86%, 1.00);background-color:hsla(165, 97.36%, 36.10%, 0.10)" class="tag_item">#NFT</div></div><div style="color:hsla(27, 98.23%, 26.86%, 1.00);background-color:hsla(29, 55.10%, 93.32%, 1.00)" role="listitem" class="w-dyn-item"><div style="color:hsla(27, 98.23%, 26.86%, 1.00);background-color:hsla(29, 55.10%, 93.32%, 1.00)" class="tag_item">#Team</div></div><div style="color:hsla(39.529411764705884, 85.19%, 52.73%, 1.00);background-color:hsla(43.536585365853654, 72.55%, 95.14%, 1.00)" role="listitem" class="w-dyn-item"><div style="color:hsla(39.529411764705884, 85.19%, 52.73%, 1.00);background-color:hsla(43.536585365853654, 72.55%, 95.14%, 1.00)" class="tag_item">#OpenID for SSI</div></div><div style="color:#451c9a;background-color:#f6f4fa" role="listitem" class="w-dyn-item"><div style="color:#451c9a;background-color:#f6f4fa" class="tag_item">#Smart access control</div></div><div style="color:#0b3d88;background-color:#f0f5fd" role="listitem" class="w-dyn-item"><div style="color:#0b3d88;background-color:#f0f5fd" class="tag_item">#Tap to ID: SSI-NFC</div></div><div style="color:#333c1b;background-color:#f3fadf" role="listitem" class="w-dyn-item"><div style="color:#333c1b;background-color:#f3fadf" class="tag_item">#Password-less login</div></div></div></div></div><script src="https://d3e54v103j8qbb.cloudfront.net/js/jquery-3.5.1.min.dc5e7f18c8.js?site=64b9387ee6a0b5f6b0f06fa0" type="text/javascript" integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=" crossorigin="anonymous"></script><script src="https://cdn.prod.website-files.com/64b9387ee6a0b5f6b0f06fa0/js/webflow.bf445fd65.js" type="text/javascript"></script><script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-dotimeout/1.0/jquery.ba-dotimeout.min.js"></script><!-- [Attributes by Finsweet] CMS Load -->
<script async src="https://cdn.jsdelivr.net/npm/@finsweet/attributes-cmsload@1/cmsload.js"></script>
<!-- [Attributes by Finsweet] CMS Filter -->
<script async src="https://cdn.jsdelivr.net/npm/@finsweet/attributes-cmsfilter@1/cmsfilter.js"></script>\
<script src="https://cdn.jsdelivr.net/npm/@finsweet/cms-library@1/cms-library.js"></script>
<script>
(function() {
var fsComponent = new FsLibrary('.featured-collection-list')

fsComponent.nest({
  textList: '.tag-text-list',
  nestSource: '.tag-multi-ref',
  nestTarget: '.tags_target'
})
})();
</script>
<script>
/*if ($(window).width() > 568) {
  let tags = document.querySelectorAll('.tags-wrapper');
  let maxHeight = 0;
  for (let i = 0; i < tags.length; i++) {
      if (tags[i].offsetHeight > maxHeight) {
          maxHeight = tags[i].offsetHeight;
      }
  }
  for (let i = 0; i < tags.length; i++) {
      tags[i].style = "height: " + maxHeight + "px";
  }
}*/
</script>

<script>
	const allFilterButton = $('*[fs-cmsfilter-element="clear"]');
	$(document).ready(function(){
  	allFilterButton.parent().addClass('is-active');
    $('.filter_radio-wrapper').click(function(e){
    	if(!$(e.currentTarget).hasClass('all-button')){
      	if(allFilterButton.parent().hasClass('is-active')){
      		allFilterButton.parent().removeClass('is-active');
      	}
      } else {
      	if(!allFilterButton.parent().hasClass('is-active')){
      		allFilterButton.parent().addClass('is-active');
      	}
      }
    });
  })
</script><script src="https://hubspotonwebflow.com/assets/js/form-124.js" type="text/javascript" integrity="sha384-bjyNIOqAKScdeQ3THsDZLGagNN56B4X2Auu9YZIGu+tA/PlggMk4jbWruG/P6zYj" crossorigin="anonymous"></script></body></html>