<!DOCTYPE html><!-- Last Published: Fri Jan 23 2026 08:29:11 GMT+0000 (Coordinated Universal Time) --><html data-wf-domain="moonlet.io" data-wf-page="683d959a7503bf903c6627f4" data-wf-site="683d959a7503bf903c662778" lang="en"><head><meta charset="utf-8"/><link href="https://cdn.prod.website-files.com" rel="preconnect" crossorigin="anonymous"/><title>Moonlet - The future of Web3 infrastructure</title><meta content="Moonlet provides blockchain networks, stakeholders, chains, banks, financial institutions, wallet providers, and token holders the tools for secure growth." name="description"/><meta content="Moonlet - The future of Web3 infrastructure" property="og:title"/><meta content="Moonlet provides blockchain networks, stakeholders, chains, banks, financial institutions, wallet providers, and token holders the tools for secure growth." property="og:description"/><meta content="https://cdn.prod.website-files.com/683d959a7503bf903c662778/6865119d7e4fa940482509f8_Home%20-%20OG%20Image.png" property="og:image"/><meta content="Moonlet - The future of Web3 infrastructure" name="twitter:title"/><meta content="Moonlet provides blockchain networks, stakeholders, chains, banks, financial institutions, wallet providers, and token holders the tools for secure growth." name="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/683d959a7503bf903c662778/css/moonlet.webflow.shared.642cbca09.min.css" rel="stylesheet" type="text/css" integrity="sha384-ZCy8oJWcjZ/8MdQ1MYsYZX2WL0HIUO4eY+JIiDGI/iEJJQulzJg5F/po6AtRxXbn" crossorigin="anonymous"/><link href="https://fonts.googleapis.com" rel="preconnect"/><link href="https://fonts.gstatic.com" rel="preconnect" crossorigin="anonymous"/><script src="https://ajax.googleapis.com/ajax/libs/webfont/1.6.26/webfont.js" type="text/javascript"></script><script type="text/javascript">WebFont.load({  google: {    families: ["Inter Tight:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic"]  }});</script><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/683d959a7503bf903c662778/683eb94aabbd877010b0edd8_Favicon%2032.png" rel="shortcut icon" type="image/x-icon"/><link href="https://cdn.prod.website-files.com/683d959a7503bf903c662778/683eb95196b1a38c70e6675a_Favicon%20256.png" rel="apple-touch-icon"/><script src="https://cdn.cookiehub.eu/c2/95bf3f2d.js"></script>
<script type="text/javascript">
document.addEventListener("DOMContentLoaded", function(event) {
var cpm = {};
window.cookiehub.load(cpm);
});
</script>

<style>
  * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -o-font-smoothing: antialiased;
  }
  
  /* CODE FOR THE NAVBAR TO WORK */

  .navbar-megamenu-wrapper > div {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
  }
  
  .navbar-megamenu-wrapper.is-open {
  	opacity: 1;
  	pointer-events: auto;
  }
  
  .navbar-megamenu-wrapper > .is-active {
  	opacity: 1;
  	pointer-events: auto;
  }
  
  .navbar-overlay.is-visible {
  	opacity: 1;
  	pointer-events: auto;
  }

 /* END OF CODE FOR THE NAVBAR TO WORK */
  
  .button-blue:hover .button-arrow-embed.mars, .button-white:hover .button-arrow-embed.mars, .button-ghost:hover .button-arrow-embed.mars, .button-link:hover .button-arrow-embed.mars, .solution-link:hover .button-arrow-embed.mars, .solution-card:hover .button-arrow-embed.mars, .banner-link:hover .button-arrow-embed.mars{
    left:0rem;
  }
  
  .button-blue:hover .button-arrow-embed.dust-100, .button-white:hover .button-arrow-embed.dust-800, .button-ghost:hover .button-arrow-embed.dust-100, .button-link:hover .button-arrow-embed.dust-100, .solution-link:hover .button-arrow-embed.dust-100, .solution-card:hover .button-arrow-embed.dust-100, .banner-link:hover .button-arrow-embed.dust-100{
    left:1.5rem;
  }
  
  .solution-link:hover .button-link, .solution-card:hover .button-link, .banner-link:hover .button-link{
    color: var(--mars);
  }
  .nav-link-dropdown:hover .nav-link-icon{
  	color: var(--mars);
  }

  .cta-block .button-white:hover{
  	background: var(--dust-900)!important;
  }
  
  .megamenu-link:hover{
  	background: var(--dust-900);
  }
  
  .megamenu-link:hover .megamenu-link-line{
  	width:100%;
  }
  
  .megamenu-link:hover .button-arrow-embed.mars{
  	left:0rem;
  }
  
  .megamenu-link:hover .button-arrow-embed.dust-800{
  	left:1.5rem;
  }
  
  img {
  -drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  }
    
  /*SCROLL BAR*/

  /* Width */
  ::-webkit-scrollbar {
   width: 9px;
  }

  /* Track */
  ::-webkit-scrollbar-track {
   background: #22242A;
    }

  /* Handle */
  ::-webkit-scrollbar-thumb {
   background: #00DAFF;
   border-radius: 50px;
  }

  #responsive-menu::-webkit-scrollbar {
     display:none;
  }

  ::-moz-selection { /* Code for Firefox */
    color: #22242A;
    background: #00DAFF;
  }

  ::selection {
    color: #22242A;
    background: #00DAFF;
  }
    
    
  /* COLOR CHANGE SECTIONS */   
    .change-to-light .text-color-dust-100, .change-to-light .text-color-sun{
		transition: color ease-in 0.4s;
	}

    .change-to-light.background-dust-900{
    	transition: background linear 0.4s;
    }

	.solution-card{
    	transition: border-color ease-in 0.4s, background ease-in 0.4s;
    }

    .change-to-light.is-active .solution-card .button-link{
    	color: var(--dust-800);
    }
    
    .change-to-light.is-active .solution-card .button-link .button-arrow-embed.dust-100{
    	color: var(--dust-800);
    }
    
    .change-to-light.is-active .solution-card:hover .button-link{
    	color: var(--mars);
    }

    .change-to-light.is-active .text-color-dust-100, .change-to-light.is-active .text-color-dust-300{
    	color: var(--dust-800);
    }
    
    .change-to-light.is-active .text-color-sun{
    	color: var(--mars);
    }

    .change-to-light.is-active .solution-card:hover{
    	border-color: var(--mars);
      	background: var(--white);
    }

    .change-to-light.is-active.background-dust-900{
		background: var(--dust-100);
	}
    
    .change-to-dark{
      transition: background ease-in 0.4s;
	}
    
     .change-to-dark .text-color-dust-800{
      transition: color ease-in 0.4s;
	}

	.change-to-dark.is-active .text-color-dust-800{
    	color: var(--dust-100);
    }

    .change-to-dark.is-active.background-dust-100{
    	background: var(--dust-900);
    }

  /* END OF COLOR CHANGE SECTIONS */   
 
  .horizontal-line-dust-500::after {
    position: absolute;
    right: 0;
    top: -1px;
    content: '';
	width:3px;
    height:3px;
    border-radius:50%;
    background:var(--dust-500);
  }

  .horizontal-line-white::after {
    position: absolute;
    right: 0;
    top: -1px;
    content: '';
	width:3px;
    height:3px;
    border-radius:50%;
    background:var(--white);
  }

  .horizontal-line-mars::after {
    position: absolute;
    right: 0;
    top: -1px;
    content: '';
	width:3px;
    height:3px;
    border-radius:50%;
    background:var(--mars);
  }
    
  .horizontal-line-dust-500, .horizontal-line-white, .horizontal-line-mars {
    transition: width 1.5s cubic-bezier(0.66, 0, 0.34, 1); 
    position: relative;
  }
  .horizontal-line-dust-500.percent-100, .horizontal-line-white.percent-100, .horizontal-line-mars.percent-100{
    width: 0%;
  }  
  .horizontal-line-dust-500.percent-90, .horizontal-line-white.percent-90, .horizontal-line-mars.percent-90{
    width: 0%;
  }
  .horizontal-line-dust-500.percent-80, .horizontal-line-white.percent-80, .horizontal-line-mars.percent-80{
    width: 0%;
  }
  .horizontal-line-dust-500.percent-70, .horizontal-line-white.percent-70, .horizontal-line-mars.percent-70{
    width: 0%;
  }
  .horizontal-line-dust-500.percent-60, .horizontal-line-white.percent-60, .horizontal-line-mars.percent-60{
    width: 0%;
  }
  .horizontal-line-dust-500.percent-50, .horizontal-line-white.percent-50, .horizontal-line-mars.percent-50{
    width: 0%;
  }
  .horizontal-line-dust-500.percent-40, .horizontal-line-white.percent-40, .horizontal-line-mars.percent-40{
    width: 0%;
  }
  .horizontal-line-dust-500.percent-30, .horizontal-line-white.percent-30, .horizontal-line-mars.percent-30{
    width: 0%;
  }  
  .horizontal-line-dust-500.percent-100.is-active, .horizontal-line-white.percent-100.is-active, .horizontal-line-mars.percent-100.is-active{
    width: 100%;
  }
  .horizontal-line-dust-500.percent-90.is-active, .horizontal-line-white.percent-90.is-active, .horizontal-line-mars.percent-90.is-active{
    width: 90%;
  }
  .horizontal-line-dust-500.percent-80.is-active, .horizontal-line-white.percent-80.is-active, .horizontal-line-mars.percent-80.is-active{
    width: 80%;
  }
  .horizontal-line-dust-500.percent-70.is-active, .horizontal-line-white.percent-70.is-active, .horizontal-line-mars.percent-70.is-active{
    width: 70%;
  }
  .horizontal-line-dust-500.percent-60.is-active, .horizontal-line-white.percent-60.is-active, .horizontal-line-mars.percent-60.is-active{
    width: 60%;
  }
  .horizontal-line-dust-500.percent-50.is-active, .horizontal-line-white.percent-50.is-active, .horizontal-line-mars.percent-50.is-active{
    width: 50%;
  }
  .horizontal-line-dust-500.percent-40.is-active, .horizontal-line-white.percent-40.is-active, .horizontal-line-mars.percent-40.is-active{
    width: 40%;
  }
  .horizontal-line-dust-500.percent-30.is-active, .horizontal-line-white.percent-30.is-active, .horizontal-line-mars.percent-30.is-active{
    width: 30%;
  }
    
  @media only screen and (max-width: 1260px) {
    .navbar-separator,.navbar-quote{display:none;}
  }
    
  /* COOKIEHUB */
    
#ch2-dialog, #ch2-settings-dialog, .ch2-settings-actions{
  background: #22242a!important;
}

#ch2-dialog *, #ch2-settings-dialog *{
  font-weight: 400!important;
}
.ch2-settings-actions p{opacity:0; display:none; visibility:hidden;}

.ch2-btn{box-shadow:none!important; text-transform:uppercase;}
.ch2-btn:hover{background:white!important; color:#22242a!important;}
.ch2-btn.ch2-open-settings-btn{
  background:#ffffff15!important;
  color:white!important;
}
.ch2-learn-more{text-underline-offset: 3px;}
</style><link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.css"/>
<style>
.dot-container {
  /* Important: Match aspect-ratio to your original SVG's viewBox (width / height) */
  aspect-ratio: 1683 / 1039;
}
.dot {
  position: absolute;
  background-color: #42495F;
  border-radius: 50%;
  transition: width 0.15s ease-out, height 0.15s ease-out,
              background-color 0.15s ease-out;
  transform-origin: center center;
  will-change: transform, width, height, background-color;
}

.solution-link:hover h2{
	color:var(--mars);
}
.swiper-next.is-disabled, .swiper-prev.is-disabled{
  opacity: 0.5;
  pointer-events:none;
}
</style></head><body><div class="page-wrapper"><main class="main-wrapper"><div class="nav-component-wrapper"><div class="navbar-spacer"></div><div class="navbar-component"><div class="navbar-wrapper"><div class="padding-global nav"><div class="navbar"><div class="navbar-col-1"><a href="/" id="nav-logo-link" aria-current="page" class="navbar-logo-wrapper w-inline-block w--current"><div class="navbar-logo w-embed"><svg width="100%" height="auto" viewBox="0 0 157 51" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M62.7485 12.965C60.5027 13.1303 58.6184 14.0257 57.0609 15.6374C55.5452 17.2146 54.6899 19.0812 54.4049 21.4299C54.2867 22.3941 54.2658 27.4221 54.3701 28.4414C54.6482 30.983 55.5452 32.939 57.2139 34.5921C58.6323 36.004 60.0716 36.7203 62.1228 37.0441C63.0753 37.1887 65.0361 37.1336 65.9956 36.9339C68.7629 36.3415 71.0227 34.5783 72.3368 31.9954C72.8722 30.9416 73.199 29.7707 73.3519 28.3726C73.4423 27.5047 73.4423 22.587 73.3519 21.7191C73.0738 19.1776 72.1699 17.2353 70.4664 15.5341C69.2705 14.3425 67.7617 13.5298 66.0651 13.1647C65.5506 13.0545 63.7498 12.8686 63.5134 12.8961C63.4786 12.903 63.1309 12.9305 62.7485 12.965ZM64.3825 15.6443C66.7465 15.8922 68.4918 17.194 69.4652 19.4324C70.0631 20.8169 70.1813 21.85 70.1327 25.5969C70.1049 28.1659 70.091 28.4828 69.9519 29.1026C69.6946 30.246 69.3817 31.0174 68.8394 31.8301C68.5265 32.3054 67.8034 33.0699 67.3793 33.373C65.634 34.6403 62.8876 34.8469 60.9686 33.8551C59.6753 33.1801 58.5489 31.7613 58.0344 30.1358C57.6172 28.8409 57.6033 28.6412 57.6033 25.0803C57.6033 22.649 57.6241 21.6778 57.6937 21.2921C57.9579 19.8526 58.3959 18.8057 59.1677 17.7932C59.717 17.07 60.3636 16.5397 61.1493 16.1608C61.8168 15.844 62.1992 15.7338 62.9641 15.6511C63.6455 15.5685 63.6524 15.5685 64.3825 15.6443Z" fill="currentColor"/>
<path d="M0 25.0117L0 36.7895H1.63397H3.26793L3.26098 32.0164C3.26098 28.5657 3.21231 25.9759 3.10106 22.6354C3.01762 20.0939 2.94809 18.0138 2.95505 18.007C2.95505 18.0001 4.6794 22.2222 6.77922 27.3879L10.6034 36.7895H11.7159H12.8353L16.6526 27.4085C18.7593 22.2497 20.4837 18.0965 20.4976 18.1723C20.5115 18.248 20.4559 20.1421 20.3724 22.3806C20.2681 25.4043 20.2334 27.7805 20.2334 31.6238V36.7895H21.8673H23.5013V25.0117L23.5013 13.2338L21.4015 13.2476L19.3017 13.2683L15.5748 22.6699C13.5306 27.8425 11.8271 32.1403 11.7854 32.223C11.7298 32.3538 11.0901 30.7972 7.93343 22.8076L4.14402 13.2338H2.07201H0L0 25.0117Z" fill="currentColor"/>
<path d="M79.1955 25.0117V36.7895H80.8295H82.4635L82.4774 27.7254L82.4982 18.6613L88.1928 27.7254L93.8804 36.7895H95.5422H97.2039V25.0117V13.2338H95.57L93.936 13.2338V22.2911C93.936 27.2708 93.9152 31.3483 93.8873 31.3483C93.8526 31.3483 91.266 27.2708 88.1372 22.2911L82.4426 13.2338H80.8156H79.1955V25.0117Z" fill="currentColor"/>
<path d="M102.975 25.0117V36.7895H110.206H117.437V35.5153V34.2411H111.84H106.243V23.7375V13.2338H104.609H102.975V25.0117Z" fill="currentColor"/>
<path d="M121.052 25.0117V36.7895H128.943H136.835V35.5153V34.2411H130.577H124.32V30.0741V25.907H129.743H135.166V24.6328V23.3586H129.743H124.32V19.6049V15.8511L130.494 15.8374L136.661 15.8167L136.682 14.5218L136.696 13.2338L128.874 13.2338H121.052V25.0117Z" fill="currentColor"/>
<path d="M138.449 14.5218L138.47 15.8167L142.281 15.8374L146.084 15.8511V26.3203V36.7895H147.718H149.352V26.3203V15.8511H153.176L157 15.8511V14.5425V13.2338L147.718 13.2338H138.436L138.449 14.5218Z" fill="currentColor"/>
<g mask="url(#mask0_978_30657)">
<path fill-rule="evenodd" clip-rule="evenodd" d="M44.2288 12.4754C47.7334 9.63902 49.8689 8.71132 50.6139 9.256C51.4638 9.87728 50.3875 12.9003 48.0313 17.0694C47.4651 16.4235 46.8219 15.8275 46.0989 15.2989C40.7239 11.3696 33.1374 12.543 29.1539 17.9201C25.1705 23.2971 26.2985 30.8412 31.6735 34.7705C32.3966 35.2993 33.1606 35.732 33.9499 36.0769C30.6432 39.5514 28.0579 41.4711 27.2081 40.8498C26.463 40.3051 26.6177 38.3177 28.4036 33.8365C24.6559 40.122 22.8222 44.8017 24.0314 45.6857C25.8825 47.039 34.1629 38.9846 42.5261 27.6958C50.8893 16.4068 56.1684 6.15847 54.3173 4.80516C53.108 3.92127 49.1554 7.05187 44.2288 12.4754Z" fill="currentColor"/>
</g>
<path fill-rule="evenodd" clip-rule="evenodd" d="M38.5903 35.4156C38.1386 35.9535 37.6901 36.4805 37.2483 36.9888C41.5077 37.5395 45.9355 35.8446 48.6649 32.1793C51.3942 28.5141 51.7149 23.8323 49.9162 19.9775C48.1856 22.7098 46.1508 25.6705 43.8898 28.7067C42.3204 30.8144 40.7548 32.8046 39.2325 34.645" fill="currentColor"/>
</svg></div></a><div class="navbar-separator"></div><div id="nav-quote" class="navbar-quote"><div>We bring<br/>the future<br/>of Web3 infrastructure</div></div><div class="navbar-links-wrapper"><a id="scaling" href="/solutions/for-scaling" class="nav-link-dropdown w-inline-block"><div class="nav-link-icon w-embed"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M9 13C9.55228 13 10 12.5523 10 12C10 11.4477 9.55228 11 9 11C8.44772 11 8 11.4477 8 12C8 12.5523 8.44772 13 9 13Z" fill="currentColor"/>
<path d="M12 13C12.5523 13 13 12.5523 13 12C13 11.4477 12.5523 11 12 11C11.4477 11 11 11.4477 11 12C11 12.5523 11.4477 13 12 13Z" fill="currentColor"/>
<path d="M15 13C15.5523 13 16 12.5523 16 12C16 11.4477 15.5523 11 15 11C14.4477 11 14 11.4477 14 12C14 12.5523 14.4477 13 15 13Z" fill="currentColor"/>
<path d="M18 13C18.5523 13 19 12.5523 19 12C19 11.4477 18.5523 11 18 11C17.4477 11 17 11.4477 17 12C17 12.5523 17.4477 13 18 13Z" fill="currentColor"/>
<path d="M12 7C12.5523 7 13 6.55228 13 6C13 5.44772 12.5523 5 12 5C11.4477 5 11 5.44772 11 6C11 6.55228 11.4477 7 12 7Z" fill="currentColor"/>
<path d="M12 10C12.5523 10 13 9.55228 13 9C13 8.44772 12.5523 8 12 8C11.4477 8 11 8.44772 11 9C11 9.55228 11.4477 10 12 10Z" fill="currentColor"/>
<path d="M12 16C12.5523 16 13 15.5523 13 15C13 14.4477 12.5523 14 12 14C11.4477 14 11 14.4477 11 15C11 15.5523 11.4477 16 12 16Z" fill="currentColor"/>
<path d="M12 19C12.5523 19 13 18.5523 13 18C13 17.4477 12.5523 17 12 17C11.4477 17 11 17.4477 11 18C11 18.5523 11.4477 19 12 19Z" fill="currentColor"/>
<path d="M6 13C6.55228 13 7 12.5523 7 12C7 11.4477 6.55228 11 6 11C5.44772 11 5 11.4477 5 12C5 12.5523 5.44772 13 6 13Z" fill="currentColor"/>
</svg></div><div>Scaling solutions</div></a><link rel="prefetch" href="/solutions/for-scaling"/><a id="staking" href="#" class="nav-link-dropdown w-inline-block"><div class="nav-link-icon w-embed"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M9 13C9.55228 13 10 12.5523 10 12C10 11.4477 9.55228 11 9 11C8.44772 11 8 11.4477 8 12C8 12.5523 8.44772 13 9 13Z" fill="currentColor"/>
<path d="M12 13C12.5523 13 13 12.5523 13 12C13 11.4477 12.5523 11 12 11C11.4477 11 11 11.4477 11 12C11 12.5523 11.4477 13 12 13Z" fill="currentColor"/>
<path d="M15 13C15.5523 13 16 12.5523 16 12C16 11.4477 15.5523 11 15 11C14.4477 11 14 11.4477 14 12C14 12.5523 14.4477 13 15 13Z" fill="currentColor"/>
<path d="M18 13C18.5523 13 19 12.5523 19 12C19 11.4477 18.5523 11 18 11C17.4477 11 17 11.4477 17 12C17 12.5523 17.4477 13 18 13Z" fill="currentColor"/>
<path d="M12 7C12.5523 7 13 6.55228 13 6C13 5.44772 12.5523 5 12 5C11.4477 5 11 5.44772 11 6C11 6.55228 11.4477 7 12 7Z" fill="currentColor"/>
<path d="M12 10C12.5523 10 13 9.55228 13 9C13 8.44772 12.5523 8 12 8C11.4477 8 11 8.44772 11 9C11 9.55228 11.4477 10 12 10Z" fill="currentColor"/>
<path d="M12 16C12.5523 16 13 15.5523 13 15C13 14.4477 12.5523 14 12 14C11.4477 14 11 14.4477 11 15C11 15.5523 11.4477 16 12 16Z" fill="currentColor"/>
<path d="M12 19C12.5523 19 13 18.5523 13 18C13 17.4477 12.5523 17 12 17C11.4477 17 11 17.4477 11 18C11 18.5523 11.4477 19 12 19Z" fill="currentColor"/>
<path d="M6 13C6.55228 13 7 12.5523 7 12C7 11.4477 6.55228 11 6 11C5.44772 11 5 11.4477 5 12C5 12.5523 5.44772 13 6 13Z" fill="currentColor"/>
</svg></div><div>Staking solutions</div></a><a id="why-moonlet" href="/why-moonlet" class="nav-link">Why Moonlet</a><link rel="prefetch" href="/why-moonlet"/><a id="networks" href="/networks" class="nav-link-dropdown w-inline-block"><div class="nav-link-icon w-embed"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M9 13C9.55228 13 10 12.5523 10 12C10 11.4477 9.55228 11 9 11C8.44772 11 8 11.4477 8 12C8 12.5523 8.44772 13 9 13Z" fill="currentColor"/>
<path d="M12 13C12.5523 13 13 12.5523 13 12C13 11.4477 12.5523 11 12 11C11.4477 11 11 11.4477 11 12C11 12.5523 11.4477 13 12 13Z" fill="currentColor"/>
<path d="M15 13C15.5523 13 16 12.5523 16 12C16 11.4477 15.5523 11 15 11C14.4477 11 14 11.4477 14 12C14 12.5523 14.4477 13 15 13Z" fill="currentColor"/>
<path d="M18 13C18.5523 13 19 12.5523 19 12C19 11.4477 18.5523 11 18 11C17.4477 11 17 11.4477 17 12C17 12.5523 17.4477 13 18 13Z" fill="currentColor"/>
<path d="M12 7C12.5523 7 13 6.55228 13 6C13 5.44772 12.5523 5 12 5C11.4477 5 11 5.44772 11 6C11 6.55228 11.4477 7 12 7Z" fill="currentColor"/>
<path d="M12 10C12.5523 10 13 9.55228 13 9C13 8.44772 12.5523 8 12 8C11.4477 8 11 8.44772 11 9C11 9.55228 11.4477 10 12 10Z" fill="currentColor"/>
<path d="M12 16C12.5523 16 13 15.5523 13 15C13 14.4477 12.5523 14 12 14C11.4477 14 11 14.4477 11 15C11 15.5523 11.4477 16 12 16Z" fill="currentColor"/>
<path d="M12 19C12.5523 19 13 18.5523 13 18C13 17.4477 12.5523 17 12 17C11.4477 17 11 17.4477 11 18C11 18.5523 11.4477 19 12 19Z" fill="currentColor"/>
<path d="M6 13C6.55228 13 7 12.5523 7 12C7 11.4477 6.55228 11 6 11C5.44772 11 5 11.4477 5 12C5 12.5523 5.44772 13 6 13Z" fill="currentColor"/>
</svg></div><div>Networks</div></a><link rel="prefetch" href="/networks"/><a id="company" href="#" class="nav-link-dropdown w-inline-block"><div class="nav-link-icon w-embed"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M9 13C9.55228 13 10 12.5523 10 12C10 11.4477 9.55228 11 9 11C8.44772 11 8 11.4477 8 12C8 12.5523 8.44772 13 9 13Z" fill="currentColor"/>
<path d="M12 13C12.5523 13 13 12.5523 13 12C13 11.4477 12.5523 11 12 11C11.4477 11 11 11.4477 11 12C11 12.5523 11.4477 13 12 13Z" fill="currentColor"/>
<path d="M15 13C15.5523 13 16 12.5523 16 12C16 11.4477 15.5523 11 15 11C14.4477 11 14 11.4477 14 12C14 12.5523 14.4477 13 15 13Z" fill="currentColor"/>
<path d="M18 13C18.5523 13 19 12.5523 19 12C19 11.4477 18.5523 11 18 11C17.4477 11 17 11.4477 17 12C17 12.5523 17.4477 13 18 13Z" fill="currentColor"/>
<path d="M12 7C12.5523 7 13 6.55228 13 6C13 5.44772 12.5523 5 12 5C11.4477 5 11 5.44772 11 6C11 6.55228 11.4477 7 12 7Z" fill="currentColor"/>
<path d="M12 10C12.5523 10 13 9.55228 13 9C13 8.44772 12.5523 8 12 8C11.4477 8 11 8.44772 11 9C11 9.55228 11.4477 10 12 10Z" fill="currentColor"/>
<path d="M12 16C12.5523 16 13 15.5523 13 15C13 14.4477 12.5523 14 12 14C11.4477 14 11 14.4477 11 15C11 15.5523 11.4477 16 12 16Z" fill="currentColor"/>
<path d="M12 19C12.5523 19 13 18.5523 13 18C13 17.4477 12.5523 17 12 17C11.4477 17 11 17.4477 11 18C11 18.5523 11.4477 19 12 19Z" fill="currentColor"/>
<path d="M6 13C6.55228 13 7 12.5523 7 12C7 11.4477 6.55228 11 6 11C5.44772 11 5 11.4477 5 12C5 12.5523 5.44772 13 6 13Z" fill="currentColor"/>
</svg></div><div>Company</div></a></div></div><div class="navbar-col-2"><a id="nav-button" href="#" class="button-blue navbar w-inline-block"><div>Get started</div><div class="button-arrows-wrapper"><div class="button-arrow-embed dust-100 w-embed"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M7 9C7.55228 9 8 8.55228 8 8C8 7.44772 7.55228 7 7 7C6.44772 7 6 7.44772 6 8C6 8.55228 6.44772 9 7 9Z" fill="currentColor"/>
<path d="M9 11C9.55228 11 10 10.5523 10 10C10 9.44772 9.55228 9 9 9C8.44772 9 8 9.44772 8 10C8 10.5523 8.44772 11 9 11Z" fill="currentColor"/>
<path d="M11 13C11.5523 13 12 12.5523 12 12C12 11.4477 11.5523 11 11 11C10.4477 11 10 11.4477 10 12C10 12.5523 10.4477 13 11 13Z" fill="currentColor"/>
<path d="M9 15C9.55228 15 10 14.5523 10 14C10 13.4477 9.55228 13 9 13C8.44772 13 8 13.4477 8 14C8 14.5523 8.44772 15 9 15Z" fill="currentColor"/>
<path d="M7 17C7.55228 17 8 16.5523 8 16C8 15.4477 7.55228 15 7 15C6.44772 15 6 15.4477 6 16C6 16.5523 6.44772 17 7 17Z" fill="currentColor"/>
<path d="M14 9C14.5523 9 15 8.55228 15 8C15 7.44772 14.5523 7 14 7C13.4477 7 13 7.44772 13 8C13 8.55228 13.4477 9 14 9Z" fill="currentColor"/>
<path d="M16 11C16.5523 11 17 10.5523 17 10C17 9.44772 16.5523 9 16 9C15.4477 9 15 9.44772 15 10C15 10.5523 15.4477 11 16 11Z" fill="currentColor"/>
<path d="M18 13C18.5523 13 19 12.5523 19 12C19 11.4477 18.5523 11 18 11C17.4477 11 17 11.4477 17 12C17 12.5523 17.4477 13 18 13Z" fill="currentColor"/>
<path d="M16 15C16.5523 15 17 14.5523 17 14C17 13.4477 16.5523 13 16 13C15.4477 13 15 13.4477 15 14C15 14.5523 15.4477 15 16 15Z" fill="currentColor"/>
<path d="M14 17C14.5523 17 15 16.5523 15 16C15 15.4477 14.5523 15 14 15C13.4477 15 13 15.4477 13 16C13 16.5523 13.4477 17 14 17Z" fill="currentColor"/>
</svg></div><div class="button-arrow-embed mars w-embed"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M7 9C7.55228 9 8 8.55228 8 8C8 7.44772 7.55228 7 7 7C6.44772 7 6 7.44772 6 8C6 8.55228 6.44772 9 7 9Z" fill="currentColor"/>
<path d="M9 11C9.55228 11 10 10.5523 10 10C10 9.44772 9.55228 9 9 9C8.44772 9 8 9.44772 8 10C8 10.5523 8.44772 11 9 11Z" fill="currentColor"/>
<path d="M11 13C11.5523 13 12 12.5523 12 12C12 11.4477 11.5523 11 11 11C10.4477 11 10 11.4477 10 12C10 12.5523 10.4477 13 11 13Z" fill="currentColor"/>
<path d="M9 15C9.55228 15 10 14.5523 10 14C10 13.4477 9.55228 13 9 13C8.44772 13 8 13.4477 8 14C8 14.5523 8.44772 15 9 15Z" fill="currentColor"/>
<path d="M7 17C7.55228 17 8 16.5523 8 16C8 15.4477 7.55228 15 7 15C6.44772 15 6 15.4477 6 16C6 16.5523 6.44772 17 7 17Z" fill="currentColor"/>
<path d="M14 9C14.5523 9 15 8.55228 15 8C15 7.44772 14.5523 7 14 7C13.4477 7 13 7.44772 13 8C13 8.55228 13.4477 9 14 9Z" fill="currentColor"/>
<path d="M16 11C16.5523 11 17 10.5523 17 10C17 9.44772 16.5523 9 16 9C15.4477 9 15 9.44772 15 10C15 10.5523 15.4477 11 16 11Z" fill="currentColor"/>
<path d="M18 13C18.5523 13 19 12.5523 19 12C19 11.4477 18.5523 11 18 11C17.4477 11 17 11.4477 17 12C17 12.5523 17.4477 13 18 13Z" fill="currentColor"/>
<path d="M16 15C16.5523 15 17 14.5523 17 14C17 13.4477 16.5523 13 16 13C15.4477 13 15 13.4477 15 14C15 14.5523 15.4477 15 16 15Z" fill="currentColor"/>
<path d="M14 17C14.5523 17 15 16.5523 15 16C15 15.4477 14.5523 15 14 15C13.4477 15 13 15.4477 13 16C13 16.5523 13.4477 17 14 17Z" fill="currentColor"/>
</svg></div></div></a><div id="responsive-menu-btn" data-w-id="9d342b12-9e49-b4e9-cd26-05279d45f7c5" class="burger"><div class="burger-bar-wrap"><div data-w-id="9d342b12-9e49-b4e9-cd26-05279d45f7c7" class="b2-bar1"></div><div class="b2-middle-wrap"><div data-w-id="9d342b12-9e49-b4e9-cd26-05279d45f7c9" class="b2-middle-bar-left"></div><div data-w-id="9d342b12-9e49-b4e9-cd26-05279d45f7ca" class="b2-middle-bar-right"></div></div><div data-w-id="9d342b12-9e49-b4e9-cd26-05279d45f7cb" class="b2-bar3"></div></div></div></div></div></div><div class="navbar-megamenu-wrapper"><div class="scaling-megamenu"><a href="/solutions/for-scaling#1" class="megamenu-link w-inline-block"><div class="megamenu-link-col-1"><div><div class="megamenu-link-title">Professional Validator Operators</div><div class="megamenu-link-subtitle">Validator &amp; RPC node infrastructure</div></div></div><div class="megamenu-link-col-2"><div class="button-arrows-wrapper"><div class="button-arrow-embed dust-800 w-embed"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M7 9C7.55228 9 8 8.55228 8 8C8 7.44772 7.55228 7 7 7C6.44772 7 6 7.44772 6 8C6 8.55228 6.44772 9 7 9Z" fill="currentColor"/>
<path d="M9 11C9.55228 11 10 10.5523 10 10C10 9.44772 9.55228 9 9 9C8.44772 9 8 9.44772 8 10C8 10.5523 8.44772 11 9 11Z" fill="currentColor"/>
<path d="M11 13C11.5523 13 12 12.5523 12 12C12 11.4477 11.5523 11 11 11C10.4477 11 10 11.4477 10 12C10 12.5523 10.4477 13 11 13Z" fill="currentColor"/>
<path d="M9 15C9.55228 15 10 14.5523 10 14C10 13.4477 9.55228 13 9 13C8.44772 13 8 13.4477 8 14C8 14.5523 8.44772 15 9 15Z" fill="currentColor"/>
<path d="M7 17C7.55228 17 8 16.5523 8 16C8 15.4477 7.55228 15 7 15C6.44772 15 6 15.4477 6 16C6 16.5523 6.44772 17 7 17Z" fill="currentColor"/>
<path d="M14 9C14.5523 9 15 8.55228 15 8C15 7.44772 14.5523 7 14 7C13.4477 7 13 7.44772 13 8C13 8.55228 13.4477 9 14 9Z" fill="currentColor"/>
<path d="M16 11C16.5523 11 17 10.5523 17 10C17 9.44772 16.5523 9 16 9C15.4477 9 15 9.44772 15 10C15 10.5523 15.4477 11 16 11Z" fill="currentColor"/>
<path d="M18 13C18.5523 13 19 12.5523 19 12C19 11.4477 18.5523 11 18 11C17.4477 11 17 11.4477 17 12C17 12.5523 17.4477 13 18 13Z" fill="currentColor"/>
<path d="M16 15C16.5523 15 17 14.5523 17 14C17 13.4477 16.5523 13 16 13C15.4477 13 15 13.4477 15 14C15 14.5523 15.4477 15 16 15Z" fill="currentColor"/>
<path d="M14 17C14.5523 17 15 16.5523 15 16C15 15.4477 14.5523 15 14 15C13.4477 15 13 15.4477 13 16C13 16.5523 13.4477 17 14 17Z" fill="currentColor"/>
</svg></div><div class="button-arrow-embed mars w-embed"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M7 9C7.55228 9 8 8.55228 8 8C8 7.44772 7.55228 7 7 7C6.44772 7 6 7.44772 6 8C6 8.55228 6.44772 9 7 9Z" fill="currentColor"/>
<path d="M9 11C9.55228 11 10 10.5523 10 10C10 9.44772 9.55228 9 9 9C8.44772 9 8 9.44772 8 10C8 10.5523 8.44772 11 9 11Z" fill="currentColor"/>
<path d="M11 13C11.5523 13 12 12.5523 12 12C12 11.4477 11.5523 11 11 11C10.4477 11 10 11.4477 10 12C10 12.5523 10.4477 13 11 13Z" fill="currentColor"/>
<path d="M9 15C9.55228 15 10 14.5523 10 14C10 13.4477 9.55228 13 9 13C8.44772 13 8 13.4477 8 14C8 14.5523 8.44772 15 9 15Z" fill="currentColor"/>
<path d="M7 17C7.55228 17 8 16.5523 8 16C8 15.4477 7.55228 15 7 15C6.44772 15 6 15.4477 6 16C6 16.5523 6.44772 17 7 17Z" fill="currentColor"/>
<path d="M14 9C14.5523 9 15 8.55228 15 8C15 7.44772 14.5523 7 14 7C13.4477 7 13 7.44772 13 8C13 8.55228 13.4477 9 14 9Z" fill="currentColor"/>
<path d="M16 11C16.5523 11 17 10.5523 17 10C17 9.44772 16.5523 9 16 9C15.4477 9 15 9.44772 15 10C15 10.5523 15.4477 11 16 11Z" fill="currentColor"/>
<path d="M18 13C18.5523 13 19 12.5523 19 12C19 11.4477 18.5523 11 18 11C17.4477 11 17 11.4477 17 12C17 12.5523 17.4477 13 18 13Z" fill="currentColor"/>
<path d="M16 15C16.5523 15 17 14.5523 17 14C17 13.4477 16.5523 13 16 13C15.4477 13 15 13.4477 15 14C15 14.5523 15.4477 15 16 15Z" fill="currentColor"/>
<path d="M14 17C14.5523 17 15 16.5523 15 16C15 15.4477 14.5523 15 14 15C13.4477 15 13 15.4477 13 16C13 16.5523 13.4477 17 14 17Z" fill="currentColor"/>
</svg></div></div></div><div class="megamenu-link-line"></div></a><a href="/solutions/for-scaling#2" class="megamenu-link w-inline-block"><div class="megamenu-link-col-1"><div><div class="megamenu-link-title">RPC Node Infrastructure</div><div class="megamenu-link-subtitle">Scale in a secure ecosystem</div></div></div><div class="megamenu-link-col-2"><div class="button-arrows-wrapper"><div class="button-arrow-embed dust-800 w-embed"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M7 9C7.55228 9 8 8.55228 8 8C8 7.44772 7.55228 7 7 7C6.44772 7 6 7.44772 6 8C6 8.55228 6.44772 9 7 9Z" fill="currentColor"/>
<path d="M9 11C9.55228 11 10 10.5523 10 10C10 9.44772 9.55228 9 9 9C8.44772 9 8 9.44772 8 10C8 10.5523 8.44772 11 9 11Z" fill="currentColor"/>
<path d="M11 13C11.5523 13 12 12.5523 12 12C12 11.4477 11.5523 11 11 11C10.4477 11 10 11.4477 10 12C10 12.5523 10.4477 13 11 13Z" fill="currentColor"/>
<path d="M9 15C9.55228 15 10 14.5523 10 14C10 13.4477 9.55228 13 9 13C8.44772 13 8 13.4477 8 14C8 14.5523 8.44772 15 9 15Z" fill="currentColor"/>
<path d="M7 17C7.55228 17 8 16.5523 8 16C8 15.4477 7.55228 15 7 15C6.44772 15 6 15.4477 6 16C6 16.5523 6.44772 17 7 17Z" fill="currentColor"/>
<path d="M14 9C14.5523 9 15 8.55228 15 8C15 7.44772 14.5523 7 14 7C13.4477 7 13 7.44772 13 8C13 8.55228 13.4477 9 14 9Z" fill="currentColor"/>
<path d="M16 11C16.5523 11 17 10.5523 17 10C17 9.44772 16.5523 9 16 9C15.4477 9 15 9.44772 15 10C15 10.5523 15.4477 11 16 11Z" fill="currentColor"/>
<path d="M18 13C18.5523 13 19 12.5523 19 12C19 11.4477 18.5523 11 18 11C17.4477 11 17 11.4477 17 12C17 12.5523 17.4477 13 18 13Z" fill="currentColor"/>
<path d="M16 15C16.5523 15 17 14.5523 17 14C17 13.4477 16.5523 13 16 13C15.4477 13 15 13.4477 15 14C15 14.5523 15.4477 15 16 15Z" fill="currentColor"/>
<path d="M14 17C14.5523 17 15 16.5523 15 16C15 15.4477 14.5523 15 14 15C13.4477 15 13 15.4477 13 16C13 16.5523 13.4477 17 14 17Z" fill="currentColor"/>
</svg></div><div class="button-arrow-embed mars w-embed"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M7 9C7.55228 9 8 8.55228 8 8C8 7.44772 7.55228 7 7 7C6.44772 7 6 7.44772 6 8C6 8.55228 6.44772 9 7 9Z" fill="currentColor"/>
<path d="M9 11C9.55228 11 10 10.5523 10 10C10 9.44772 9.55228 9 9 9C8.44772 9 8 9.44772 8 10C8 10.5523 8.44772 11 9 11Z" fill="currentColor"/>
<path d="M11 13C11.5523 13 12 12.5523 12 12C12 11.4477 11.5523 11 11 11C10.4477 11 10 11.4477 10 12C10 12.5523 10.4477 13 11 13Z" fill="currentColor"/>
<path d="M9 15C9.55228 15 10 14.5523 10 14C10 13.4477 9.55228 13 9 13C8.44772 13 8 13.4477 8 14C8 14.5523 8.44772 15 9 15Z" fill="currentColor"/>
<path d="M7 17C7.55228 17 8 16.5523 8 16C8 15.4477 7.55228 15 7 15C6.44772 15 6 15.4477 6 16C6 16.5523 6.44772 17 7 17Z" fill="currentColor"/>
<path d="M14 9C14.5523 9 15 8.55228 15 8C15 7.44772 14.5523 7 14 7C13.4477 7 13 7.44772 13 8C13 8.55228 13.4477 9 14 9Z" fill="currentColor"/>
<path d="M16 11C16.5523 11 17 10.5523 17 10C17 9.44772 16.5523 9 16 9C15.4477 9 15 9.44772 15 10C15 10.5523 15.4477 11 16 11Z" fill="currentColor"/>
<path d="M18 13C18.5523 13 19 12.5523 19 12C19 11.4477 18.5523 11 18 11C17.4477 11 17 11.4477 17 12C17 12.5523 17.4477 13 18 13Z" fill="currentColor"/>
<path d="M16 15C16.5523 15 17 14.5523 17 14C17 13.4477 16.5523 13 16 13C15.4477 13 15 13.4477 15 14C15 14.5523 15.4477 15 16 15Z" fill="currentColor"/>
<path d="M14 17C14.5523 17 15 16.5523 15 16C15 15.4477 14.5523 15 14 15C13.4477 15 13 15.4477 13 16C13 16.5523 13.4477 17 14 17Z" fill="currentColor"/>
</svg></div></div></div><div class="megamenu-link-line"></div></a><a href="/solutions/for-scaling#3" class="megamenu-link w-inline-block"><div class="megamenu-link-col-1"><div><div class="megamenu-link-title">Analytics &amp; Monitoring</div><div class="megamenu-link-subtitle">Check and improve your blockchain’s performance.</div></div></div><div class="megamenu-link-col-2"><div class="button-arrows-wrapper"><div class="button-arrow-embed dust-800 w-embed"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M7 9C7.55228 9 8 8.55228 8 8C8 7.44772 7.55228 7 7 7C6.44772 7 6 7.44772 6 8C6 8.55228 6.44772 9 7 9Z" fill="currentColor"/>
<path d="M9 11C9.55228 11 10 10.5523 10 10C10 9.44772 9.55228 9 9 9C8.44772 9 8 9.44772 8 10C8 10.5523 8.44772 11 9 11Z" fill="currentColor"/>
<path d="M11 13C11.5523 13 12 12.5523 12 12C12 11.4477 11.5523 11 11 11C10.4477 11 10 11.4477 10 12C10 12.5523 10.4477 13 11 13Z" fill="currentColor"/>
<path d="M9 15C9.55228 15 10 14.5523 10 14C10 13.4477 9.55228 13 9 13C8.44772 13 8 13.4477 8 14C8 14.5523 8.44772 15 9 15Z" fill="currentColor"/>
<path d="M7 17C7.55228 17 8 16.5523 8 16C8 15.4477 7.55228 15 7 15C6.44772 15 6 15.4477 6 16C6 16.5523 6.44772 17 7 17Z" fill="currentColor"/>
<path d="M14 9C14.5523 9 15 8.55228 15 8C15 7.44772 14.5523 7 14 7C13.4477 7 13 7.44772 13 8C13 8.55228 13.4477 9 14 9Z" fill="currentColor"/>
<path d="M16 11C16.5523 11 17 10.5523 17 10C17 9.44772 16.5523 9 16 9C15.4477 9 15 9.44772 15 10C15 10.5523 15.4477 11 16 11Z" fill="currentColor"/>
<path d="M18 13C18.5523 13 19 12.5523 19 12C19 11.4477 18.5523 11 18 11C17.4477 11 17 11.4477 17 12C17 12.5523 17.4477 13 18 13Z" fill="currentColor"/>
<path d="M16 15C16.5523 15 17 14.5523 17 14C17 13.4477 16.5523 13 16 13C15.4477 13 15 13.4477 15 14C15 14.5523 15.4477 15 16 15Z" fill="currentColor"/>
<path d="M14 17C14.5523 17 15 16.5523 15 16C15 15.4477 14.5523 15 14 15C13.4477 15 13 15.4477 13 16C13 16.5523 13.4477 17 14 17Z" fill="currentColor"/>
</svg></div><div class="button-arrow-embed mars w-embed"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M7 9C7.55228 9 8 8.55228 8 8C8 7.44772 7.55228 7 7 7C6.44772 7 6 7.44772 6 8C6 8.55228 6.44772 9 7 9Z" fill="currentColor"/>
<path d="M9 11C9.55228 11 10 10.5523 10 10C10 9.44772 9.55228 9 9 9C8.44772 9 8 9.44772 8 10C8 10.5523 8.44772 11 9 11Z" fill="currentColor"/>
<path d="M11 13C11.5523 13 12 12.5523 12 12C12 11.4477 11.5523 11 11 11C10.4477 11 10 11.4477 10 12C10 12.5523 10.4477 13 11 13Z" fill="currentColor"/>
<path d="M9 15C9.55228 15 10 14.5523 10 14C10 13.4477 9.55228 13 9 13C8.44772 13 8 13.4477 8 14C8 14.5523 8.44772 15 9 15Z" fill="currentColor"/>
<path d="M7 17C7.55228 17 8 16.5523 8 16C8 15.4477 7.55228 15 7 15C6.44772 15 6 15.4477 6 16C6 16.5523 6.44772 17 7 17Z" fill="currentColor"/>
<path d="M14 9C14.5523 9 15 8.55228 15 8C15 7.44772 14.5523 7 14 7C13.4477 7 13 7.44772 13 8C13 8.55228 13.4477 9 14 9Z" fill="currentColor"/>
<path d="M16 11C16.5523 11 17 10.5523 17 10C17 9.44772 16.5523 9 16 9C15.4477 9 15 9.44772 15 10C15 10.5523 15.4477 11 16 11Z" fill="currentColor"/>
<path d="M18 13C18.5523 13 19 12.5523 19 12C19 11.4477 18.5523 11 18 11C17.4477 11 17 11.4477 17 12C17 12.5523 17.4477 13 18 13Z" fill="currentColor"/>
<path d="M16 15C16.5523 15 17 14.5523 17 14C17 13.4477 16.5523 13 16 13C15.4477 13 15 13.4477 15 14C15 14.5523 15.4477 15 16 15Z" fill="currentColor"/>
<path d="M14 17C14.5523 17 15 16.5523 15 16C15 15.4477 14.5523 15 14 15C13.4477 15 13 15.4477 13 16C13 16.5523 13.4477 17 14 17Z" fill="currentColor"/>
</svg></div></div></div><div class="megamenu-link-line"></div></a></div><div class="staking-megamenu"><div class="staking-megamenu-col"><a href="/solutions/for-staking" class="button-link w-inline-block"><div>For stakers</div><div class="button-arrows-wrapper"><div class="button-arrow-embed dust-100 w-embed"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M7 9C7.55228 9 8 8.55228 8 8C8 7.44772 7.55228 7 7 7C6.44772 7 6 7.44772 6 8C6 8.55228 6.44772 9 7 9Z" fill="currentColor"/>
<path d="M9 11C9.55228 11 10 10.5523 10 10C10 9.44772 9.55228 9 9 9C8.44772 9 8 9.44772 8 10C8 10.5523 8.44772 11 9 11Z" fill="currentColor"/>
<path d="M11 13C11.5523 13 12 12.5523 12 12C12 11.4477 11.5523 11 11 11C10.4477 11 10 11.4477 10 12C10 12.5523 10.4477 13 11 13Z" fill="currentColor"/>
<path d="M9 15C9.55228 15 10 14.5523 10 14C10 13.4477 9.55228 13 9 13C8.44772 13 8 13.4477 8 14C8 14.5523 8.44772 15 9 15Z" fill="currentColor"/>
<path d="M7 17C7.55228 17 8 16.5523 8 16C8 15.4477 7.55228 15 7 15C6.44772 15 6 15.4477 6 16C6 16.5523 6.44772 17 7 17Z" fill="currentColor"/>
<path d="M14 9C14.5523 9 15 8.55228 15 8C15 7.44772 14.5523 7 14 7C13.4477 7 13 7.44772 13 8C13 8.55228 13.4477 9 14 9Z" fill="currentColor"/>
<path d="M16 11C16.5523 11 17 10.5523 17 10C17 9.44772 16.5523 9 16 9C15.4477 9 15 9.44772 15 10C15 10.5523 15.4477 11 16 11Z" fill="currentColor"/>
<path d="M18 13C18.5523 13 19 12.5523 19 12C19 11.4477 18.5523 11 18 11C17.4477 11 17 11.4477 17 12C17 12.5523 17.4477 13 18 13Z" fill="currentColor"/>
<path d="M16 15C16.5523 15 17 14.5523 17 14C17 13.4477 16.5523 13 16 13C15.4477 13 15 13.4477 15 14C15 14.5523 15.4477 15 16 15Z" fill="currentColor"/>
<path d="M14 17C14.5523 17 15 16.5523 15 16C15 15.4477 14.5523 15 14 15C13.4477 15 13 15.4477 13 16C13 16.5523 13.4477 17 14 17Z" fill="currentColor"/>
</svg></div><div class="button-arrow-embed mars w-embed"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M7 9C7.55228 9 8 8.55228 8 8C8 7.44772 7.55228 7 7 7C6.44772 7 6 7.44772 6 8C6 8.55228 6.44772 9 7 9Z" fill="currentColor"/>
<path d="M9 11C9.55228 11 10 10.5523 10 10C10 9.44772 9.55228 9 9 9C8.44772 9 8 9.44772 8 10C8 10.5523 8.44772 11 9 11Z" fill="currentColor"/>
<path d="M11 13C11.5523 13 12 12.5523 12 12C12 11.4477 11.5523 11 11 11C10.4477 11 10 11.4477 10 12C10 12.5523 10.4477 13 11 13Z" fill="currentColor"/>
<path d="M9 15C9.55228 15 10 14.5523 10 14C10 13.4477 9.55228 13 9 13C8.44772 13 8 13.4477 8 14C8 14.5523 8.44772 15 9 15Z" fill="currentColor"/>
<path d="M7 17C7.55228 17 8 16.5523 8 16C8 15.4477 7.55228 15 7 15C6.44772 15 6 15.4477 6 16C6 16.5523 6.44772 17 7 17Z" fill="currentColor"/>
<path d="M14 9C14.5523 9 15 8.55228 15 8C15 7.44772 14.5523 7 14 7C13.4477 7 13 7.44772 13 8C13 8.55228 13.4477 9 14 9Z" fill="currentColor"/>
<path d="M16 11C16.5523 11 17 10.5523 17 10C17 9.44772 16.5523 9 16 9C15.4477 9 15 9.44772 15 10C15 10.5523 15.4477 11 16 11Z" fill="currentColor"/>
<path d="M18 13C18.5523 13 19 12.5523 19 12C19 11.4477 18.5523 11 18 11C17.4477 11 17 11.4477 17 12C17 12.5523 17.4477 13 18 13Z" fill="currentColor"/>
<path d="M16 15C16.5523 15 17 14.5523 17 14C17 13.4477 16.5523 13 16 13C15.4477 13 15 13.4477 15 14C15 14.5523 15.4477 15 16 15Z" fill="currentColor"/>
<path d="M14 17C14.5523 17 15 16.5523 15 16C15 15.4477 14.5523 15 14 15C13.4477 15 13 15.4477 13 16C13 16.5523 13.4477 17 14 17Z" fill="currentColor"/>
</svg></div></div></a><a href="/solutions/for-staking#1" class="megamenu-link w-inline-block"><div class="megamenu-link-col-1"><div><div class="megamenu-link-title">Professional Validator Operators</div><div class="megamenu-link-subtitle">Manage your assets safely</div></div></div><div class="megamenu-link-col-2"><div class="button-arrows-wrapper"><div class="button-arrow-embed dust-800 w-embed"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M7 9C7.55228 9 8 8.55228 8 8C8 7.44772 7.55228 7 7 7C6.44772 7 6 7.44772 6 8C6 8.55228 6.44772 9 7 9Z" fill="currentColor"/>
<path d="M9 11C9.55228 11 10 10.5523 10 10C10 9.44772 9.55228 9 9 9C8.44772 9 8 9.44772 8 10C8 10.5523 8.44772 11 9 11Z" fill="currentColor"/>
<path d="M11 13C11.5523 13 12 12.5523 12 12C12 11.4477 11.5523 11 11 11C10.4477 11 10 11.4477 10 12C10 12.5523 10.4477 13 11 13Z" fill="currentColor"/>
<path d="M9 15C9.55228 15 10 14.5523 10 14C10 13.4477 9.55228 13 9 13C8.44772 13 8 13.4477 8 14C8 14.5523 8.44772 15 9 15Z" fill="currentColor"/>
<path d="M7 17C7.55228 17 8 16.5523 8 16C8 15.4477 7.55228 15 7 15C6.44772 15 6 15.4477 6 16C6 16.5523 6.44772 17 7 17Z" fill="currentColor"/>
<path d="M14 9C14.5523 9 15 8.55228 15 8C15 7.44772 14.5523 7 14 7C13.4477 7 13 7.44772 13 8C13 8.55228 13.4477 9 14 9Z" fill="currentColor"/>
<path d="M16 11C16.5523 11 17 10.5523 17 10C17 9.44772 16.5523 9 16 9C15.4477 9 15 9.44772 15 10C15 10.5523 15.4477 11 16 11Z" fill="currentColor"/>
<path d="M18 13C18.5523 13 19 12.5523 19 12C19 11.4477 18.5523 11 18 11C17.4477 11 17 11.4477 17 12C17 12.5523 17.4477 13 18 13Z" fill="currentColor"/>
<path d="M16 15C16.5523 15 17 14.5523 17 14C17 13.4477 16.5523 13 16 13C15.4477 13 15 13.4477 15 14C15 14.5523 15.4477 15 16 15Z" fill="currentColor"/>
<path d="M14 17C14.5523 17 15 16.5523 15 16C15 15.4477 14.5523 15 14 15C13.4477 15 13 15.4477 13 16C13 16.5523 13.4477 17 14 17Z" fill="currentColor"/>
</svg></div><div class="button-arrow-embed mars w-embed"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M7 9C7.55228 9 8 8.55228 8 8C8 7.44772 7.55228 7 7 7C6.44772 7 6 7.44772 6 8C6 8.55228 6.44772 9 7 9Z" fill="currentColor"/>
<path d="M9 11C9.55228 11 10 10.5523 10 10C10 9.44772 9.55228 9 9 9C8.44772 9 8 9.44772 8 10C8 10.5523 8.44772 11 9 11Z" fill="currentColor"/>
<path d="M11 13C11.5523 13 12 12.5523 12 12C12 11.4477 11.5523 11 11 11C10.4477 11 10 11.4477 10 12C10 12.5523 10.4477 13 11 13Z" fill="currentColor"/>
<path d="M9 15C9.55228 15 10 14.5523 10 14C10 13.4477 9.55228 13 9 13C8.44772 13 8 13.4477 8 14C8 14.5523 8.44772 15 9 15Z" fill="currentColor"/>
<path d="M7 17C7.55228 17 8 16.5523 8 16C8 15.4477 7.55228 15 7 15C6.44772 15 6 15.4477 6 16C6 16.5523 6.44772 17 7 17Z" fill="currentColor"/>
<path d="M14 9C14.5523 9 15 8.55228 15 8C15 7.44772 14.5523 7 14 7C13.4477 7 13 7.44772 13 8C13 8.55228 13.4477 9 14 9Z" fill="currentColor"/>
<path d="M16 11C16.5523 11 17 10.5523 17 10C17 9.44772 16.5523 9 16 9C15.4477 9 15 9.44772 15 10C15 10.5523 15.4477 11 16 11Z" fill="currentColor"/>
<path d="M18 13C18.5523 13 19 12.5523 19 12C19 11.4477 18.5523 11 18 11C17.4477 11 17 11.4477 17 12C17 12.5523 17.4477 13 18 13Z" fill="currentColor"/>
<path d="M16 15C16.5523 15 17 14.5523 17 14C17 13.4477 16.5523 13 16 13C15.4477 13 15 13.4477 15 14C15 14.5523 15.4477 15 16 15Z" fill="currentColor"/>
<path d="M14 17C14.5523 17 15 16.5523 15 16C15 15.4477 14.5523 15 14 15C13.4477 15 13 15.4477 13 16C13 16.5523 13.4477 17 14 17Z" fill="currentColor"/>
</svg></div></div></div><div class="megamenu-link-line"></div></a><a href="/solutions/for-staking#2" class="megamenu-link w-inline-block"><div class="megamenu-link-col-1"><div><div class="megamenu-link-title">Custom Non-Custodial Staking Dashboards</div><div class="megamenu-link-subtitle">Control each aspect of your assets</div></div></div><div class="megamenu-link-col-2"><div class="button-arrows-wrapper"><div class="button-arrow-embed dust-800 w-embed"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M7 9C7.55228 9 8 8.55228 8 8C8 7.44772 7.55228 7 7 7C6.44772 7 6 7.44772 6 8C6 8.55228 6.44772 9 7 9Z" fill="currentColor"/>
<path d="M9 11C9.55228 11 10 10.5523 10 10C10 9.44772 9.55228 9 9 9C8.44772 9 8 9.44772 8 10C8 10.5523 8.44772 11 9 11Z" fill="currentColor"/>
<path d="M11 13C11.5523 13 12 12.5523 12 12C12 11.4477 11.5523 11 11 11C10.4477 11 10 11.4477 10 12C10 12.5523 10.4477 13 11 13Z" fill="currentColor"/>
<path d="M9 15C9.55228 15 10 14.5523 10 14C10 13.4477 9.55228 13 9 13C8.44772 13 8 13.4477 8 14C8 14.5523 8.44772 15 9 15Z" fill="currentColor"/>
<path d="M7 17C7.55228 17 8 16.5523 8 16C8 15.4477 7.55228 15 7 15C6.44772 15 6 15.4477 6 16C6 16.5523 6.44772 17 7 17Z" fill="currentColor"/>
<path d="M14 9C14.5523 9 15 8.55228 15 8C15 7.44772 14.5523 7 14 7C13.4477 7 13 7.44772 13 8C13 8.55228 13.4477 9 14 9Z" fill="currentColor"/>
<path d="M16 11C16.5523 11 17 10.5523 17 10C17 9.44772 16.5523 9 16 9C15.4477 9 15 9.44772 15 10C15 10.5523 15.4477 11 16 11Z" fill="currentColor"/>
<path d="M18 13C18.5523 13 19 12.5523 19 12C19 11.4477 18.5523 11 18 11C17.4477 11 17 11.4477 17 12C17 12.5523 17.4477 13 18 13Z" fill="currentColor"/>
<path d="M16 15C16.5523 15 17 14.5523 17 14C17 13.4477 16.5523 13 16 13C15.4477 13 15 13.4477 15 14C15 14.5523 15.4477 15 16 15Z" fill="currentColor"/>
<path d="M14 17C14.5523 17 15 16.5523 15 16C15 15.4477 14.5523 15 14 15C13.4477 15 13 15.4477 13 16C13 16.5523 13.4477 17 14 17Z" fill="currentColor"/>
</svg></div><div class="button-arrow-embed mars w-embed"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M7 9C7.55228 9 8 8.55228 8 8C8 7.44772 7.55228 7 7 7C6.44772 7 6 7.44772 6 8C6 8.55228 6.44772 9 7 9Z" fill="currentColor"/>
<path d="M9 11C9.55228 11 10 10.5523 10 10C10 9.44772 9.55228 9 9 9C8.44772 9 8 9.44772 8 10C8 10.5523 8.44772 11 9 11Z" fill="currentColor"/>
<path d="M11 13C11.5523 13 12 12.5523 12 12C12 11.4477 11.5523 11 11 11C10.4477 11 10 11.4477 10 12C10 12.5523 10.4477 13 11 13Z" fill="currentColor"/>
<path d="M9 15C9.55228 15 10 14.5523 10 14C10 13.4477 9.55228 13 9 13C8.44772 13 8 13.4477 8 14C8 14.5523 8.44772 15 9 15Z" fill="currentColor"/>
<path d="M7 17C7.55228 17 8 16.5523 8 16C8 15.4477 7.55228 15 7 15C6.44772 15 6 15.4477 6 16C6 16.5523 6.44772 17 7 17Z" fill="currentColor"/>
<path d="M14 9C14.5523 9 15 8.55228 15 8C15 7.44772 14.5523 7 14 7C13.4477 7 13 7.44772 13 8C13 8.55228 13.4477 9 14 9Z" fill="currentColor"/>
<path d="M16 11C16.5523 11 17 10.5523 17 10C17 9.44772 16.5523 9 16 9C15.4477 9 15 9.44772 15 10C15 10.5523 15.4477 11 16 11Z" fill="currentColor"/>
<path d="M18 13C18.5523 13 19 12.5523 19 12C19 11.4477 18.5523 11 18 11C17.4477 11 17 11.4477 17 12C17 12.5523 17.4477 13 18 13Z" fill="currentColor"/>
<path d="M16 15C16.5523 15 17 14.5523 17 14C17 13.4477 16.5523 13 16 13C15.4477 13 15 13.4477 15 14C15 14.5523 15.4477 15 16 15Z" fill="currentColor"/>
<path d="M14 17C14.5523 17 15 16.5523 15 16C15 15.4477 14.5523 15 14 15C13.4477 15 13 15.4477 13 16C13 16.5523 13.4477 17 14 17Z" fill="currentColor"/>
</svg></div></div></div><div class="megamenu-link-line"></div></a><a href="/solutions/for-staking#3" class="megamenu-link w-inline-block"><div class="megamenu-link-col-1"><div><div class="megamenu-link-title">Analytics &amp; Monitoring</div><div class="megamenu-link-subtitle">Improve your decision-making</div></div></div><div class="megamenu-link-col-2"><div class="button-arrows-wrapper"><div class="button-arrow-embed dust-800 w-embed"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M7 9C7.55228 9 8 8.55228 8 8C8 7.44772 7.55228 7 7 7C6.44772 7 6 7.44772 6 8C6 8.55228 6.44772 9 7 9Z" fill="currentColor"/>
<path d="M9 11C9.55228 11 10 10.5523 10 10C10 9.44772 9.55228 9 9 9C8.44772 9 8 9.44772 8 10C8 10.5523 8.44772 11 9 11Z" fill="currentColor"/>
<path d="M11 13C11.5523 13 12 12.5523 12 12C12 11.4477 11.5523 11 11 11C10.4477 11 10 11.4477 10 12C10 12.5523 10.4477 13 11 13Z" fill="currentColor"/>
<path d="M9 15C9.55228 15 10 14.5523 10 14C10 13.4477 9.55228 13 9 13C8.44772 13 8 13.4477 8 14C8 14.5523 8.44772 15 9 15Z" fill="currentColor"/>
<path d="M7 17C7.55228 17 8 16.5523 8 16C8 15.4477 7.55228 15 7 15C6.44772 15 6 15.4477 6 16C6 16.5523 6.44772 17 7 17Z" fill="currentColor"/>
<path d="M14 9C14.5523 9 15 8.55228 15 8C15 7.44772 14.5523 7 14 7C13.4477 7 13 7.44772 13 8C13 8.55228 13.4477 9 14 9Z" fill="currentColor"/>
<path d="M16 11C16.5523 11 17 10.5523 17 10C17 9.44772 16.5523 9 16 9C15.4477 9 15 9.44772 15 10C15 10.5523 15.4477 11 16 11Z" fill="currentColor"/>
<path d="M18 13C18.5523 13 19 12.5523 19 12C19 11.4477 18.5523 11 18 11C17.4477 11 17 11.4477 17 12C17 12.5523 17.4477 13 18 13Z" fill="currentColor"/>
<path d="M16 15C16.5523 15 17 14.5523 17 14C17 13.4477 16.5523 13 16 13C15.4477 13 15 13.4477 15 14C15 14.5523 15.4477 15 16 15Z" fill="currentColor"/>
<path d="M14 17C14.5523 17 15 16.5523 15 16C15 15.4477 14.5523 15 14 15C13.4477 15 13 15.4477 13 16C13 16.5523 13.4477 17 14 17Z" fill="currentColor"/>
</svg></div><div class="button-arrow-embed mars w-embed"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M7 9C7.55228 9 8 8.55228 8 8C8 7.44772 7.55228 7 7 7C6.44772 7 6 7.44772 6 8C6 8.55228 6.44772 9 7 9Z" fill="currentColor"/>
<path d="M9 11C9.55228 11 10 10.5523 10 10C10 9.44772 9.55228 9 9 9C8.44772 9 8 9.44772 8 10C8 10.5523 8.44772 11 9 11Z" fill="currentColor"/>
<path d="M11 13C11.5523 13 12 12.5523 12 12C12 11.4477 11.5523 11 11 11C10.4477 11 10 11.4477 10 12C10 12.5523 10.4477 13 11 13Z" fill="currentColor"/>
<path d="M9 15C9.55228 15 10 14.5523 10 14C10 13.4477 9.55228 13 9 13C8.44772 13 8 13.4477 8 14C8 14.5523 8.44772 15 9 15Z" fill="currentColor"/>
<path d="M7 17C7.55228 17 8 16.5523 8 16C8 15.4477 7.55228 15 7 15C6.44772 15 6 15.4477 6 16C6 16.5523 6.44772 17 7 17Z" fill="currentColor"/>
<path d="M14 9C14.5523 9 15 8.55228 15 8C15 7.44772 14.5523 7 14 7C13.4477 7 13 7.44772 13 8C13 8.55228 13.4477 9 14 9Z" fill="currentColor"/>
<path d="M16 11C16.5523 11 17 10.5523 17 10C17 9.44772 16.5523 9 16 9C15.4477 9 15 9.44772 15 10C15 10.5523 15.4477 11 16 11Z" fill="currentColor"/>
<path d="M18 13C18.5523 13 19 12.5523 19 12C19 11.4477 18.5523 11 18 11C17.4477 11 17 11.4477 17 12C17 12.5523 17.4477 13 18 13Z" fill="currentColor"/>
<path d="M16 15C16.5523 15 17 14.5523 17 14C17 13.4477 16.5523 13 16 13C15.4477 13 15 13.4477 15 14C15 14.5523 15.4477 15 16 15Z" fill="currentColor"/>
<path d="M14 17C14.5523 17 15 16.5523 15 16C15 15.4477 14.5523 15 14 15C13.4477 15 13 15.4477 13 16C13 16.5523 13.4477 17 14 17Z" fill="currentColor"/>
</svg></div></div></div><div class="megamenu-link-line"></div></a></div><div class="staking-megamenu-col"><a href="/solutions/for-integrations" class="button-link w-inline-block"><div>For integrations</div><div class="button-arrows-wrapper"><div class="button-arrow-embed dust-100 w-embed"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M7 9C7.55228 9 8 8.55228 8 8C8 7.44772 7.55228 7 7 7C6.44772 7 6 7.44772 6 8C6 8.55228 6.44772 9 7 9Z" fill="currentColor"/>
<path d="M9 11C9.55228 11 10 10.5523 10 10C10 9.44772 9.55228 9 9 9C8.44772 9 8 9.44772 8 10C8 10.5523 8.44772 11 9 11Z" fill="currentColor"/>
<path d="M11 13C11.5523 13 12 12.5523 12 12C12 11.4477 11.5523 11 11 11C10.4477 11 10 11.4477 10 12C10 12.5523 10.4477 13 11 13Z" fill="currentColor"/>
<path d="M9 15C9.55228 15 10 14.5523 10 14C10 13.4477 9.55228 13 9 13C8.44772 13 8 13.4477 8 14C8 14.5523 8.44772 15 9 15Z" fill="currentColor"/>
<path d="M7 17C7.55228 17 8 16.5523 8 16C8 15.4477 7.55228 15 7 15C6.44772 15 6 15.4477 6 16C6 16.5523 6.44772 17 7 17Z" fill="currentColor"/>
<path d="M14 9C14.5523 9 15 8.55228 15 8C15 7.44772 14.5523 7 14 7C13.4477 7 13 7.44772 13 8C13 8.55228 13.4477 9 14 9Z" fill="currentColor"/>
<path d="M16 11C16.5523 11 17 10.5523 17 10C17 9.44772 16.5523 9 16 9C15.4477 9 15 9.44772 15 10C15 10.5523 15.4477 11 16 11Z" fill="currentColor"/>
<path d="M18 13C18.5523 13 19 12.5523 19 12C19 11.4477 18.5523 11 18 11C17.4477 11 17 11.4477 17 12C17 12.5523 17.4477 13 18 13Z" fill="currentColor"/>
<path d="M16 15C16.5523 15 17 14.5523 17 14C17 13.4477 16.5523 13 16 13C15.4477 13 15 13.4477 15 14C15 14.5523 15.4477 15 16 15Z" fill="currentColor"/>
<path d="M14 17C14.5523 17 15 16.5523 15 16C15 15.4477 14.5523 15 14 15C13.4477 15 13 15.4477 13 16C13 16.5523 13.4477 17 14 17Z" fill="currentColor"/>
</svg></div><div class="button-arrow-embed mars w-embed"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M7 9C7.55228 9 8 8.55228 8 8C8 7.44772 7.55228 7 7 7C6.44772 7 6 7.44772 6 8C6 8.55228 6.44772 9 7 9Z" fill="currentColor"/>
<path d="M9 11C9.55228 11 10 10.5523 10 10C10 9.44772 9.55228 9 9 9C8.44772 9 8 9.44772 8 10C8 10.5523 8.44772 11 9 11Z" fill="currentColor"/>
<path d="M11 13C11.5523 13 12 12.5523 12 12C12 11.4477 11.5523 11 11 11C10.4477 11 10 11.4477 10 12C10 12.5523 10.4477 13 11 13Z" fill="currentColor"/>
<path d="M9 15C9.55228 15 10 14.5523 10 14C10 13.4477 9.55228 13 9 13C8.44772 13 8 13.4477 8 14C8 14.5523 8.44772 15 9 15Z" fill="currentColor"/>
<path d="M7 17C7.55228 17 8 16.5523 8 16C8 15.4477 7.55228 15 7 15C6.44772 15 6 15.4477 6 16C6 16.5523 6.44772 17 7 17Z" fill="currentColor"/>
<path d="M14 9C14.5523 9 15 8.55228 15 8C15 7.44772 14.5523 7 14 7C13.4477 7 13 7.44772 13 8C13 8.55228 13.4477 9 14 9Z" fill="currentColor"/>
<path d="M16 11C16.5523 11 17 10.5523 17 10C17 9.44772 16.5523 9 16 9C15.4477 9 15 9.44772 15 10C15 10.5523 15.4477 11 16 11Z" fill="currentColor"/>
<path d="M18 13C18.5523 13 19 12.5523 19 12C19 11.4477 18.5523 11 18 11C17.4477 11 17 11.4477 17 12C17 12.5523 17.4477 13 18 13Z" fill="currentColor"/>
<path d="M16 15C16.5523 15 17 14.5523 17 14C17 13.4477 16.5523 13 16 13C15.4477 13 15 13.4477 15 14C15 14.5523 15.4477 15 16 15Z" fill="currentColor"/>
<path d="M14 17C14.5523 17 15 16.5523 15 16C15 15.4477 14.5523 15 14 15C13.4477 15 13 15.4477 13 16C13 16.5523 13.4477 17 14 17Z" fill="currentColor"/>
</svg></div></div></a><a href="/solutions/for-integrations#1" class="megamenu-link w-inline-block"><div class="megamenu-link-col-1"><div><div class="megamenu-link-title">Secure Staking Infrastructure</div><div class="megamenu-link-subtitle">Enjoy full compliance with industry security standards.</div></div></div><div class="megamenu-link-col-2"><div class="button-arrows-wrapper"><div class="button-arrow-embed dust-800 w-embed"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M7 9C7.55228 9 8 8.55228 8 8C8 7.44772 7.55228 7 7 7C6.44772 7 6 7.44772 6 8C6 8.55228 6.44772 9 7 9Z" fill="currentColor"/>
<path d="M9 11C9.55228 11 10 10.5523 10 10C10 9.44772 9.55228 9 9 9C8.44772 9 8 9.44772 8 10C8 10.5523 8.44772 11 9 11Z" fill="currentColor"/>
<path d="M11 13C11.5523 13 12 12.5523 12 12C12 11.4477 11.5523 11 11 11C10.4477 11 10 11.4477 10 12C10 12.5523 10.4477 13 11 13Z" fill="currentColor"/>
<path d="M9 15C9.55228 15 10 14.5523 10 14C10 13.4477 9.55228 13 9 13C8.44772 13 8 13.4477 8 14C8 14.5523 8.44772 15 9 15Z" fill="currentColor"/>
<path d="M7 17C7.55228 17 8 16.5523 8 16C8 15.4477 7.55228 15 7 15C6.44772 15 6 15.4477 6 16C6 16.5523 6.44772 17 7 17Z" fill="currentColor"/>
<path d="M14 9C14.5523 9 15 8.55228 15 8C15 7.44772 14.5523 7 14 7C13.4477 7 13 7.44772 13 8C13 8.55228 13.4477 9 14 9Z" fill="currentColor"/>
<path d="M16 11C16.5523 11 17 10.5523 17 10C17 9.44772 16.5523 9 16 9C15.4477 9 15 9.44772 15 10C15 10.5523 15.4477 11 16 11Z" fill="currentColor"/>
<path d="M18 13C18.5523 13 19 12.5523 19 12C19 11.4477 18.5523 11 18 11C17.4477 11 17 11.4477 17 12C17 12.5523 17.4477 13 18 13Z" fill="currentColor"/>
<path d="M16 15C16.5523 15 17 14.5523 17 14C17 13.4477 16.5523 13 16 13C15.4477 13 15 13.4477 15 14C15 14.5523 15.4477 15 16 15Z" fill="currentColor"/>
<path d="M14 17C14.5523 17 15 16.5523 15 16C15 15.4477 14.5523 15 14 15C13.4477 15 13 15.4477 13 16C13 16.5523 13.4477 17 14 17Z" fill="currentColor"/>
</svg></div><div class="button-arrow-embed mars w-embed"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M7 9C7.55228 9 8 8.55228 8 8C8 7.44772 7.55228 7 7 7C6.44772 7 6 7.44772 6 8C6 8.55228 6.44772 9 7 9Z" fill="currentColor"/>
<path d="M9 11C9.55228 11 10 10.5523 10 10C10 9.44772 9.55228 9 9 9C8.44772 9 8 9.44772 8 10C8 10.5523 8.44772 11 9 11Z" fill="currentColor"/>
<path d="M11 13C11.5523 13 12 12.5523 12 12C12 11.4477 11.5523 11 11 11C10.4477 11 10 11.4477 10 12C10 12.5523 10.4477 13 11 13Z" fill="currentColor"/>
<path d="M9 15C9.55228 15 10 14.5523 10 14C10 13.4477 9.55228 13 9 13C8.44772 13 8 13.4477 8 14C8 14.5523 8.44772 15 9 15Z" fill="currentColor"/>
<path d="M7 17C7.55228 17 8 16.5523 8 16C8 15.4477 7.55228 15 7 15C6.44772 15 6 15.4477 6 16C6 16.5523 6.44772 17 7 17Z" fill="currentColor"/>
<path d="M14 9C14.5523 9 15 8.55228 15 8C15 7.44772 14.5523 7 14 7C13.4477 7 13 7.44772 13 8C13 8.55228 13.4477 9 14 9Z" fill="currentColor"/>
<path d="M16 11C16.5523 11 17 10.5523 17 10C17 9.44772 16.5523 9 16 9C15.4477 9 15 9.44772 15 10C15 10.5523 15.4477 11 16 11Z" fill="currentColor"/>
<path d="M18 13C18.5523 13 19 12.5523 19 12C19 11.4477 18.5523 11 18 11C17.4477 11 17 11.4477 17 12C17 12.5523 17.4477 13 18 13Z" fill="currentColor"/>
<path d="M16 15C16.5523 15 17 14.5523 17 14C17 13.4477 16.5523 13 16 13C15.4477 13 15 13.4477 15 14C15 14.5523 15.4477 15 16 15Z" fill="currentColor"/>
<path d="M14 17C14.5523 17 15 16.5523 15 16C15 15.4477 14.5523 15 14 15C13.4477 15 13 15.4477 13 16C13 16.5523 13.4477 17 14 17Z" fill="currentColor"/>
</svg></div></div></div><div class="megamenu-link-line"></div></a><a href="/solutions/for-integrations#2" class="megamenu-link w-inline-block"><div class="megamenu-link-col-1"><div><div class="megamenu-link-title">Fast and seamless Integration</div><div class="megamenu-link-subtitle">Leverage seamless API integration</div></div></div><div class="megamenu-link-col-2"><div class="button-arrows-wrapper"><div class="button-arrow-embed dust-800 w-embed"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M7 9C7.55228 9 8 8.55228 8 8C8 7.44772 7.55228 7 7 7C6.44772 7 6 7.44772 6 8C6 8.55228 6.44772 9 7 9Z" fill="currentColor"/>
<path d="M9 11C9.55228 11 10 10.5523 10 10C10 9.44772 9.55228 9 9 9C8.44772 9 8 9.44772 8 10C8 10.5523 8.44772 11 9 11Z" fill="currentColor"/>
<path d="M11 13C11.5523 13 12 12.5523 12 12C12 11.4477 11.5523 11 11 11C10.4477 11 10 11.4477 10 12C10 12.5523 10.4477 13 11 13Z" fill="currentColor"/>
<path d="M9 15C9.55228 15 10 14.5523 10 14C10 13.4477 9.55228 13 9 13C8.44772 13 8 13.4477 8 14C8 14.5523 8.44772 15 9 15Z" fill="currentColor"/>
<path d="M7 17C7.55228 17 8 16.5523 8 16C8 15.4477 7.55228 15 7 15C6.44772 15 6 15.4477 6 16C6 16.5523 6.44772 17 7 17Z" fill="currentColor"/>
<path d="M14 9C14.5523 9 15 8.55228 15 8C15 7.44772 14.5523 7 14 7C13.4477 7 13 7.44772 13 8C13 8.55228 13.4477 9 14 9Z" fill="currentColor"/>
<path d="M16 11C16.5523 11 17 10.5523 17 10C17 9.44772 16.5523 9 16 9C15.4477 9 15 9.44772 15 10C15 10.5523 15.4477 11 16 11Z" fill="currentColor"/>
<path d="M18 13C18.5523 13 19 12.5523 19 12C19 11.4477 18.5523 11 18 11C17.4477 11 17 11.4477 17 12C17 12.5523 17.4477 13 18 13Z" fill="currentColor"/>
<path d="M16 15C16.5523 15 17 14.5523 17 14C17 13.4477 16.5523 13 16 13C15.4477 13 15 13.4477 15 14C15 14.5523 15.4477 15 16 15Z" fill="currentColor"/>
<path d="M14 17C14.5523 17 15 16.5523 15 16C15 15.4477 14.5523 15 14 15C13.4477 15 13 15.4477 13 16C13 16.5523 13.4477 17 14 17Z" fill="currentColor"/>
</svg></div><div class="button-arrow-embed mars w-embed"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M7 9C7.55228 9 8 8.55228 8 8C8 7.44772 7.55228 7 7 7C6.44772 7 6 7.44772 6 8C6 8.55228 6.44772 9 7 9Z" fill="currentColor"/>
<path d="M9 11C9.55228 11 10 10.5523 10 10C10 9.44772 9.55228 9 9 9C8.44772 9 8 9.44772 8 10C8 10.5523 8.44772 11 9 11Z" fill="currentColor"/>
<path d="M11 13C11.5523 13 12 12.5523 12 12C12 11.4477 11.5523 11 11 11C10.4477 11 10 11.4477 10 12C10 12.5523 10.4477 13 11 13Z" fill="currentColor"/>
<path d="M9 15C9.55228 15 10 14.5523 10 14C10 13.4477 9.55228 13 9 13C8.44772 13 8 13.4477 8 14C8 14.5523 8.44772 15 9 15Z" fill="currentColor"/>
<path d="M7 17C7.55228 17 8 16.5523 8 16C8 15.4477 7.55228 15 7 15C6.44772 15 6 15.4477 6 16C6 16.5523 6.44772 17 7 17Z" fill="currentColor"/>
<path d="M14 9C14.5523 9 15 8.55228 15 8C15 7.44772 14.5523 7 14 7C13.4477 7 13 7.44772 13 8C13 8.55228 13.4477 9 14 9Z" fill="currentColor"/>
<path d="M16 11C16.5523 11 17 10.5523 17 10C17 9.44772 16.5523 9 16 9C15.4477 9 15 9.44772 15 10C15 10.5523 15.4477 11 16 11Z" fill="currentColor"/>
<path d="M18 13C18.5523 13 19 12.5523 19 12C19 11.4477 18.5523 11 18 11C17.4477 11 17 11.4477 17 12C17 12.5523 17.4477 13 18 13Z" fill="currentColor"/>
<path d="M16 15C16.5523 15 17 14.5523 17 14C17 13.4477 16.5523 13 16 13C15.4477 13 15 13.4477 15 14C15 14.5523 15.4477 15 16 15Z" fill="currentColor"/>
<path d="M14 17C14.5523 17 15 16.5523 15 16C15 15.4477 14.5523 15 14 15C13.4477 15 13 15.4477 13 16C13 16.5523 13.4477 17 14 17Z" fill="currentColor"/>
</svg></div></div></div><div class="megamenu-link-line"></div></a><a href="/solutions/for-integrations#3" class="megamenu-link w-inline-block"><div class="megamenu-link-col-1"><div><div class="megamenu-link-title">AI-driven Analytics &amp; Monitoring</div><div class="megamenu-link-subtitle">Ensure your operations are running 24/7</div></div></div><div class="megamenu-link-col-2"><div class="button-arrows-wrapper"><div class="button-arrow-embed dust-800 w-embed"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M7 9C7.55228 9 8 8.55228 8 8C8 7.44772 7.55228 7 7 7C6.44772 7 6 7.44772 6 8C6 8.55228 6.44772 9 7 9Z" fill="currentColor"/>
<path d="M9 11C9.55228 11 10 10.5523 10 10C10 9.44772 9.55228 9 9 9C8.44772 9 8 9.44772 8 10C8 10.5523 8.44772 11 9 11Z" fill="currentColor"/>
<path d="M11 13C11.5523 13 12 12.5523 12 12C12 11.4477 11.5523 11 11 11C10.4477 11 10 11.4477 10 12C10 12.5523 10.4477 13 11 13Z" fill="currentColor"/>
<path d="M9 15C9.55228 15 10 14.5523 10 14C10 13.4477 9.55228 13 9 13C8.44772 13 8 13.4477 8 14C8 14.5523 8.44772 15 9 15Z" fill="currentColor"/>
<path d="M7 17C7.55228 17 8 16.5523 8 16C8 15.4477 7.55228 15 7 15C6.44772 15 6 15.4477 6 16C6 16.5523 6.44772 17 7 17Z" fill="currentColor"/>
<path d="M14 9C14.5523 9 15 8.55228 15 8C15 7.44772 14.5523 7 14 7C13.4477 7 13 7.44772 13 8C13 8.55228 13.4477 9 14 9Z" fill="currentColor"/>
<path d="M16 11C16.5523 11 17 10.5523 17 10C17 9.44772 16.5523 9 16 9C15.4477 9 15 9.44772 15 10C15 10.5523 15.4477 11 16 11Z" fill="currentColor"/>
<path d="M18 13C18.5523 13 19 12.5523 19 12C19 11.4477 18.5523 11 18 11C17.4477 11 17 11.4477 17 12C17 12.5523 17.4477 13 18 13Z" fill="currentColor"/>
<path d="M16 15C16.5523 15 17 14.5523 17 14C17 13.4477 16.5523 13 16 13C15.4477 13 15 13.4477 15 14C15 14.5523 15.4477 15 16 15Z" fill="currentColor"/>
<path d="M14 17C14.5523 17 15 16.5523 15 16C15 15.4477 14.5523 15 14 15C13.4477 15 13 15.4477 13 16C13 16.5523 13.4477 17 14 17Z" fill="currentColor"/>
</svg></div><div class="button-arrow-embed mars w-embed"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M7 9C7.55228 9 8 8.55228 8 8C8 7.44772 7.55228 7 7 7C6.44772 7 6 7.44772 6 8C6 8.55228 6.44772 9 7 9Z" fill="currentColor"/>
<path d="M9 11C9.55228 11 10 10.5523 10 10C10 9.44772 9.55228 9 9 9C8.44772 9 8 9.44772 8 10C8 10.5523 8.44772 11 9 11Z" fill="currentColor"/>
<path d="M11 13C11.5523 13 12 12.5523 12 12C12 11.4477 11.5523 11 11 11C10.4477 11 10 11.4477 10 12C10 12.5523 10.4477 13 11 13Z" fill="currentColor"/>
<path d="M9 15C9.55228 15 10 14.5523 10 14C10 13.4477 9.55228 13 9 13C8.44772 13 8 13.4477 8 14C8 14.5523 8.44772 15 9 15Z" fill="currentColor"/>
<path d="M7 17C7.55228 17 8 16.5523 8 16C8 15.4477 7.55228 15 7 15C6.44772 15 6 15.4477 6 16C6 16.5523 6.44772 17 7 17Z" fill="currentColor"/>
<path d="M14 9C14.5523 9 15 8.55228 15 8C15 7.44772 14.5523 7 14 7C13.4477 7 13 7.44772 13 8C13 8.55228 13.4477 9 14 9Z" fill="currentColor"/>
<path d="M16 11C16.5523 11 17 10.5523 17 10C17 9.44772 16.5523 9 16 9C15.4477 9 15 9.44772 15 10C15 10.5523 15.4477 11 16 11Z" fill="currentColor"/>
<path d="M18 13C18.5523 13 19 12.5523 19 12C19 11.4477 18.5523 11 18 11C17.4477 11 17 11.4477 17 12C17 12.5523 17.4477 13 18 13Z" fill="currentColor"/>
<path d="M16 15C16.5523 15 17 14.5523 17 14C17 13.4477 16.5523 13 16 13C15.4477 13 15 13.4477 15 14C15 14.5523 15.4477 15 16 15Z" fill="currentColor"/>
<path d="M14 17C14.5523 17 15 16.5523 15 16C15 15.4477 14.5523 15 14 15C13.4477 15 13 15.4477 13 16C13 16.5523 13.4477 17 14 17Z" fill="currentColor"/>
</svg></div></div></div><div class="megamenu-link-line"></div></a></div></div><div class="networks-megamenu"><div class="networks-megamenu-cols-wrapper"><div class="networks-megamenu-col"><div class="w-dyn-list"><div role="list" class="networks-megamenu-list w-dyn-items"><div role="listitem" class="w-dyn-item"><a href="/networks/solana" class="megamenu-link w-inline-block"><div class="megamenu-link-col-1"><img src="https://cdn.prod.website-files.com/683ee2fb5a5c48c31a170358/683ee38727387f0e7aa213d2_Capsule%20Crypto%20Icon-5.svg" loading="lazy" width="48" height="48" alt="" class="megamenu-link-img"/><div><div class="megamenu-link-title">Solana</div><div class="networks-megamenu-config"><div class="megamenu-link-subtitle">Mainnet</div><div class="megamenu-link-subtitle">·</div><div class="megamenu-link-subtitle">Testnet</div><div class="megamenu-link-subtitle">·</div><div class="megamenu-link-subtitle">RPC</div></div></div></div><div class="megamenu-link-col-2"><div class="button-arrows-wrapper"><div class="button-arrow-embed dust-800 w-embed"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M7 9C7.55228 9 8 8.55228 8 8C8 7.44772 7.55228 7 7 7C6.44772 7 6 7.44772 6 8C6 8.55228 6.44772 9 7 9Z" fill="currentColor"/>
<path d="M9 11C9.55228 11 10 10.5523 10 10C10 9.44772 9.55228 9 9 9C8.44772 9 8 9.44772 8 10C8 10.5523 8.44772 11 9 11Z" fill="currentColor"/>
<path d="M11 13C11.5523 13 12 12.5523 12 12C12 11.4477 11.5523 11 11 11C10.4477 11 10 11.4477 10 12C10 12.5523 10.4477 13 11 13Z" fill="currentColor"/>
<path d="M9 15C9.55228 15 10 14.5523 10 14C10 13.4477 9.55228 13 9 13C8.44772 13 8 13.4477 8 14C8 14.5523 8.44772 15 9 15Z" fill="currentColor"/>
<path d="M7 17C7.55228 17 8 16.5523 8 16C8 15.4477 7.55228 15 7 15C6.44772 15 6 15.4477 6 16C6 16.5523 6.44772 17 7 17Z" fill="currentColor"/>
<path d="M14 9C14.5523 9 15 8.55228 15 8C15 7.44772 14.5523 7 14 7C13.4477 7 13 7.44772 13 8C13 8.55228 13.4477 9 14 9Z" fill="currentColor"/>
<path d="M16 11C16.5523 11 17 10.5523 17 10C17 9.44772 16.5523 9 16 9C15.4477 9 15 9.44772 15 10C15 10.5523 15.4477 11 16 11Z" fill="currentColor"/>
<path d="M18 13C18.5523 13 19 12.5523 19 12C19 11.4477 18.5523 11 18 11C17.4477 11 17 11.4477 17 12C17 12.5523 17.4477 13 18 13Z" fill="currentColor"/>
<path d="M16 15C16.5523 15 17 14.5523 17 14C17 13.4477 16.5523 13 16 13C15.4477 13 15 13.4477 15 14C15 14.5523 15.4477 15 16 15Z" fill="currentColor"/>
<path d="M14 17C14.5523 17 15 16.5523 15 16C15 15.4477 14.5523 15 14 15C13.4477 15 13 15.4477 13 16C13 16.5523 13.4477 17 14 17Z" fill="currentColor"/>
</svg></div><div class="button-arrow-embed mars w-embed"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M7 9C7.55228 9 8 8.55228 8 8C8 7.44772 7.55228 7 7 7C6.44772 7 6 7.44772 6 8C6 8.55228 6.44772 9 7 9Z" fill="currentColor"/>
<path d="M9 11C9.55228 11 10 10.5523 10 10C10 9.44772 9.55228 9 9 9C8.44772 9 8 9.44772 8 10C8 10.5523 8.44772 11 9 11Z" fill="currentColor"/>
<path d="M11 13C11.5523 13 12 12.5523 12 12C12 11.4477 11.5523 11 11 11C10.4477 11 10 11.4477 10 12C10 12.5523 10.4477 13 11 13Z" fill="currentColor"/>
<path d="M9 15C9.55228 15 10 14.5523 10 14C10 13.4477 9.55228 13 9 13C8.44772 13 8 13.4477 8 14C8 14.5523 8.44772 15 9 15Z" fill="currentColor"/>
<path d="M7 17C7.55228 17 8 16.5523 8 16C8 15.4477 7.55228 15 7 15C6.44772 15 6 15.4477 6 16C6 16.5523 6.44772 17 7 17Z" fill="currentColor"/>
<path d="M14 9C14.5523 9 15 8.55228 15 8C15 7.44772 14.5523 7 14 7C13.4477 7 13 7.44772 13 8C13 8.55228 13.4477 9 14 9Z" fill="currentColor"/>
<path d="M16 11C16.5523 11 17 10.5523 17 10C17 9.44772 16.5523 9 16 9C15.4477 9 15 9.44772 15 10C15 10.5523 15.4477 11 16 11Z" fill="currentColor"/>
<path d="M18 13C18.5523 13 19 12.5523 19 12C19 11.4477 18.5523 11 18 11C17.4477 11 17 11.4477 17 12C17 12.5523 17.4477 13 18 13Z" fill="currentColor"/>
<path d="M16 15C16.5523 15 17 14.5523 17 14C17 13.4477 16.5523 13 16 13C15.4477 13 15 13.4477 15 14C15 14.5523 15.4477 15 16 15Z" fill="currentColor"/>
<path d="M14 17C14.5523 17 15 16.5523 15 16C15 15.4477 14.5523 15 14 15C13.4477 15 13 15.4477 13 16C13 16.5523 13.4477 17 14 17Z" fill="currentColor"/>
</svg></div></div></div><div class="megamenu-link-line"></div></a></div><div role="listitem" class="w-dyn-item"><a href="/networks/sui" class="megamenu-link w-inline-block"><div class="megamenu-link-col-1"><img src="https://cdn.prod.website-files.com/683ee2fb5a5c48c31a170358/683ee3a82a0bd4bb13e96845_Capsule%20Crypto%20Icon-4.svg" loading="lazy" width="48" height="48" alt="" class="megamenu-link-img"/><div><div class="megamenu-link-title">Sui</div><div class="networks-megamenu-config"><div class="megamenu-link-subtitle">Mainnet</div><div class="megamenu-link-subtitle">·</div><div class="megamenu-link-subtitle">Testnet</div><div class="megamenu-link-subtitle">·</div><div class="megamenu-link-subtitle">RPC</div></div></div></div><div class="megamenu-link-col-2"><div class="button-arrows-wrapper"><div class="button-arrow-embed dust-800 w-embed"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M7 9C7.55228 9 8 8.55228 8 8C8 7.44772 7.55228 7 7 7C6.44772 7 6 7.44772 6 8C6 8.55228 6.44772 9 7 9Z" fill="currentColor"/>
<path d="M9 11C9.55228 11 10 10.5523 10 10C10 9.44772 9.55228 9 9 9C8.44772 9 8 9.44772 8 10C8 10.5523 8.44772 11 9 11Z" fill="currentColor"/>
<path d="M11 13C11.5523 13 12 12.5523 12 12C12 11.4477 11.5523 11 11 11C10.4477 11 10 11.4477 10 12C10 12.5523 10.4477 13 11 13Z" fill="currentColor"/>
<path d="M9 15C9.55228 15 10 14.5523 10 14C10 13.4477 9.55228 13 9 13C8.44772 13 8 13.4477 8 14C8 14.5523 8.44772 15 9 15Z" fill="currentColor"/>
<path d="M7 17C7.55228 17 8 16.5523 8 16C8 15.4477 7.55228 15 7 15C6.44772 15 6 15.4477 6 16C6 16.5523 6.44772 17 7 17Z" fill="currentColor"/>
<path d="M14 9C14.5523 9 15 8.55228 15 8C15 7.44772 14.5523 7 14 7C13.4477 7 13 7.44772 13 8C13 8.55228 13.4477 9 14 9Z" fill="currentColor"/>
<path d="M16 11C16.5523 11 17 10.5523 17 10C17 9.44772 16.5523 9 16 9C15.4477 9 15 9.44772 15 10C15 10.5523 15.4477 11 16 11Z" fill="currentColor"/>
<path d="M18 13C18.5523 13 19 12.5523 19 12C19 11.4477 18.5523 11 18 11C17.4477 11 17 11.4477 17 12C17 12.5523 17.4477 13 18 13Z" fill="currentColor"/>
<path d="M16 15C16.5523 15 17 14.5523 17 14C17 13.4477 16.5523 13 16 13C15.4477 13 15 13.4477 15 14C15 14.5523 15.4477 15 16 15Z" fill="currentColor"/>
<path d="M14 17C14.5523 17 15 16.5523 15 16C15 15.4477 14.5523 15 14 15C13.4477 15 13 15.4477 13 16C13 16.5523 13.4477 17 14 17Z" fill="currentColor"/>
</svg></div><div class="button-arrow-embed mars w-embed"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M7 9C7.55228 9 8 8.55228 8 8C8 7.44772 7.55228 7 7 7C6.44772 7 6 7.44772 6 8C6 8.55228 6.44772 9 7 9Z" fill="currentColor"/>
<path d="M9 11C9.55228 11 10 10.5523 10 10C10 9.44772 9.55228 9 9 9C8.44772 9 8 9.44772 8 10C8 10.5523 8.44772 11 9 11Z" fill="currentColor"/>
<path d="M11 13C11.5523 13 12 12.5523 12 12C12 11.4477 11.5523 11 11 11C10.4477 11 10 11.4477 10 12C10 12.5523 10.4477 13 11 13Z" fill="currentColor"/>
<path d="M9 15C9.55228 15 10 14.5523 10 14C10 13.4477 9.55228 13 9 13C8.44772 13 8 13.4477 8 14C8 14.5523 8.44772 15 9 15Z" fill="currentColor"/>
<path d="M7 17C7.55228 17 8 16.5523 8 16C8 15.4477 7.55228 15 7 15C6.44772 15 6 15.4477 6 16C6 16.5523 6.44772 17 7 17Z" fill="currentColor"/>
<path d="M14 9C14.5523 9 15 8.55228 15 8C15 7.44772 14.5523 7 14 7C13.4477 7 13 7.44772 13 8C13 8.55228 13.4477 9 14 9Z" fill="currentColor"/>
<path d="M16 11C16.5523 11 17 10.5523 17 10C17 9.44772 16.5523 9 16 9C15.4477 9 15 9.44772 15 10C15 10.5523 15.4477 11 16 11Z" fill="currentColor"/>
<path d="M18 13C18.5523 13 19 12.5523 19 12C19 11.4477 18.5523 11 18 11C17.4477 11 17 11.4477 17 12C17 12.5523 17.4477 13 18 13Z" fill="currentColor"/>
<path d="M16 15C16.5523 15 17 14.5523 17 14C17 13.4477 16.5523 13 16 13C15.4477 13 15 13.4477 15 14C15 14.5523 15.4477 15 16 15Z" fill="currentColor"/>
<path d="M14 17C14.5523 17 15 16.5523 15 16C15 15.4477 14.5523 15 14 15C13.4477 15 13 15.4477 13 16C13 16.5523 13.4477 17 14 17Z" fill="currentColor"/>
</svg></div></div></div><div class="megamenu-link-line"></div></a></div><div role="listitem" class="w-dyn-item"><a href="/networks/monad" class="megamenu-link w-inline-block"><div class="megamenu-link-col-1"><img src="https://cdn.prod.website-files.com/683ee2fb5a5c48c31a170358/683ee58ba1981d200cd16be4_Capsule%20Crypto%20Icon-2.svg" loading="lazy" width="48" height="48" alt="" class="megamenu-link-img"/><div><div class="megamenu-link-title">Monad</div><div class="networks-megamenu-config"><div class="megamenu-link-subtitle">Mainnet</div><div class="megamenu-link-subtitle">·</div><div class="megamenu-link-subtitle">Testnet</div><div class="megamenu-link-subtitle">·</div><div class="megamenu-link-subtitle">RPC</div></div></div></div><div class="megamenu-link-col-2"><div class="button-arrows-wrapper"><div class="button-arrow-embed dust-800 w-embed"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M7 9C7.55228 9 8 8.55228 8 8C8 7.44772 7.55228 7 7 7C6.44772 7 6 7.44772 6 8C6 8.55228 6.44772 9 7 9Z" fill="currentColor"/>
<path d="M9 11C9.55228 11 10 10.5523 10 10C10 9.44772 9.55228 9 9 9C8.44772 9 8 9.44772 8 10C8 10.5523 8.44772 11 9 11Z" fill="currentColor"/>
<path d="M11 13C11.5523 13 12 12.5523 12 12C12 11.4477 11.5523 11 11 11C10.4477 11 10 11.4477 10 12C10 12.5523 10.4477 13 11 13Z" fill="currentColor"/>
<path d="M9 15C9.55228 15 10 14.5523 10 14C10 13.4477 9.55228 13 9 13C8.44772 13 8 13.4477 8 14C8 14.5523 8.44772 15 9 15Z" fill="currentColor"/>
<path d="M7 17C7.55228 17 8 16.5523 8 16C8 15.4477 7.55228 15 7 15C6.44772 15 6 15.4477 6 16C6 16.5523 6.44772 17 7 17Z" fill="currentColor"/>
<path d="M14 9C14.5523 9 15 8.55228 15 8C15 7.44772 14.5523 7 14 7C13.4477 7 13 7.44772 13 8C13 8.55228 13.4477 9 14 9Z" fill="currentColor"/>
<path d="M16 11C16.5523 11 17 10.5523 17 10C17 9.44772 16.5523 9 16 9C15.4477 9 15 9.44772 15 10C15 10.5523 15.4477 11 16 11Z" fill="currentColor"/>
<path d="M18 13C18.5523 13 19 12.5523 19 12C19 11.4477 18.5523 11 18 11C17.4477 11 17 11.4477 17 12C17 12.5523 17.4477 13 18 13Z" fill="currentColor"/>
<path d="M16 15C16.5523 15 17 14.5523 17 14C17 13.4477 16.5523 13 16 13C15.4477 13 15 13.4477 15 14C15 14.5523 15.4477 15 16 15Z" fill="currentColor"/>
<path d="M14 17C14.5523 17 15 16.5523 15 16C15 15.4477 14.5523 15 14 15C13.4477 15 13 15.4477 13 16C13 16.5523 13.4477 17 14 17Z" fill="currentColor"/>
</svg></div><div class="button-arrow-embed mars w-embed"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M7 9C7.55228 9 8 8.55228 8 8C8 7.44772 7.55228 7 7 7C6.44772 7 6 7.44772 6 8C6 8.55228 6.44772 9 7 9Z" fill="currentColor"/>
<path d="M9 11C9.55228 11 10 10.5523 10 10C10 9.44772 9.55228 9 9 9C8.44772 9 8 9.44772 8 10C8 10.5523 8.44772 11 9 11Z" fill="currentColor"/>
<path d="M11 13C11.5523 13 12 12.5523 12 12C12 11.4477 11.5523 11 11 11C10.4477 11 10 11.4477 10 12C10 12.5523 10.4477 13 11 13Z" fill="currentColor"/>
<path d="M9 15C9.55228 15 10 14.5523 10 14C10 13.4477 9.55228 13 9 13C8.44772 13 8 13.4477 8 14C8 14.5523 8.44772 15 9 15Z" fill="currentColor"/>
<path d="M7 17C7.55228 17 8 16.5523 8 16C8 15.4477 7.55228 15 7 15C6.44772 15 6 15.4477 6 16C6 16.5523 6.44772 17 7 17Z" fill="currentColor"/>
<path d="M14 9C14.5523 9 15 8.55228 15 8C15 7.44772 14.5523 7 14 7C13.4477 7 13 7.44772 13 8C13 8.55228 13.4477 9 14 9Z" fill="currentColor"/>
<path d="M16 11C16.5523 11 17 10.5523 17 10C17 9.44772 16.5523 9 16 9C15.4477 9 15 9.44772 15 10C15 10.5523 15.4477 11 16 11Z" fill="currentColor"/>
<path d="M18 13C18.5523 13 19 12.5523 19 12C19 11.4477 18.5523 11 18 11C17.4477 11 17 11.4477 17 12C17 12.5523 17.4477 13 18 13Z" fill="currentColor"/>
<path d="M16 15C16.5523 15 17 14.5523 17 14C17 13.4477 16.5523 13 16 13C15.4477 13 15 13.4477 15 14C15 14.5523 15.4477 15 16 15Z" fill="currentColor"/>
<path d="M14 17C14.5523 17 15 16.5523 15 16C15 15.4477 14.5523 15 14 15C13.4477 15 13 15.4477 13 16C13 16.5523 13.4477 17 14 17Z" fill="currentColor"/>
</svg></div></div></div><div class="megamenu-link-line"></div></a></div></div></div></div><div class="networks-megamenu-col"><div class="w-dyn-list"><div role="list" class="networks-megamenu-list w-dyn-items"><div role="listitem" class="w-dyn-item"><a href="/networks/wormhole" class="megamenu-link w-inline-block"><div class="megamenu-link-col-1"><img src="https://cdn.prod.website-files.com/683ee2fb5a5c48c31a170358/6926ab8df808bd06dc49cb2a_Wormhole.svg" loading="lazy" width="48" height="48" alt="" class="megamenu-link-img"/><div><div class="megamenu-link-title">Wormhole</div><div class="networks-megamenu-config"><div class="megamenu-link-subtitle">Mainnet</div><div class="megamenu-link-subtitle">·</div><div class="megamenu-link-subtitle w-condition-invisible">Testnet</div><div class="megamenu-link-subtitle w-condition-invisible">·</div><div class="megamenu-link-subtitle w-condition-invisible">RPC</div></div></div></div><div class="megamenu-link-col-2"><div class="button-arrows-wrapper"><div class="button-arrow-embed dust-800 w-embed"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M7 9C7.55228 9 8 8.55228 8 8C8 7.44772 7.55228 7 7 7C6.44772 7 6 7.44772 6 8C6 8.55228 6.44772 9 7 9Z" fill="currentColor"/>
<path d="M9 11C9.55228 11 10 10.5523 10 10C10 9.44772 9.55228 9 9 9C8.44772 9 8 9.44772 8 10C8 10.5523 8.44772 11 9 11Z" fill="currentColor"/>
<path d="M11 13C11.5523 13 12 12.5523 12 12C12 11.4477 11.5523 11 11 11C10.4477 11 10 11.4477 10 12C10 12.5523 10.4477 13 11 13Z" fill="currentColor"/>
<path d="M9 15C9.55228 15 10 14.5523 10 14C10 13.4477 9.55228 13 9 13C8.44772 13 8 13.4477 8 14C8 14.5523 8.44772 15 9 15Z" fill="currentColor"/>
<path d="M7 17C7.55228 17 8 16.5523 8 16C8 15.4477 7.55228 15 7 15C6.44772 15 6 15.4477 6 16C6 16.5523 6.44772 17 7 17Z" fill="currentColor"/>
<path d="M14 9C14.5523 9 15 8.55228 15 8C15 7.44772 14.5523 7 14 7C13.4477 7 13 7.44772 13 8C13 8.55228 13.4477 9 14 9Z" fill="currentColor"/>
<path d="M16 11C16.5523 11 17 10.5523 17 10C17 9.44772 16.5523 9 16 9C15.4477 9 15 9.44772 15 10C15 10.5523 15.4477 11 16 11Z" fill="currentColor"/>
<path d="M18 13C18.5523 13 19 12.5523 19 12C19 11.4477 18.5523 11 18 11C17.4477 11 17 11.4477 17 12C17 12.5523 17.4477 13 18 13Z" fill="currentColor"/>
<path d="M16 15C16.5523 15 17 14.5523 17 14C17 13.4477 16.5523 13 16 13C15.4477 13 15 13.4477 15 14C15 14.5523 15.4477 15 16 15Z" fill="currentColor"/>
<path d="M14 17C14.5523 17 15 16.5523 15 16C15 15.4477 14.5523 15 14 15C13.4477 15 13 15.4477 13 16C13 16.5523 13.4477 17 14 17Z" fill="currentColor"/>
</svg></div><div class="button-arrow-embed mars w-embed"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M7 9C7.55228 9 8 8.55228 8 8C8 7.44772 7.55228 7 7 7C6.44772 7 6 7.44772 6 8C6 8.55228 6.44772 9 7 9Z" fill="currentColor"/>
<path d="M9 11C9.55228 11 10 10.5523 10 10C10 9.44772 9.55228 9 9 9C8.44772 9 8 9.44772 8 10C8 10.5523 8.44772 11 9 11Z" fill="currentColor"/>
<path d="M11 13C11.5523 13 12 12.5523 12 12C12 11.4477 11.5523 11 11 11C10.4477 11 10 11.4477 10 12C10 12.5523 10.4477 13 11 13Z" fill="currentColor"/>
<path d="M9 15C9.55228 15 10 14.5523 10 14C10 13.4477 9.55228 13 9 13C8.44772 13 8 13.4477 8 14C8 14.5523 8.44772 15 9 15Z" fill="currentColor"/>
<path d="M7 17C7.55228 17 8 16.5523 8 16C8 15.4477 7.55228 15 7 15C6.44772 15 6 15.4477 6 16C6 16.5523 6.44772 17 7 17Z" fill="currentColor"/>
<path d="M14 9C14.5523 9 15 8.55228 15 8C15 7.44772 14.5523 7 14 7C13.4477 7 13 7.44772 13 8C13 8.55228 13.4477 9 14 9Z" fill="currentColor"/>
<path d="M16 11C16.5523 11 17 10.5523 17 10C17 9.44772 16.5523 9 16 9C15.4477 9 15 9.44772 15 10C15 10.5523 15.4477 11 16 11Z" fill="currentColor"/>
<path d="M18 13C18.5523 13 19 12.5523 19 12C19 11.4477 18.5523 11 18 11C17.4477 11 17 11.4477 17 12C17 12.5523 17.4477 13 18 13Z" fill="currentColor"/>
<path d="M16 15C16.5523 15 17 14.5523 17 14C17 13.4477 16.5523 13 16 13C15.4477 13 15 13.4477 15 14C15 14.5523 15.4477 15 16 15Z" fill="currentColor"/>
<path d="M14 17C14.5523 17 15 16.5523 15 16C15 15.4477 14.5523 15 14 15C13.4477 15 13 15.4477 13 16C13 16.5523 13.4477 17 14 17Z" fill="currentColor"/>
</svg></div></div></div><div class="megamenu-link-line"></div></a></div><div role="listitem" class="w-dyn-item"><a href="/networks/somnia" class="megamenu-link w-inline-block"><div class="megamenu-link-col-1"><img src="https://cdn.prod.website-files.com/683ee2fb5a5c48c31a170358/683ef0de64900b57130e8c86_Capsule%20Crypto%20Icon.svg" loading="lazy" width="48" height="48" alt="" class="megamenu-link-img"/><div><div class="megamenu-link-title">Somnia</div><div class="networks-megamenu-config"><div class="megamenu-link-subtitle">Mainnet</div><div class="megamenu-link-subtitle">·</div><div class="megamenu-link-subtitle">Testnet</div><div class="megamenu-link-subtitle">·</div><div class="megamenu-link-subtitle">RPC</div></div></div></div><div class="megamenu-link-col-2"><div class="button-arrows-wrapper"><div class="button-arrow-embed dust-800 w-embed"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M7 9C7.55228 9 8 8.55228 8 8C8 7.44772 7.55228 7 7 7C6.44772 7 6 7.44772 6 8C6 8.55228 6.44772 9 7 9Z" fill="currentColor"/>
<path d="M9 11C9.55228 11 10 10.5523 10 10C10 9.44772 9.55228 9 9 9C8.44772 9 8 9.44772 8 10C8 10.5523 8.44772 11 9 11Z" fill="currentColor"/>
<path d="M11 13C11.5523 13 12 12.5523 12 12C12 11.4477 11.5523 11 11 11C10.4477 11 10 11.4477 10 12C10 12.5523 10.4477 13 11 13Z" fill="currentColor"/>
<path d="M9 15C9.55228 15 10 14.5523 10 14C10 13.4477 9.55228 13 9 13C8.44772 13 8 13.4477 8 14C8 14.5523 8.44772 15 9 15Z" fill="currentColor"/>
<path d="M7 17C7.55228 17 8 16.5523 8 16C8 15.4477 7.55228 15 7 15C6.44772 15 6 15.4477 6 16C6 16.5523 6.44772 17 7 17Z" fill="currentColor"/>
<path d="M14 9C14.5523 9 15 8.55228 15 8C15 7.44772 14.5523 7 14 7C13.4477 7 13 7.44772 13 8C13 8.55228 13.4477 9 14 9Z" fill="currentColor"/>
<path d="M16 11C16.5523 11 17 10.5523 17 10C17 9.44772 16.5523 9 16 9C15.4477 9 15 9.44772 15 10C15 10.5523 15.4477 11 16 11Z" fill="currentColor"/>
<path d="M18 13C18.5523 13 19 12.5523 19 12C19 11.4477 18.5523 11 18 11C17.4477 11 17 11.4477 17 12C17 12.5523 17.4477 13 18 13Z" fill="currentColor"/>
<path d="M16 15C16.5523 15 17 14.5523 17 14C17 13.4477 16.5523 13 16 13C15.4477 13 15 13.4477 15 14C15 14.5523 15.4477 15 16 15Z" fill="currentColor"/>
<path d="M14 17C14.5523 17 15 16.5523 15 16C15 15.4477 14.5523 15 14 15C13.4477 15 13 15.4477 13 16C13 16.5523 13.4477 17 14 17Z" fill="currentColor"/>
</svg></div><div class="button-arrow-embed mars w-embed"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M7 9C7.55228 9 8 8.55228 8 8C8 7.44772 7.55228 7 7 7C6.44772 7 6 7.44772 6 8C6 8.55228 6.44772 9 7 9Z" fill="currentColor"/>
<path d="M9 11C9.55228 11 10 10.5523 10 10C10 9.44772 9.55228 9 9 9C8.44772 9 8 9.44772 8 10C8 10.5523 8.44772 11 9 11Z" fill="currentColor"/>
<path d="M11 13C11.5523 13 12 12.5523 12 12C12 11.4477 11.5523 11 11 11C10.4477 11 10 11.4477 10 12C10 12.5523 10.4477 13 11 13Z" fill="currentColor"/>
<path d="M9 15C9.55228 15 10 14.5523 10 14C10 13.4477 9.55228 13 9 13C8.44772 13 8 13.4477 8 14C8 14.5523 8.44772 15 9 15Z" fill="currentColor"/>
<path d="M7 17C7.55228 17 8 16.5523 8 16C8 15.4477 7.55228 15 7 15C6.44772 15 6 15.4477 6 16C6 16.5523 6.44772 17 7 17Z" fill="currentColor"/>
<path d="M14 9C14.5523 9 15 8.55228 15 8C15 7.44772 14.5523 7 14 7C13.4477 7 13 7.44772 13 8C13 8.55228 13.4477 9 14 9Z" fill="currentColor"/>
<path d="M16 11C16.5523 11 17 10.5523 17 10C17 9.44772 16.5523 9 16 9C15.4477 9 15 9.44772 15 10C15 10.5523 15.4477 11 16 11Z" fill="currentColor"/>
<path d="M18 13C18.5523 13 19 12.5523 19 12C19 11.4477 18.5523 11 18 11C17.4477 11 17 11.4477 17 12C17 12.5523 17.4477 13 18 13Z" fill="currentColor"/>
<path d="M16 15C16.5523 15 17 14.5523 17 14C17 13.4477 16.5523 13 16 13C15.4477 13 15 13.4477 15 14C15 14.5523 15.4477 15 16 15Z" fill="currentColor"/>
<path d="M14 17C14.5523 17 15 16.5523 15 16C15 15.4477 14.5523 15 14 15C13.4477 15 13 15.4477 13 16C13 16.5523 13.4477 17 14 17Z" fill="currentColor"/>
</svg></div></div></div><div class="megamenu-link-line"></div></a></div><div role="listitem" class="w-dyn-item"><a href="/networks/zilliqa" class="megamenu-link w-inline-block"><div class="megamenu-link-col-1"><img src="https://cdn.prod.website-files.com/683ee2fb5a5c48c31a170358/684197889c175436d33cc58b_Capsule%20Crypto%20Icon-3.svg" loading="lazy" width="48" height="48" alt="" class="megamenu-link-img"/><div><div class="megamenu-link-title">Zilliqa</div><div class="networks-megamenu-config"><div class="megamenu-link-subtitle">Mainnet</div><div class="megamenu-link-subtitle">·</div><div class="megamenu-link-subtitle">Testnet</div><div class="megamenu-link-subtitle">·</div><div class="megamenu-link-subtitle">RPC</div></div></div></div><div class="megamenu-link-col-2"><div class="button-arrows-wrapper"><div class="button-arrow-embed dust-800 w-embed"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M7 9C7.55228 9 8 8.55228 8 8C8 7.44772 7.55228 7 7 7C6.44772 7 6 7.44772 6 8C6 8.55228 6.44772 9 7 9Z" fill="currentColor"/>
<path d="M9 11C9.55228 11 10 10.5523 10 10C10 9.44772 9.55228 9 9 9C8.44772 9 8 9.44772 8 10C8 10.5523 8.44772 11 9 11Z" fill="currentColor"/>
<path d="M11 13C11.5523 13 12 12.5523 12 12C12 11.4477 11.5523 11 11 11C10.4477 11 10 11.4477 10 12C10 12.5523 10.4477 13 11 13Z" fill="currentColor"/>
<path d="M9 15C9.55228 15 10 14.5523 10 14C10 13.4477 9.55228 13 9 13C8.44772 13 8 13.4477 8 14C8 14.5523 8.44772 15 9 15Z" fill="currentColor"/>
<path d="M7 17C7.55228 17 8 16.5523 8 16C8 15.4477 7.55228 15 7 15C6.44772 15 6 15.4477 6 16C6 16.5523 6.44772 17 7 17Z" fill="currentColor"/>
<path d="M14 9C14.5523 9 15 8.55228 15 8C15 7.44772 14.5523 7 14 7C13.4477 7 13 7.44772 13 8C13 8.55228 13.4477 9 14 9Z" fill="currentColor"/>
<path d="M16 11C16.5523 11 17 10.5523 17 10C17 9.44772 16.5523 9 16 9C15.4477 9 15 9.44772 15 10C15 10.5523 15.4477 11 16 11Z" fill="currentColor"/>
<path d="M18 13C18.5523 13 19 12.5523 19 12C19 11.4477 18.5523 11 18 11C17.4477 11 17 11.4477 17 12C17 12.5523 17.4477 13 18 13Z" fill="currentColor"/>
<path d="M16 15C16.5523 15 17 14.5523 17 14C17 13.4477 16.5523 13 16 13C15.4477 13 15 13.4477 15 14C15 14.5523 15.4477 15 16 15Z" fill="currentColor"/>
<path d="M14 17C14.5523 17 15 16.5523 15 16C15 15.4477 14.5523 15 14 15C13.4477 15 13 15.4477 13 16C13 16.5523 13.4477 17 14 17Z" fill="currentColor"/>
</svg></div><div class="button-arrow-embed mars w-embed"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M7 9C7.55228 9 8 8.55228 8 8C8 7.44772 7.55228 7 7 7C6.44772 7 6 7.44772 6 8C6 8.55228 6.44772 9 7 9Z" fill="currentColor"/>
<path d="M9 11C9.55228 11 10 10.5523 10 10C10 9.44772 9.55228 9 9 9C8.44772 9 8 9.44772 8 10C8 10.5523 8.44772 11 9 11Z" fill="currentColor"/>
<path d="M11 13C11.5523 13 12 12.5523 12 12C12 11.4477 11.5523 11 11 11C10.4477 11 10 11.4477 10 12C10 12.5523 10.4477 13 11 13Z" fill="currentColor"/>
<path d="M9 15C9.55228 15 10 14.5523 10 14C10 13.4477 9.55228 13 9 13C8.44772 13 8 13.4477 8 14C8 14.5523 8.44772 15 9 15Z" fill="currentColor"/>
<path d="M7 17C7.55228 17 8 16.5523 8 16C8 15.4477 7.55228 15 7 15C6.44772 15 6 15.4477 6 16C6 16.5523 6.44772 17 7 17Z" fill="currentColor"/>
<path d="M14 9C14.5523 9 15 8.55228 15 8C15 7.44772 14.5523 7 14 7C13.4477 7 13 7.44772 13 8C13 8.55228 13.4477 9 14 9Z" fill="currentColor"/>
<path d="M16 11C16.5523 11 17 10.5523 17 10C17 9.44772 16.5523 9 16 9C15.4477 9 15 9.44772 15 10C15 10.5523 15.4477 11 16 11Z" fill="currentColor"/>
<path d="M18 13C18.5523 13 19 12.5523 19 12C19 11.4477 18.5523 11 18 11C17.4477 11 17 11.4477 17 12C17 12.5523 17.4477 13 18 13Z" fill="currentColor"/>
<path d="M16 15C16.5523 15 17 14.5523 17 14C17 13.4477 16.5523 13 16 13C15.4477 13 15 13.4477 15 14C15 14.5523 15.4477 15 16 15Z" fill="currentColor"/>
<path d="M14 17C14.5523 17 15 16.5523 15 16C15 15.4477 14.5523 15 14 15C13.4477 15 13 15.4477 13 16C13 16.5523 13.4477 17 14 17Z" fill="currentColor"/>
</svg></div></div></div><div class="megamenu-link-line"></div></a></div></div></div></div></div><div class="flex-center"><a href="/networks" class="button-link w-inline-block"><div>SEE ALL</div><div class="button-arrows-wrapper"><div class="button-arrow-embed dust-100 w-embed"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M7 9C7.55228 9 8 8.55228 8 8C8 7.44772 7.55228 7 7 7C6.44772 7 6 7.44772 6 8C6 8.55228 6.44772 9 7 9Z" fill="currentColor"/>
<path d="M9 11C9.55228 11 10 10.5523 10 10C10 9.44772 9.55228 9 9 9C8.44772 9 8 9.44772 8 10C8 10.5523 8.44772 11 9 11Z" fill="currentColor"/>
<path d="M11 13C11.5523 13 12 12.5523 12 12C12 11.4477 11.5523 11 11 11C10.4477 11 10 11.4477 10 12C10 12.5523 10.4477 13 11 13Z" fill="currentColor"/>
<path d="M9 15C9.55228 15 10 14.5523 10 14C10 13.4477 9.55228 13 9 13C8.44772 13 8 13.4477 8 14C8 14.5523 8.44772 15 9 15Z" fill="currentColor"/>
<path d="M7 17C7.55228 17 8 16.5523 8 16C8 15.4477 7.55228 15 7 15C6.44772 15 6 15.4477 6 16C6 16.5523 6.44772 17 7 17Z" fill="currentColor"/>
<path d="M14 9C14.5523 9 15 8.55228 15 8C15 7.44772 14.5523 7 14 7C13.4477 7 13 7.44772 13 8C13 8.55228 13.4477 9 14 9Z" fill="currentColor"/>
<path d="M16 11C16.5523 11 17 10.5523 17 10C17 9.44772 16.5523 9 16 9C15.4477 9 15 9.44772 15 10C15 10.5523 15.4477 11 16 11Z" fill="currentColor"/>
<path d="M18 13C18.5523 13 19 12.5523 19 12C19 11.4477 18.5523 11 18 11C17.4477 11 17 11.4477 17 12C17 12.5523 17.4477 13 18 13Z" fill="currentColor"/>
<path d="M16 15C16.5523 15 17 14.5523 17 14C17 13.4477 16.5523 13 16 13C15.4477 13 15 13.4477 15 14C15 14.5523 15.4477 15 16 15Z" fill="currentColor"/>
<path d="M14 17C14.5523 17 15 16.5523 15 16C15 15.4477 14.5523 15 14 15C13.4477 15 13 15.4477 13 16C13 16.5523 13.4477 17 14 17Z" fill="currentColor"/>
</svg></div><div class="button-arrow-embed mars w-embed"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M7 9C7.55228 9 8 8.55228 8 8C8 7.44772 7.55228 7 7 7C6.44772 7 6 7.44772 6 8C6 8.55228 6.44772 9 7 9Z" fill="currentColor"/>
<path d="M9 11C9.55228 11 10 10.5523 10 10C10 9.44772 9.55228 9 9 9C8.44772 9 8 9.44772 8 10C8 10.5523 8.44772 11 9 11Z" fill="currentColor"/>
<path d="M11 13C11.5523 13 12 12.5523 12 12C12 11.4477 11.5523 11 11 11C10.4477 11 10 11.4477 10 12C10 12.5523 10.4477 13 11 13Z" fill="currentColor"/>
<path d="M9 15C9.55228 15 10 14.5523 10 14C10 13.4477 9.55228 13 9 13C8.44772 13 8 13.4477 8 14C8 14.5523 8.44772 15 9 15Z" fill="currentColor"/>
<path d="M7 17C7.55228 17 8 16.5523 8 16C8 15.4477 7.55228 15 7 15C6.44772 15 6 15.4477 6 16C6 16.5523 6.44772 17 7 17Z" fill="currentColor"/>
<path d="M14 9C14.5523 9 15 8.55228 15 8C15 7.44772 14.5523 7 14 7C13.4477 7 13 7.44772 13 8C13 8.55228 13.4477 9 14 9Z" fill="currentColor"/>
<path d="M16 11C16.5523 11 17 10.5523 17 10C17 9.44772 16.5523 9 16 9C15.4477 9 15 9.44772 15 10C15 10.5523 15.4477 11 16 11Z" fill="currentColor"/>
<path d="M18 13C18.5523 13 19 12.5523 19 12C19 11.4477 18.5523 11 18 11C17.4477 11 17 11.4477 17 12C17 12.5523 17.4477 13 18 13Z" fill="currentColor"/>
<path d="M16 15C16.5523 15 17 14.5523 17 14C17 13.4477 16.5523 13 16 13C15.4477 13 15 13.4477 15 14C15 14.5523 15.4477 15 16 15Z" fill="currentColor"/>
<path d="M14 17C14.5523 17 15 16.5523 15 16C15 15.4477 14.5523 15 14 15C13.4477 15 13 15.4477 13 16C13 16.5523 13.4477 17 14 17Z" fill="currentColor"/>
</svg></div></div></a></div></div><div class="company-megamenu"><a href="/about" class="megamenu-link w-inline-block"><div class="megamenu-link-col-1"><div><div class="megamenu-link-title">About</div><div class="megamenu-link-subtitle">We’re powering the next generation of Web3</div></div></div><div class="megamenu-link-col-2"><div class="button-arrows-wrapper"><div class="button-arrow-embed dust-800 w-embed"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M7 9C7.55228 9 8 8.55228 8 8C8 7.44772 7.55228 7 7 7C6.44772 7 6 7.44772 6 8C6 8.55228 6.44772 9 7 9Z" fill="currentColor"/>
<path d="M9 11C9.55228 11 10 10.5523 10 10C10 9.44772 9.55228 9 9 9C8.44772 9 8 9.44772 8 10C8 10.5523 8.44772 11 9 11Z" fill="currentColor"/>
<path d="M11 13C11.5523 13 12 12.5523 12 12C12 11.4477 11.5523 11 11 11C10.4477 11 10 11.4477 10 12C10 12.5523 10.4477 13 11 13Z" fill="currentColor"/>
<path d="M9 15C9.55228 15 10 14.5523 10 14C10 13.4477 9.55228 13 9 13C8.44772 13 8 13.4477 8 14C8 14.5523 8.44772 15 9 15Z" fill="currentColor"/>
<path d="M7 17C7.55228 17 8 16.5523 8 16C8 15.4477 7.55228 15 7 15C6.44772 15 6 15.4477 6 16C6 16.5523 6.44772 17 7 17Z" fill="currentColor"/>
<path d="M14 9C14.5523 9 15 8.55228 15 8C15 7.44772 14.5523 7 14 7C13.4477 7 13 7.44772 13 8C13 8.55228 13.4477 9 14 9Z" fill="currentColor"/>
<path d="M16 11C16.5523 11 17 10.5523 17 10C17 9.44772 16.5523 9 16 9C15.4477 9 15 9.44772 15 10C15 10.5523 15.4477 11 16 11Z" fill="currentColor"/>
<path d="M18 13C18.5523 13 19 12.5523 19 12C19 11.4477 18.5523 11 18 11C17.4477 11 17 11.4477 17 12C17 12.5523 17.4477 13 18 13Z" fill="currentColor"/>
<path d="M16 15C16.5523 15 17 14.5523 17 14C17 13.4477 16.5523 13 16 13C15.4477 13 15 13.4477 15 14C15 14.5523 15.4477 15 16 15Z" fill="currentColor"/>
<path d="M14 17C14.5523 17 15 16.5523 15 16C15 15.4477 14.5523 15 14 15C13.4477 15 13 15.4477 13 16C13 16.5523 13.4477 17 14 17Z" fill="currentColor"/>
</svg></div><div class="button-arrow-embed mars w-embed"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M7 9C7.55228 9 8 8.55228 8 8C8 7.44772 7.55228 7 7 7C6.44772 7 6 7.44772 6 8C6 8.55228 6.44772 9 7 9Z" fill="currentColor"/>
<path d="M9 11C9.55228 11 10 10.5523 10 10C10 9.44772 9.55228 9 9 9C8.44772 9 8 9.44772 8 10C8 10.5523 8.44772 11 9 11Z" fill="currentColor"/>
<path d="M11 13C11.5523 13 12 12.5523 12 12C12 11.4477 11.5523 11 11 11C10.4477 11 10 11.4477 10 12C10 12.5523 10.4477 13 11 13Z" fill="currentColor"/>
<path d="M9 15C9.55228 15 10 14.5523 10 14C10 13.4477 9.55228 13 9 13C8.44772 13 8 13.4477 8 14C8 14.5523 8.44772 15 9 15Z" fill="currentColor"/>
<path d="M7 17C7.55228 17 8 16.5523 8 16C8 15.4477 7.55228 15 7 15C6.44772 15 6 15.4477 6 16C6 16.5523 6.44772 17 7 17Z" fill="currentColor"/>
<path d="M14 9C14.5523 9 15 8.55228 15 8C15 7.44772 14.5523 7 14 7C13.4477 7 13 7.44772 13 8C13 8.55228 13.4477 9 14 9Z" fill="currentColor"/>
<path d="M16 11C16.5523 11 17 10.5523 17 10C17 9.44772 16.5523 9 16 9C15.4477 9 15 9.44772 15 10C15 10.5523 15.4477 11 16 11Z" fill="currentColor"/>
<path d="M18 13C18.5523 13 19 12.5523 19 12C19 11.4477 18.5523 11 18 11C17.4477 11 17 11.4477 17 12C17 12.5523 17.4477 13 18 13Z" fill="currentColor"/>
<path d="M16 15C16.5523 15 17 14.5523 17 14C17 13.4477 16.5523 13 16 13C15.4477 13 15 13.4477 15 14C15 14.5523 15.4477 15 16 15Z" fill="currentColor"/>
<path d="M14 17C14.5523 17 15 16.5523 15 16C15 15.4477 14.5523 15 14 15C13.4477 15 13 15.4477 13 16C13 16.5523 13.4477 17 14 17Z" fill="currentColor"/>
</svg></div></div></div><div class="megamenu-link-line"></div></a><a href="/resources" class="megamenu-link w-inline-block"><div class="megamenu-link-col-1"><div><div class="megamenu-link-title">Resources</div><div class="megamenu-link-subtitle">Updates, knowledge, and events</div></div></div><div class="megamenu-link-col-2"><div class="button-arrows-wrapper"><div class="button-arrow-embed dust-800 w-embed"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M7 9C7.55228 9 8 8.55228 8 8C8 7.44772 7.55228 7 7 7C6.44772 7 6 7.44772 6 8C6 8.55228 6.44772 9 7 9Z" fill="currentColor"/>
<path d="M9 11C9.55228 11 10 10.5523 10 10C10 9.44772 9.55228 9 9 9C8.44772 9 8 9.44772 8 10C8 10.5523 8.44772 11 9 11Z" fill="currentColor"/>
<path d="M11 13C11.5523 13 12 12.5523 12 12C12 11.4477 11.5523 11 11 11C10.4477 11 10 11.4477 10 12C10 12.5523 10.4477 13 11 13Z" fill="currentColor"/>
<path d="M9 15C9.55228 15 10 14.5523 10 14C10 13.4477 9.55228 13 9 13C8.44772 13 8 13.4477 8 14C8 14.5523 8.44772 15 9 15Z" fill="currentColor"/>
<path d="M7 17C7.55228 17 8 16.5523 8 16C8 15.4477 7.55228 15 7 15C6.44772 15 6 15.4477 6 16C6 16.5523 6.44772 17 7 17Z" fill="currentColor"/>
<path d="M14 9C14.5523 9 15 8.55228 15 8C15 7.44772 14.5523 7 14 7C13.4477 7 13 7.44772 13 8C13 8.55228 13.4477 9 14 9Z" fill="currentColor"/>
<path d="M16 11C16.5523 11 17 10.5523 17 10C17 9.44772 16.5523 9 16 9C15.4477 9 15 9.44772 15 10C15 10.5523 15.4477 11 16 11Z" fill="currentColor"/>
<path d="M18 13C18.5523 13 19 12.5523 19 12C19 11.4477 18.5523 11 18 11C17.4477 11 17 11.4477 17 12C17 12.5523 17.4477 13 18 13Z" fill="currentColor"/>
<path d="M16 15C16.5523 15 17 14.5523 17 14C17 13.4477 16.5523 13 16 13C15.4477 13 15 13.4477 15 14C15 14.5523 15.4477 15 16 15Z" fill="currentColor"/>
<path d="M14 17C14.5523 17 15 16.5523 15 16C15 15.4477 14.5523 15 14 15C13.4477 15 13 15.4477 13 16C13 16.5523 13.4477 17 14 17Z" fill="currentColor"/>
</svg></div><div class="button-arrow-embed mars w-embed"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M7 9C7.55228 9 8 8.55228 8 8C8 7.44772 7.55228 7 7 7C6.44772 7 6 7.44772 6 8C6 8.55228 6.44772 9 7 9Z" fill="currentColor"/>
<path d="M9 11C9.55228 11 10 10.5523 10 10C10 9.44772 9.55228 9 9 9C8.44772 9 8 9.44772 8 10C8 10.5523 8.44772 11 9 11Z" fill="currentColor"/>
<path d="M11 13C11.5523 13 12 12.5523 12 12C12 11.4477 11.5523 11 11 11C10.4477 11 10 11.4477 10 12C10 12.5523 10.4477 13 11 13Z" fill="currentColor"/>
<path d="M9 15C9.55228 15 10 14.5523 10 14C10 13.4477 9.55228 13 9 13C8.44772 13 8 13.4477 8 14C8 14.5523 8.44772 15 9 15Z" fill="currentColor"/>
<path d="M7 17C7.55228 17 8 16.5523 8 16C8 15.4477 7.55228 15 7 15C6.44772 15 6 15.4477 6 16C6 16.5523 6.44772 17 7 17Z" fill="currentColor"/>
<path d="M14 9C14.5523 9 15 8.55228 15 8C15 7.44772 14.5523 7 14 7C13.4477 7 13 7.44772 13 8C13 8.55228 13.4477 9 14 9Z" fill="currentColor"/>
<path d="M16 11C16.5523 11 17 10.5523 17 10C17 9.44772 16.5523 9 16 9C15.4477 9 15 9.44772 15 10C15 10.5523 15.4477 11 16 11Z" fill="currentColor"/>
<path d="M18 13C18.5523 13 19 12.5523 19 12C19 11.4477 18.5523 11 18 11C17.4477 11 17 11.4477 17 12C17 12.5523 17.4477 13 18 13Z" fill="currentColor"/>
<path d="M16 15C16.5523 15 17 14.5523 17 14C17 13.4477 16.5523 13 16 13C15.4477 13 15 13.4477 15 14C15 14.5523 15.4477 15 16 15Z" fill="currentColor"/>
<path d="M14 17C14.5523 17 15 16.5523 15 16C15 15.4477 14.5523 15 14 15C13.4477 15 13 15.4477 13 16C13 16.5523 13.4477 17 14 17Z" fill="currentColor"/>
</svg></div></div></div><div class="megamenu-link-line"></div></a></div></div><div id="responsive-menu" class="responsive-menu"><div class="mobile-links-wrapper is-mobile"><div class="mobile-dropdown-wrapper"><div class="mobile-dropdown-top"><div class="nav-link-icon w-embed"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M9 13C9.55228 13 10 12.5523 10 12C10 11.4477 9.55228 11 9 11C8.44772 11 8 11.4477 8 12C8 12.5523 8.44772 13 9 13Z" fill="currentColor"/>
<path d="M12 13C12.5523 13 13 12.5523 13 12C13 11.4477 12.5523 11 12 11C11.4477 11 11 11.4477 11 12C11 12.5523 11.4477 13 12 13Z" fill="currentColor"/>
<path d="M15 13C15.5523 13 16 12.5523 16 12C16 11.4477 15.5523 11 15 11C14.4477 11 14 11.4477 14 12C14 12.5523 14.4477 13 15 13Z" fill="currentColor"/>
<path d="M18 13C18.5523 13 19 12.5523 19 12C19 11.4477 18.5523 11 18 11C17.4477 11 17 11.4477 17 12C17 12.5523 17.4477 13 18 13Z" fill="currentColor"/>
<path d="M12 7C12.5523 7 13 6.55228 13 6C13 5.44772 12.5523 5 12 5C11.4477 5 11 5.44772 11 6C11 6.55228 11.4477 7 12 7Z" fill="currentColor"/>
<path d="M12 10C12.5523 10 13 9.55228 13 9C13 8.44772 12.5523 8 12 8C11.4477 8 11 8.44772 11 9C11 9.55228 11.4477 10 12 10Z" fill="currentColor"/>
<path d="M12 16C12.5523 16 13 15.5523 13 15C13 14.4477 12.5523 14 12 14C11.4477 14 11 14.4477 11 15C11 15.5523 11.4477 16 12 16Z" fill="currentColor"/>
<path d="M12 19C12.5523 19 13 18.5523 13 18C13 17.4477 12.5523 17 12 17C11.4477 17 11 17.4477 11 18C11 18.5523 11.4477 19 12 19Z" fill="currentColor"/>
<path d="M6 13C6.55228 13 7 12.5523 7 12C7 11.4477 6.55228 11 6 11C5.44772 11 5 11.4477 5 12C5 12.5523 5.44772 13 6 13Z" fill="currentColor"/>
</svg></div><div>Scaling solutions</div></div><div class="mobile-dropdown-bottom"><div class="mobile-dropdown-bottom-inner"><a href="#" class="mobile-dropdown-link-block w-inline-block"><div class="mobile-dropdown-link-top">Professional Validator Operators</div><div class="mobile-dropdown-link-bottom">Validator &amp; RPC node infrastructure</div></a><a href="#" class="mobile-dropdown-link-block w-inline-block"><div class="mobile-dropdown-link-top">RPC Node Infrastructure</div><div class="mobile-dropdown-link-bottom">Scale in a secure ecosystem</div></a><a href="#" class="mobile-dropdown-link-block w-inline-block"><div class="mobile-dropdown-link-top">Analytics &amp; Monitoring</div><div class="mobile-dropdown-link-bottom">Check and improve your blockchain’s performance.</div></a><a href="#" class="mobile-dropdown-link-block w-inline-block"><div class="mobile-dropdown-view-all">View all</div></a></div></div></div><div class="mobile-dropdown-wrapper"><div class="mobile-dropdown-top"><div class="nav-link-icon w-embed"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M9 13C9.55228 13 10 12.5523 10 12C10 11.4477 9.55228 11 9 11C8.44772 11 8 11.4477 8 12C8 12.5523 8.44772 13 9 13Z" fill="currentColor"/>
<path d="M12 13C12.5523 13 13 12.5523 13 12C13 11.4477 12.5523 11 12 11C11.4477 11 11 11.4477 11 12C11 12.5523 11.4477 13 12 13Z" fill="currentColor"/>
<path d="M15 13C15.5523 13 16 12.5523 16 12C16 11.4477 15.5523 11 15 11C14.4477 11 14 11.4477 14 12C14 12.5523 14.4477 13 15 13Z" fill="currentColor"/>
<path d="M18 13C18.5523 13 19 12.5523 19 12C19 11.4477 18.5523 11 18 11C17.4477 11 17 11.4477 17 12C17 12.5523 17.4477 13 18 13Z" fill="currentColor"/>
<path d="M12 7C12.5523 7 13 6.55228 13 6C13 5.44772 12.5523 5 12 5C11.4477 5 11 5.44772 11 6C11 6.55228 11.4477 7 12 7Z" fill="currentColor"/>
<path d="M12 10C12.5523 10 13 9.55228 13 9C13 8.44772 12.5523 8 12 8C11.4477 8 11 8.44772 11 9C11 9.55228 11.4477 10 12 10Z" fill="currentColor"/>
<path d="M12 16C12.5523 16 13 15.5523 13 15C13 14.4477 12.5523 14 12 14C11.4477 14 11 14.4477 11 15C11 15.5523 11.4477 16 12 16Z" fill="currentColor"/>
<path d="M12 19C12.5523 19 13 18.5523 13 18C13 17.4477 12.5523 17 12 17C11.4477 17 11 17.4477 11 18C11 18.5523 11.4477 19 12 19Z" fill="currentColor"/>
<path d="M6 13C6.55228 13 7 12.5523 7 12C7 11.4477 6.55228 11 6 11C5.44772 11 5 11.4477 5 12C5 12.5523 5.44772 13 6 13Z" fill="currentColor"/>
</svg></div><div>Staking solutions</div></div><div class="mobile-dropdown-bottom"><div class="mobile-dropdown-bottom-inner"><div class="mobile-dropdown-heading">For stakers</div><a href="#" class="mobile-dropdown-link-block w-inline-block"><div class="mobile-dropdown-link-top">Professional Validator Operators</div><div class="mobile-dropdown-link-bottom">Manage your assets safely</div></a><a href="#" class="mobile-dropdown-link-block w-inline-block"><div class="mobile-dropdown-link-top">Custom Non-Custodial Staking Dashboards</div><div class="mobile-dropdown-link-bottom">Control each aspect of your assets</div></a><a href="#" class="mobile-dropdown-link-block w-inline-block"><div class="mobile-dropdown-link-top">Analytics &amp; Monitoring</div><div class="mobile-dropdown-link-bottom">Improve your decision-making</div></a><a href="#" class="mobile-dropdown-link-block w-inline-block"><div class="mobile-dropdown-view-all">View all</div></a><div class="mobile-dropdown-heading mt-1rem">For INTEGRATORS</div><a href="#" class="mobile-dropdown-link-block w-inline-block"><div class="mobile-dropdown-link-top">Secure Staking Infrastructure</div><div class="mobile-dropdown-link-bottom">Enjoy full compliance with industry security standards</div></a><a href="#" class="mobile-dropdown-link-block w-inline-block"><div class="mobile-dropdown-link-top">Fas and seamless Integration</div><div class="mobile-dropdown-link-bottom">Leverage seamless API integration</div></a><a href="#" class="mobile-dropdown-link-block w-inline-block"><div class="mobile-dropdown-link-top">AI-driven Analytics &amp; Monitoring</div><div class="mobile-dropdown-link-bottom">Ensure your operations are running 24/7.</div></a><a href="#" class="mobile-dropdown-link-block w-inline-block"><div class="mobile-dropdown-view-all">View all</div></a></div></div></div><a href="/why-moonlet" class="mobile-regular-link">Why Moonlet</a><a href="/networks" class="mobile-regular-link">Networks</a><div class="mobile-dropdown-wrapper"><div class="mobile-dropdown-top"><div class="nav-link-icon w-embed"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M9 13C9.55228 13 10 12.5523 10 12C10 11.4477 9.55228 11 9 11C8.44772 11 8 11.4477 8 12C8 12.5523 8.44772 13 9 13Z" fill="currentColor"/>
<path d="M12 13C12.5523 13 13 12.5523 13 12C13 11.4477 12.5523 11 12 11C11.4477 11 11 11.4477 11 12C11 12.5523 11.4477 13 12 13Z" fill="currentColor"/>
<path d="M15 13C15.5523 13 16 12.5523 16 12C16 11.4477 15.5523 11 15 11C14.4477 11 14 11.4477 14 12C14 12.5523 14.4477 13 15 13Z" fill="currentColor"/>
<path d="M18 13C18.5523 13 19 12.5523 19 12C19 11.4477 18.5523 11 18 11C17.4477 11 17 11.4477 17 12C17 12.5523 17.4477 13 18 13Z" fill="currentColor"/>
<path d="M12 7C12.5523 7 13 6.55228 13 6C13 5.44772 12.5523 5 12 5C11.4477 5 11 5.44772 11 6C11 6.55228 11.4477 7 12 7Z" fill="currentColor"/>
<path d="M12 10C12.5523 10 13 9.55228 13 9C13 8.44772 12.5523 8 12 8C11.4477 8 11 8.44772 11 9C11 9.55228 11.4477 10 12 10Z" fill="currentColor"/>
<path d="M12 16C12.5523 16 13 15.5523 13 15C13 14.4477 12.5523 14 12 14C11.4477 14 11 14.4477 11 15C11 15.5523 11.4477 16 12 16Z" fill="currentColor"/>
<path d="M12 19C12.5523 19 13 18.5523 13 18C13 17.4477 12.5523 17 12 17C11.4477 17 11 17.4477 11 18C11 18.5523 11.4477 19 12 19Z" fill="currentColor"/>
<path d="M6 13C6.55228 13 7 12.5523 7 12C7 11.4477 6.55228 11 6 11C5.44772 11 5 11.4477 5 12C5 12.5523 5.44772 13 6 13Z" fill="currentColor"/>
</svg></div><div>Company</div></div><div class="mobile-dropdown-bottom"><div class="mobile-dropdown-bottom-inner"><a href="/about" class="mobile-dropdown-link-block w-inline-block"><div class="mobile-dropdown-link-top">About</div><div class="mobile-dropdown-link-bottom">We’re powering the next generation of Web3</div></a><a href="/resources" class="mobile-dropdown-link-block w-inline-block"><div class="mobile-dropdown-link-top">Resources</div><div class="mobile-dropdown-link-bottom">Updates, knowledge, and events</div></a></div></div></div><a href="#" class="mobile-regular-link">Get started</a></div></div></div><div class="navbar-overlay"></div></div></div><section class="section"><div class="home-atf"><div class="dot-container-wrapper"><div id="dot-container" class="dot-container"></div></div><div class="home-atf-positioned"><div class="home-atf-wrapper"><div class="home-atf-col-1"><h1 class="heading-style-display home-atf-heading">Powering<br/>AI-driven<br/>Web3<br/>Infrastructure</h1></div><div class="home-atf-col-2"><div class="solutions-slider-component"><div class="swiper-arrows-wrapper"><div class="swiper-prev"><div class="swiper-arrow"><img src="https://cdn.prod.website-files.com/683d959a7503bf903c662778/6840397e0b29131142c2be70_24%20px.svg" loading="lazy" width="32" height="32" alt="Arrow icon" class="arrow-icon"/></div></div><div class="swiper-next"><div class="swiper-arrow reversed"><img src="https://cdn.prod.website-files.com/683d959a7503bf903c662778/6840397e0b29131142c2be70_24%20px.svg" loading="lazy" width="32" height="32" alt="Arrow icon" class="arrow-icon"/></div></div></div><div class="swiper is-solutions w-dyn-list"><div role="list" class="swiper-wrapper is-solutions w-dyn-items"><div role="listitem" class="swiper-slide is-solutions w-dyn-item"><a id="for-scaling" href="/solutions/for-scaling" class="solution-link w-inline-block"><div class="solution-link-col-1"><div class="solution-link-col-1-top"><h2 class="heading-style-h3 text-color-moon">● Moonlet for Scaling</h2><p class="text-size-large text-color-dust-300">Scale your blockchain infrastructure with institutional-grade validator nodes and seamless integration services.</p></div><div class="solution-link-col-1-bottom"><div class="button-link"><div>Get started</div><div class="button-arrows-wrapper"><div class="button-arrow-embed dust-100 w-embed"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M7 9C7.55228 9 8 8.55228 8 8C8 7.44772 7.55228 7 7 7C6.44772 7 6 7.44772 6 8C6 8.55228 6.44772 9 7 9Z" fill="currentColor"/>
<path d="M9 11C9.55228 11 10 10.5523 10 10C10 9.44772 9.55228 9 9 9C8.44772 9 8 9.44772 8 10C8 10.5523 8.44772 11 9 11Z" fill="currentColor"/>
<path d="M11 13C11.5523 13 12 12.5523 12 12C12 11.4477 11.5523 11 11 11C10.4477 11 10 11.4477 10 12C10 12.5523 10.4477 13 11 13Z" fill="currentColor"/>
<path d="M9 15C9.55228 15 10 14.5523 10 14C10 13.4477 9.55228 13 9 13C8.44772 13 8 13.4477 8 14C8 14.5523 8.44772 15 9 15Z" fill="currentColor"/>
<path d="M7 17C7.55228 17 8 16.5523 8 16C8 15.4477 7.55228 15 7 15C6.44772 15 6 15.4477 6 16C6 16.5523 6.44772 17 7 17Z" fill="currentColor"/>
<path d="M14 9C14.5523 9 15 8.55228 15 8C15 7.44772 14.5523 7 14 7C13.4477 7 13 7.44772 13 8C13 8.55228 13.4477 9 14 9Z" fill="currentColor"/>
<path d="M16 11C16.5523 11 17 10.5523 17 10C17 9.44772 16.5523 9 16 9C15.4477 9 15 9.44772 15 10C15 10.5523 15.4477 11 16 11Z" fill="currentColor"/>
<path d="M18 13C18.5523 13 19 12.5523 19 12C19 11.4477 18.5523 11 18 11C17.4477 11 17 11.4477 17 12C17 12.5523 17.4477 13 18 13Z" fill="currentColor"/>
<path d="M16 15C16.5523 15 17 14.5523 17 14C17 13.4477 16.5523 13 16 13C15.4477 13 15 13.4477 15 14C15 14.5523 15.4477 15 16 15Z" fill="currentColor"/>
<path d="M14 17C14.5523 17 15 16.5523 15 16C15 15.4477 14.5523 15 14 15C13.4477 15 13 15.4477 13 16C13 16.5523 13.4477 17 14 17Z" fill="currentColor"/>
</svg></div><div class="button-arrow-embed mars w-embed"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M7 9C7.55228 9 8 8.55228 8 8C8 7.44772 7.55228 7 7 7C6.44772 7 6 7.44772 6 8C6 8.55228 6.44772 9 7 9Z" fill="currentColor"/>
<path d="M9 11C9.55228 11 10 10.5523 10 10C10 9.44772 9.55228 9 9 9C8.44772 9 8 9.44772 8 10C8 10.5523 8.44772 11 9 11Z" fill="currentColor"/>
<path d="M11 13C11.5523 13 12 12.5523 12 12C12 11.4477 11.5523 11 11 11C10.4477 11 10 11.4477 10 12C10 12.5523 10.4477 13 11 13Z" fill="currentColor"/>
<path d="M9 15C9.55228 15 10 14.5523 10 14C10 13.4477 9.55228 13 9 13C8.44772 13 8 13.4477 8 14C8 14.5523 8.44772 15 9 15Z" fill="currentColor"/>
<path d="M7 17C7.55228 17 8 16.5523 8 16C8 15.4477 7.55228 15 7 15C6.44772 15 6 15.4477 6 16C6 16.5523 6.44772 17 7 17Z" fill="currentColor"/>
<path d="M14 9C14.5523 9 15 8.55228 15 8C15 7.44772 14.5523 7 14 7C13.4477 7 13 7.44772 13 8C13 8.55228 13.4477 9 14 9Z" fill="currentColor"/>
<path d="M16 11C16.5523 11 17 10.5523 17 10C17 9.44772 16.5523 9 16 9C15.4477 9 15 9.44772 15 10C15 10.5523 15.4477 11 16 11Z" fill="currentColor"/>
<path d="M18 13C18.5523 13 19 12.5523 19 12C19 11.4477 18.5523 11 18 11C17.4477 11 17 11.4477 17 12C17 12.5523 17.4477 13 18 13Z" fill="currentColor"/>
<path d="M16 15C16.5523 15 17 14.5523 17 14C17 13.4477 16.5523 13 16 13C15.4477 13 15 13.4477 15 14C15 14.5523 15.4477 15 16 15Z" fill="currentColor"/>
<path d="M14 17C14.5523 17 15 16.5523 15 16C15 15.4477 14.5523 15 14 15C13.4477 15 13 15.4477 13 16C13 16.5523 13.4477 17 14 17Z" fill="currentColor"/>
</svg></div></div></div></div></div><div class="solution-link-col-2"><img src="https://cdn.prod.website-files.com/683ee2fb5a5c48c31a170358/68401fd7a6718bb0cc398c09_Icon%20176-4x4.svg" loading="lazy" alt=""/></div></a></div><div role="listitem" class="swiper-slide is-solutions w-dyn-item"><a id="for-staking" href="/solutions/for-staking" class="solution-link w-inline-block"><div class="solution-link-col-1"><div class="solution-link-col-1-top"><h2 class="heading-style-h3 text-color-moon">● Moonlet for Staking</h2><p class="text-size-large text-color-dust-300">Stake securely with non-custodial solutions: secure your assets, track performance, and retain full control.</p></div><div class="solution-link-col-1-bottom"><div class="button-link"><div>Get started</div><div class="button-arrows-wrapper"><div class="button-arrow-embed dust-100 w-embed"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M7 9C7.55228 9 8 8.55228 8 8C8 7.44772 7.55228 7 7 7C6.44772 7 6 7.44772 6 8C6 8.55228 6.44772 9 7 9Z" fill="currentColor"/>
<path d="M9 11C9.55228 11 10 10.5523 10 10C10 9.44772 9.55228 9 9 9C8.44772 9 8 9.44772 8 10C8 10.5523 8.44772 11 9 11Z" fill="currentColor"/>
<path d="M11 13C11.5523 13 12 12.5523 12 12C12 11.4477 11.5523 11 11 11C10.4477 11 10 11.4477 10 12C10 12.5523 10.4477 13 11 13Z" fill="currentColor"/>
<path d="M9 15C9.55228 15 10 14.5523 10 14C10 13.4477 9.55228 13 9 13C8.44772 13 8 13.4477 8 14C8 14.5523 8.44772 15 9 15Z" fill="currentColor"/>
<path d="M7 17C7.55228 17 8 16.5523 8 16C8 15.4477 7.55228 15 7 15C6.44772 15 6 15.4477 6 16C6 16.5523 6.44772 17 7 17Z" fill="currentColor"/>
<path d="M14 9C14.5523 9 15 8.55228 15 8C15 7.44772 14.5523 7 14 7C13.4477 7 13 7.44772 13 8C13 8.55228 13.4477 9 14 9Z" fill="currentColor"/>
<path d="M16 11C16.5523 11 17 10.5523 17 10C17 9.44772 16.5523 9 16 9C15.4477 9 15 9.44772 15 10C15 10.5523 15.4477 11 16 11Z" fill="currentColor"/>
<path d="M18 13C18.5523 13 19 12.5523 19 12C19 11.4477 18.5523 11 18 11C17.4477 11 17 11.4477 17 12C17 12.5523 17.4477 13 18 13Z" fill="currentColor"/>
<path d="M16 15C16.5523 15 17 14.5523 17 14C17 13.4477 16.5523 13 16 13C15.4477 13 15 13.4477 15 14C15 14.5523 15.4477 15 16 15Z" fill="currentColor"/>
<path d="M14 17C14.5523 17 15 16.5523 15 16C15 15.4477 14.5523 15 14 15C13.4477 15 13 15.4477 13 16C13 16.5523 13.4477 17 14 17Z" fill="currentColor"/>
</svg></div><div class="button-arrow-embed mars w-embed"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M7 9C7.55228 9 8 8.55228 8 8C8 7.44772 7.55228 7 7 7C6.44772 7 6 7.44772 6 8C6 8.55228 6.44772 9 7 9Z" fill="currentColor"/>
<path d="M9 11C9.55228 11 10 10.5523 10 10C10 9.44772 9.55228 9 9 9C8.44772 9 8 9.44772 8 10C8 10.5523 8.44772 11 9 11Z" fill="currentColor"/>
<path d="M11 13C11.5523 13 12 12.5523 12 12C12 11.4477 11.5523 11 11 11C10.4477 11 10 11.4477 10 12C10 12.5523 10.4477 13 11 13Z" fill="currentColor"/>
<path d="M9 15C9.55228 15 10 14.5523 10 14C10 13.4477 9.55228 13 9 13C8.44772 13 8 13.4477 8 14C8 14.5523 8.44772 15 9 15Z" fill="currentColor"/>
<path d="M7 17C7.55228 17 8 16.5523 8 16C8 15.4477 7.55228 15 7 15C6.44772 15 6 15.4477 6 16C6 16.5523 6.44772 17 7 17Z" fill="currentColor"/>
<path d="M14 9C14.5523 9 15 8.55228 15 8C15 7.44772 14.5523 7 14 7C13.4477 7 13 7.44772 13 8C13 8.55228 13.4477 9 14 9Z" fill="currentColor"/>
<path d="M16 11C16.5523 11 17 10.5523 17 10C17 9.44772 16.5523 9 16 9C15.4477 9 15 9.44772 15 10C15 10.5523 15.4477 11 16 11Z" fill="currentColor"/>
<path d="M18 13C18.5523 13 19 12.5523 19 12C19 11.4477 18.5523 11 18 11C17.4477 11 17 11.4477 17 12C17 12.5523 17.4477 13 18 13Z" fill="currentColor"/>
<path d="M16 15C16.5523 15 17 14.5523 17 14C17 13.4477 16.5523 13 16 13C15.4477 13 15 13.4477 15 14C15 14.5523 15.4477 15 16 15Z" fill="currentColor"/>
<path d="M14 17C14.5523 17 15 16.5523 15 16C15 15.4477 14.5523 15 14 15C13.4477 15 13 15.4477 13 16C13 16.5523 13.4477 17 14 17Z" fill="currentColor"/>
</svg></div></div></div></div></div><div class="solution-link-col-2"><img src="https://cdn.prod.website-files.com/683ee2fb5a5c48c31a170358/684020ee5e0d55a52d5c624b_Icon%20176-4x4-1.svg" loading="lazy" alt=""/></div></a></div><div role="listitem" class="swiper-slide is-solutions w-dyn-item"><a id="for-integrations" href="/solutions/for-integrations" class="solution-link w-inline-block"><div class="solution-link-col-1"><div class="solution-link-col-1-top"><h2 class="heading-style-h3 text-color-moon">● Moonlet for Integrations</h2><p class="text-size-large text-color-dust-300">Integrate staking effortlessly with seamless API: deliver secure, compliant blockchain access to your users.</p></div><div class="solution-link-col-1-bottom"><div class="button-link"><div>Get started</div><div class="button-arrows-wrapper"><div class="button-arrow-embed dust-100 w-embed"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M7 9C7.55228 9 8 8.55228 8 8C8 7.44772 7.55228 7 7 7C6.44772 7 6 7.44772 6 8C6 8.55228 6.44772 9 7 9Z" fill="currentColor"/>
<path d="M9 11C9.55228 11 10 10.5523 10 10C10 9.44772 9.55228 9 9 9C8.44772 9 8 9.44772 8 10C8 10.5523 8.44772 11 9 11Z" fill="currentColor"/>
<path d="M11 13C11.5523 13 12 12.5523 12 12C12 11.4477 11.5523 11 11 11C10.4477 11 10 11.4477 10 12C10 12.5523 10.4477 13 11 13Z" fill="currentColor"/>
<path d="M9 15C9.55228 15 10 14.5523 10 14C10 13.4477 9.55228 13 9 13C8.44772 13 8 13.4477 8 14C8 14.5523 8.44772 15 9 15Z" fill="currentColor"/>
<path d="M7 17C7.55228 17 8 16.5523 8 16C8 15.4477 7.55228 15 7 15C6.44772 15 6 15.4477 6 16C6 16.5523 6.44772 17 7 17Z" fill="currentColor"/>
<path d="M14 9C14.5523 9 15 8.55228 15 8C15 7.44772 14.5523 7 14 7C13.4477 7 13 7.44772 13 8C13 8.55228 13.4477 9 14 9Z" fill="currentColor"/>
<path d="M16 11C16.5523 11 17 10.5523 17 10C17 9.44772 16.5523 9 16 9C15.4477 9 15 9.44772 15 10C15 10.5523 15.4477 11 16 11Z" fill="currentColor"/>
<path d="M18 13C18.5523 13 19 12.5523 19 12C19 11.4477 18.5523 11 18 11C17.4477 11 17 11.4477 17 12C17 12.5523 17.4477 13 18 13Z" fill="currentColor"/>
<path d="M16 15C16.5523 15 17 14.5523 17 14C17 13.4477 16.5523 13 16 13C15.4477 13 15 13.4477 15 14C15 14.5523 15.4477 15 16 15Z" fill="currentColor"/>
<path d="M14 17C14.5523 17 15 16.5523 15 16C15 15.4477 14.5523 15 14 15C13.4477 15 13 15.4477 13 16C13 16.5523 13.4477 17 14 17Z" fill="currentColor"/>
</svg></div><div class="button-arrow-embed mars w-embed"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M7 9C7.55228 9 8 8.55228 8 8C8 7.44772 7.55228 7 7 7C6.44772 7 6 7.44772 6 8C6 8.55228 6.44772 9 7 9Z" fill="currentColor"/>
<path d="M9 11C9.55228 11 10 10.5523 10 10C10 9.44772 9.55228 9 9 9C8.44772 9 8 9.44772 8 10C8 10.5523 8.44772 11 9 11Z" fill="currentColor"/>
<path d="M11 13C11.5523 13 12 12.5523 12 12C12 11.4477 11.5523 11 11 11C10.4477 11 10 11.4477 10 12C10 12.5523 10.4477 13 11 13Z" fill="currentColor"/>
<path d="M9 15C9.55228 15 10 14.5523 10 14C10 13.4477 9.55228 13 9 13C8.44772 13 8 13.4477 8 14C8 14.5523 8.44772 15 9 15Z" fill="currentColor"/>
<path d="M7 17C7.55228 17 8 16.5523 8 16C8 15.4477 7.55228 15 7 15C6.44772 15 6 15.4477 6 16C6 16.5523 6.44772 17 7 17Z" fill="currentColor"/>
<path d="M14 9C14.5523 9 15 8.55228 15 8C15 7.44772 14.5523 7 14 7C13.4477 7 13 7.44772 13 8C13 8.55228 13.4477 9 14 9Z" fill="currentColor"/>
<path d="M16 11C16.5523 11 17 10.5523 17 10C17 9.44772 16.5523 9 16 9C15.4477 9 15 9.44772 15 10C15 10.5523 15.4477 11 16 11Z" fill="currentColor"/>
<path d="M18 13C18.5523 13 19 12.5523 19 12C19 11.4477 18.5523 11 18 11C17.4477 11 17 11.4477 17 12C17 12.5523 17.4477 13 18 13Z" fill="currentColor"/>
<path d="M16 15C16.5523 15 17 14.5523 17 14C17 13.4477 16.5523 13 16 13C15.4477 13 15 13.4477 15 14C15 14.5523 15.4477 15 16 15Z" fill="currentColor"/>
<path d="M14 17C14.5523 17 15 16.5523 15 16C15 15.4477 14.5523 15 14 15C13.4477 15 13 15.4477 13 16C13 16.5523 13.4477 17 14 17Z" fill="currentColor"/>
</svg></div></div></div></div></div><div class="solution-link-col-2"><img src="https://cdn.prod.website-files.com/683ee2fb5a5c48c31a170358/6840226e261d41e6845ec0a1_Icon%20176-4x4-2.svg" loading="lazy" alt=""/></div></a></div></div></div><div class="swiper-loader"><div class="swiper-loader-inner"></div></div><div class="swiper-thumbs-wrapper"><div id="for-scaling-thumb" class="swiper-thumb is-active"><div>For Scaling</div></div><div id="for-staking-thumb" class="swiper-thumb"><div>For staking</div></div><div id="for-integrations-thumb" class="swiper-thumb"><div>For integrations</div></div></div></div></div></div></div></div><div class="_8-rem-spacer"></div></section><section class="section"><div class="padding-global"><div class="w-layout-blockcontainer container-large w-container"><div class="padding-section-large"><div class="grids-group"><div class="_3-col-grid"><div class="vertical-grid-card"><div class="heading-style-h2 text-color-dust-300">$300M+</div><div class="heading-style-h5">● Assets Under Management</div></div><div class="vertical-grid-card"><div class="flex-horizontal-1-rem"><img src="https://cdn.prod.website-files.com/683d959a7503bf903c662778/691f406f5e616c15ddbcf757_f1550de8ddbf9550355cfbaafb978320_Group%202072751263.svg" loading="lazy" width="70" height="37" alt="" class="pro-shape-img"/></div><div class="heading-style-h5">● Verified Staking Provider</div></div><div class="vertical-grid-card _2-col"><div class="grid-card-inner-col"><div class="heading-style-h2 text-color-dust-300">40+</div><div class="heading-style-h5 no-wrap">● Networks</div></div><div class="grid-card-img-col"><img src="https://cdn.prod.website-files.com/683d959a7503bf903c662778/68414f3b9ddd75f57c82de45_dots-group.svg" loading="lazy" width="125" height="250" alt="" class="dots-group-img"/></div></div></div><div class="_2-col-grid"><div class="horizontal-grid-card"><div class="horizontal-grid-card-col-1"><div class="heading-style-h5">● Uptime</div><div class="text-size-large text-color-dust-300">Rely on our Web3 infrastructure for 99.99% uptime and secure projects.</div></div><div class="horizontal-grid-card-col-2"><div class="grid-card-big-number-wrapper"><div>99.99</div><div class="big-number-percent">%</div></div></div></div><div class="horizontal-grid-card"><div class="horizontal-grid-card-col-1"><div class="heading-style-h5">● Compliant</div><div class="text-size-large text-color-dust-300">We comply with ISO 27001, SOC 2 Type I &amp; Type II.</div></div><div class="horizontal-grid-card-col-2"><img src="https://cdn.prod.website-files.com/683d959a7503bf903c662778/68415746354f71df028d9572_c41478b94e9c4e0976d49a049d07c056_security%202.png" loading="lazy" width="94" height="94" alt="ISO 27001 badge" class="security-icon"/><img src="https://cdn.prod.website-files.com/683d959a7503bf903c662778/68415750e91325645e5973fe_d5bb035f0e1696251805b8cf1b48c670_security%203.png" loading="lazy" width="94" height="94" alt="AICPA SOC badge" class="security-icon"/></div></div><div class="horizontal-grid-card"><div class="horizontal-grid-card-col-1"><div class="heading-style-h5">● Infra Security and Audits</div><div class="text-size-large text-color-dust-300">Quantstamp ensures our architecture, code, and deployment audits across all environments.</div></div><div class="horizontal-grid-card-col-2"><img src="https://cdn.prod.website-files.com/683d959a7503bf903c662778/684158289b8fe77bee3b29e7_quantstamp.svg" loading="lazy" width="251" height="47" alt="Quantstamp logo" class="quantstamp-logo"/></div></div><div class="horizontal-grid-card"><div class="horizontal-grid-card-col-1"><div class="heading-style-h5">● App Audit and Pen-Testing</div><div class="text-size-large text-color-dust-300">Bit Sentinel performs professional pen-testing and provides certified cybersecurity audits for our apps.</div></div><div class="horizontal-grid-card-col-2"><img src="https://cdn.prod.website-files.com/683d959a7503bf903c662778/691f3ff78404c0314bbc9e8b_ae6747ca600a19049deb1a0e81fb8a48_bit-sentinel-logo%201.svg" loading="lazy" width="65" height="17" alt="" class="bit-sentinel-logo"/></div></div></div><a href="/why-moonlet" class="banner-link w-inline-block"><div class="banner-link-col-1"><img src="https://cdn.prod.website-files.com/683d959a7503bf903c662778/684180cec35046cfedd1c79a_moonlet-circular-icon.svg" loading="lazy" width="48" height="48" alt="" class="moonlet-circular-isotype"/><div class="heading-style-h5 text-color-dust-300">Discover why Moonlet is your ultimate choice for seamless node management</div></div><div class="button-link no-wrap"><div>Learn more</div><div class="button-arrows-wrapper"><div class="button-arrow-embed dust-100 w-embed"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M7 9C7.55228 9 8 8.55228 8 8C8 7.44772 7.55228 7 7 7C6.44772 7 6 7.44772 6 8C6 8.55228 6.44772 9 7 9Z" fill="currentColor"/>
<path d="M9 11C9.55228 11 10 10.5523 10 10C10 9.44772 9.55228 9 9 9C8.44772 9 8 9.44772 8 10C8 10.5523 8.44772 11 9 11Z" fill="currentColor"/>
<path d="M11 13C11.5523 13 12 12.5523 12 12C12 11.4477 11.5523 11 11 11C10.4477 11 10 11.4477 10 12C10 12.5523 10.4477 13 11 13Z" fill="currentColor"/>
<path d="M9 15C9.55228 15 10 14.5523 10 14C10 13.4477 9.55228 13 9 13C8.44772 13 8 13.4477 8 14C8 14.5523 8.44772 15 9 15Z" fill="currentColor"/>
<path d="M7 17C7.55228 17 8 16.5523 8 16C8 15.4477 7.55228 15 7 15C6.44772 15 6 15.4477 6 16C6 16.5523 6.44772 17 7 17Z" fill="currentColor"/>
<path d="M14 9C14.5523 9 15 8.55228 15 8C15 7.44772 14.5523 7 14 7C13.4477 7 13 7.44772 13 8C13 8.55228 13.4477 9 14 9Z" fill="currentColor"/>
<path d="M16 11C16.5523 11 17 10.5523 17 10C17 9.44772 16.5523 9 16 9C15.4477 9 15 9.44772 15 10C15 10.5523 15.4477 11 16 11Z" fill="currentColor"/>
<path d="M18 13C18.5523 13 19 12.5523 19 12C19 11.4477 18.5523 11 18 11C17.4477 11 17 11.4477 17 12C17 12.5523 17.4477 13 18 13Z" fill="currentColor"/>
<path d="M16 15C16.5523 15 17 14.5523 17 14C17 13.4477 16.5523 13 16 13C15.4477 13 15 13.4477 15 14C15 14.5523 15.4477 15 16 15Z" fill="currentColor"/>
<path d="M14 17C14.5523 17 15 16.5523 15 16C15 15.4477 14.5523 15 14 15C13.4477 15 13 15.4477 13 16C13 16.5523 13.4477 17 14 17Z" fill="currentColor"/>
</svg></div><div class="button-arrow-embed mars w-embed"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M7 9C7.55228 9 8 8.55228 8 8C8 7.44772 7.55228 7 7 7C6.44772 7 6 7.44772 6 8C6 8.55228 6.44772 9 7 9Z" fill="currentColor"/>
<path d="M9 11C9.55228 11 10 10.5523 10 10C10 9.44772 9.55228 9 9 9C8.44772 9 8 9.44772 8 10C8 10.5523 8.44772 11 9 11Z" fill="currentColor"/>
<path d="M11 13C11.5523 13 12 12.5523 12 12C12 11.4477 11.5523 11 11 11C10.4477 11 10 11.4477 10 12C10 12.5523 10.4477 13 11 13Z" fill="currentColor"/>
<path d="M9 15C9.55228 15 10 14.5523 10 14C10 13.4477 9.55228 13 9 13C8.44772 13 8 13.4477 8 14C8 14.5523 8.44772 15 9 15Z" fill="currentColor"/>
<path d="M7 17C7.55228 17 8 16.5523 8 16C8 15.4477 7.55228 15 7 15C6.44772 15 6 15.4477 6 16C6 16.5523 6.44772 17 7 17Z" fill="currentColor"/>
<path d="M14 9C14.5523 9 15 8.55228 15 8C15 7.44772 14.5523 7 14 7C13.4477 7 13 7.44772 13 8C13 8.55228 13.4477 9 14 9Z" fill="currentColor"/>
<path d="M16 11C16.5523 11 17 10.5523 17 10C17 9.44772 16.5523 9 16 9C15.4477 9 15 9.44772 15 10C15 10.5523 15.4477 11 16 11Z" fill="currentColor"/>
<path d="M18 13C18.5523 13 19 12.5523 19 12C19 11.4477 18.5523 11 18 11C17.4477 11 17 11.4477 17 12C17 12.5523 17.4477 13 18 13Z" fill="currentColor"/>
<path d="M16 15C16.5523 15 17 14.5523 17 14C17 13.4477 16.5523 13 16 13C15.4477 13 15 13.4477 15 14C15 14.5523 15.4477 15 16 15Z" fill="currentColor"/>
<path d="M14 17C14.5523 17 15 16.5523 15 16C15 15.4477 14.5523 15 14 15C13.4477 15 13 15.4477 13 16C13 16.5523 13.4477 17 14 17Z" fill="currentColor"/>
</svg></div></div></div></a></div></div></div></div></section><section class="section background-dust-900 change-to-light"><div class="padding-global"><div class="w-layout-blockcontainer container-large w-container"><div class="padding-section-large"><div class="horizontal-lines-wrapper"><div class="horizontal-line-dust-500 percent-30"></div><div class="horizontal-line-dust-500 percent-90 hidden-mobile"></div><div class="horizontal-line-dust-500 percent-90"></div><div class="horizontal-line-dust-500 transparent hidden-mobile"></div><div class="horizontal-line-dust-500 percent-40"></div><div class="horizontal-line-dust-500 percent-90"></div><div class="horizontal-lines-with-text-wrapper"><div class="horizontal-lines-with-text-col-1"><div>A constellation</div></div><div class="horizontal-lines-wrapper"><div class="horizontal-line-dust-500 percent-30"></div><div class="horizontal-line-dust-500 percent-90"></div><div class="horizontal-line-dust-500 percent-90"></div><div class="horizontal-line-dust-500 percent-40"></div><div class="horizontal-line-dust-500 percent-90 hidden-mobile"></div><div class="horizontal-line-dust-500 percent-90 hidden-mobile"></div><div class="horizontal-line-dust-500 percent-90 hidden-mobile"></div></div></div><div class="horizontal-lines-with-text-wrapper"><div class="horizontal-lines-wrapper"><div class="horizontal-line-dust-500 percent-100"></div><div class="horizontal-line-dust-500 percent-30"></div><div class="horizontal-line-dust-500 percent-90"></div><div class="horizontal-line-dust-500 percent-40"></div><div class="horizontal-line-dust-500 percent-100 hidden-mobile"></div><div class="horizontal-line-dust-500 percent-100 hidden-mobile"></div><div class="horizontal-line-dust-500 percent-100 hidden-mobile"></div></div><div class="horizontal-lines-with-text-col-1"><div>for growth</div></div></div><div class="horizontal-line-dust-500 percent-30 hidden-mobile"></div><div class="horizontal-line-dust-500 percent-100"></div><div class="horizontal-line-dust-500 percent-100"></div><div class="horizontal-line-dust-500 transparent"></div><div class="horizontal-line-dust-500 percent-40 hidden-tablet"></div><div class="horizontal-line-dust-500 percent-100 hidden-tablet"></div></div><div class="margin-top margin-small"><div class="text-size-xlarge text-color-dust-100">Moonlet provides blockchain networks, stakeholders, chains, banks, financial institutions, wallet providers, and token holders the tools for secure growth.</div></div><div class="solution-cards-wrapper"><a href="/solutions/for-scaling" class="solution-card w-inline-block"><h2 class="heading-style-h5 text-color-dust-100">● For Scaling Blockchain</h2><div class="solution-card-ul"><div class="solution-card-li"><div class="solution-card-li-icon text-color-sun w-embed"><svg width="24" height="24" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M7 9.75C7.55228 9.75 8 9.30228 8 8.75C8 8.19772 7.55228 7.75 7 7.75C6.44772 7.75 6 8.19772 6 8.75C6 9.30228 6.44772 9.75 7 9.75Z" fill="currentColor"/>
<path d="M9 11.75C9.55228 11.75 10 11.3023 10 10.75C10 10.1977 9.55228 9.75 9 9.75C8.44772 9.75 8 10.1977 8 10.75C8 11.3023 8.44772 11.75 9 11.75Z" fill="currentColor"/>
<path d="M11 13.75C11.5523 13.75 12 13.3023 12 12.75C12 12.1977 11.5523 11.75 11 11.75C10.4477 11.75 10 12.1977 10 12.75C10 13.3023 10.4477 13.75 11 13.75Z" fill="currentColor"/>
<path d="M9 15.75C9.55228 15.75 10 15.3023 10 14.75C10 14.1977 9.55228 13.75 9 13.75C8.44772 13.75 8 14.1977 8 14.75C8 15.3023 8.44772 15.75 9 15.75Z" fill="currentColor"/>
<path d="M7 17.75C7.55228 17.75 8 17.3023 8 16.75C8 16.1977 7.55228 15.75 7 15.75C6.44772 15.75 6 16.1977 6 16.75C6 17.3023 6.44772 17.75 7 17.75Z" fill="currentColor"/>
<path d="M14 9.75C14.5523 9.75 15 9.30228 15 8.75C15 8.19772 14.5523 7.75 14 7.75C13.4477 7.75 13 8.19772 13 8.75C13 9.30228 13.4477 9.75 14 9.75Z" fill="currentColor"/>
<path d="M16 11.75C16.5523 11.75 17 11.3023 17 10.75C17 10.1977 16.5523 9.75 16 9.75C15.4477 9.75 15 10.1977 15 10.75C15 11.3023 15.4477 11.75 16 11.75Z" fill="currentColor"/>
<path d="M18 13.75C18.5523 13.75 19 13.3023 19 12.75C19 12.1977 18.5523 11.75 18 11.75C17.4477 11.75 17 12.1977 17 12.75C17 13.3023 17.4477 13.75 18 13.75Z" fill="currentColor"/>
<path d="M16 15.75C16.5523 15.75 17 15.3023 17 14.75C17 14.1977 16.5523 13.75 16 13.75C15.4477 13.75 15 14.1977 15 14.75C15 15.3023 15.4477 15.75 16 15.75Z" fill="currentColor"/>
<path d="M14 17.75C14.5523 17.75 15 17.3023 15 16.75C15 16.1977 14.5523 15.75 14 15.75C13.4477 15.75 13 16.1977 13 16.75C13 17.3023 13.4477 17.75 14 17.75Z" fill="currentColor"/>
</svg></div><div class="text-size-regular text-color-dust-300">Validator &amp; RPC node infrastructure</div></div><div class="solution-card-li"><div class="solution-card-li-icon text-color-sun w-embed"><svg width="24" height="24" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M7 9.75C7.55228 9.75 8 9.30228 8 8.75C8 8.19772 7.55228 7.75 7 7.75C6.44772 7.75 6 8.19772 6 8.75C6 9.30228 6.44772 9.75 7 9.75Z" fill="currentColor"/>
<path d="M9 11.75C9.55228 11.75 10 11.3023 10 10.75C10 10.1977 9.55228 9.75 9 9.75C8.44772 9.75 8 10.1977 8 10.75C8 11.3023 8.44772 11.75 9 11.75Z" fill="currentColor"/>
<path d="M11 13.75C11.5523 13.75 12 13.3023 12 12.75C12 12.1977 11.5523 11.75 11 11.75C10.4477 11.75 10 12.1977 10 12.75C10 13.3023 10.4477 13.75 11 13.75Z" fill="currentColor"/>
<path d="M9 15.75C9.55228 15.75 10 15.3023 10 14.75C10 14.1977 9.55228 13.75 9 13.75C8.44772 13.75 8 14.1977 8 14.75C8 15.3023 8.44772 15.75 9 15.75Z" fill="currentColor"/>
<path d="M7 17.75C7.55228 17.75 8 17.3023 8 16.75C8 16.1977 7.55228 15.75 7 15.75C6.44772 15.75 6 16.1977 6 16.75C6 17.3023 6.44772 17.75 7 17.75Z" fill="currentColor"/>
<path d="M14 9.75C14.5523 9.75 15 9.30228 15 8.75C15 8.19772 14.5523 7.75 14 7.75C13.4477 7.75 13 8.19772 13 8.75C13 9.30228 13.4477 9.75 14 9.75Z" fill="currentColor"/>
<path d="M16 11.75C16.5523 11.75 17 11.3023 17 10.75C17 10.1977 16.5523 9.75 16 9.75C15.4477 9.75 15 10.1977 15 10.75C15 11.3023 15.4477 11.75 16 11.75Z" fill="currentColor"/>
<path d="M18 13.75C18.5523 13.75 19 13.3023 19 12.75C19 12.1977 18.5523 11.75 18 11.75C17.4477 11.75 17 12.1977 17 12.75C17 13.3023 17.4477 13.75 18 13.75Z" fill="currentColor"/>
<path d="M16 15.75C16.5523 15.75 17 15.3023 17 14.75C17 14.1977 16.5523 13.75 16 13.75C15.4477 13.75 15 14.1977 15 14.75C15 15.3023 15.4477 15.75 16 15.75Z" fill="currentColor"/>
<path d="M14 17.75C14.5523 17.75 15 17.3023 15 16.75C15 16.1977 14.5523 15.75 14 15.75C13.4477 15.75 13 16.1977 13 16.75C13 17.3023 13.4477 17.75 14 17.75Z" fill="currentColor"/>
</svg></div><div class="text-size-regular text-color-dust-300">Ecosystem analytics tools</div></div><div class="solution-card-li"><div class="solution-card-li-icon text-color-sun w-embed"><svg width="24" height="24" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M7 9.75C7.55228 9.75 8 9.30228 8 8.75C8 8.19772 7.55228 7.75 7 7.75C6.44772 7.75 6 8.19772 6 8.75C6 9.30228 6.44772 9.75 7 9.75Z" fill="currentColor"/>
<path d="M9 11.75C9.55228 11.75 10 11.3023 10 10.75C10 10.1977 9.55228 9.75 9 9.75C8.44772 9.75 8 10.1977 8 10.75C8 11.3023 8.44772 11.75 9 11.75Z" fill="currentColor"/>
<path d="M11 13.75C11.5523 13.75 12 13.3023 12 12.75C12 12.1977 11.5523 11.75 11 11.75C10.4477 11.75 10 12.1977 10 12.75C10 13.3023 10.4477 13.75 11 13.75Z" fill="currentColor"/>
<path d="M9 15.75C9.55228 15.75 10 15.3023 10 14.75C10 14.1977 9.55228 13.75 9 13.75C8.44772 13.75 8 14.1977 8 14.75C8 15.3023 8.44772 15.75 9 15.75Z" fill="currentColor"/>
<path d="M7 17.75C7.55228 17.75 8 17.3023 8 16.75C8 16.1977 7.55228 15.75 7 15.75C6.44772 15.75 6 16.1977 6 16.75C6 17.3023 6.44772 17.75 7 17.75Z" fill="currentColor"/>
<path d="M14 9.75C14.5523 9.75 15 9.30228 15 8.75C15 8.19772 14.5523 7.75 14 7.75C13.4477 7.75 13 8.19772 13 8.75C13 9.30228 13.4477 9.75 14 9.75Z" fill="currentColor"/>
<path d="M16 11.75C16.5523 11.75 17 11.3023 17 10.75C17 10.1977 16.5523 9.75 16 9.75C15.4477 9.75 15 10.1977 15 10.75C15 11.3023 15.4477 11.75 16 11.75Z" fill="currentColor"/>
<path d="M18 13.75C18.5523 13.75 19 13.3023 19 12.75C19 12.1977 18.5523 11.75 18 11.75C17.4477 11.75 17 12.1977 17 12.75C17 13.3023 17.4477 13.75 18 13.75Z" fill="currentColor"/>
<path d="M16 15.75C16.5523 15.75 17 15.3023 17 14.75C17 14.1977 16.5523 13.75 16 13.75C15.4477 13.75 15 14.1977 15 14.75C15 15.3023 15.4477 15.75 16 15.75Z" fill="currentColor"/>
<path d="M14 17.75C14.5523 17.75 15 17.3023 15 16.75C15 16.1977 14.5523 15.75 14 15.75C13.4477 15.75 13 16.1977 13 16.75C13 17.3023 13.4477 17.75 14 17.75Z" fill="currentColor"/>
</svg></div><div class="text-size-regular text-color-dust-300">Analytics &amp; monitoring</div></div></div><div id="w-node-_9969311c-3365-d425-1c13-502cebff6bfd-3c6627f4" class="button-link"><div>Learn more</div><div class="button-arrows-wrapper"><div class="button-arrow-embed dust-100 w-embed"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M7 9C7.55228 9 8 8.55228 8 8C8 7.44772 7.55228 7 7 7C6.44772 7 6 7.44772 6 8C6 8.55228 6.44772 9 7 9Z" fill="currentColor"/>
<path d="M9 11C9.55228 11 10 10.5523 10 10C10 9.44772 9.55228 9 9 9C8.44772 9 8 9.44772 8 10C8 10.5523 8.44772 11 9 11Z" fill="currentColor"/>
<path d="M11 13C11.5523 13 12 12.5523 12 12C12 11.4477 11.5523 11 11 11C10.4477 11 10 11.4477 10 12C10 12.5523 10.4477 13 11 13Z" fill="currentColor"/>
<path d="M9 15C9.55228 15 10 14.5523 10 14C10 13.4477 9.55228 13 9 13C8.44772 13 8 13.4477 8 14C8 14.5523 8.44772 15 9 15Z" fill="currentColor"/>
<path d="M7 17C7.55228 17 8 16.5523 8 16C8 15.4477 7.55228 15 7 15C6.44772 15 6 15.4477 6 16C6 16.5523 6.44772 17 7 17Z" fill="currentColor"/>
<path d="M14 9C14.5523 9 15 8.55228 15 8C15 7.44772 14.5523 7 14 7C13.4477 7 13 7.44772 13 8C13 8.55228 13.4477 9 14 9Z" fill="currentColor"/>
<path d="M16 11C16.5523 11 17 10.5523 17 10C17 9.44772 16.5523 9 16 9C15.4477 9 15 9.44772 15 10C15 10.5523 15.4477 11 16 11Z" fill="currentColor"/>
<path d="M18 13C18.5523 13 19 12.5523 19 12C19 11.4477 18.5523 11 18 11C17.4477 11 17 11.4477 17 12C17 12.5523 17.4477 13 18 13Z" fill="currentColor"/>
<path d="M16 15C16.5523 15 17 14.5523 17 14C17 13.4477 16.5523 13 16 13C15.4477 13 15 13.4477 15 14C15 14.5523 15.4477 15 16 15Z" fill="currentColor"/>
<path d="M14 17C14.5523 17 15 16.5523 15 16C15 15.4477 14.5523 15 14 15C13.4477 15 13 15.4477 13 16C13 16.5523 13.4477 17 14 17Z" fill="currentColor"/>
</svg></div><div class="button-arrow-embed mars w-embed"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M7 9C7.55228 9 8 8.55228 8 8C8 7.44772 7.55228 7 7 7C6.44772 7 6 7.44772 6 8C6 8.55228 6.44772 9 7 9Z" fill="currentColor"/>
<path d="M9 11C9.55228 11 10 10.5523 10 10C10 9.44772 9.55228 9 9 9C8.44772 9 8 9.44772 8 10C8 10.5523 8.44772 11 9 11Z" fill="currentColor"/>
<path d="M11 13C11.5523 13 12 12.5523 12 12C12 11.4477 11.5523 11 11 11C10.4477 11 10 11.4477 10 12C10 12.5523 10.4477 13 11 13Z" fill="currentColor"/>
<path d="M9 15C9.55228 15 10 14.5523 10 14C10 13.4477 9.55228 13 9 13C8.44772 13 8 13.4477 8 14C8 14.5523 8.44772 15 9 15Z" fill="currentColor"/>
<path d="M7 17C7.55228 17 8 16.5523 8 16C8 15.4477 7.55228 15 7 15C6.44772 15 6 15.4477 6 16C6 16.5523 6.44772 17 7 17Z" fill="currentColor"/>
<path d="M14 9C14.5523 9 15 8.55228 15 8C15 7.44772 14.5523 7 14 7C13.4477 7 13 7.44772 13 8C13 8.55228 13.4477 9 14 9Z" fill="currentColor"/>
<path d="M16 11C16.5523 11 17 10.5523 17 10C17 9.44772 16.5523 9 16 9C15.4477 9 15 9.44772 15 10C15 10.5523 15.4477 11 16 11Z" fill="currentColor"/>
<path d="M18 13C18.5523 13 19 12.5523 19 12C19 11.4477 18.5523 11 18 11C17.4477 11 17 11.4477 17 12C17 12.5523 17.4477 13 18 13Z" fill="currentColor"/>
<path d="M16 15C16.5523 15 17 14.5523 17 14C17 13.4477 16.5523 13 16 13C15.4477 13 15 13.4477 15 14C15 14.5523 15.4477 15 16 15Z" fill="currentColor"/>
<path d="M14 17C14.5523 17 15 16.5523 15 16C15 15.4477 14.5523 15 14 15C13.4477 15 13 15.4477 13 16C13 16.5523 13.4477 17 14 17Z" fill="currentColor"/>
</svg></div></div></div></a><a href="/solutions/for-staking" class="solution-card w-inline-block"><h2 class="heading-style-h5 text-color-dust-100">● For Staking</h2><div class="solution-card-ul"><div class="solution-card-li"><div class="solution-card-li-icon text-color-sun w-embed"><svg width="24" height="24" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M7 9.75C7.55228 9.75 8 9.30228 8 8.75C8 8.19772 7.55228 7.75 7 7.75C6.44772 7.75 6 8.19772 6 8.75C6 9.30228 6.44772 9.75 7 9.75Z" fill="currentColor"/>
<path d="M9 11.75C9.55228 11.75 10 11.3023 10 10.75C10 10.1977 9.55228 9.75 9 9.75C8.44772 9.75 8 10.1977 8 10.75C8 11.3023 8.44772 11.75 9 11.75Z" fill="currentColor"/>
<path d="M11 13.75C11.5523 13.75 12 13.3023 12 12.75C12 12.1977 11.5523 11.75 11 11.75C10.4477 11.75 10 12.1977 10 12.75C10 13.3023 10.4477 13.75 11 13.75Z" fill="currentColor"/>
<path d="M9 15.75C9.55228 15.75 10 15.3023 10 14.75C10 14.1977 9.55228 13.75 9 13.75C8.44772 13.75 8 14.1977 8 14.75C8 15.3023 8.44772 15.75 9 15.75Z" fill="currentColor"/>
<path d="M7 17.75C7.55228 17.75 8 17.3023 8 16.75C8 16.1977 7.55228 15.75 7 15.75C6.44772 15.75 6 16.1977 6 16.75C6 17.3023 6.44772 17.75 7 17.75Z" fill="currentColor"/>
<path d="M14 9.75C14.5523 9.75 15 9.30228 15 8.75C15 8.19772 14.5523 7.75 14 7.75C13.4477 7.75 13 8.19772 13 8.75C13 9.30228 13.4477 9.75 14 9.75Z" fill="currentColor"/>
<path d="M16 11.75C16.5523 11.75 17 11.3023 17 10.75C17 10.1977 16.5523 9.75 16 9.75C15.4477 9.75 15 10.1977 15 10.75C15 11.3023 15.4477 11.75 16 11.75Z" fill="currentColor"/>
<path d="M18 13.75C18.5523 13.75 19 13.3023 19 12.75C19 12.1977 18.5523 11.75 18 11.75C17.4477 11.75 17 12.1977 17 12.75C17 13.3023 17.4477 13.75 18 13.75Z" fill="currentColor"/>
<path d="M16 15.75C16.5523 15.75 17 15.3023 17 14.75C17 14.1977 16.5523 13.75 16 13.75C15.4477 13.75 15 14.1977 15 14.75C15 15.3023 15.4477 15.75 16 15.75Z" fill="currentColor"/>
<path d="M14 17.75C14.5523 17.75 15 17.3023 15 16.75C15 16.1977 14.5523 15.75 14 15.75C13.4477 15.75 13 16.1977 13 16.75C13 17.3023 13.4477 17.75 14 17.75Z" fill="currentColor"/>
</svg></div><div class="text-size-regular text-color-dust-300">Self-custodial staking dashboard</div></div><div class="solution-card-li"><div class="solution-card-li-icon text-color-sun w-embed"><svg width="24" height="24" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M7 9.75C7.55228 9.75 8 9.30228 8 8.75C8 8.19772 7.55228 7.75 7 7.75C6.44772 7.75 6 8.19772 6 8.75C6 9.30228 6.44772 9.75 7 9.75Z" fill="currentColor"/>
<path d="M9 11.75C9.55228 11.75 10 11.3023 10 10.75C10 10.1977 9.55228 9.75 9 9.75C8.44772 9.75 8 10.1977 8 10.75C8 11.3023 8.44772 11.75 9 11.75Z" fill="currentColor"/>
<path d="M11 13.75C11.5523 13.75 12 13.3023 12 12.75C12 12.1977 11.5523 11.75 11 11.75C10.4477 11.75 10 12.1977 10 12.75C10 13.3023 10.4477 13.75 11 13.75Z" fill="currentColor"/>
<path d="M9 15.75C9.55228 15.75 10 15.3023 10 14.75C10 14.1977 9.55228 13.75 9 13.75C8.44772 13.75 8 14.1977 8 14.75C8 15.3023 8.44772 15.75 9 15.75Z" fill="currentColor"/>
<path d="M7 17.75C7.55228 17.75 8 17.3023 8 16.75C8 16.1977 7.55228 15.75 7 15.75C6.44772 15.75 6 16.1977 6 16.75C6 17.3023 6.44772 17.75 7 17.75Z" fill="currentColor"/>
<path d="M14 9.75C14.5523 9.75 15 9.30228 15 8.75C15 8.19772 14.5523 7.75 14 7.75C13.4477 7.75 13 8.19772 13 8.75C13 9.30228 13.4477 9.75 14 9.75Z" fill="currentColor"/>
<path d="M16 11.75C16.5523 11.75 17 11.3023 17 10.75C17 10.1977 16.5523 9.75 16 9.75C15.4477 9.75 15 10.1977 15 10.75C15 11.3023 15.4477 11.75 16 11.75Z" fill="currentColor"/>
<path d="M18 13.75C18.5523 13.75 19 13.3023 19 12.75C19 12.1977 18.5523 11.75 18 11.75C17.4477 11.75 17 12.1977 17 12.75C17 13.3023 17.4477 13.75 18 13.75Z" fill="currentColor"/>
<path d="M16 15.75C16.5523 15.75 17 15.3023 17 14.75C17 14.1977 16.5523 13.75 16 13.75C15.4477 13.75 15 14.1977 15 14.75C15 15.3023 15.4477 15.75 16 15.75Z" fill="currentColor"/>
<path d="M14 17.75C14.5523 17.75 15 17.3023 15 16.75C15 16.1977 14.5523 15.75 14 15.75C13.4477 15.75 13 16.1977 13 16.75C13 17.3023 13.4477 17.75 14 17.75Z" fill="currentColor"/>
</svg></div><div class="text-size-regular text-color-dust-300">Enterprise-grade validator nodes</div></div><div class="solution-card-li"><div class="solution-card-li-icon text-color-sun w-embed"><svg width="24" height="24" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M7 9.75C7.55228 9.75 8 9.30228 8 8.75C8 8.19772 7.55228 7.75 7 7.75C6.44772 7.75 6 8.19772 6 8.75C6 9.30228 6.44772 9.75 7 9.75Z" fill="currentColor"/>
<path d="M9 11.75C9.55228 11.75 10 11.3023 10 10.75C10 10.1977 9.55228 9.75 9 9.75C8.44772 9.75 8 10.1977 8 10.75C8 11.3023 8.44772 11.75 9 11.75Z" fill="currentColor"/>
<path d="M11 13.75C11.5523 13.75 12 13.3023 12 12.75C12 12.1977 11.5523 11.75 11 11.75C10.4477 11.75 10 12.1977 10 12.75C10 13.3023 10.4477 13.75 11 13.75Z" fill="currentColor"/>
<path d="M9 15.75C9.55228 15.75 10 15.3023 10 14.75C10 14.1977 9.55228 13.75 9 13.75C8.44772 13.75 8 14.1977 8 14.75C8 15.3023 8.44772 15.75 9 15.75Z" fill="currentColor"/>
<path d="M7 17.75C7.55228 17.75 8 17.3023 8 16.75C8 16.1977 7.55228 15.75 7 15.75C6.44772 15.75 6 16.1977 6 16.75C6 17.3023 6.44772 17.75 7 17.75Z" fill="currentColor"/>
<path d="M14 9.75C14.5523 9.75 15 9.30228 15 8.75C15 8.19772 14.5523 7.75 14 7.75C13.4477 7.75 13 8.19772 13 8.75C13 9.30228 13.4477 9.75 14 9.75Z" fill="currentColor"/>
<path d="M16 11.75C16.5523 11.75 17 11.3023 17 10.75C17 10.1977 16.5523 9.75 16 9.75C15.4477 9.75 15 10.1977 15 10.75C15 11.3023 15.4477 11.75 16 11.75Z" fill="currentColor"/>
<path d="M18 13.75C18.5523 13.75 19 13.3023 19 12.75C19 12.1977 18.5523 11.75 18 11.75C17.4477 11.75 17 12.1977 17 12.75C17 13.3023 17.4477 13.75 18 13.75Z" fill="currentColor"/>
<path d="M16 15.75C16.5523 15.75 17 15.3023 17 14.75C17 14.1977 16.5523 13.75 16 13.75C15.4477 13.75 15 14.1977 15 14.75C15 15.3023 15.4477 15.75 16 15.75Z" fill="currentColor"/>
<path d="M14 17.75C14.5523 17.75 15 17.3023 15 16.75C15 16.1977 14.5523 15.75 14 15.75C13.4477 15.75 13 16.1977 13 16.75C13 17.3023 13.4477 17.75 14 17.75Z" fill="currentColor"/>
</svg></div><div class="text-size-regular text-color-dust-300">Real-time staking analytics</div></div></div><div id="w-node-_725ac1ee-d214-ad2f-dc6e-0da0a1ad4729-3c6627f4" class="button-link"><div>Learn more</div><div class="button-arrows-wrapper"><div class="button-arrow-embed dust-100 w-embed"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M7 9C7.55228 9 8 8.55228 8 8C8 7.44772 7.55228 7 7 7C6.44772 7 6 7.44772 6 8C6 8.55228 6.44772 9 7 9Z" fill="currentColor"/>
<path d="M9 11C9.55228 11 10 10.5523 10 10C10 9.44772 9.55228 9 9 9C8.44772 9 8 9.44772 8 10C8 10.5523 8.44772 11 9 11Z" fill="currentColor"/>
<path d="M11 13C11.5523 13 12 12.5523 12 12C12 11.4477 11.5523 11 11 11C10.4477 11 10 11.4477 10 12C10 12.5523 10.4477 13 11 13Z" fill="currentColor"/>
<path d="M9 15C9.55228 15 10 14.5523 10 14C10 13.4477 9.55228 13 9 13C8.44772 13 8 13.4477 8 14C8 14.5523 8.44772 15 9 15Z" fill="currentColor"/>
<path d="M7 17C7.55228 17 8 16.5523 8 16C8 15.4477 7.55228 15 7 15C6.44772 15 6 15.4477 6 16C6 16.5523 6.44772 17 7 17Z" fill="currentColor"/>
<path d="M14 9C14.5523 9 15 8.55228 15 8C15 7.44772 14.5523 7 14 7C13.4477 7 13 7.44772 13 8C13 8.55228 13.4477 9 14 9Z" fill="currentColor"/>
<path d="M16 11C16.5523 11 17 10.5523 17 10C17 9.44772 16.5523 9 16 9C15.4477 9 15 9.44772 15 10C15 10.5523 15.4477 11 16 11Z" fill="currentColor"/>
<path d="M18 13C18.5523 13 19 12.5523 19 12C19 11.4477 18.5523 11 18 11C17.4477 11 17 11.4477 17 12C17 12.5523 17.4477 13 18 13Z" fill="currentColor"/>
<path d="M16 15C16.5523 15 17 14.5523 17 14C17 13.4477 16.5523 13 16 13C15.4477 13 15 13.4477 15 14C15 14.5523 15.4477 15 16 15Z" fill="currentColor"/>
<path d="M14 17C14.5523 17 15 16.5523 15 16C15 15.4477 14.5523 15 14 15C13.4477 15 13 15.4477 13 16C13 16.5523 13.4477 17 14 17Z" fill="currentColor"/>
</svg></div><div class="button-arrow-embed mars w-embed"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M7 9C7.55228 9 8 8.55228 8 8C8 7.44772 7.55228 7 7 7C6.44772 7 6 7.44772 6 8C6 8.55228 6.44772 9 7 9Z" fill="currentColor"/>
<path d="M9 11C9.55228 11 10 10.5523 10 10C10 9.44772 9.55228 9 9 9C8.44772 9 8 9.44772 8 10C8 10.5523 8.44772 11 9 11Z" fill="currentColor"/>
<path d="M11 13C11.5523 13 12 12.5523 12 12C12 11.4477 11.5523 11 11 11C10.4477 11 10 11.4477 10 12C10 12.5523 10.4477 13 11 13Z" fill="currentColor"/>
<path d="M9 15C9.55228 15 10 14.5523 10 14C10 13.4477 9.55228 13 9 13C8.44772 13 8 13.4477 8 14C8 14.5523 8.44772 15 9 15Z" fill="currentColor"/>
<path d="M7 17C7.55228 17 8 16.5523 8 16C8 15.4477 7.55228 15 7 15C6.44772 15 6 15.4477 6 16C6 16.5523 6.44772 17 7 17Z" fill="currentColor"/>
<path d="M14 9C14.5523 9 15 8.55228 15 8C15 7.44772 14.5523 7 14 7C13.4477 7 13 7.44772 13 8C13 8.55228 13.4477 9 14 9Z" fill="currentColor"/>
<path d="M16 11C16.5523 11 17 10.5523 17 10C17 9.44772 16.5523 9 16 9C15.4477 9 15 9.44772 15 10C15 10.5523 15.4477 11 16 11Z" fill="currentColor"/>
<path d="M18 13C18.5523 13 19 12.5523 19 12C19 11.4477 18.5523 11 18 11C17.4477 11 17 11.4477 17 12C17 12.5523 17.4477 13 18 13Z" fill="currentColor"/>
<path d="M16 15C16.5523 15 17 14.5523 17 14C17 13.4477 16.5523 13 16 13C15.4477 13 15 13.4477 15 14C15 14.5523 15.4477 15 16 15Z" fill="currentColor"/>
<path d="M14 17C14.5523 17 15 16.5523 15 16C15 15.4477 14.5523 15 14 15C13.4477 15 13 15.4477 13 16C13 16.5523 13.4477 17 14 17Z" fill="currentColor"/>
</svg></div></div></div></a><a href="/solutions/for-integrations" class="solution-card w-inline-block"><h2 class="heading-style-h5 text-color-dust-100">● For Integrations</h2><div class="solution-card-ul"><div class="solution-card-li"><div class="solution-card-li-icon text-color-sun w-embed"><svg width="24" height="24" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M7 9.75C7.55228 9.75 8 9.30228 8 8.75C8 8.19772 7.55228 7.75 7 7.75C6.44772 7.75 6 8.19772 6 8.75C6 9.30228 6.44772 9.75 7 9.75Z" fill="currentColor"/>
<path d="M9 11.75C9.55228 11.75 10 11.3023 10 10.75C10 10.1977 9.55228 9.75 9 9.75C8.44772 9.75 8 10.1977 8 10.75C8 11.3023 8.44772 11.75 9 11.75Z" fill="currentColor"/>
<path d="M11 13.75C11.5523 13.75 12 13.3023 12 12.75C12 12.1977 11.5523 11.75 11 11.75C10.4477 11.75 10 12.1977 10 12.75C10 13.3023 10.4477 13.75 11 13.75Z" fill="currentColor"/>
<path d="M9 15.75C9.55228 15.75 10 15.3023 10 14.75C10 14.1977 9.55228 13.75 9 13.75C8.44772 13.75 8 14.1977 8 14.75C8 15.3023 8.44772 15.75 9 15.75Z" fill="currentColor"/>
<path d="M7 17.75C7.55228 17.75 8 17.3023 8 16.75C8 16.1977 7.55228 15.75 7 15.75C6.44772 15.75 6 16.1977 6 16.75C6 17.3023 6.44772 17.75 7 17.75Z" fill="currentColor"/>
<path d="M14 9.75C14.5523 9.75 15 9.30228 15 8.75C15 8.19772 14.5523 7.75 14 7.75C13.4477 7.75 13 8.19772 13 8.75C13 9.30228 13.4477 9.75 14 9.75Z" fill="currentColor"/>
<path d="M16 11.75C16.5523 11.75 17 11.3023 17 10.75C17 10.1977 16.5523 9.75 16 9.75C15.4477 9.75 15 10.1977 15 10.75C15 11.3023 15.4477 11.75 16 11.75Z" fill="currentColor"/>
<path d="M18 13.75C18.5523 13.75 19 13.3023 19 12.75C19 12.1977 18.5523 11.75 18 11.75C17.4477 11.75 17 12.1977 17 12.75C17 13.3023 17.4477 13.75 18 13.75Z" fill="currentColor"/>
<path d="M16 15.75C16.5523 15.75 17 15.3023 17 14.75C17 14.1977 16.5523 13.75 16 13.75C15.4477 13.75 15 14.1977 15 14.75C15 15.3023 15.4477 15.75 16 15.75Z" fill="currentColor"/>
<path d="M14 17.75C14.5523 17.75 15 17.3023 15 16.75C15 16.1977 14.5523 15.75 14 15.75C13.4477 15.75 13 16.1977 13 16.75C13 17.3023 13.4477 17.75 14 17.75Z" fill="currentColor"/>
</svg></div><div class="text-size-regular text-color-dust-300">White-label staking solutions</div></div><div class="solution-card-li"><div class="solution-card-li-icon text-color-sun w-embed"><svg width="24" height="24" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M7 9.75C7.55228 9.75 8 9.30228 8 8.75C8 8.19772 7.55228 7.75 7 7.75C6.44772 7.75 6 8.19772 6 8.75C6 9.30228 6.44772 9.75 7 9.75Z" fill="currentColor"/>
<path d="M9 11.75C9.55228 11.75 10 11.3023 10 10.75C10 10.1977 9.55228 9.75 9 9.75C8.44772 9.75 8 10.1977 8 10.75C8 11.3023 8.44772 11.75 9 11.75Z" fill="currentColor"/>
<path d="M11 13.75C11.5523 13.75 12 13.3023 12 12.75C12 12.1977 11.5523 11.75 11 11.75C10.4477 11.75 10 12.1977 10 12.75C10 13.3023 10.4477 13.75 11 13.75Z" fill="currentColor"/>
<path d="M9 15.75C9.55228 15.75 10 15.3023 10 14.75C10 14.1977 9.55228 13.75 9 13.75C8.44772 13.75 8 14.1977 8 14.75C8 15.3023 8.44772 15.75 9 15.75Z" fill="currentColor"/>
<path d="M7 17.75C7.55228 17.75 8 17.3023 8 16.75C8 16.1977 7.55228 15.75 7 15.75C6.44772 15.75 6 16.1977 6 16.75C6 17.3023 6.44772 17.75 7 17.75Z" fill="currentColor"/>
<path d="M14 9.75C14.5523 9.75 15 9.30228 15 8.75C15 8.19772 14.5523 7.75 14 7.75C13.4477 7.75 13 8.19772 13 8.75C13 9.30228 13.4477 9.75 14 9.75Z" fill="currentColor"/>
<path d="M16 11.75C16.5523 11.75 17 11.3023 17 10.75C17 10.1977 16.5523 9.75 16 9.75C15.4477 9.75 15 10.1977 15 10.75C15 11.3023 15.4477 11.75 16 11.75Z" fill="currentColor"/>
<path d="M18 13.75C18.5523 13.75 19 13.3023 19 12.75C19 12.1977 18.5523 11.75 18 11.75C17.4477 11.75 17 12.1977 17 12.75C17 13.3023 17.4477 13.75 18 13.75Z" fill="currentColor"/>
<path d="M16 15.75C16.5523 15.75 17 15.3023 17 14.75C17 14.1977 16.5523 13.75 16 13.75C15.4477 13.75 15 14.1977 15 14.75C15 15.3023 15.4477 15.75 16 15.75Z" fill="currentColor"/>
<path d="M14 17.75C14.5523 17.75 15 17.3023 15 16.75C15 16.1977 14.5523 15.75 14 15.75C13.4477 15.75 13 16.1977 13 16.75C13 17.3023 13.4477 17.75 14 17.75Z" fill="currentColor"/>
</svg></div><div class="text-size-regular text-color-dust-300">Compliance-ready infrastructure</div></div><div class="solution-card-li"><div class="solution-card-li-icon text-color-sun w-embed"><svg width="24" height="24" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M7 9.75C7.55228 9.75 8 9.30228 8 8.75C8 8.19772 7.55228 7.75 7 7.75C6.44772 7.75 6 8.19772 6 8.75C6 9.30228 6.44772 9.75 7 9.75Z" fill="currentColor"/>
<path d="M9 11.75C9.55228 11.75 10 11.3023 10 10.75C10 10.1977 9.55228 9.75 9 9.75C8.44772 9.75 8 10.1977 8 10.75C8 11.3023 8.44772 11.75 9 11.75Z" fill="currentColor"/>
<path d="M11 13.75C11.5523 13.75 12 13.3023 12 12.75C12 12.1977 11.5523 11.75 11 11.75C10.4477 11.75 10 12.1977 10 12.75C10 13.3023 10.4477 13.75 11 13.75Z" fill="currentColor"/>
<path d="M9 15.75C9.55228 15.75 10 15.3023 10 14.75C10 14.1977 9.55228 13.75 9 13.75C8.44772 13.75 8 14.1977 8 14.75C8 15.3023 8.44772 15.75 9 15.75Z" fill="currentColor"/>
<path d="M7 17.75C7.55228 17.75 8 17.3023 8 16.75C8 16.1977 7.55228 15.75 7 15.75C6.44772 15.75 6 16.1977 6 16.75C6 17.3023 6.44772 17.75 7 17.75Z" fill="currentColor"/>
<path d="M14 9.75C14.5523 9.75 15 9.30228 15 8.75C15 8.19772 14.5523 7.75 14 7.75C13.4477 7.75 13 8.19772 13 8.75C13 9.30228 13.4477 9.75 14 9.75Z" fill="currentColor"/>
<path d="M16 11.75C16.5523 11.75 17 11.3023 17 10.75C17 10.1977 16.5523 9.75 16 9.75C15.4477 9.75 15 10.1977 15 10.75C15 11.3023 15.4477 11.75 16 11.75Z" fill="currentColor"/>
<path d="M18 13.75C18.5523 13.75 19 13.3023 19 12.75C19 12.1977 18.5523 11.75 18 11.75C17.4477 11.75 17 12.1977 17 12.75C17 13.3023 17.4477 13.75 18 13.75Z" fill="currentColor"/>
<path d="M16 15.75C16.5523 15.75 17 15.3023 17 14.75C17 14.1977 16.5523 13.75 16 13.75C15.4477 13.75 15 14.1977 15 14.75C15 15.3023 15.4477 15.75 16 15.75Z" fill="currentColor"/>
<path d="M14 17.75C14.5523 17.75 15 17.3023 15 16.75C15 16.1977 14.5523 15.75 14 15.75C13.4477 15.75 13 16.1977 13 16.75C13 17.3023 13.4477 17.75 14 17.75Z" fill="currentColor"/>
</svg></div><div class="text-size-regular text-color-dust-300">AI-driven monitoring &amp; automation</div></div></div><div id="w-node-_6d455208-9242-3a7d-e8f4-a4ef088608cc-3c6627f4" class="button-link"><div>Learn more</div><div class="button-arrows-wrapper"><div class="button-arrow-embed dust-100 w-embed"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M7 9C7.55228 9 8 8.55228 8 8C8 7.44772 7.55228 7 7 7C6.44772 7 6 7.44772 6 8C6 8.55228 6.44772 9 7 9Z" fill="currentColor"/>
<path d="M9 11C9.55228 11 10 10.5523 10 10C10 9.44772 9.55228 9 9 9C8.44772 9 8 9.44772 8 10C8 10.5523 8.44772 11 9 11Z" fill="currentColor"/>
<path d="M11 13C11.5523 13 12 12.5523 12 12C12 11.4477 11.5523 11 11 11C10.4477 11 10 11.4477 10 12C10 12.5523 10.4477 13 11 13Z" fill="currentColor"/>
<path d="M9 15C9.55228 15 10 14.5523 10 14C10 13.4477 9.55228 13 9 13C8.44772 13 8 13.4477 8 14C8 14.5523 8.44772 15 9 15Z" fill="currentColor"/>
<path d="M7 17C7.55228 17 8 16.5523 8 16C8 15.4477 7.55228 15 7 15C6.44772 15 6 15.4477 6 16C6 16.5523 6.44772 17 7 17Z" fill="currentColor"/>
<path d="M14 9C14.5523 9 15 8.55228 15 8C15 7.44772 14.5523 7 14 7C13.4477 7 13 7.44772 13 8C13 8.55228 13.4477 9 14 9Z" fill="currentColor"/>
<path d="M16 11C16.5523 11 17 10.5523 17 10C17 9.44772 16.5523 9 16 9C15.4477 9 15 9.44772 15 10C15 10.5523 15.4477 11 16 11Z" fill="currentColor"/>
<path d="M18 13C18.5523 13 19 12.5523 19 12C19 11.4477 18.5523 11 18 11C17.4477 11 17 11.4477 17 12C17 12.5523 17.4477 13 18 13Z" fill="currentColor"/>
<path d="M16 15C16.5523 15 17 14.5523 17 14C17 13.4477 16.5523 13 16 13C15.4477 13 15 13.4477 15 14C15 14.5523 15.4477 15 16 15Z" fill="currentColor"/>
<path d="M14 17C14.5523 17 15 16.5523 15 16C15 15.4477 14.5523 15 14 15C13.4477 15 13 15.4477 13 16C13 16.5523 13.4477 17 14 17Z" fill="currentColor"/>
</svg></div><div class="button-arrow-embed mars w-embed"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M7 9C7.55228 9 8 8.55228 8 8C8 7.44772 7.55228 7 7 7C6.44772 7 6 7.44772 6 8C6 8.55228 6.44772 9 7 9Z" fill="currentColor"/>
<path d="M9 11C9.55228 11 10 10.5523 10 10C10 9.44772 9.55228 9 9 9C8.44772 9 8 9.44772 8 10C8 10.5523 8.44772 11 9 11Z" fill="currentColor"/>
<path d="M11 13C11.5523 13 12 12.5523 12 12C12 11.4477 11.5523 11 11 11C10.4477 11 10 11.4477 10 12C10 12.5523 10.4477 13 11 13Z" fill="currentColor"/>
<path d="M9 15C9.55228 15 10 14.5523 10 14C10 13.4477 9.55228 13 9 13C8.44772 13 8 13.4477 8 14C8 14.5523 8.44772 15 9 15Z" fill="currentColor"/>
<path d="M7 17C7.55228 17 8 16.5523 8 16C8 15.4477 7.55228 15 7 15C6.44772 15 6 15.4477 6 16C6 16.5523 6.44772 17 7 17Z" fill="currentColor"/>
<path d="M14 9C14.5523 9 15 8.55228 15 8C15 7.44772 14.5523 7 14 7C13.4477 7 13 7.44772 13 8C13 8.55228 13.4477 9 14 9Z" fill="currentColor"/>
<path d="M16 11C16.5523 11 17 10.5523 17 10C17 9.44772 16.5523 9 16 9C15.4477 9 15 9.44772 15 10C15 10.5523 15.4477 11 16 11Z" fill="currentColor"/>
<path d="M18 13C18.5523 13 19 12.5523 19 12C19 11.4477 18.5523 11 18 11C17.4477 11 17 11.4477 17 12C17 12.5523 17.4477 13 18 13Z" fill="currentColor"/>
<path d="M16 15C16.5523 15 17 14.5523 17 14C17 13.4477 16.5523 13 16 13C15.4477 13 15 13.4477 15 14C15 14.5523 15.4477 15 16 15Z" fill="currentColor"/>
<path d="M14 17C14.5523 17 15 16.5523 15 16C15 15.4477 14.5523 15 14 15C13.4477 15 13 15.4477 13 16C13 16.5523 13.4477 17 14 17Z" fill="currentColor"/>
</svg></div></div></div></a></div></div></div></div></section><section class="section change-to-dark background-dust-100 overflow-hidden"><div class="padding-global"><div class="w-layout-blockcontainer container-large w-container"><div class="padding-section-large"><div class="_2-col-grid _1-col-grid-tablet"><div id="w-node-e36d9986-7593-636f-5c4b-5a9bbdc046e6-3c6627f4" class="infrastructure-heading-wrapper"><h2 class="heading-style-h2 text-color-dust-800">AI-driven infrastructure you can trust</h2><img src="https://cdn.prod.website-files.com/683d959a7503bf903c662778/68418b860150636778187de9_shape-star.svg" loading="lazy" width="836" height="586" alt="" class="big-star-img"/></div><div class="big-ul"><div class="big-li"><div class="heading-style-h5 text-color-dust-800">● Operational efficiency</div><div class="text-size-regular text-color-dust-400">As integral part of our system, AI boosts operational reliability by automating tasks, reducing errors and costs. It ensures seamless service delivery across blockchain networks, custodians, and stakers.</div></div><div class="big-li"><div class="heading-style-h5 text-color-dust-800">● AI-enhanced security &amp; compliance</div><div class="text-size-regular text-color-dust-400">Advanced AI systems conduct ongoing security assessments, identifying potential vulnerabilities and keeping your infrastructure secure and audit-ready at all times.</div></div><div class="big-li"><div class="heading-style-h5 text-color-dust-800">● AI in data analytics</div><div class="text-size-regular text-color-dust-400">Leverage AI-driven analytics to gain deeper insights into network performance, staking rewards, and validator operations: built to drive better, data-driven decisions.</div></div><div class="big-li"><div class="heading-style-h5 text-color-dust-800">● AI non-stop assistance</div><div class="text-size-regular text-color-dust-400">24/7 AI-powered support backed by blockchain experts ensures fast and comprehensive support for complex infrastructure needs.</div></div></div></div></div></div></div></section><section class="section background-dust-900"><div class="padding-global"><div class="w-layout-blockcontainer container-large w-container"><div class="padding-section-large"><h2 class="heading-style-h2">Discover all possibilities</h2><div class="networks-home-wrapper w-dyn-list"><div role="list" class="networks-home-list w-dyn-items"><div role="listitem" class="networks-home-item w-dyn-item"><a href="/networks/solana" class="network-home-card w-inline-block"><div class="network-home-card-top"><img src="https://cdn.prod.website-files.com/683ee2fb5a5c48c31a170358/683ee38727387f0e7aa213d2_Capsule%20Crypto%20Icon-5.svg" loading="lazy" width="48" height="48" alt="" class="network-home-card-img"/><div class="heading-style-h5">Solana</div></div><div class="network-home-card-bottom"><div class="network-card-mainnet">Mainnet</div><div class="network-card-testnet">Testnet</div><div class="network-card-rpc">RPC</div></div></a></div><div role="listitem" class="networks-home-item w-dyn-item"><a href="/networks/sui" class="network-home-card w-inline-block"><div class="network-home-card-top"><img src="https://cdn.prod.website-files.com/683ee2fb5a5c48c31a170358/683ee3a82a0bd4bb13e96845_Capsule%20Crypto%20Icon-4.svg" loading="lazy" width="48" height="48" alt="" class="network-home-card-img"/><div class="heading-style-h5">Sui</div></div><div class="network-home-card-bottom"><div class="network-card-mainnet">Mainnet</div><div class="network-card-testnet">Testnet</div><div class="network-card-rpc">RPC</div></div></a></div><div role="listitem" class="networks-home-item w-dyn-item"><a href="/networks/monad" class="network-home-card w-inline-block"><div class="network-home-card-top"><img src="https://cdn.prod.website-files.com/683ee2fb5a5c48c31a170358/683ee58ba1981d200cd16be4_Capsule%20Crypto%20Icon-2.svg" loading="lazy" width="48" height="48" alt="" class="network-home-card-img"/><div class="heading-style-h5">Monad</div></div><div class="network-home-card-bottom"><div class="network-card-mainnet">Mainnet</div><div class="network-card-testnet">Testnet</div><div class="network-card-rpc">RPC</div></div></a></div><div role="listitem" class="networks-home-item w-dyn-item"><a href="/networks/wormhole" class="network-home-card w-inline-block"><div class="network-home-card-top"><img src="https://cdn.prod.website-files.com/683ee2fb5a5c48c31a170358/6926ab8df808bd06dc49cb2a_Wormhole.svg" loading="lazy" width="48" height="48" alt="" class="network-home-card-img"/><div class="heading-style-h5">Wormhole</div></div><div class="network-home-card-bottom"><div class="network-card-mainnet">Mainnet</div><div class="network-card-testnet w-condition-invisible">Testnet</div><div class="network-card-rpc w-condition-invisible">RPC</div></div></a></div><div role="listitem" class="networks-home-item w-dyn-item"><a href="/networks/somnia" class="network-home-card w-inline-block"><div class="network-home-card-top"><img src="https://cdn.prod.website-files.com/683ee2fb5a5c48c31a170358/683ef0de64900b57130e8c86_Capsule%20Crypto%20Icon.svg" loading="lazy" width="48" height="48" alt="" class="network-home-card-img"/><div class="heading-style-h5">Somnia</div></div><div class="network-home-card-bottom"><div class="network-card-mainnet">Mainnet</div><div class="network-card-testnet">Testnet</div><div class="network-card-rpc">RPC</div></div></a></div><div role="listitem" class="networks-home-item w-dyn-item"><a href="/networks/zilliqa" class="network-home-card w-inline-block"><div class="network-home-card-top"><img src="https://cdn.prod.website-files.com/683ee2fb5a5c48c31a170358/684197889c175436d33cc58b_Capsule%20Crypto%20Icon-3.svg" loading="lazy" width="48" height="48" alt="" class="network-home-card-img"/><div class="heading-style-h5">Zilliqa</div></div><div class="network-home-card-bottom"><div class="network-card-mainnet">Mainnet</div><div class="network-card-testnet">Testnet</div><div class="network-card-rpc">RPC</div></div></a></div><div role="listitem" class="networks-home-item w-dyn-item"><a href="/networks/near" class="network-home-card w-inline-block"><div class="network-home-card-top"><img src="https://cdn.prod.website-files.com/683ee2fb5a5c48c31a170358/683ee5bb2f4fcc7e42abed0c_Capsule%20Crypto%20Icon-1.svg" loading="lazy" width="48" height="48" alt="" class="network-home-card-img"/><div class="heading-style-h5">Near</div></div><div class="network-home-card-bottom"><div class="network-card-mainnet">Mainnet</div><div class="network-card-testnet w-condition-invisible">Testnet</div><div class="network-card-rpc">RPC</div></div></a></div><div role="listitem" class="networks-home-item w-dyn-item"><a href="/networks/ethereum" class="network-home-card w-inline-block"><div class="network-home-card-top"><img src="https://cdn.prod.website-files.com/683ee2fb5a5c48c31a170358/6841974c1ad58acfffe2619f_Capsule%20Crypto%20Icon-5.svg" loading="lazy" width="48" height="48" alt="" class="network-home-card-img"/><div class="heading-style-h5">Ethereum</div></div><div class="network-home-card-bottom"><div class="network-card-mainnet">Mainnet</div><div class="network-card-testnet w-condition-invisible">Testnet</div><div class="network-card-rpc">RPC</div></div></a></div><div role="listitem" class="networks-home-item w-dyn-item"><a href="/networks/pyth" class="network-home-card w-inline-block"><div class="network-home-card-top"><img src="https://cdn.prod.website-files.com/683ee2fb5a5c48c31a170358/684197f0c754a48076893606_Capsule%20Crypto%20Icon.svg" loading="lazy" width="48" height="48" alt="" class="network-home-card-img"/><div class="heading-style-h5">Pyth</div></div><div class="network-home-card-bottom"><div class="network-card-mainnet">Mainnet</div><div class="network-card-testnet w-condition-invisible">Testnet</div><div class="network-card-rpc">RPC</div></div></a></div><div role="listitem" class="networks-home-item w-dyn-item"><a href="/networks/cosmos" class="network-home-card w-inline-block"><div class="network-home-card-top"><img src="https://cdn.prod.website-files.com/683ee2fb5a5c48c31a170358/684197b8d5782d1d5df0b845_Capsule%20Crypto%20Icon-2.svg" loading="lazy" width="48" height="48" alt="" class="network-home-card-img"/><div class="heading-style-h5">Cosmos</div></div><div class="network-home-card-bottom"><div class="network-card-mainnet">Mainnet</div><div class="network-card-testnet w-condition-invisible">Testnet</div><div class="network-card-rpc">RPC</div></div></a></div><div role="listitem" class="networks-home-item w-dyn-item"><a href="/networks/allora" class="network-home-card w-inline-block"><div class="network-home-card-top"><img src="https://cdn.prod.website-files.com/683ee2fb5a5c48c31a170358/6926b4802ce608abed1c9601_Allora.svg" loading="lazy" width="48" height="48" alt="" class="network-home-card-img"/><div class="heading-style-h5">Allora</div></div><div class="network-home-card-bottom"><div class="network-card-mainnet">Mainnet</div><div class="network-card-testnet">Testnet</div><div class="network-card-rpc">RPC</div></div></a></div><div role="listitem" class="networks-home-item w-dyn-item"><a href="/networks/sahara" class="network-home-card w-inline-block"><div class="network-home-card-top"><img src="https://cdn.prod.website-files.com/683ee2fb5a5c48c31a170358/684197771f93be27f33bc282_Capsule%20Crypto%20Icon-4.svg" loading="lazy" width="48" height="48" alt="" class="network-home-card-img"/><div class="heading-style-h5">Sahara</div></div><div class="network-home-card-bottom"><div class="network-card-mainnet w-condition-invisible">Mainnet</div><div class="network-card-testnet">Testnet</div><div class="network-card-rpc">RPC</div></div></a></div></div></div><div class="flex-align-center"><a href="/networks" class="button-ghost w-inline-block"><div>View all networks</div><div class="button-arrows-wrapper"><div class="button-arrow-embed dust-100 w-embed"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M7 9C7.55228 9 8 8.55228 8 8C8 7.44772 7.55228 7 7 7C6.44772 7 6 7.44772 6 8C6 8.55228 6.44772 9 7 9Z" fill="currentColor"/>
<path d="M9 11C9.55228 11 10 10.5523 10 10C10 9.44772 9.55228 9 9 9C8.44772 9 8 9.44772 8 10C8 10.5523 8.44772 11 9 11Z" fill="currentColor"/>
<path d="M11 13C11.5523 13 12 12.5523 12 12C12 11.4477 11.5523 11 11 11C10.4477 11 10 11.4477 10 12C10 12.5523 10.4477 13 11 13Z" fill="currentColor"/>
<path d="M9 15C9.55228 15 10 14.5523 10 14C10 13.4477 9.55228 13 9 13C8.44772 13 8 13.4477 8 14C8 14.5523 8.44772 15 9 15Z" fill="currentColor"/>
<path d="M7 17C7.55228 17 8 16.5523 8 16C8 15.4477 7.55228 15 7 15C6.44772 15 6 15.4477 6 16C6 16.5523 6.44772 17 7 17Z" fill="currentColor"/>
<path d="M14 9C14.5523 9 15 8.55228 15 8C15 7.44772 14.5523 7 14 7C13.4477 7 13 7.44772 13 8C13 8.55228 13.4477 9 14 9Z" fill="currentColor"/>
<path d="M16 11C16.5523 11 17 10.5523 17 10C17 9.44772 16.5523 9 16 9C15.4477 9 15 9.44772 15 10C15 10.5523 15.4477 11 16 11Z" fill="currentColor"/>
<path d="M18 13C18.5523 13 19 12.5523 19 12C19 11.4477 18.5523 11 18 11C17.4477 11 17 11.4477 17 12C17 12.5523 17.4477 13 18 13Z" fill="currentColor"/>
<path d="M16 15C16.5523 15 17 14.5523 17 14C17 13.4477 16.5523 13 16 13C15.4477 13 15 13.4477 15 14C15 14.5523 15.4477 15 16 15Z" fill="currentColor"/>
<path d="M14 17C14.5523 17 15 16.5523 15 16C15 15.4477 14.5523 15 14 15C13.4477 15 13 15.4477 13 16C13 16.5523 13.4477 17 14 17Z" fill="currentColor"/>
</svg></div><div class="button-arrow-embed mars w-embed"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M7 9C7.55228 9 8 8.55228 8 8C8 7.44772 7.55228 7 7 7C6.44772 7 6 7.44772 6 8C6 8.55228 6.44772 9 7 9Z" fill="currentColor"/>
<path d="M9 11C9.55228 11 10 10.5523 10 10C10 9.44772 9.55228 9 9 9C8.44772 9 8 9.44772 8 10C8 10.5523 8.44772 11 9 11Z" fill="currentColor"/>
<path d="M11 13C11.5523 13 12 12.5523 12 12C12 11.4477 11.5523 11 11 11C10.4477 11 10 11.4477 10 12C10 12.5523 10.4477 13 11 13Z" fill="currentColor"/>
<path d="M9 15C9.55228 15 10 14.5523 10 14C10 13.4477 9.55228 13 9 13C8.44772 13 8 13.4477 8 14C8 14.5523 8.44772 15 9 15Z" fill="currentColor"/>
<path d="M7 17C7.55228 17 8 16.5523 8 16C8 15.4477 7.55228 15 7 15C6.44772 15 6 15.4477 6 16C6 16.5523 6.44772 17 7 17Z" fill="currentColor"/>
<path d="M14 9C14.5523 9 15 8.55228 15 8C15 7.44772 14.5523 7 14 7C13.4477 7 13 7.44772 13 8C13 8.55228 13.4477 9 14 9Z" fill="currentColor"/>
<path d="M16 11C16.5523 11 17 10.5523 17 10C17 9.44772 16.5523 9 16 9C15.4477 9 15 9.44772 15 10C15 10.5523 15.4477 11 16 11Z" fill="currentColor"/>
<path d="M18 13C18.5523 13 19 12.5523 19 12C19 11.4477 18.5523 11 18 11C17.4477 11 17 11.4477 17 12C17 12.5523 17.4477 13 18 13Z" fill="currentColor"/>
<path d="M16 15C16.5523 15 17 14.5523 17 14C17 13.4477 16.5523 13 16 13C15.4477 13 15 13.4477 15 14C15 14.5523 15.4477 15 16 15Z" fill="currentColor"/>
<path d="M14 17C14.5523 17 15 16.5523 15 16C15 15.4477 14.5523 15 14 15C13.4477 15 13 15.4477 13 16C13 16.5523 13.4477 17 14 17Z" fill="currentColor"/>
</svg></div></div></a></div></div></div></div></section><section class="section"><div class="padding-global"><div class="w-layout-blockcontainer container-large w-container"><div class="padding-section-large"><div class="_2-col-grid _1-col-grid-tablet _5-rem-gap"><div class="flex-vertical-1-point-5-rem"><h2 class="heading-style-h2">Security-first approach</h2><div class="heading-style-h5 text-color-dust-300">As a Verified Service Provider on Staking Rewards (in progress), Moonlet prioritizes security across every solution. We implement robust protocols that safeguard assets and maintain network integrity and comply with the following security standards:</div><div class="solution-card-ul no-margins"><div class="solution-card-li"><div class="solution-card-li-icon text-color-sun w-embed"><svg width="24" height="24" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M7 9.75C7.55228 9.75 8 9.30228 8 8.75C8 8.19772 7.55228 7.75 7 7.75C6.44772 7.75 6 8.19772 6 8.75C6 9.30228 6.44772 9.75 7 9.75Z" fill="currentColor"/>
<path d="M9 11.75C9.55228 11.75 10 11.3023 10 10.75C10 10.1977 9.55228 9.75 9 9.75C8.44772 9.75 8 10.1977 8 10.75C8 11.3023 8.44772 11.75 9 11.75Z" fill="currentColor"/>
<path d="M11 13.75C11.5523 13.75 12 13.3023 12 12.75C12 12.1977 11.5523 11.75 11 11.75C10.4477 11.75 10 12.1977 10 12.75C10 13.3023 10.4477 13.75 11 13.75Z" fill="currentColor"/>
<path d="M9 15.75C9.55228 15.75 10 15.3023 10 14.75C10 14.1977 9.55228 13.75 9 13.75C8.44772 13.75 8 14.1977 8 14.75C8 15.3023 8.44772 15.75 9 15.75Z" fill="currentColor"/>
<path d="M7 17.75C7.55228 17.75 8 17.3023 8 16.75C8 16.1977 7.55228 15.75 7 15.75C6.44772 15.75 6 16.1977 6 16.75C6 17.3023 6.44772 17.75 7 17.75Z" fill="currentColor"/>
<path d="M14 9.75C14.5523 9.75 15 9.30228 15 8.75C15 8.19772 14.5523 7.75 14 7.75C13.4477 7.75 13 8.19772 13 8.75C13 9.30228 13.4477 9.75 14 9.75Z" fill="currentColor"/>
<path d="M16 11.75C16.5523 11.75 17 11.3023 17 10.75C17 10.1977 16.5523 9.75 16 9.75C15.4477 9.75 15 10.1977 15 10.75C15 11.3023 15.4477 11.75 16 11.75Z" fill="currentColor"/>
<path d="M18 13.75C18.5523 13.75 19 13.3023 19 12.75C19 12.1977 18.5523 11.75 18 11.75C17.4477 11.75 17 12.1977 17 12.75C17 13.3023 17.4477 13.75 18 13.75Z" fill="currentColor"/>
<path d="M16 15.75C16.5523 15.75 17 15.3023 17 14.75C17 14.1977 16.5523 13.75 16 13.75C15.4477 13.75 15 14.1977 15 14.75C15 15.3023 15.4477 15.75 16 15.75Z" fill="currentColor"/>
<path d="M14 17.75C14.5523 17.75 15 17.3023 15 16.75C15 16.1977 14.5523 15.75 14 15.75C13.4477 15.75 13 16.1977 13 16.75C13 17.3023 13.4477 17.75 14 17.75Z" fill="currentColor"/>
</svg></div><div class="text-size-regular text-color-dust-300"><span class="text-weight-semibold">ISO 27001</span> | Ensures comprehensive data security management.</div></div><div class="solution-card-li"><div class="solution-card-li-icon text-color-sun w-embed"><svg width="24" height="24" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M7 9.75C7.55228 9.75 8 9.30228 8 8.75C8 8.19772 7.55228 7.75 7 7.75C6.44772 7.75 6 8.19772 6 8.75C6 9.30228 6.44772 9.75 7 9.75Z" fill="currentColor"/>
<path d="M9 11.75C9.55228 11.75 10 11.3023 10 10.75C10 10.1977 9.55228 9.75 9 9.75C8.44772 9.75 8 10.1977 8 10.75C8 11.3023 8.44772 11.75 9 11.75Z" fill="currentColor"/>
<path d="M11 13.75C11.5523 13.75 12 13.3023 12 12.75C12 12.1977 11.5523 11.75 11 11.75C10.4477 11.75 10 12.1977 10 12.75C10 13.3023 10.4477 13.75 11 13.75Z" fill="currentColor"/>
<path d="M9 15.75C9.55228 15.75 10 15.3023 10 14.75C10 14.1977 9.55228 13.75 9 13.75C8.44772 13.75 8 14.1977 8 14.75C8 15.3023 8.44772 15.75 9 15.75Z" fill="currentColor"/>
<path d="M7 17.75C7.55228 17.75 8 17.3023 8 16.75C8 16.1977 7.55228 15.75 7 15.75C6.44772 15.75 6 16.1977 6 16.75C6 17.3023 6.44772 17.75 7 17.75Z" fill="currentColor"/>
<path d="M14 9.75C14.5523 9.75 15 9.30228 15 8.75C15 8.19772 14.5523 7.75 14 7.75C13.4477 7.75 13 8.19772 13 8.75C13 9.30228 13.4477 9.75 14 9.75Z" fill="currentColor"/>
<path d="M16 11.75C16.5523 11.75 17 11.3023 17 10.75C17 10.1977 16.5523 9.75 16 9.75C15.4477 9.75 15 10.1977 15 10.75C15 11.3023 15.4477 11.75 16 11.75Z" fill="currentColor"/>
<path d="M18 13.75C18.5523 13.75 19 13.3023 19 12.75C19 12.1977 18.5523 11.75 18 11.75C17.4477 11.75 17 12.1977 17 12.75C17 13.3023 17.4477 13.75 18 13.75Z" fill="currentColor"/>
<path d="M16 15.75C16.5523 15.75 17 15.3023 17 14.75C17 14.1977 16.5523 13.75 16 13.75C15.4477 13.75 15 14.1977 15 14.75C15 15.3023 15.4477 15.75 16 15.75Z" fill="currentColor"/>
<path d="M14 17.75C14.5523 17.75 15 17.3023 15 16.75C15 16.1977 14.5523 15.75 14 15.75C13.4477 15.75 13 16.1977 13 16.75C13 17.3023 13.4477 17.75 14 17.75Z" fill="currentColor"/>
</svg></div><div class="text-size-regular text-color-dust-300"><span class="text-weight-semibold">SOC 2 Type I &amp; II</span> |Validates operational security and data protection.</div></div><div class="solution-card-li"><div class="solution-card-li-icon text-color-sun w-embed"><svg width="24" height="24" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M7 9.75C7.55228 9.75 8 9.30228 8 8.75C8 8.19772 7.55228 7.75 7 7.75C6.44772 7.75 6 8.19772 6 8.75C6 9.30228 6.44772 9.75 7 9.75Z" fill="currentColor"/>
<path d="M9 11.75C9.55228 11.75 10 11.3023 10 10.75C10 10.1977 9.55228 9.75 9 9.75C8.44772 9.75 8 10.1977 8 10.75C8 11.3023 8.44772 11.75 9 11.75Z" fill="currentColor"/>
<path d="M11 13.75C11.5523 13.75 12 13.3023 12 12.75C12 12.1977 11.5523 11.75 11 11.75C10.4477 11.75 10 12.1977 10 12.75C10 13.3023 10.4477 13.75 11 13.75Z" fill="currentColor"/>
<path d="M9 15.75C9.55228 15.75 10 15.3023 10 14.75C10 14.1977 9.55228 13.75 9 13.75C8.44772 13.75 8 14.1977 8 14.75C8 15.3023 8.44772 15.75 9 15.75Z" fill="currentColor"/>
<path d="M7 17.75C7.55228 17.75 8 17.3023 8 16.75C8 16.1977 7.55228 15.75 7 15.75C6.44772 15.75 6 16.1977 6 16.75C6 17.3023 6.44772 17.75 7 17.75Z" fill="currentColor"/>
<path d="M14 9.75C14.5523 9.75 15 9.30228 15 8.75C15 8.19772 14.5523 7.75 14 7.75C13.4477 7.75 13 8.19772 13 8.75C13 9.30228 13.4477 9.75 14 9.75Z" fill="currentColor"/>
<path d="M16 11.75C16.5523 11.75 17 11.3023 17 10.75C17 10.1977 16.5523 9.75 16 9.75C15.4477 9.75 15 10.1977 15 10.75C15 11.3023 15.4477 11.75 16 11.75Z" fill="currentColor"/>
<path d="M18 13.75C18.5523 13.75 19 13.3023 19 12.75C19 12.1977 18.5523 11.75 18 11.75C17.4477 11.75 17 12.1977 17 12.75C17 13.3023 17.4477 13.75 18 13.75Z" fill="currentColor"/>
<path d="M16 15.75C16.5523 15.75 17 15.3023 17 14.75C17 14.1977 16.5523 13.75 16 13.75C15.4477 13.75 15 14.1977 15 14.75C15 15.3023 15.4477 15.75 16 15.75Z" fill="currentColor"/>
<path d="M14 17.75C14.5523 17.75 15 17.3023 15 16.75C15 16.1977 14.5523 15.75 14 15.75C13.4477 15.75 13 16.1977 13 16.75C13 17.3023 13.4477 17.75 14 17.75Z" fill="currentColor"/>
</svg></div><div class="text-size-regular text-color-dust-300"><span class="text-weight-semibold">Quantstamp Audits</span> | Independent verification of infrastructure security.</div></div><div class="solution-card-li"><div class="solution-card-li-icon text-color-sun w-embed"><svg width="24" height="24" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M7 9.75C7.55228 9.75 8 9.30228 8 8.75C8 8.19772 7.55228 7.75 7 7.75C6.44772 7.75 6 8.19772 6 8.75C6 9.30228 6.44772 9.75 7 9.75Z" fill="currentColor"/>
<path d="M9 11.75C9.55228 11.75 10 11.3023 10 10.75C10 10.1977 9.55228 9.75 9 9.75C8.44772 9.75 8 10.1977 8 10.75C8 11.3023 8.44772 11.75 9 11.75Z" fill="currentColor"/>
<path d="M11 13.75C11.5523 13.75 12 13.3023 12 12.75C12 12.1977 11.5523 11.75 11 11.75C10.4477 11.75 10 12.1977 10 12.75C10 13.3023 10.4477 13.75 11 13.75Z" fill="currentColor"/>
<path d="M9 15.75C9.55228 15.75 10 15.3023 10 14.75C10 14.1977 9.55228 13.75 9 13.75C8.44772 13.75 8 14.1977 8 14.75C8 15.3023 8.44772 15.75 9 15.75Z" fill="currentColor"/>
<path d="M7 17.75C7.55228 17.75 8 17.3023 8 16.75C8 16.1977 7.55228 15.75 7 15.75C6.44772 15.75 6 16.1977 6 16.75C6 17.3023 6.44772 17.75 7 17.75Z" fill="currentColor"/>
<path d="M14 9.75C14.5523 9.75 15 9.30228 15 8.75C15 8.19772 14.5523 7.75 14 7.75C13.4477 7.75 13 8.19772 13 8.75C13 9.30228 13.4477 9.75 14 9.75Z" fill="currentColor"/>
<path d="M16 11.75C16.5523 11.75 17 11.3023 17 10.75C17 10.1977 16.5523 9.75 16 9.75C15.4477 9.75 15 10.1977 15 10.75C15 11.3023 15.4477 11.75 16 11.75Z" fill="currentColor"/>
<path d="M18 13.75C18.5523 13.75 19 13.3023 19 12.75C19 12.1977 18.5523 11.75 18 11.75C17.4477 11.75 17 12.1977 17 12.75C17 13.3023 17.4477 13.75 18 13.75Z" fill="currentColor"/>
<path d="M16 15.75C16.5523 15.75 17 15.3023 17 14.75C17 14.1977 16.5523 13.75 16 13.75C15.4477 13.75 15 14.1977 15 14.75C15 15.3023 15.4477 15.75 16 15.75Z" fill="currentColor"/>
<path d="M14 17.75C14.5523 17.75 15 17.3023 15 16.75C15 16.1977 14.5523 15.75 14 15.75C13.4477 15.75 13 16.1977 13 16.75C13 17.3023 13.4477 17.75 14 17.75Z" fill="currentColor"/>
</svg></div><div class="text-size-regular text-color-dust-300"><span class="text-weight-semibold">Bit Sentinel Security</span> | Application pen-testing and certified cybersecurity.</div></div></div></div><div><img src="https://cdn.prod.website-files.com/683d959a7503bf903c662778/6914749d7b965d9071e1ce44_e0b296a9c019d759e185c91770bb7612_Frame%202072752255.svg" loading="lazy" alt="" class="full-width-img"/></div></div></div></div></div></section><section class="section"><div class="padding-global"><div class="w-layout-blockcontainer container-large w-container"><div class="padding-section-large padding-top-small"><div class="highlighted-resource-wrapper w-dyn-list"><div role="list" class="highlighted-resource-list w-dyn-items"><div role="listitem" class="highlighted-resource-item w-dyn-item"><a href="/resources/moonlet-and-wormhole-four-years-as-cross-chain-guardian" class="highlighted-resource-link w-inline-block"><div class="highlighted-resource-col-1"><img src="https://cdn.prod.website-files.com/683ee2fb5a5c48c31a170358/68d63cb3490a38c9a5417e34_Blog%20image%20-%20Topic%205.png" loading="lazy" alt="Moonlet and Wormhole: Four years as cross-chain guardian" sizes="(max-width: 767px) 100vw, (max-width: 991px) 95vw, 940px" srcset="https://cdn.prod.website-files.com/683ee2fb5a5c48c31a170358/68d63cb3490a38c9a5417e34_Blog%20image%20-%20Topic%205-p-500.png 500w, https://cdn.prod.website-files.com/683ee2fb5a5c48c31a170358/68d63cb3490a38c9a5417e34_Blog%20image%20-%20Topic%205-p-800.png 800w, https://cdn.prod.website-files.com/683ee2fb5a5c48c31a170358/68d63cb3490a38c9a5417e34_Blog%20image%20-%20Topic%205.png 2160w" class="highlighted-resource-img"/></div><div class="highlighted-resource-col-2"><div class="highlighted-resource-metadata"><div class="text-style-uppercase">Knowledge</div><div>·</div><div>12 Jun 25</div></div><h2 class="heading-style-h3">Moonlet and Wormhole: Four years as cross-chain guardian</h2><p class="heading-style-h5 text-color-dust-300">Wormhole acts as a cross-chain bridge, enabling seamless asset and data transfers across multiple blockchain networks. </p></div></a></div></div></div></div></div></div></section><section class="section background-dust-900"><div class="padding-global"><div class="w-layout-blockcontainer container-large w-container"><div class="padding-section-large"><div class="margin-bottom margin-large"><h2 class="heading-style-h2">One dashboard for secure staking</h2></div><div class="_2-col-grid _1-col-grid-tablet _5-rem-gap"><div class="flex-vertical-center"><img src="https://cdn.prod.website-files.com/683d959a7503bf903c662778/6841aefee6c4f477c440d9b4_7b38c7d63ca3fabf8efa129f923bfbcb_dashboard-visual.svg" loading="lazy" width="660" height="600" alt="" class="full-width-img"/></div><div class="dashboard-ul"><div class="dashboard-li"><img src="https://cdn.prod.website-files.com/683d959a7503bf903c662778/6841b05b035af5974234f43a_Frame%202072751109.svg" loading="lazy" width="104" height="104" alt="" class="dashboard-li-icon"/><p class="heading-style-h5 text-color-dust-300">User-friendly interface: Stake, monitor rewards, and manage delegations with ease.</p></div><div class="dashboard-li"><img src="https://cdn.prod.website-files.com/683d959a7503bf903c662778/6841b0c1182dca1cbca0f684_Frame%202072752259.svg" loading="lazy" width="104" height="104" alt="" class="dashboard-li-icon"/><p class="heading-style-h5 text-color-dust-300">Enterprise-grade validator network: Access secure, high-performance validator nodes.</p></div><div class="dashboard-li"><img src="https://cdn.prod.website-files.com/683d959a7503bf903c662778/6841b0c183b6f1224f75513a_Frame%202072752260.svg" loading="lazy" width="104" height="104" alt="" class="dashboard-li-icon"/><p class="heading-style-h5 text-color-dust-300">Wallet compatibility: Connect with trusted self-custodial wallets.</p></div><div class="dashboard-li"><img src="https://cdn.prod.website-files.com/683d959a7503bf903c662778/6841b0c1f3e4e98f6c382f53_Frame%202072752261.svg" loading="lazy" width="104" height="104" alt="" class="dashboard-li-icon"/><p class="heading-style-h5 text-color-dust-300">Real-time insights: Monitor validator performance and network metrics instantly.</p></div></div></div></div></div></div></section><section class="section"><div class="padding-global"><div class="w-layout-blockcontainer container-large w-container"><div class="padding-section-large"><div class="_2-col-header-with-button"><div class="flex-vertical-1-point-5-rem"><h2 class="heading-style-h2">Mapping the Web3 universe</h2><p class="heading-style-h5 text-color-dust-300">Explore insights from Moonlet, industry news, and become an expert on staking and scaling.</p></div><a href="/resources" class="button-ghost w-inline-block"><div>view all</div><div class="button-arrows-wrapper"><div class="button-arrow-embed dust-100 w-embed"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M7 9C7.55228 9 8 8.55228 8 8C8 7.44772 7.55228 7 7 7C6.44772 7 6 7.44772 6 8C6 8.55228 6.44772 9 7 9Z" fill="currentColor"/>
<path d="M9 11C9.55228 11 10 10.5523 10 10C10 9.44772 9.55228 9 9 9C8.44772 9 8 9.44772 8 10C8 10.5523 8.44772 11 9 11Z" fill="currentColor"/>
<path d="M11 13C11.5523 13 12 12.5523 12 12C12 11.4477 11.5523 11 11 11C10.4477 11 10 11.4477 10 12C10 12.5523 10.4477 13 11 13Z" fill="currentColor"/>
<path d="M9 15C9.55228 15 10 14.5523 10 14C10 13.4477 9.55228 13 9 13C8.44772 13 8 13.4477 8 14C8 14.5523 8.44772 15 9 15Z" fill="currentColor"/>
<path d="M7 17C7.55228 17 8 16.5523 8 16C8 15.4477 7.55228 15 7 15C6.44772 15 6 15.4477 6 16C6 16.5523 6.44772 17 7 17Z" fill="currentColor"/>
<path d="M14 9C14.5523 9 15 8.55228 15 8C15 7.44772 14.5523 7 14 7C13.4477 7 13 7.44772 13 8C13 8.55228 13.4477 9 14 9Z" fill="currentColor"/>
<path d="M16 11C16.5523 11 17 10.5523 17 10C17 9.44772 16.5523 9 16 9C15.4477 9 15 9.44772 15 10C15 10.5523 15.4477 11 16 11Z" fill="currentColor"/>
<path d="M18 13C18.5523 13 19 12.5523 19 12C19 11.4477 18.5523 11 18 11C17.4477 11 17 11.4477 17 12C17 12.5523 17.4477 13 18 13Z" fill="currentColor"/>
<path d="M16 15C16.5523 15 17 14.5523 17 14C17 13.4477 16.5523 13 16 13C15.4477 13 15 13.4477 15 14C15 14.5523 15.4477 15 16 15Z" fill="currentColor"/>
<path d="M14 17C14.5523 17 15 16.5523 15 16C15 15.4477 14.5523 15 14 15C13.4477 15 13 15.4477 13 16C13 16.5523 13.4477 17 14 17Z" fill="currentColor"/>
</svg></div><div class="button-arrow-embed mars w-embed"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M7 9C7.55228 9 8 8.55228 8 8C8 7.44772 7.55228 7 7 7C6.44772 7 6 7.44772 6 8C6 8.55228 6.44772 9 7 9Z" fill="currentColor"/>
<path d="M9 11C9.55228 11 10 10.5523 10 10C10 9.44772 9.55228 9 9 9C8.44772 9 8 9.44772 8 10C8 10.5523 8.44772 11 9 11Z" fill="currentColor"/>
<path d="M11 13C11.5523 13 12 12.5523 12 12C12 11.4477 11.5523 11 11 11C10.4477 11 10 11.4477 10 12C10 12.5523 10.4477 13 11 13Z" fill="currentColor"/>
<path d="M9 15C9.55228 15 10 14.5523 10 14C10 13.4477 9.55228 13 9 13C8.44772 13 8 13.4477 8 14C8 14.5523 8.44772 15 9 15Z" fill="currentColor"/>
<path d="M7 17C7.55228 17 8 16.5523 8 16C8 15.4477 7.55228 15 7 15C6.44772 15 6 15.4477 6 16C6 16.5523 6.44772 17 7 17Z" fill="currentColor"/>
<path d="M14 9C14.5523 9 15 8.55228 15 8C15 7.44772 14.5523 7 14 7C13.4477 7 13 7.44772 13 8C13 8.55228 13.4477 9 14 9Z" fill="currentColor"/>
<path d="M16 11C16.5523 11 17 10.5523 17 10C17 9.44772 16.5523 9 16 9C15.4477 9 15 9.44772 15 10C15 10.5523 15.4477 11 16 11Z" fill="currentColor"/>
<path d="M18 13C18.5523 13 19 12.5523 19 12C19 11.4477 18.5523 11 18 11C17.4477 11 17 11.4477 17 12C17 12.5523 17.4477 13 18 13Z" fill="currentColor"/>
<path d="M16 15C16.5523 15 17 14.5523 17 14C17 13.4477 16.5523 13 16 13C15.4477 13 15 13.4477 15 14C15 14.5523 15.4477 15 16 15Z" fill="currentColor"/>
<path d="M14 17C14.5523 17 15 16.5523 15 16C15 15.4477 14.5523 15 14 15C13.4477 15 13 15.4477 13 16C13 16.5523 13.4477 17 14 17Z" fill="currentColor"/>
</svg></div></div></a></div><div class="resources-list-wrapper w-dyn-list"><div role="list" class="resources-list w-dyn-items"><div role="listitem" class="resources-item w-dyn-item"><a href="/resources/mev-explained-for-everyday-stakers" class="resource-link w-inline-block"><div class="resource-link-top"><img src="https://cdn.prod.website-files.com/683ee2fb5a5c48c31a170358/693fd52c2152faaad4cd1bdc_Topic%2020.png" loading="lazy" alt="MEV explained for everyday stakers" sizes="(max-width: 767px) 100vw, (max-width: 991px) 95vw, 940px" srcset="https://cdn.prod.website-files.com/683ee2fb5a5c48c31a170358/693fd52c2152faaad4cd1bdc_Topic%2020-p-500.png 500w, https://cdn.prod.website-files.com/683ee2fb5a5c48c31a170358/693fd52c2152faaad4cd1bdc_Topic%2020-p-800.png 800w, https://cdn.prod.website-files.com/683ee2fb5a5c48c31a170358/693fd52c2152faaad4cd1bdc_Topic%2020-p-1080.png 1080w, https://cdn.prod.website-files.com/683ee2fb5a5c48c31a170358/693fd52c2152faaad4cd1bdc_Topic%2020.png 2880w" class="highlighted-resource-img"/></div><div class="resource-link-bottom"><div class="resource-metadata"><div class="text-style-uppercase">Knowledge</div><div>·</div><div>12 Dec 25</div></div><h2 class="heading-style-h5">MEV explained for everyday stakers</h2><p class="text-size-regular text-color-dust-300">Learn what MEV means for everyday token holders and how validator behavior impacts staking safety.</p></div></a></div><div role="listitem" class="resources-item w-dyn-item"><a href="/resources/the-5-blockchain-concepts-institutional-users-should-know" class="resource-link w-inline-block"><div class="resource-link-top"><img src="https://cdn.prod.website-files.com/683ee2fb5a5c48c31a170358/693fd4f51109814022c2adda_Topic%2019.png" loading="lazy" alt="The 5 blockchain concepts institutional users should know" sizes="(max-width: 767px) 100vw, (max-width: 991px) 95vw, 940px" srcset="https://cdn.prod.website-files.com/683ee2fb5a5c48c31a170358/693fd4f51109814022c2adda_Topic%2019-p-500.png 500w, https://cdn.prod.website-files.com/683ee2fb5a5c48c31a170358/693fd4f51109814022c2adda_Topic%2019-p-800.png 800w, https://cdn.prod.website-files.com/683ee2fb5a5c48c31a170358/693fd4f51109814022c2adda_Topic%2019-p-1080.png 1080w, https://cdn.prod.website-files.com/683ee2fb5a5c48c31a170358/693fd4f51109814022c2adda_Topic%2019-p-1600.png 1600w, https://cdn.prod.website-files.com/683ee2fb5a5c48c31a170358/693fd4f51109814022c2adda_Topic%2019.png 2880w" class="highlighted-resource-img"/></div><div class="resource-link-bottom"><div class="resource-metadata"><div class="text-style-uppercase">Knowledge</div><div>·</div><div>09 Dec 25</div></div><h2 class="heading-style-h5">The 5 blockchain concepts institutional users should know</h2><p class="text-size-regular text-color-dust-300">Everything you need to know about native and liquid staking, bonding and unbonding, slashing, and compliance and security. </p></div></a></div><div role="listitem" class="resources-item w-dyn-item"><a href="/resources/the-non-negotiable-certifications-to-look-for-in-your-staking-provider-iso-27001-soc-2-type-i-ii" class="resource-link w-inline-block"><div class="resource-link-top"><img src="https://cdn.prod.website-files.com/683ee2fb5a5c48c31a170358/693fd4ae331d52073e91839c_Topic%2018.png" loading="lazy" alt="The non-negotiable certifications to look for in your staking provider: ISO 27001, SOC 2 Type I &amp; II" sizes="(max-width: 767px) 100vw, (max-width: 991px) 95vw, 940px" srcset="https://cdn.prod.website-files.com/683ee2fb5a5c48c31a170358/693fd4ae331d52073e91839c_Topic%2018-p-500.png 500w, https://cdn.prod.website-files.com/683ee2fb5a5c48c31a170358/693fd4ae331d52073e91839c_Topic%2018-p-800.png 800w, https://cdn.prod.website-files.com/683ee2fb5a5c48c31a170358/693fd4ae331d52073e91839c_Topic%2018-p-1080.png 1080w, https://cdn.prod.website-files.com/683ee2fb5a5c48c31a170358/693fd4ae331d52073e91839c_Topic%2018-p-1600.png 1600w, https://cdn.prod.website-files.com/683ee2fb5a5c48c31a170358/693fd4ae331d52073e91839c_Topic%2018.png 2880w" class="highlighted-resource-img"/></div><div class="resource-link-bottom"><div class="resource-metadata"><div class="text-style-uppercase">Knowledge</div><div>·</div><div>07 Dec 25</div></div><h2 class="heading-style-h5">The non-negotiable certifications to look for in your staking provider: ISO 27001, SOC 2 Type I &amp; II</h2><p class="text-size-regular text-color-dust-300">Token holders and institutional-grade users should look for certifications like ISO 27001 and SOC 2 to move with certainty and clarity.</p></div></a></div></div></div></div></div></div></section><section class="section"><div class="padding-global"><div class="w-layout-blockcontainer container-large w-container"><div class="padding-section-small"><div data-w-id="077c5819-7bab-b000-91a5-5a37899aaf40" class="cta-block"><div class="cta-block-col-1"><div class="horizontal-lines-wrapper"><div class="horizontal-lines-with-text-wrapper"><div class="cta-horizontal-lines-with-text"><div>Stake smarter</div></div><div class="horizontal-lines-wrapper"><div class="horizontal-line-white percent-90"></div><div class="horizontal-line-white percent-90"></div><div class="horizontal-line-white percent-40"></div><div class="horizontal-line-white percent-90"></div><div class="horizontal-line-white percent-90 hidden-mobile"></div></div></div><div class="horizontal-line-white percent-100"></div><div class="horizontal-line-white percent-90 hidden-mobile"></div><div class="horizontal-lines-with-text-wrapper"><div class="horizontal-lines-wrapper"><div class="horizontal-line-white percent-100"></div><div class="horizontal-line-white percent-100"></div><div class="horizontal-line-white percent-100"></div><div class="horizontal-line-white percent-40"></div><div class="horizontal-line-white percent-100 hidden-mobile"></div></div><div class="cta-horizontal-lines-with-text"><div>with Moonlet</div></div></div></div><p class="heading-style-h5 text-color-white opacity-80">Securely stake your tokens, track performance across multiple networks, and access comprehensive analytics—all through a user-friendly dashboard.</p><div class="button-group more-spacing"><a href="https://stake.moonlet.io/" target="_blank" class="button-white w-inline-block"><div>Stake now</div><div class="button-arrows-wrapper"><div class="button-arrow-embed dust-800 w-embed"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M7 9C7.55228 9 8 8.55228 8 8C8 7.44772 7.55228 7 7 7C6.44772 7 6 7.44772 6 8C6 8.55228 6.44772 9 7 9Z" fill="currentColor"/>
<path d="M9 11C9.55228 11 10 10.5523 10 10C10 9.44772 9.55228 9 9 9C8.44772 9 8 9.44772 8 10C8 10.5523 8.44772 11 9 11Z" fill="currentColor"/>
<path d="M11 13C11.5523 13 12 12.5523 12 12C12 11.4477 11.5523 11 11 11C10.4477 11 10 11.4477 10 12C10 12.5523 10.4477 13 11 13Z" fill="currentColor"/>
<path d="M9 15C9.55228 15 10 14.5523 10 14C10 13.4477 9.55228 13 9 13C8.44772 13 8 13.4477 8 14C8 14.5523 8.44772 15 9 15Z" fill="currentColor"/>
<path d="M7 17C7.55228 17 8 16.5523 8 16C8 15.4477 7.55228 15 7 15C6.44772 15 6 15.4477 6 16C6 16.5523 6.44772 17 7 17Z" fill="currentColor"/>
<path d="M14 9C14.5523 9 15 8.55228 15 8C15 7.44772 14.5523 7 14 7C13.4477 7 13 7.44772 13 8C13 8.55228 13.4477 9 14 9Z" fill="currentColor"/>
<path d="M16 11C16.5523 11 17 10.5523 17 10C17 9.44772 16.5523 9 16 9C15.4477 9 15 9.44772 15 10C15 10.5523 15.4477 11 16 11Z" fill="currentColor"/>
<path d="M18 13C18.5523 13 19 12.5523 19 12C19 11.4477 18.5523 11 18 11C17.4477 11 17 11.4477 17 12C17 12.5523 17.4477 13 18 13Z" fill="currentColor"/>
<path d="M16 15C16.5523 15 17 14.5523 17 14C17 13.4477 16.5523 13 16 13C15.4477 13 15 13.4477 15 14C15 14.5523 15.4477 15 16 15Z" fill="currentColor"/>
<path d="M14 17C14.5523 17 15 16.5523 15 16C15 15.4477 14.5523 15 14 15C13.4477 15 13 15.4477 13 16C13 16.5523 13.4477 17 14 17Z" fill="currentColor"/>
</svg></div><div class="button-arrow-embed mars w-embed"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M7 9C7.55228 9 8 8.55228 8 8C8 7.44772 7.55228 7 7 7C6.44772 7 6 7.44772 6 8C6 8.55228 6.44772 9 7 9Z" fill="currentColor"/>
<path d="M9 11C9.55228 11 10 10.5523 10 10C10 9.44772 9.55228 9 9 9C8.44772 9 8 9.44772 8 10C8 10.5523 8.44772 11 9 11Z" fill="currentColor"/>
<path d="M11 13C11.5523 13 12 12.5523 12 12C12 11.4477 11.5523 11 11 11C10.4477 11 10 11.4477 10 12C10 12.5523 10.4477 13 11 13Z" fill="currentColor"/>
<path d="M9 15C9.55228 15 10 14.5523 10 14C10 13.4477 9.55228 13 9 13C8.44772 13 8 13.4477 8 14C8 14.5523 8.44772 15 9 15Z" fill="currentColor"/>
<path d="M7 17C7.55228 17 8 16.5523 8 16C8 15.4477 7.55228 15 7 15C6.44772 15 6 15.4477 6 16C6 16.5523 6.44772 17 7 17Z" fill="currentColor"/>
<path d="M14 9C14.5523 9 15 8.55228 15 8C15 7.44772 14.5523 7 14 7C13.4477 7 13 7.44772 13 8C13 8.55228 13.4477 9 14 9Z" fill="currentColor"/>
<path d="M16 11C16.5523 11 17 10.5523 17 10C17 9.44772 16.5523 9 16 9C15.4477 9 15 9.44772 15 10C15 10.5523 15.4477 11 16 11Z" fill="currentColor"/>
<path d="M18 13C18.5523 13 19 12.5523 19 12C19 11.4477 18.5523 11 18 11C17.4477 11 17 11.4477 17 12C17 12.5523 17.4477 13 18 13Z" fill="currentColor"/>
<path d="M16 15C16.5523 15 17 14.5523 17 14C17 13.4477 16.5523 13 16 13C15.4477 13 15 13.4477 15 14C15 14.5523 15.4477 15 16 15Z" fill="currentColor"/>
<path d="M14 17C14.5523 17 15 16.5523 15 16C15 15.4477 14.5523 15 14 15C13.4477 15 13 15.4477 13 16C13 16.5523 13.4477 17 14 17Z" fill="currentColor"/>
</svg></div></div></a><a href="#" class="button-link w-inline-block"><div>Learn more</div><div class="button-arrows-wrapper"><div class="button-arrow-embed dust-100 w-embed"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M7 9C7.55228 9 8 8.55228 8 8C8 7.44772 7.55228 7 7 7C6.44772 7 6 7.44772 6 8C6 8.55228 6.44772 9 7 9Z" fill="currentColor"/>
<path d="M9 11C9.55228 11 10 10.5523 10 10C10 9.44772 9.55228 9 9 9C8.44772 9 8 9.44772 8 10C8 10.5523 8.44772 11 9 11Z" fill="currentColor"/>
<path d="M11 13C11.5523 13 12 12.5523 12 12C12 11.4477 11.5523 11 11 11C10.4477 11 10 11.4477 10 12C10 12.5523 10.4477 13 11 13Z" fill="currentColor"/>
<path d="M9 15C9.55228 15 10 14.5523 10 14C10 13.4477 9.55228 13 9 13C8.44772 13 8 13.4477 8 14C8 14.5523 8.44772 15 9 15Z" fill="currentColor"/>
<path d="M7 17C7.55228 17 8 16.5523 8 16C8 15.4477 7.55228 15 7 15C6.44772 15 6 15.4477 6 16C6 16.5523 6.44772 17 7 17Z" fill="currentColor"/>
<path d="M14 9C14.5523 9 15 8.55228 15 8C15 7.44772 14.5523 7 14 7C13.4477 7 13 7.44772 13 8C13 8.55228 13.4477 9 14 9Z" fill="currentColor"/>
<path d="M16 11C16.5523 11 17 10.5523 17 10C17 9.44772 16.5523 9 16 9C15.4477 9 15 9.44772 15 10C15 10.5523 15.4477 11 16 11Z" fill="currentColor"/>
<path d="M18 13C18.5523 13 19 12.5523 19 12C19 11.4477 18.5523 11 18 11C17.4477 11 17 11.4477 17 12C17 12.5523 17.4477 13 18 13Z" fill="currentColor"/>
<path d="M16 15C16.5523 15 17 14.5523 17 14C17 13.4477 16.5523 13 16 13C15.4477 13 15 13.4477 15 14C15 14.5523 15.4477 15 16 15Z" fill="currentColor"/>
<path d="M14 17C14.5523 17 15 16.5523 15 16C15 15.4477 14.5523 15 14 15C13.4477 15 13 15.4477 13 16C13 16.5523 13.4477 17 14 17Z" fill="currentColor"/>
</svg></div><div class="button-arrow-embed mars w-embed"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M7 9C7.55228 9 8 8.55228 8 8C8 7.44772 7.55228 7 7 7C6.44772 7 6 7.44772 6 8C6 8.55228 6.44772 9 7 9Z" fill="currentColor"/>
<path d="M9 11C9.55228 11 10 10.5523 10 10C10 9.44772 9.55228 9 9 9C8.44772 9 8 9.44772 8 10C8 10.5523 8.44772 11 9 11Z" fill="currentColor"/>
<path d="M11 13C11.5523 13 12 12.5523 12 12C12 11.4477 11.5523 11 11 11C10.4477 11 10 11.4477 10 12C10 12.5523 10.4477 13 11 13Z" fill="currentColor"/>
<path d="M9 15C9.55228 15 10 14.5523 10 14C10 13.4477 9.55228 13 9 13C8.44772 13 8 13.4477 8 14C8 14.5523 8.44772 15 9 15Z" fill="currentColor"/>
<path d="M7 17C7.55228 17 8 16.5523 8 16C8 15.4477 7.55228 15 7 15C6.44772 15 6 15.4477 6 16C6 16.5523 6.44772 17 7 17Z" fill="currentColor"/>
<path d="M14 9C14.5523 9 15 8.55228 15 8C15 7.44772 14.5523 7 14 7C13.4477 7 13 7.44772 13 8C13 8.55228 13.4477 9 14 9Z" fill="currentColor"/>
<path d="M16 11C16.5523 11 17 10.5523 17 10C17 9.44772 16.5523 9 16 9C15.4477 9 15 9.44772 15 10C15 10.5523 15.4477 11 16 11Z" fill="currentColor"/>
<path d="M18 13C18.5523 13 19 12.5523 19 12C19 11.4477 18.5523 11 18 11C17.4477 11 17 11.4477 17 12C17 12.5523 17.4477 13 18 13Z" fill="currentColor"/>
<path d="M16 15C16.5523 15 17 14.5523 17 14C17 13.4477 16.5523 13 16 13C15.4477 13 15 13.4477 15 14C15 14.5523 15.4477 15 16 15Z" fill="currentColor"/>
<path d="M14 17C14.5523 17 15 16.5523 15 16C15 15.4477 14.5523 15 14 15C13.4477 15 13 15.4477 13 16C13 16.5523 13.4477 17 14 17Z" fill="currentColor"/>
</svg></div></div></a></div></div><div class="cta-block-col-2"><img src="https://cdn.prod.website-files.com/683d959a7503bf903c662778/6847fc724ef145bba3ccb53e_cta-visual.svg" loading="lazy" width="521" height="583" alt="" class="cta-block-image-1"/><div class="cta-block-cards-wrapper"><div class="cta-block-card"><img src="https://cdn.prod.website-files.com/683d959a7503bf903c662778/6847ff847a3c3c92cc2dfe6c_Group%202072751225.svg" loading="lazy" width="157" height="63" alt="Solana coin logo" class="cta-block-card-logo"/><div class="cta-bloc-card-bottom"><div class="cta-block-card-data big"><img src="https://cdn.prod.website-files.com/683d959a7503bf903c662778/6847ffe0154e727d5929e167_Check.svg" loading="lazy" width="25" height="25" alt="Check icon" class="cta-block-card-icon"/><div>1,524.00 SOL</div></div><div class="cta-block-card-data small"><img src="https://cdn.prod.website-files.com/683d959a7503bf903c662778/6847ffe091d7bb825654acbe_Lock.svg" loading="lazy" width="25" height="25" alt="Lock icon" class="cta-block-card-icon"/><div>1,524.00 SOL</div></div></div></div><div class="cta-block-card"><img src="https://cdn.prod.website-files.com/683d959a7503bf903c662778/6847ff8f9b008507f748feb0_Group%202072751226.svg" loading="lazy" width="144" height="63" alt="Zilliqa coin logo" class="cta-block-card-logo"/><div class="cta-bloc-card-bottom"><div class="cta-block-card-data big"><img src="https://cdn.prod.website-files.com/683d959a7503bf903c662778/6847ffe0154e727d5929e167_Check.svg" loading="lazy" width="25" height="25" alt="Check icon" class="cta-block-card-icon"/><div>1,524.00 SOL</div></div><div class="cta-block-card-data small"><img src="https://cdn.prod.website-files.com/683d959a7503bf903c662778/6847ffe091d7bb825654acbe_Lock.svg" loading="lazy" width="25" height="25" alt="Lock icon" class="cta-block-card-icon"/><div>1,524.00 SOL</div></div></div></div></div></div></div></div></div></div></section><section class="section footer"><div class="padding-global"><div class="w-layout-blockcontainer container-large w-container"><div class="footer-top"><div class="footer-col-1"><a href="/" aria-current="page" class="footer-logo-link w-inline-block w--current"><div class="footer-logo w-embed"><svg width="100%" height="auto" viewBox="0 0 157 51" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M62.7485 12.965C60.5027 13.1303 58.6184 14.0257 57.0609 15.6374C55.5452 17.2146 54.6899 19.0812 54.4049 21.4299C54.2867 22.3941 54.2658 27.4221 54.3701 28.4414C54.6482 30.983 55.5452 32.939 57.2139 34.5921C58.6323 36.004 60.0716 36.7203 62.1228 37.0441C63.0753 37.1887 65.0361 37.1336 65.9956 36.9339C68.7629 36.3415 71.0227 34.5783 72.3368 31.9954C72.8722 30.9416 73.199 29.7707 73.3519 28.3726C73.4423 27.5047 73.4423 22.587 73.3519 21.7191C73.0738 19.1776 72.1699 17.2353 70.4664 15.5341C69.2705 14.3425 67.7617 13.5298 66.0651 13.1647C65.5506 13.0545 63.7498 12.8686 63.5134 12.8961C63.4786 12.903 63.1309 12.9305 62.7485 12.965ZM64.3825 15.6443C66.7465 15.8922 68.4918 17.194 69.4652 19.4324C70.0631 20.8169 70.1813 21.85 70.1327 25.5969C70.1049 28.1659 70.091 28.4828 69.9519 29.1026C69.6946 30.246 69.3817 31.0174 68.8394 31.8301C68.5265 32.3054 67.8034 33.0699 67.3793 33.373C65.634 34.6403 62.8876 34.8469 60.9686 33.8551C59.6753 33.1801 58.5489 31.7613 58.0344 30.1358C57.6172 28.8409 57.6033 28.6412 57.6033 25.0803C57.6033 22.649 57.6241 21.6778 57.6937 21.2921C57.9579 19.8526 58.3959 18.8057 59.1677 17.7932C59.717 17.07 60.3636 16.5397 61.1493 16.1608C61.8168 15.844 62.1992 15.7338 62.9641 15.6511C63.6455 15.5685 63.6524 15.5685 64.3825 15.6443Z" fill="currentColor"/>
<path d="M0 25.0117L0 36.7895H1.63397H3.26793L3.26098 32.0164C3.26098 28.5657 3.21231 25.9759 3.10106 22.6354C3.01762 20.0939 2.94809 18.0138 2.95505 18.007C2.95505 18.0001 4.6794 22.2222 6.77922 27.3879L10.6034 36.7895H11.7159H12.8353L16.6526 27.4085C18.7593 22.2497 20.4837 18.0965 20.4976 18.1723C20.5115 18.248 20.4559 20.1421 20.3724 22.3806C20.2681 25.4043 20.2334 27.7805 20.2334 31.6238V36.7895H21.8673H23.5013V25.0117L23.5013 13.2338L21.4015 13.2476L19.3017 13.2683L15.5748 22.6699C13.5306 27.8425 11.8271 32.1403 11.7854 32.223C11.7298 32.3538 11.0901 30.7972 7.93343 22.8076L4.14402 13.2338H2.07201H0L0 25.0117Z" fill="currentColor"/>
<path d="M79.1955 25.0117V36.7895H80.8295H82.4635L82.4774 27.7254L82.4982 18.6613L88.1928 27.7254L93.8804 36.7895H95.5422H97.2039V25.0117V13.2338H95.57L93.936 13.2338V22.2911C93.936 27.2708 93.9152 31.3483 93.8873 31.3483C93.8526 31.3483 91.266 27.2708 88.1372 22.2911L82.4426 13.2338H80.8156H79.1955V25.0117Z" fill="currentColor"/>
<path d="M102.975 25.0117V36.7895H110.206H117.437V35.5153V34.2411H111.84H106.243V23.7375V13.2338H104.609H102.975V25.0117Z" fill="currentColor"/>
<path d="M121.052 25.0117V36.7895H128.943H136.835V35.5153V34.2411H130.577H124.32V30.0741V25.907H129.743H135.166V24.6328V23.3586H129.743H124.32V19.6049V15.8511L130.494 15.8374L136.661 15.8167L136.682 14.5218L136.696 13.2338L128.874 13.2338H121.052V25.0117Z" fill="currentColor"/>
<path d="M138.449 14.5218L138.47 15.8167L142.281 15.8374L146.084 15.8511V26.3203V36.7895H147.718H149.352V26.3203V15.8511H153.176L157 15.8511V14.5425V13.2338L147.718 13.2338H138.436L138.449 14.5218Z" fill="currentColor"/>
<g mask="url(#mask0_978_30657)">
<path fill-rule="evenodd" clip-rule="evenodd" d="M44.2288 12.4754C47.7334 9.63902 49.8689 8.71132 50.6139 9.256C51.4638 9.87728 50.3875 12.9003 48.0313 17.0694C47.4651 16.4235 46.8219 15.8275 46.0989 15.2989C40.7239 11.3696 33.1374 12.543 29.1539 17.9201C25.1705 23.2971 26.2985 30.8412 31.6735 34.7705C32.3966 35.2993 33.1606 35.732 33.9499 36.0769C30.6432 39.5514 28.0579 41.4711 27.2081 40.8498C26.463 40.3051 26.6177 38.3177 28.4036 33.8365C24.6559 40.122 22.8222 44.8017 24.0314 45.6857C25.8825 47.039 34.1629 38.9846 42.5261 27.6958C50.8893 16.4068 56.1684 6.15847 54.3173 4.80516C53.108 3.92127 49.1554 7.05187 44.2288 12.4754Z" fill="currentColor"/>
</g>
<path fill-rule="evenodd" clip-rule="evenodd" d="M38.5903 35.4156C38.1386 35.9535 37.6901 36.4805 37.2483 36.9888C41.5077 37.5395 45.9355 35.8446 48.6649 32.1793C51.3942 28.5141 51.7149 23.8323 49.9162 19.9775C48.1856 22.7098 46.1508 25.6705 43.8898 28.7067C42.3204 30.8144 40.7548 32.8046 39.2325 34.645" fill="currentColor"/>
</svg></div></a><p class="text-size-large text-color-dust-300">Join our newsletter to stay up to date on features and releases.</p><div class="sub-form-wrapper"><div class="sub-form-block w-form"><form id="wf-form-Subscription-Form" name="wf-form-Subscription-Form" data-name="Subscription Form" method="get" class="sub-form" data-wf-page-id="683d959a7503bf903c6627f4" data-wf-element-id="f35047c3-f5d6-e905-b82f-133cb0822698"><input class="sub-form-input w-input" maxlength="256" name="email" data-name="Email" placeholder="Your email" type="email" id="email" required=""/><input type="submit" data-wait="" class="sub-form-button w-button" value="Subscribe"/></form><div class="success-message w-form-done"><div>Thank you for subscribing!</div></div><div class="error-message w-form-fail"><div>Oops! Something went wrong while submitting the form.</div></div></div><div class="text-size-tiny text-color-dust-400">You can unsubscribe at any time using the link in our emails. For more details, review our <a href="/legal/privacy-policy" class="text-color-dust-400 text-style-link">privacy policy</a>.</div></div></div><div class="footer-col-2"><div class="footer-links-col"><a href="/solutions/for-scaling" class="footer-link">For scaling</a><a href="/solutions/for-staking" class="footer-link">For staking</a><a href="/solutions/for-integrations" class="footer-link">For integrations</a><a href="/why-moonlet" class="footer-link">Why Moonlet</a></div><div class="footer-links-col"><a href="/networks" class="footer-link">Networks</a><a href="/about" class="footer-link">About us</a><a href="/resources" class="footer-link">Resources</a><a href="/brand-guidelines" class="footer-link">Media kit</a></div></div></div><div class="footer-top--bottom"><div class="footer-badges-wrapper"><a href="https://trust.moonlet.io" target="_blank" class="w-inline-block"><img src="https://cdn.prod.website-files.com/683d959a7503bf903c662778/68415746354f71df028d9572_c41478b94e9c4e0976d49a049d07c056_security%202.png" loading="lazy" width="94" height="94" alt="ISO 27001 badge" class="security-icon footer"/></a><a href="https://trust.moonlet.io" target="_blank" class="w-inline-block"><img src="https://cdn.prod.website-files.com/683d959a7503bf903c662778/68415750e91325645e5973fe_d5bb035f0e1696251805b8cf1b48c670_security%203.png" loading="lazy" width="94" height="94" alt="AICPA SOC badge" class="security-icon footer"/></a></div><div class="text-size-small"><a href="https://trust.moonlet.io" target="_blank" class="inline-link">Moonlet is ISO and SOC 2 certified</a>, as audited by <a href="https://insightassurance.com/" target="_blank" class="inline-link">Insight Assurance</a></div></div><div class="footer-bottom"><div class="footer-embed w-embed w-script"><div>
    &copy;
    <span id="copyright-2">
        <script>document.getElementById('copyright-2').appendChild(document.createTextNode(new Date().getFullYear()))</script>
    </span>
    Moonlet. All rights reserved.
</div></div><div class="footer-legal-pages"><div class="legal-wrapper w-dyn-list"><div role="list" class="legal-list w-dyn-items"><div role="listitem" class="legal-item w-dyn-item"><a href="/legal/terms-of-service" target="_blank" class="legal-link">Terms of service</a></div><div role="listitem" class="legal-item w-dyn-item"><a href="/legal/privacy-policy" target="_blank" class="legal-link">Privacy policy</a></div></div></div><a href="#" class="legal-link ch2-open-settings-btn">Manage cookies</a></div></div></div></div></section></main></div><script src="https://d3e54v103j8qbb.cloudfront.net/js/jquery-3.5.1.min.dc5e7f18c8.js?site=683d959a7503bf903c662778" type="text/javascript" integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=" crossorigin="anonymous"></script><script src="https://cdn.prod.website-files.com/683d959a7503bf903c662778/js/webflow.schunk.36b8fb49256177c8.js" type="text/javascript" integrity="sha384-4abIlA5/v7XaW1HMXKBgnUuhnjBYJ/Z9C1OSg4OhmVw9O3QeHJ/qJqFBERCDPv7G" crossorigin="anonymous"></script><script src="https://cdn.prod.website-files.com/683d959a7503bf903c662778/js/webflow.060aa96a.dfa6394bfcae6acb.js" type="text/javascript" integrity="sha384-tegDESx74i8X05ugkJOVkyoNmvQ68MFvZvWc3n+iHR8sO20nBtwm70kup6FzjQQM" crossorigin="anonymous"></script><script src="https://cdn.prod.website-files.com/gsap/3.15.0/gsap.min.js" type="text/javascript"></script><script src="https://cdn.prod.website-files.com/gsap/3.15.0/ScrollTrigger.min.js" type="text/javascript"></script><script type="text/javascript">gsap.registerPlugin(ScrollTrigger);</script><script>
$(document).ready(function() {
    $(".mobile-dropdown-link-block").on("click", function() {
        $("#responsive-menu-btn").trigger("click");
    });
});
</script>
<script>
$("#responsive-menu-btn").click(function() {
  var clicks = $(this).data('clicks');
  if (clicks) {
     $("body").css("overflow", "auto");
  } else {
     $("body").css("overflow", "hidden");
  }
  $(this).data("clicks", !clicks);
});
</script>
<script>
document.addEventListener('DOMContentLoaded', function() {
  const wrapper       = document.querySelector('.navbar-megamenu-wrapper');
  const overlay       = document.querySelector('.navbar-overlay');
  const dropdownLinks = document.querySelectorAll('.nav-link-dropdown');
  const whyLink       = document.querySelector('#why-moonlet');
  const scalingLink   = document.querySelector('#scaling');
  const logoLink      = document.querySelector('#nav-logo-link');
  const navButton     = document.querySelector('#nav-button');
  const navQuote      = document.querySelector('#nav-quote');

  if (!wrapper || !overlay || !dropdownLinks.length || !whyLink || !scalingLink) {
    console.warn('Megamenu script: missing required elements.');
    return;
  }

  const submenuMap = {
    scaling:  'scaling-megamenu',
    staking:  'staking-megamenu',
    networks: 'networks-megamenu',
    company:  'company-megamenu'
  };

  function computeInitialLeft() {
    const linkRect      = scalingLink.getBoundingClientRect();
    const containerRect = wrapper.parentElement.getBoundingClientRect();
    return linkRect.left - containerRect.left;
  }
  const initialLeft = computeInitialLeft();

  function hideMegamenu() {
    wrapper.classList.remove('is-open');
    overlay.classList.remove('is-visible');

    Object.values(submenuMap).forEach(cls => {
      const elm = wrapper.querySelector(`.${cls}`);
      if (!elm) return;
      elm.classList.remove('is-active');
      elm.style.opacity       = '';
      elm.style.pointerEvents = '';
      elm.style.position      = 'absolute';
      elm.style.top           = '0';
      elm.style.left          = '0';
    });

    // Collapse size but do NOT override left
    wrapper.style.width  = '0';
    wrapper.style.height = '0';
  }

  wrapper.addEventListener('mouseleave', hideMegamenu);
  overlay.addEventListener('click',   hideMegamenu);
  overlay.addEventListener('mouseleave', hideMegamenu);

  whyLink.addEventListener('mouseenter', hideMegamenu);
  if (logoLink)  logoLink.addEventListener('mouseenter', hideMegamenu);
  if (navButton) navButton.addEventListener('mouseenter', hideMegamenu);
  if (navQuote)  navQuote.addEventListener('mouseenter', hideMegamenu);

  dropdownLinks.forEach(link => {
    link.addEventListener('mouseenter', function() {
      const linkId = link.id;
      const submenuClass = submenuMap[linkId];
      if (!submenuClass) return;

      const linkRect      = link.getBoundingClientRect();
      const containerRect = wrapper.parentElement.getBoundingClientRect();
      let desiredLeft     = linkRect.left - containerRect.left;

      Object.values(submenuMap).forEach(oldCls => {
        const oldEl = wrapper.querySelector(`.${oldCls}`);
        if (!oldEl) return;
        oldEl.classList.remove('is-active');
        oldEl.style.opacity       = '';
        oldEl.style.pointerEvents = '';
        oldEl.style.position      = 'absolute';
        oldEl.style.top           = '0';
        oldEl.style.left          = '0';
      });

      const chosen = wrapper.querySelector(`.${submenuClass}`);
      if (!chosen) return;

      chosen.style.opacity       = '1';
      chosen.style.pointerEvents = 'none';
      chosen.style.position      = 'absolute';
      chosen.style.top           = '0';
      chosen.style.left          = '0';

      wrapper.style.width  = 'auto';
      wrapper.style.height = 'auto';
      wrapper.style.left   = `${desiredLeft}px`;

      const naturalWidth  = chosen.offsetWidth;
      const naturalHeight = chosen.offsetHeight;

      chosen.style.opacity       = '0';
      chosen.style.pointerEvents = 'none';

      // ── Clamp logic to keep menu in viewport ───────────────────────
      {
        const linkGlobalLeft = linkRect.left;
        const viewportWidth  = window.innerWidth;
        if (linkGlobalLeft + naturalWidth > viewportWidth) {
          const newGlobalLeft = viewportWidth - naturalWidth;
          const clampedGlobal = newGlobalLeft < 0 ? 0 : newGlobalLeft;
          desiredLeft = clampedGlobal - containerRect.left;
        }
        if (desiredLeft < 0) {
          desiredLeft = 0;
        }
      }
      // ── End clamp ─────────────────────────────────────────────────

      wrapper.style.left   = `${desiredLeft}px`;
      wrapper.style.width  = `${naturalWidth}px`;
      wrapper.style.height = `${naturalHeight}px`;

      wrapper.classList.add('is-open');
      overlay.classList.add('is-visible');

      chosen.classList.add('is-active');
      chosen.style.opacity       = '';
      chosen.style.pointerEvents = '';
    });
  });

  window.addEventListener('resize', function() {
  });

  // On first load: place wrapper under #scaling (zero size)
  wrapper.style.left   = `${initialLeft}px`;
  wrapper.style.width  = '0';
  wrapper.style.height = '0';
});
</script>
<script>
// Intersection Observer to handle adding/removing the .is-active class for horizontal lines and change-to-light / change-to-dark elements
const observer = new IntersectionObserver((entries, observer) => {
  entries.forEach(entry => {
    // Add .is-active when element enters the viewport
    if (entry.isIntersecting) {
      entry.target.classList.add('is-active');
    } else {
      // Only remove .is-active for .change-to-light elements when they leave the viewport
      if (entry.target.classList.contains('change-to-light')) {
        entry.target.classList.remove('is-active');
      }
      // Do not remove .is-active for .change-to-dark elements when they leave the viewport
      else if (entry.target.classList.contains('change-to-dark')) {
        // No action needed, do not remove .is-active
      }
    }
  });
}, {
  threshold: 0.4 // Trigger when 40% of the element is visible
});

// Target all .horizontal-line-dust-500, .horizontal-line-white, .change-to-light, and .change-to-dark elements
document.querySelectorAll('.horizontal-line-dust-500, .horizontal-line-white, .horizontal-line-mars, .change-to-light, .change-to-dark').forEach(element => {
  observer.observe(element); // Start observing the element
});
</script>
<script defer src="https://cdn.jsdelivr.net/gh/tonithebranx/testing@
945a4b1/new-planet.js"></script>
<script src="https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.js"></script>
<script>
$(".solutions-slider-component").each(function (index) {
  // Define autoplay delay (in milliseconds)
  const autoplayDelay = 5000;

  let swiper; // Declare swiper variable
  const $container = $(this);
  const $loader = $container.find(".swiper-loader-inner");

  // Helper to reset & start the loader animation
  function restartLoader() {
    $loader.css("transition", "none").css("width", "0%");
    requestAnimationFrame(() => {
      $loader
        .css("transition", `width ${autoplayDelay}ms linear`)
        .css("width", "100%");
    });
  }

  // Initialize the Swiper instance after everything is ready
  function initializeSwiper() {
    swiper = new Swiper($container.find(".swiper")[0], {
      slidesPerView: 1,
      spaceBetween: "5%",
      speed: 300,
      loop: true,
      keyboard: true,
      effect: 'fade',
      fadeEffect: {
        crossFade: false
      },
      autoplay: {
        delay: autoplayDelay,
        disableOnInteraction: false, // Ensures autoplay doesn't pause when user clicks
      },
      navigation: {
        nextEl: $container.find(".swiper-next")[0],
        prevEl: $container.find(".swiper-prev")[0],
        disabledClass: "is-disabled"
      },
      on: {
        init: function () {
          restartLoader();
          if (swiper && swiper.realIndex !== undefined) {
            updateActiveThumb(swiper.realIndex);
          }
        },
        slideChange: function () {
          restartLoader();
          if (swiper && swiper.realIndex !== undefined) {
            updateActiveThumb(swiper.realIndex);
          }
        },
        slideChangeTransitionEnd: function () {
          // Ensure thumbs are in sync with the active slide after transition ends
          if (swiper && swiper.realIndex !== undefined) {
            updateActiveThumb(swiper.realIndex);
          }
        }
      }
    });
  }

  const thumbToSlide = {
    "for-scaling-thumb": 0,
    "for-staking-thumb": 1,
    "for-integrations-thumb": 2
  };

  // Make thumbs clickable and update active states
  $container.find(".swiper-thumb").on("click", function () {
    // Disable autoplay temporarily to avoid conflicts with thumb click
    swiper.autoplay.stop();

    // Remove active class from all thumbs
    $container.find(".swiper-thumb").removeClass("is-active");

    // Add active class to the clicked thumb
    $(this).addClass("is-active");

    // Get the corresponding slide index for the clicked thumb
    const thumbId = $(this).attr("id");
    const slideIndex = thumbToSlide[thumbId];

    // Ensure the swiper jumps to the clicked slide immediately
    if (swiper && swiper.slideToLoop) {
      swiper.slideToLoop(slideIndex, 0); // Using slideToLoop for looped slides
    }

    // Restart the loader animation
    restartLoader();

    // Re-enable autoplay after thumb interaction
    setTimeout(function() {
      swiper.autoplay.start();
    }, 100);
  });

  // Function to update the active thumb based on the active slide index
  function updateActiveThumb(activeIndex) {
    $container.find(".swiper-thumb").removeClass("is-active");
    const activeThumbId = Object.keys(thumbToSlide).find(
      key => thumbToSlide[key] === activeIndex
    );
    $("#" + activeThumbId).addClass("is-active");
  }

  // On page load, set the first thumb active
  $("#for-scaling-thumb").addClass("is-active");

  // Initialize the Swiper instance when document is ready
  $(document).ready(function () {
    initializeSwiper.call(this);
  });
});
</script>

<script>
let criptoCardTl = gsap.timeline({

scrollTrigger: {
  trigger: ".networks-home-list",
  start: "top 80%"
	}
});

criptoCardTl.from(".network-home-card", { opacity: 0, scale: 0.5, duration: 0.5, stagger: { each: 0.1 } });

</script>
</body></html>