CINXE.COM
Ethereum Layer 2 Rollup platform - Metis
<!DOCTYPE html><!-- Last Published: Sat Apr 05 2025 14:31:53 GMT+0000 (Coordinated Universal Time) --><html data-wf-domain="www.metis.io" data-wf-page="6507242ad3e4e6ff563301b3" data-wf-site="6507242ad3e4e6ff563301e4" lang="EN"><head><meta charset="utf-8"/><title>Ethereum Layer 2 Rollup platform - Metis</title><meta content="Metis is a permissionless Ethereum Layer 2 network powering the next generation of decentralized applications." name="description"/><meta content="Ethereum Layer 2 Rollup platform - Metis" property="og:title"/><meta content="Metis is a permissionless Ethereum Layer 2 network powering the next generation of decentralized applications." property="og:description"/><meta content="https://cdn.prod.website-files.com/6507242ad3e4e6ff563301e4/654bf3cfbfa65427a45a17a5_metaimage.jpg" property="og:image"/><meta content="Ethereum Layer 2 Rollup platform - Metis" property="twitter:title"/><meta content="Metis is a permissionless Ethereum Layer 2 network powering the next generation of decentralized applications." property="twitter:description"/><meta content="https://cdn.prod.website-files.com/6507242ad3e4e6ff563301e4/654bf3cfbfa65427a45a17a5_metaimage.jpg" property="twitter:image"/><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/6507242ad3e4e6ff563301e4/css/metis-2024.webflow.dc76f0613.min.css" rel="stylesheet" type="text/css"/><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: ["Montserrat:100,100italic,200,200italic,300,300italic,400,400italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic","Lato:100,100italic,300,300italic,400,400italic,700,700italic,900,900italic","Oswald:200,300,400,500,600,700","Inter:100,200,300,regular,500,600,700,800,900","Poppins:100,200,300,regular,500,600,700,800,900","Nunito:200,300,regular,500,600,700,800,900,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic","Raleway:100,200,300,regular,500,600,700,800,900"] }});</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/6507242ad3e4e6ff563301e4/654ac3b364b854e758afa2ad_Icon%20Metis%2032x32.png" rel="shortcut icon" type="image/x-icon"/><link href="https://cdn.prod.website-files.com/6507242ad3e4e6ff563301e4/654ac3c07afa9299a148fc6e_Icon%20Metis%20256x256.png" rel="apple-touch-icon"/><!-- Google Tag Manager --> <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-KHQXMGW');</script> <!-- End Google Tag Manager --> <script> var script = document.createElement('script'); script.defer = true; script.src = 'https://cdn.cookie3.co/scripts/analytics/0.11.4/cookie3.analytics.min.js'; script.dataset.siteId = "871"; document.getElementsByTagName('head')[0].appendChild(script); </script> <!--script for sliders https://swiperjs.com/ <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/swiper@10/swiper-bundle.min.css" /> --> <style> /*********************************************/ #error-message,.icon.clickable__icon.progress-indicator__icon{ display:none !important; } .grecaptcha-badge{ z-index:999; display:none; } #sib-form-container{ width:100%; } /**Custom style map advocate**/ .icon-map,.hidden,.img-map{ pointer-events:none; } /*prevents the page from showing white for a second*/ /************************************************************/ /*Custom styles for dots sliders webflow*/ .w-slider-dot { width: 21px; height: 21px ; margin:0px !important; padding:0px; } /*Custom styles for dots sliders webflow*/ .w-slider-dot.w-active { width: 21px; height: 21px; /*background-color:#000000;*/ } /*Custom styles for dots sliders webflow theme invert*/ .dot-invert{ filter: invert(1); } /*.cards-web3:hover > .bg-effect { opacity:1; } .cards-web3:hover > .bg-dark { opacity:1; }*/ /**Mediaquery for custom dots sliders webflow**/ @media (max-width: 991px) { .w-slider-dot { width: 14px !important; height: 14px !important; } .w-slider-dot.w-active { width: 14px !important; height: 14px !important; } } </style> <meta property="og:url" content="https://www.metis.io" /> </head><body class="body"><div class="wrap-metis-v1"><div class="api-metis w-embed w-script"><script type="module"> function blocktransactions() { const apiUrl = 'https://api.routescan.io/v2/network/mainnet/evm/1088/blocks?sort=desc&count=true'; return new Promise((resolve, reject) => { fetch(apiUrl) .then(response => { if (!response.ok) { throw new Error('The request was not successful'); } return response.json(); }) .then(data => { const count = data.count; const formattedCount = numberWithCommas(count); const blocksElement = document.querySelector('.blocks'); resolve(formattedCount); }) .catch(error => { console.error('Error:', error); reject(error); }); }); } function numberWithCommas(x) { return x.toString().replace(/\B(?=(\d{3})+(?!\d))/g, ","); } function gas() { return new Promise((resolve) => { // Define manualmente el valor de gas aquí const manualGasValue = 0.01; // Puedes cambiar este valor según lo necesites // Formatea el valor para que sea un string en el formato requerido const formattedGasValue = `<$${manualGasValue.toFixed(2)}`; resolve(formattedGasValue); }); } function tvl() { return new Promise((resolve, reject) => { fetch('https://l2beat.com/api/tvl/metis.json') .then(response => { if (!response.ok) { throw new Error('The request was not successful'); } return response.json(); }) .then(data => { if (data.hasOwnProperty('hourly')) { const hourlyData = data.hourly.data; if (Array.isArray(hourlyData) && hourlyData.length > 0) { const lastValue = hourlyData[hourlyData.length - 1]; const integerValue = parseInt(lastValue[1]); const formattedValue = integerValue.toLocaleString('en-US'); let numberFormater = formattedValue.replace(/[.,]/g, ''); function fnum(x) { if (x < 1000000000) { conts = numberM = (x / 1000000).toFixed(2) let parts = numberM.split('.'); return `$${parts[0]} Million`; } else if (x < 1000000000000) { const billion = (x / 1000000000).toFixed(2); return `$${billion} Billion`; } else { console.log("More"); } } const tvlValue = fnum(parseInt(numberFormater)); // console.log(tvlValue); resolve(tvlValue); } else { console.error('The "hourly" key is empty or not an array'); reject('The "hourly" key is empty or not an array'); } } else { console.error('The "hourly" key is not present in the data'); reject('The "hourly" key is not present in the data'); } }) .catch(error => { console.error('An error occurred:', error); reject(error); }); }); } function wallets() { const apiUrl = 'https://api.routescan.io/v2/network/mainnet/evm/1088/addresses?count=true&limit=2'; return new Promise((resolve, reject) => { fetch(apiUrl) .then(response => { if (!response.ok) { throw new Error('The request was not successful'); } return response.json(); }) .then(data => { const countValue = data.count; const formattedValue = countValue.toLocaleString('en-US', { maximumFractionDigits: 0 }); //console.log(formattedValue); resolve(formattedValue); }) .catch(error => { console.error('Error:', error); reject(error); }); }); } function transactions() { const apiUrl = 'https://api.routescan.io/v2/network/mainnet/evm/1088/transactions?sort=desc&count=true'; return new Promise((resolve, reject) => { fetch(apiUrl) .then(response => { if (!response.ok) { throw new Error('The request was not successful'); } return response.json(); }) .then(data => { const count = data.count; const formattedCount = numberWithCommas(count); //console.log(formattedCount); resolve(formattedCount); }) .catch(error => { console.error('Error:', error); reject(error); }); }); } function renderData(datajson) { const gasElement = document.querySelector('.gas'); const tvlElement = document.querySelector('.tvl'); const blocksElement = document.querySelector('.blocks'); const elementoWallets = document.querySelector('.wallets'); const transactionsElement = document.querySelector('.transactions'); gasElement.textContent = datajson.gas tvlElement.textContent = datajson.tvl blocksElement.textContent = datajson.blocktransactions elementoWallets.textContent = datajson.wallets transactionsElement.textContent = datajson.transactions } function fetchData() { const lastFetchTime = localStorage.getItem('lastFetchTime'); if (lastFetchTime && (Date.now() - parseInt(lastFetchTime)) < (60 * 60 * 1000)) { const storedData = JSON.parse(localStorage.getItem('storedData')); renderData(storedData); } else { Promise.all([blocktransactions(),gas(),wallets(),transactions()]) .then(data => { const combinedData = { blocktransactions: data[0], gas: data[1], tvl: "$256.08M", wallets: data[2], transactions: data[3] }; localStorage.setItem('storedData', JSON.stringify(combinedData)); localStorage.setItem('lastFetchTime', Date.now()); renderData(combinedData); }) .catch(error => console.error('Error al obtener datos:', error)); } } fetchData(); </script></div><div class="script-map w-embed w-script"><script type="module"> const container = document.querySelectorAll('.wrapper-icon-map'); container.forEach((element) => { element.addEventListener('click', () => { const toggleEffect = element.querySelector('.icon-info-map'); toggleEffect.classList.toggle('hidden'); container.forEach((elemenTwo) => { if (elemenTwo !== element) { const addEffect = elemenTwo.querySelector('.icon-info-map'); addEffect.classList.add('hidden'); } }); }); }); </script></div><div style="opacity:1;display:flex" class="load-t"></div><div class="banner-ecosystem"><div class="_w-metis-regensis"><div data-w-id="d7b67a96-3324-58a0-4e53-29016dd3e84c" class="metis-img-regenesis"><img src="https://cdn.prod.website-files.com/6507242ad3e4e6ff563301e4/67c1ef09c5a5a5508f0e238c_Banner%20Icon%20Container.png" loading="lazy" width="357" alt="" class="img-join-binance"/><img src="https://cdn.prod.website-files.com/6507242ad3e4e6ff563301e4/67c1ef09c5a5a5508f0e238c_Banner%20Icon%20Container.png" loading="lazy" width="116" alt="" class="img-join-binance mb"/></div><div data-w-id="04bec276-9552-c858-a5c3-a18eaf24e168" class="text-regenesis-style">Year of Evolution</div><div class="wrap-buttons-regenesis"><a data-w-id="97f91939-3c7d-ce9a-0dc0-5dd2a0990e85" href="https://www.metis.io/blog/metis-regenesis-andromeda-roadmap-deep-dive" target="_blank" class="btn-eco c w-button"><strong class="bold-text-5">Learn More</strong></a></div></div><div class="b-ecosystem"><div class="text-eco-style sisze">Claim Layer3 rewards</div><div class="div-block-17"><a href="https://app.layer3.xyz/quests/metis-campaign-reward-claiming" target="_blank" class="btn-eco w-button"><strong class="bold-text-5">Claim here</strong></a></div></div></div><div id="navbar" data-animation="default" data-collapse="medium" data-duration="400" data-easing="ease" data-easing2="ease" role="banner" class="navbar w-nav"><nav role="navigation" class="nav-menu w-nav-menu"><div class="wrapper-drop"><div data-hover="false" data-delay="0" data-w-id="92ec5319-749c-1ecc-2bd2-08ba10929e8a" class="dropdown-effect w-dropdown"><div class="dropdown-wrapper w-dropdown-toggle"><a href="/developers" target="_blank" class="menu-button drop">Developer</a><div class="icon-arrow img-theme-invert w-icon-dropdown-toggle"></div></div><nav class="dropdown-content w-dropdown-list"><div class="menu-mobile-style w-embed"><style> @media (max-width: 358px) { .header-menu.opacity{ display: none; } } </style></div><div class="mega-menu mobile"><div class="menu-block"><div class="header-menu"><img src="https://cdn.prod.website-files.com/6507242ad3e4e6ff563301e4/6507242bd3e4e6ff563304e3_developers.svg" loading="eager" alt="developers menu icon" class="img-m-menu img-menu-invert"/><div class="text-m-menu">For Developers</div></div><div class="container-m-link"><a href="https://docs.metis.io/" target="_blank" class="link-m-mega">Read documentation</a><a href="https://t.me/metis_dev" target="_blank" class="link-m-mega">Get support</a></div></div><div class="menu-block"><div class="header-menu opacity"><img src="https://cdn.prod.website-files.com/6507242ad3e4e6ff563301e4/6507242bd3e4e6ff563304e2_explore%20plat.svg" loading="eager" alt="" class="img-m-menu img-menu-invert"/><div class="text-m-menu">For Developers</div></div><div class="container-m-link"><a href="https://drive.google.com/file/d/1-hGL4mj8hLtWV8jlt6zRz63yKY14cvyr/view" target="_blank" class="link-m-mega">Tech Whitepaper</a><a href="https://explorer.metis.io/" target="_blank" class="link-m-mega">Metis Explorer</a></div></div></div></nav></div></div><div data-w-id="0c02d02e-5b97-7443-9f02-bc3ec2273786" class="mega-m-hover desktop"><a href="/developers" class="menu-button w-nav-link">Developer</a></div><div class="wrapper-drop"><div data-hover="false" data-delay="0" data-w-id="aa9862ab-bf21-3208-ccbc-c788e6638191" class="dropdown-effect w-dropdown"><div class="dropdown-wrapper w-dropdown-toggle"><div class="icon-arrow img-theme-invert w-icon-dropdown-toggle"></div><a href="/ecosystem" target="_blank" class="menu-button drop">Ecosystem</a></div><nav class="dropdown-content w-dropdown-list"><div class="mega-menu mobile"><div class="menu-block"><div class="header-menu"><img src="https://cdn.prod.website-files.com/6507242ad3e4e6ff563301e4/6507242bd3e4e6ff563304e5_join%20eco.svg" loading="eager" alt="" class="img-m-menu img-menu-invert"/><div class="text-m-menu color-3">Join<br/>Ecosytem</div></div><div class="container-m-link"><a href="https://docs.ceg.vote/community-verified-projects/participation-guide" target="_blank" class="link-m-mega">Deploy your project</a><a href="https://metisdao.medium.com/metis-advocate-program-help-pave-the-way-for-web3-innovation-5de890f37762" target="_blank" class="link-m-mega">Become an Advocate</a><a href="/jobs" target="_blank" class="link-m-mega">Apply for a Job</a></div></div><div class="menu-block"><div class="header-menu"><img src="https://cdn.prod.website-files.com/6507242ad3e4e6ff563301e4/6507242bd3e4e6ff563304e4_explore%20gov.svg" loading="eager" alt="" class="img-m-menu img-menu-invert"/><div class="text-m-menu color-2">Explore<br/>Governance</div></div><div class="container-m-link"><a href="/ceg" target="_blank" class="link-m-mega">CEG</a></div></div></div></nav></div></div><div data-w-id="8c529089-2507-d26c-63b1-1d63a630070f" class="mega-m-hover desktop"><a href="/ecosystem" class="menu-button w-nav-link">Ecosystem</a></div><a href="/grants" class="menu-button under-line w-nav-link">Funding</a><a href="/decentralized-sequencer" class="menu-button under-line w-nav-link">Sequencer</a><a href="/bridge" class="menu-button under-line w-nav-link">Bridge</a><div class="wrapper-drop"><div data-hover="false" data-delay="0" data-w-id="7c2df37f-c8f2-4e89-12d8-67c1f9eb9c6b" class="dropdown-effect w-dropdown"><div class="dropdown-wrapper w-dropdown-toggle"><a href="/company" target="_blank" class="menu-button drop">Company</a><div class="icon-arrow img-theme-invert w-icon-dropdown-toggle"></div></div><nav class="dropdown-content w-dropdown-list"><div class="mega-menu mobile"><div class="menu-block more"><a href="/company" target="_blank" class="header-menu h-link w-inline-block"><img src="https://cdn.prod.website-files.com/6507242ad3e4e6ff563301e4/6507242bd3e4e6ff563304d5_metis%20l2.svg" loading="eager" alt="" class="img-m-menu img-menu-invert"/><div class="text-m-menu color-2">Metis L2</div></a></div><div class="menu-block more"><a href="https://www.metis.foundation/" target="_blank" class="header-menu h-link w-inline-block"><img src="https://cdn.prod.website-files.com/6507242ad3e4e6ff563301e4/6507242bd3e4e6ff563304d4_metis%20dao.svg" loading="eager" alt="Menu icon" class="img-m-menu img-menu-invert"/><div class="text-m-menu color-3">Metis Foundation</div></a></div><div class="menu-block margin-line"><a href="https://www.metis.foundation/portfolio-companies" target="_blank" class="header-menu h-link w-inline-block"><img src="https://cdn.prod.website-files.com/6507242ad3e4e6ff563301e4/6507242bd3e4e6ff56330531_econodes%20b.svg" loading="eager" alt="" class="img-m-menu img-menu-invert"/><div class="text-m-menu color-3">Portfolio Companies</div></a></div></div></nav></div></div><div data-w-id="4556d3d6-c66a-f145-242f-b6b2d216f8f1" class="mega-m-hover desktop"><a href="/company" class="menu-button w-nav-link">Company</a></div><a href="/community" class="menu-button under-line hidden w-nav-link">Community</a><div class="wrapper-drop"><div data-hover="false" data-delay="0" data-w-id="0866bd5f-7997-62e1-e9b0-b8e1c96f3b6b" class="dropdown-effect w-dropdown"><div class="dropdown-wrapper w-dropdown-toggle"><a href="#" class="menu-button drop">More</a><div class="icon-arrow img-theme-invert w-icon-dropdown-toggle"></div></div><nav class="dropdown-content w-dropdown-list"><div class="mega-menu mobile"><div class="menu-block more"><a href="/blog" target="_blank" class="header-menu h-link w-inline-block"><img src="https://cdn.prod.website-files.com/6507242ad3e4e6ff563301e4/6507242bd3e4e6ff563304e6_knowledge%20logo.svg" loading="eager" alt="" class="img-m-menu img-menu-invert"/><div class="text-m-menu color-2">Blog</div></a><div class="container-m-link"></div></div><a href="/community" target="_blank" class="menu-block more w-inline-block"><div class="header-menu h-link"><img src="https://cdn.prod.website-files.com/6507242ad3e4e6ff563301e4/6507242bd3e4e6ff563304e8_community%20logo.svg" loading="eager" alt="" class="img-m-menu img-menu-invert"/><div class="text-m-menu color-3">Community</div></div><div class="container-m-link"></div></a><a href="/contact-us" target="_blank" class="menu-block margin-line w-inline-block"><div class="header-menu h-link"><img src="https://cdn.prod.website-files.com/6507242ad3e4e6ff563301e4/6507242bd3e4e6ff563304e7_contactfix.svg" loading="eager" alt="Menu icon " class="img-m-menu img-menu-invert"/><div class="text-m-menu color-3">Contact</div></div><div class="container-m-link"></div></a><a href="/events" target="_blank" class="menu-block margin-line w-inline-block"><div class="header-menu h-link"><img src="https://cdn.prod.website-files.com/6507242ad3e4e6ff563301e4/65baa98595b508377b41117a_events%20black.svg" loading="eager" alt="" class="img-m-menu img-menu-invert"/><div class="text-m-menu color-3">Event</div></div><div class="container-m-link"></div></a></div></nav></div></div><div data-w-id="b93cb321-596c-e8d5-dbd0-a2353dc2e903" class="mega-m-hover desktop"><a href="#" class="menu-button w-nav-link">More</a></div><a href="#" class="button-cta black white theme h-desktop w-button"></a></nav><div class="container w-container"><a href="/" aria-current="page" class="brand w-nav-brand w--current"><img src="https://cdn.prod.website-files.com/6507242ad3e4e6ff563301e4/66dfada60ca563cfc2aed075_Logotype%20light%20background%201.png" loading="lazy" width="120" alt="" class="image-nav"/><img src="https://cdn.prod.website-files.com/6507242ad3e4e6ff563301e4/66dfadf654a266c1c7a3995d_main%20Logotype%201.png" loading="lazy" width="120" alt="" class="image-nav hidden-theme"/></a><div class="block-mobile-buttons"><a href="#" class="button-cta black white theme h-mobile w-button"></a><div class="menu-button-2 w-nav-button"><div class="icon w-icon-nav-menu"></div></div></div></div><div data-w-id="bdfecbe7-077b-3f42-d5cb-a1a7db456c32" class="mega-menu-platform m-theme"><div class="mega-menu"><div class="menu-block hidden"><div class="header-menu"><img src="https://cdn.prod.website-files.com/6507242ad3e4e6ff563301e4/6507242bd3e4e6ff563304e2_explore%20plat.svg" loading="lazy" alt="" class="img-m-menu img-menu-invert"/><div class="text-m-menu">Explore <br/>Platform</div></div><div class="container-m-link"><a href="https://www.metis.io/platform#infrastructure" target="_blank" class="link-m-mega">Infrastructure</a><a href="https://www.metis.io/platform" target="_blank" class="link-m-mega">Tools</a><a href="https://andromeda-explorer.metis.io" target="_blank" class="link-m-mega">Explorer</a></div></div><div class="menu-block"><div class="header-menu"><img src="https://cdn.prod.website-files.com/6507242ad3e4e6ff563301e4/6507242bd3e4e6ff563304e3_developers.svg" loading="lazy" alt="developers menu icon" class="img-m-menu img-menu-invert"/><div class="text-m-menu">For<br/>Developers</div></div><div class="container-m-link platform-style"><div class="block-platform"><a href="https://docs.metis.io/" target="_blank" class="link-m-mega">Read documentation</a><a href="https://t.me/metis_dev" target="_blank" class="link-m-mega">Get support</a></div><div class="block-platform margin-left"><a href="https://explorer.metis.io" target="_blank" class="link-m-mega">Metis Explorer</a><a href="https://drive.google.com/file/d/1-hGL4mj8hLtWV8jlt6zRz63yKY14cvyr/view" target="_blank" class="link-m-mega">Tech whitepaper</a></div></div></div></div></div><div data-w-id="de37a057-4e2d-6d63-7b73-8bb02e46bf38" class="mega-menu-ecosystem m-theme"><div class="mega-menu"><div class="menu-block"><div class="header-menu"><img src="https://cdn.prod.website-files.com/6507242ad3e4e6ff563301e4/6507242bd3e4e6ff563304e5_join%20eco.svg" loading="lazy" alt="" class="img-m-menu img-menu-invert"/><div class="text-m-menu color-3">Join<br/>Ecosystem</div></div><div class="container-m-link"><a href="https://docs.ceg.vote/community-verified-projects/participation-guide" target="_blank" class="link-m-mega">Deploy your project</a><a href="https://t.me/metis_advocates" target="_blank" class="link-m-mega">Become an Advocate</a><a href="/jobs" class="link-m-mega">Apply for a Job</a></div></div><div class="menu-block"><div class="header-menu"><img src="https://cdn.prod.website-files.com/6507242ad3e4e6ff563301e4/6507242bd3e4e6ff563304e4_explore%20gov.svg" loading="lazy" alt="" class="img-m-menu img-menu-invert"/><div class="text-m-menu color-2">Governance<br/></div></div><div class="container-m-link"><a href="/ceg" class="link-m-mega">CEG</a></div></div></div></div><div data-w-id="b17fbe68-da4c-1f7d-1e6b-f7cadc7fff91" class="mega-menu-company m-theme"><div class="mega-menu wrap"><div class="menu-block"><a href="/company" class="header-menu link w-inline-block"><img src="https://cdn.prod.website-files.com/6507242ad3e4e6ff563301e4/6507242bd3e4e6ff563304d5_metis%20l2.svg" loading="lazy" alt="" class="img-m-menu img-menu-invert"/><div class="text-m-menu color-2">Metis L2</div></a><div class="container-m-link hidden"></div></div><div class="menu-block"><a href="https://www.metis.foundation/" target="_blank" class="header-menu link w-inline-block"><img src="https://cdn.prod.website-files.com/6507242ad3e4e6ff563301e4/6507242bd3e4e6ff563304d4_metis%20dao.svg" loading="lazy" alt="Menu icon" class="img-m-menu img-menu-invert"/><div class="text-m-menu color-3">Metis Foundation</div></a><div class="container-m-link hidden"></div></div><div class="menu-block"><a href="https://www.metis.foundation/portfolio-companies" target="_blank" class="header-menu link w-inline-block"><img src="https://cdn.prod.website-files.com/6507242ad3e4e6ff563301e4/6507242bd3e4e6ff56330531_econodes%20b.svg" loading="lazy" alt="" class="img-m-menu img-menu-invert"/><div class="text-m-menu color-3">Portfolio Companies</div></a><div class="container-m-link hidden"></div></div></div></div><div data-w-id="14b678d5-73bf-99d0-d3a5-68bf6e15e932" class="mega-menu-more m-theme"><div class="mega-menu wrap"><div class="menu-block"><a href="/blog" class="header-menu link w-inline-block"><img src="https://cdn.prod.website-files.com/6507242ad3e4e6ff563301e4/6507242bd3e4e6ff563304e6_knowledge%20logo.svg" loading="lazy" alt="" class="img-m-menu img-menu-invert"/><div class="text-m-menu color-2">Blog</div></a><div class="container-m-link hidden"></div></div><div class="menu-block"><a href="/community" class="header-menu link w-inline-block"><img src="https://cdn.prod.website-files.com/6507242ad3e4e6ff563301e4/6507242bd3e4e6ff563304e8_community%20logo.svg" loading="lazy" alt="" class="img-m-menu img-menu-invert"/><div class="text-m-menu color-3">Community</div></a><div class="container-m-link hidden"></div></div><div class="menu-block"><a href="/contact-us" class="header-menu link w-inline-block"><img src="https://cdn.prod.website-files.com/6507242ad3e4e6ff563301e4/6507242bd3e4e6ff563304e7_contactfix.svg" loading="lazy" alt="Menu icon " class="img-m-menu img-menu-invert"/><div class="text-m-menu color-3">Contact</div></a><div class="container-m-link hidden"></div></div><div class="menu-block"><a href="/events" class="header-menu link w-inline-block"><img src="https://cdn.prod.website-files.com/6507242ad3e4e6ff563301e4/65baa98595b508377b41117a_events%20black.svg" loading="lazy" alt="" class="img-m-menu img-menu-invert"/><div class="text-m-menu color-3">Event</div></a><div class="container-m-link hidden"></div></div></div></div></div><section id="header" class="section header"><div class="max-widht"><div data-w-id="b73818f7-d3c2-b666-2cbd-dc48c8162383" style="opacity:0" class="tittle-header main"><h1 class="text-h home-header font-color-theme">Instant L2</h1><div class="subtittle-3 font-color-theme"><strong class="bold-text-6">AI Aligned, Human Defined</strong></div></div><div data-w-id="faa136a2-1ab0-9d66-e177-d73155ea9187" style="opacity:0" class="header-full genesis w-clearfix"><div class="buttons-header genesis"><a href="https://www.metis.io/blog/metis-hyperion-the-next-evolution-of-high-performance-layer-2" target="_blank" class="button-cta black genesis w-button">Read More</a><a href="https://www.metis.io/blog/building-the-ideal-home-for-ai" target="_blank" class="button-cta black g w-button">Explore AI Strategy</a></div><img src="https://cdn.prod.website-files.com/6507242ad3e4e6ff563301e4/67c1e6643256953d9a532efa_hyperion.svg" loading="lazy" alt="" class="img-hyperion-logo"/><img src="https://cdn.prod.website-files.com/6507242ad3e4e6ff563301e4/67c1e6d44ec985fb893bd2f6_Banner%20Icon%20Container.png" loading="lazy" alt="" class="img-mini-hyperion-logo"/></div></div></section><section class="section top-header"><div class="max-widht"><div data-w-id="c31a46e9-0053-3021-a133-c2dd11a1bd0e" style="opacity:0" class="cards-container"><div class="card-home"><div class="data transactions"><strong class="bold-text-3">-</strong></div><div class="data-text">Total transactions</div></div><div class="card-home testimonal-theme"><div class="data blocks"><strong>-</strong></div><div class="data-text">Total blocks</div></div><div class="card-home"><div class="data wallets"><strong>-</strong></div><div class="data-text">Wallet addresses</div></div><div class="card-home"><div class="data gas">-</div><div class="data-text">Latest gas fee</div></div><div class="card-home"><div class="data">a minute ago</div><div class="data-text">Latest transaction</div></div><div class="card-home"><div class="data tvl"><strong>-</strong></div><div class="data-text">Total value locked (TVL)</div></div></div></div></section><div class="div-line home"><div class="div-block-2"></div></div><section class="section"><div class="max-widht"><div data-w-id="d7ca5e3e-1acd-56dd-0853-9fd9afc0ebc9" style="opacity:0" class="max1"><div class="text-h font-color-theme">Web3</div><div class="h3 platform font-color-theme">Accelerating the transition to Web3 for an inclusive, accessible, and decentralized world</div></div><div id="w-node-b857cef0-20ae-6862-1a8b-abd18dbb37b8-563301b3" class="wrapper-testimonial-effect"><div data-w-id="1deee9c9-04fe-6651-14ff-e782e444659d" style="opacity:0" class="wrapp-web3"><div id="w-node-ea670279-ae49-dea6-6c0d-16ba6ea589c2-563301b3" class="cards-web3 _1"><div class="web3-wrapper"><div class="wrapper-img _1"><img src="https://cdn.prod.website-files.com/6507242ad3e4e6ff563301e4/6507242bd3e4e6ff5633053b_1.svg" loading="lazy" alt="person-model" class="img-normal"/></div><div class="info-web3"><div class="text-web3-1">Developers</div><div class="text-web3-2">Bring your project idea to life <span class="blue-h2">easier</span></div></div><div class="button-web3"><a href="https://docs.metis.io/" target="_blank" class="web3-button w-button">Build on Metis</a></div></div></div><div class="cards-web3 _2"><div class="web3-wrapper"><div class="wrapper-img _2"><img src="https://cdn.prod.website-files.com/6507242ad3e4e6ff563301e4/6507242bd3e4e6ff5633053c_2.svg" loading="lazy" alt="person-model" class="img-normal"/></div><div class="info-web3"><div class="text-web3-1">Community</div><div class="text-web3-2">Join a thriving future-forward <span class="blue-h2">community</span></div></div><div class="button-web3"><a href="/community" class="web3-button w-button">Join Us</a></div></div></div></div></div></div></section><section class="section black"><div data-w-id="66f38d48-b002-5dcc-8df9-f00c9ad38d15" style="opacity:0" class="max-widht"><div class="tab white">Advantages</div><div class="text-h white home">Everything you want. <br/>All in one.</div><div class="tittle-with-button"><div class="text-h white advantages">Permissionless. Frictionless. Boundless.</div><a href="#" class="button big _1-line-white hidden w-button">!</a></div><div class="tittle-with-button hidden"><div class="text-h white">Frictionless.</div><a href="#" class="button big _1-line-white hidden w-button">!</a></div><div class="tittle-with-button hidden"><div class="text-h white">Boundless.</div><a href="#" class="button big _1-line-white hidden w-button">!</a></div><div class="icons-container home"><div id="w-node-_935e1e1d-fc7c-b2f0-9789-0c5d1ca0d708-563301b3" class="card-new-infrastructure home"><img src="https://cdn.prod.website-files.com/6507242ad3e4e6ff563301e4/65207f00a3ba78de31f4f928_new%20h%201.svg" loading="lazy" alt="Decentralized logo" class="img-infras"/><div class="text-infrastructure white">Decentralized<br/>Ecosytem Governance</div></div><div class="card-new-infrastructure home"><img src="https://cdn.prod.website-files.com/6507242ad3e4e6ff563301e4/65207f00a6de0ea8ba80756e_new%20h%202.svg" loading="lazy" alt="Secure Network logo" class="img-infras"/><div class="text-infrastructure white">Secure<br/>Network</div></div><div class="card-new-infrastructure home"><img src="https://cdn.prod.website-files.com/6507242ad3e4e6ff563301e4/65207f00d2d2f809df8eaab9_new%20h%203.svg" loading="lazy" alt="Scalable infrastructure logo" class="img-infras"/><div class="text-infrastructure white">Scalable<br/>Infrastructure</div></div><div class="card-new-infrastructure home"><img src="https://cdn.prod.website-files.com/6507242ad3e4e6ff563301e4/65207f00770e8a2f50db98ed_new%20h%204.svg" loading="lazy" alt="Simple integration logo" class="img-infras"/><div class="text-infrastructure white">Simple<br/>Integration</div></div><div class="card-new-infrastructure home"><img src="https://cdn.prod.website-files.com/6507242ad3e4e6ff563301e4/65207f00420b8ab958d937e0_new%20h%205.svg" loading="lazy" alt="Affordable on chain storage logo" class="img-infras"/><div class="text-infrastructure white">Affordable<br/>On-Chain Storage</div></div><div id="w-node-_935e1e1d-fc7c-b2f0-9789-0c5d1ca0d738-563301b3" class="card-new-infrastructure home"><img src="https://cdn.prod.website-files.com/6507242ad3e4e6ff563301e4/6520717c9c62b75fd6008c7d_new%209.svg" loading="lazy" alt="Fast transactions logo" class="img-infras"/><div class="text-infrastructure white">Fast <br/>Transactions<br/></div></div><div class="card-new-infrastructure home"><img src="https://cdn.prod.website-files.com/6507242ad3e4e6ff563301e4/65207f690a22082f24881981_new%20h%206.svg" loading="lazy" alt="Low gas fees logo" class="img-infras"/><div class="text-infrastructure white">Low<br/>Gas Fees</div></div></div></div></section><section class="section"><div class="max-widht"><div class="max1 hidden"><div class="text-h font-color-theme">Metis<br/><span class="blue-h2">Decentralized</span></div></div><div class="h3-with-button hidden"><div class="h3 font-color-theme">Putting power where it belongs - in the hands of the people</div></div><div class="cards-container-bottom hidden"><a data-w-id="78947f1a-6a77-ab8c-cb5e-549018184ff9" href="/ceg" class="link-block w-inline-block"><div class="div"><div class="top"><div class="big-pha white">Introducing</div><div class="text-card white">Community Ecosystem Governance (CEG)</div><div class="bullet-container"><div class="big-pha bullet">A voting framework for the community to decentralize decision-making</div><div class="big-pha bullet">A key milestone on the roadmap towards full decentralization</div><div class="big-pha bullet">Empowering individuals to use their voice to govern the ecosystem</div><div class="big-pha bullet">This starts with verifying and choosing projects for marketing support</div><div class="big-pha bullet">And more to come. Take part today!</div></div></div><div class="bottom-card"><div class="plus-button"><div class="plus">+</div></div></div></div><div class="div over card-invert-theme"><div class="top"><div class="big-pha white">Introducing</div><div class="text-card white">Community Ecosystem Governance (CEG)</div><div class="bullet-container invert"><div class="big-pha bullet">A voting framework for the community to decentralize decision-making</div><div class="big-pha bullet">A key milestone on the roadmap towards full decentralization</div><div class="big-pha bullet">Empowering individuals to use their voice to govern the ecosystem</div><div class="big-pha bullet">This starts with verifying and choosing projects for marketing support</div><div class="big-pha bullet">And more to come. Take part today!</div></div></div><div class="bottom-card"><div class="plus-button white"><div class="text-block">Apply for CVP Status</div></div></div></div></a><a href="#" class="link-block _02 w-inline-block"><div class="div"><div class="top"><div class="big-pha white">Become a part of the</div><div class="text-card white">Community Verified Project (CVP)</div><div class="bullet-container"><div class="big-pha bullet">Increase community engagement</div><div class="big-pha bullet">Receive marketing support</div><div class="big-pha bullet">Gain social media spotlight</div><div class="big-pha bullet">Access opportunities for funding</div><div class="big-pha bullet">And more…</div></div></div><div class="bottom-card"><div class="plus-button"><div class="plus">+</div></div></div></div><div class="div over card-invert-theme"><div class="top"><div class="big-pha white">Become a part of the</div><div class="text-card white">Community Verified Project (CVP)</div><div class="bullet-container invert"><div class="big-pha bullet">Increase community engagement</div><div class="big-pha bullet">Receive marketing support</div><div class="big-pha bullet">Gain social media spotlight</div><div class="big-pha bullet">Access opportunities for funding</div><div class="big-pha bullet">And more…</div></div></div><div class="bottom-card"><div class="plus-button white"><div class="text-block">Apply for CVP Status</div></div></div></div></a></div><div data-w-id="b8892759-900b-0911-31e8-ab93cbf20c1d" style="opacity:0" class="wrapper-max-5"><div class="tab font-color-theme">Decentralization</div><div class="text-h font-color-theme">Built <span class="blue-h2">for the people. </span>Led by the community.</div><div class="h3 platform font-color-theme">Putting power where it belongs - in the hands of the people.</div></div><div data-w-id="21f0182d-22d1-cc87-7a17-5c740ecfb257" style="opacity:0" class="wrapper-cards home"><div class="card-governance"><div class="card-gov"><div class="card-header"><div class="h3-title-card inver-font">Introducing</div><div class="h3 metisverse inver-font">Community Ecosystem Governance (CEG)</div></div><div class="wrapper-info-card inver-font"><div class="info-governance">A decentralized voting framework for the community</div><div class="info-governance">Empowering individuals to govern the ecosystem</div><div class="info-governance">A key milestone towards full decentralization</div><div class="info-governance">Access opportunities for funding</div><div class="info-governance">Take part today!</div></div><a href="#" class="button-cta black white governance-card w-button">Participate in CEG</a></div><div class="card-gov over card-invert-theme"><div class="card-header invert"><div class="h3-title-card">Introducing</div><div class="h3 metisverse white">Community Ecosystem Governance (CEG)</div></div><div class="wrapper-info-card invert"><div class="info-governance">A decentralized voting framework for the community</div><div class="info-governance">Empowering individuals to govern the ecosystem</div><div class="info-governance">A key milestone towards full decentralization</div><div class="info-governance">Access opportunities for funding</div><div class="info-governance">Take part today!</div></div><a href="/ceg" class="button-cta black white governance-card invert w-button">Participate in CEG</a></div></div><div class="card-governance"><div class="card-gov"><div class="card-header inver-font"><div class="h3-title-card">Become a</div><div class="h3 metisverse">Community Verified Project (CVP)</div></div><div class="wrapper-info-card inver-font"><div class="info-governance">Increase community engagement</div><div class="info-governance">Receive marketing support</div><div class="info-governance">Gain social media spotlight</div><div class="info-governance">Access opportunities for funding</div><div class="info-governance">And more…</div></div><a href="#" class="button-cta black white governance-card w-button">Apply for CVP Status</a></div><div class="card-gov over card-invert-theme"><div class="card-header invert"><div class="h3-title-card">Become a</div><div class="h3 metisverse">Community Verified Project (CVP)</div></div><div class="wrapper-info-card invert"><div class="info-governance">Increase community engagement</div><div class="info-governance">Receive marketing support</div><div class="info-governance">Gain social media spotlight</div><div class="info-governance">Access opportunities for funding</div><div class="info-governance">And more…</div></div><a href="https://docs.ceg.vote/" target="_blank" class="button-cta black white governance-card invert w-button">Apply for CVP Status</a></div></div></div></div></section><section class="section fund-section"><div class="div-block-28"><div class="max-widht fund-padding grants"><div data-w-id="437046fa-76f1-2601-343e-be390eb43aee" style="opacity:0" class="wrapper-fund-title"><div class="text-h white fund">Metis has committed 250,000 tokens to grants in 2024</div><div class="text-h white fund-2">Check out the current status of the committed allocation</div></div><div data-w-id="437046fa-76f1-2601-343e-be390eb43af3" style="opacity:0" class="container-fund"><div class="container-fund-title"></div><div class="container-fund-poll"><div class="wrapper-fund-bg"><img src="https://cdn.prod.website-files.com/6507242ad3e4e6ff563301e4/672a9d676e35776e3ae870d5_edf%20mobile.png" loading="lazy" width="538.5" sizes="(max-width: 767px) 100vw, 538.5px" alt="" srcset="https://cdn.prod.website-files.com/6507242ad3e4e6ff563301e4/672a9d676e35776e3ae870d5_edf%20mobile-p-500.png 500w, https://cdn.prod.website-files.com/6507242ad3e4e6ff563301e4/672a9d676e35776e3ae870d5_edf%20mobile-p-800.png 800w, https://cdn.prod.website-files.com/6507242ad3e4e6ff563301e4/672a9d676e35776e3ae870d5_edf%20mobile-p-1080.png 1080w, https://cdn.prod.website-files.com/6507242ad3e4e6ff563301e4/672a9d676e35776e3ae870d5_edf%20mobile-p-1600.png 1600w, https://cdn.prod.website-files.com/6507242ad3e4e6ff563301e4/672a9d676e35776e3ae870d5_edf%20mobile.png 1795w" class="image-96"/><img src="https://cdn.prod.website-files.com/6507242ad3e4e6ff563301e4/672a9cd405880769679522a5_metis%20edf%20desktop.png" loading="lazy" width="1082.5" sizes="100vw" alt="" srcset="https://cdn.prod.website-files.com/6507242ad3e4e6ff563301e4/672a9cd405880769679522a5_metis%20edf%20desktop-p-500.png 500w, https://cdn.prod.website-files.com/6507242ad3e4e6ff563301e4/672a9cd405880769679522a5_metis%20edf%20desktop-p-800.png 800w, https://cdn.prod.website-files.com/6507242ad3e4e6ff563301e4/672a9cd405880769679522a5_metis%20edf%20desktop-p-1080.png 1080w, https://cdn.prod.website-files.com/6507242ad3e4e6ff563301e4/672a9cd405880769679522a5_metis%20edf%20desktop-p-1600.png 1600w, https://cdn.prod.website-files.com/6507242ad3e4e6ff563301e4/672a9cd405880769679522a5_metis%20edf%20desktop-p-2000.png 2000w, https://cdn.prod.website-files.com/6507242ad3e4e6ff563301e4/672a9cd405880769679522a5_metis%20edf%20desktop.png 2165w" class="image-97"/></div></div></div></div></div><div class="section-white-fund"><div data-w-id="437046fa-76f1-2601-343e-be390eb43b12" style="opacity:0" class="block-fund-2"><div data-w-id="437046fa-76f1-2601-343e-be390eb43b13" class="wrapper-open-click"><div class="text-block-12">Approved Projects</div><div class="arrow-partners"><img src="https://cdn.prod.website-files.com/6507242ad3e4e6ff563301e4/65a1c1475c94df9a7116ec1c_arrow%20up.svg" loading="lazy" style="-webkit-transform:translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(180deg) rotateY(0) rotateZ(0) skew(0, 0);-moz-transform:translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(180deg) rotateY(0) rotateZ(0) skew(0, 0);-ms-transform:translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(180deg) rotateY(0) rotateZ(0) skew(0, 0);transform:translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(180deg) rotateY(0) rotateZ(0) skew(0, 0);transform-style:preserve-3d" alt="Arrow up" class="arrow-img-partners"/></div></div><div style="height:0px" class="div-block-27"><div class="div-block-47"><div class="_w-hidden-img"><img src="https://cdn.prod.website-files.com/6507242ad3e4e6ff563301e4/65e889d62e6b9adeb849b6ed_wagmi.svg" loading="lazy" width="100" alt="Wagmi logo" class="image-94"/><div class="text-block-11">23,255 METIS</div></div><div class="_w-hidden-img"><img src="https://cdn.prod.website-files.com/6507242ad3e4e6ff563301e4/65e1f5353abc6243ce98191d_defi.png" loading="lazy" width="200" alt="Defi Kingdoms logo" class="image-94"/><div class="text-block-11">4,919 METIS</div></div><div class="_w-hidden-img"><img src="https://cdn.prod.website-files.com/6507242ad3e4e6ff563301e4/65f8467468752216144b5838_hercules%20logo%20metis.svg" loading="lazy" width="100" alt="Hercules logo" class="image-94"/><div class="text-block-11">8,000 METIS</div></div><div class="_w-hidden-img"><img src="https://cdn.prod.website-files.com/6507242ad3e4e6ff563301e4/671a5e7beceda7878538b0fb_arena.png" loading="lazy" width="100" alt="" class="image-94"/><div class="text-block-11">8,000 METIS</div></div><div class="_w-hidden-img"><img src="https://cdn.prod.website-files.com/6507242ad3e4e6ff563301e4/671a5f95e52a07ff5ba7d21b_hummus.png" loading="lazy" width="100" alt="" class="image-94"/><div class="text-block-11">8,000 METIS</div></div><div class="_w-hidden-img"><img src="https://cdn.prod.website-files.com/6507242ad3e4e6ff563301e4/672a9d012c2287d68c721926_buzz.png" loading="lazy" width="100" alt="" class="image-94"/><div class="text-block-11">8,000 METIS</div></div></div><div class="div-block-47 _2"><div class="_w-hidden-img"><img src="https://cdn.prod.website-files.com/6507242ad3e4e6ff563301e4/671a5feb38c196265c985cce_maidao.png" loading="lazy" width="100" alt="" class="image-94"/><div class="text-block-11">23,255 METIS</div></div><div class="_w-hidden-img"><img src="https://cdn.prod.website-files.com/6507242ad3e4e6ff563301e4/671a5ffc5542dbbcf8ccfd17_connext.png" loading="lazy" width="200" alt="" class="image-94"/><div class="text-block-11">4,919 METIS</div></div><div class="_w-hidden-img"><img src="https://cdn.prod.website-files.com/6507242ad3e4e6ff563301e4/671a600deeda944189bdd04a_artemis.png" loading="lazy" width="100" alt="" class="image-94"/><div class="text-block-11">8,000 METIS</div></div><div class="_w-hidden-img"><img src="https://cdn.prod.website-files.com/6507242ad3e4e6ff563301e4/671a60271cbb85519c3b8f58_pumpkin.png" loading="lazy" width="100" alt="" class="image-94"/><div class="text-block-11">8,000 METIS</div></div><div class="_w-hidden-img"><img src="https://cdn.prod.website-files.com/6507242ad3e4e6ff563301e4/671a603a09d244cde2069625_league%20tech.png" loading="lazy" width="100" alt="" class="image-94"/><div class="text-block-11">8,000 METIS</div></div><div class="_w-hidden-img"><img src="https://cdn.prod.website-files.com/6507242ad3e4e6ff563301e4/671a604f32bdbee7ea7f337d_milk%20score.png" loading="lazy" width="100" alt="" class="image-94"/><div class="text-block-11">8,000 METIS</div></div></div></div></div><div data-w-id="437046fa-76f1-2601-343e-be390eb43b21" style="opacity:0" class="block-fund-btns"><a href="https://forms.clickup.com/14257640/f/dk3f8-7202/DTS15OFDDJW45273OR" target="_blank" class="button-cta black fund w-button">Apply here</a><a href="https://www.metis.io/blog/metis-edf-a-new-chapter-for-metis" class="button-cta black white fund-2 w-button">Learn more</a></div></div></section><section class="section"><div class="max-widht"><div class="max-widht margin-home"><div data-w-id="109b4eef-ba2a-d1e3-cedf-9ae9a7a78db9" style="opacity:0" class="eco-wrapper"><div class="eco-block-2"><img src="https://cdn.prod.website-files.com/6507242ad3e4e6ff563301e4/65c105de3485e6d4729487b9_ecosystem%20graphic.v3png.png" loading="lazy" srcset="https://cdn.prod.website-files.com/6507242ad3e4e6ff563301e4/65c105de3485e6d4729487b9_ecosystem%20graphic.v3png-p-500.png 500w, https://cdn.prod.website-files.com/6507242ad3e4e6ff563301e4/65c105de3485e6d4729487b9_ecosystem%20graphic.v3png.png 661w" alt="Ecosystem dapps graph" sizes="(max-width: 661px) 100vw, 661px" class="eco-img"/><img src="https://cdn.prod.website-files.com/6507242ad3e4e6ff563301e4/654be52c963393b277174cf5_ecosystem%20graphic%20w.svg" loading="lazy" alt="Ecosystem dapps graphs" class="ecos-img-theme off"/></div><div class="eco-block-1"><div class="max1"><div class="tab font-color-theme">Ecosystem</div><div class="text-h font-color-theme">dApps. <br/>Businesses. Communities.</div></div><div class="wrapper-buttons-type"><a href="https://www.metis.io/ecosystem?type=CEX" class="tab-slider w-button">CEX</a><a href="https://www.metis.io/ecosystem?type=Bridge" class="tab-slider w-button">Bridge</a><a href="https://www.metis.io/ecosystem?type=DeFi" class="tab-slider w-button">DeFi</a><a href="https://www.metis.io/ecosystem?type=DEX" class="tab-slider w-button">DEX</a><a href="https://www.metis.io/ecosystem?type=GameFi" class="tab-slider w-button">GameFi</a><a href="https://www.metis.io/ecosystem?type=Infrastructure" class="tab-slider w-button">Infrastruture</a><a href="https://www.metis.io/ecosystem?type=Metaverse" class="tab-slider w-button">Metaverse</a><a href="https://www.metis.io/ecosystem?type=NFT" class="tab-slider w-button">NFT</a><a href="https://www.metis.io/ecosystem?type=SocialFi" class="tab-slider w-button">SocialFi</a><a href="https://www.metis.io/ecosystem?type=Wallet" class="tab-slider w-button">Wallet</a></div><a href="/ecosystem" class="button-cta black white home button-invert-theme w-button">Explore Ecosystem</a></div></div></div><div class="div-line-relative"><div class="div-block-2"></div></div><div data-w-id="109b4eef-ba2a-d1e3-cedf-9ae9a7a78dfc" style="opacity:0" class="advocates"><div class="wrapper-max-6"><div class="tab font-color-theme">Advocates</div><div class="text-h font-color-theme">Reaching all <span class="blue-h2">around the world.</span></div><div class="h3 metisverse-2 font-color-theme h-desktop">Metis Advocates help expand and educate the Metis community and spread the word about the Metis network.</div></div><div class="wrapper-button h-desktop"><a href="https://metisdao.medium.com/metis-advocate-program-help-pave-the-way-for-web3-innovation-5de890f37762" target="_blank" class="button-cta black white governance-card-4 button-invert-theme w-button">Become an Advocate</a></div><div class="wrapper-map-info"><div class="block-map-info"><div class="h3 metisverse-2 font-color-theme">Metis Advocates help expand and educate the Metis community and spread the word about the Metis network.</div><div class="wrapper-button"><a href="https://metisl2.medium.com/" target="_blank" class="button-cta black white governance-card-4 button-invert-theme w-button">Become an Advocate</a></div></div><div class="wrapper-map"><img src="https://cdn.prod.website-files.com/6507242ad3e4e6ff563301e4/6507242bd3e4e6ff563304bd_map%20dark.svg" loading="lazy" alt="metis map advocate dark theme" class="img-map hidden-theme"/><img src="https://cdn.prod.website-files.com/6507242ad3e4e6ff563301e4/6507242bd3e4e6ff563304d2_map%20light.png" loading="lazy" sizes="(max-width: 1360px) 100vw, 1360px" srcset="https://cdn.prod.website-files.com/6507242ad3e4e6ff563301e4/6507242bd3e4e6ff563304d2_map%2520light-p-500.png 500w, https://cdn.prod.website-files.com/6507242ad3e4e6ff563301e4/6507242bd3e4e6ff563304d2_map%2520light-p-800.png 800w, https://cdn.prod.website-files.com/6507242ad3e4e6ff563301e4/6507242bd3e4e6ff563304d2_map%2520light-p-1080.png 1080w, https://cdn.prod.website-files.com/6507242ad3e4e6ff563301e4/6507242bd3e4e6ff563304d2_map%20light.png 1360w" alt="metis map advocate light theme" class="img-map"/><div class="wrapper-icon-map _1"><img src="https://cdn.prod.website-files.com/6507242ad3e4e6ff563301e4/654b705615dfd9939bf104af_Frame%20417.svg" loading="lazy" alt="Location advocate" class="icon-map _1 hidden-icon"/><img src="https://cdn.prod.website-files.com/6507242ad3e4e6ff563301e4/6507242bd3e4e6ff563304d1_light%20icons.svg" loading="lazy" alt="advocate location mark" class="icon-map _1"/><div class="icon-info-map hidden"><div class="info-map-block-1"><div class="info-map-text">Say Hi to Anthony</div><div class="info-map-text-2 small">Join USA Los Angeles channel</div></div><a href="https://t.me/MetisL2" target="_blank" class="btn-map-info w-button">HERE</a></div></div><div class="wrapper-icon-map _2"><img src="https://cdn.prod.website-files.com/6507242ad3e4e6ff563301e4/654b705615dfd9939bf104af_Frame%20417.svg" loading="lazy" alt="Location advocate" class="icon-map _1 hidden-icon"/><img src="https://cdn.prod.website-files.com/6507242ad3e4e6ff563301e4/6507242bd3e4e6ff563304d1_light%20icons.svg" loading="lazy" alt="advocate location mark" class="icon-map _1"/><div class="icon-info-map hidden"><div class="info-map-block-1"><div class="info-map-text">Say Hi to Samuel</div><div class="info-map-text-2">Join USA channel</div></div><a href="https://t.me/MetisL2" target="_blank" class="btn-map-info w-button">HERE</a></div></div><div class="wrapper-icon-map _3"><img src="https://cdn.prod.website-files.com/6507242ad3e4e6ff563301e4/654b705615dfd9939bf104af_Frame%20417.svg" loading="lazy" alt="Location advocate" class="icon-map _1 hidden-icon"/><img src="https://cdn.prod.website-files.com/6507242ad3e4e6ff563301e4/6507242bd3e4e6ff563304d1_light%20icons.svg" loading="lazy" alt="advocate location mark" class="icon-map _1"/><div class="icon-info-map hidden"><div class="info-map-block-1"><div class="info-map-text">Say Hi to Benjamin</div><div class="info-map-text-2">Join Argentina channel</div></div><a href="https://t.me/metis_spanish" target="_blank" class="btn-map-info w-button">HERE</a></div></div><div class="wrapper-icon-map _4"><img src="https://cdn.prod.website-files.com/6507242ad3e4e6ff563301e4/654b705615dfd9939bf104af_Frame%20417.svg" loading="lazy" alt="Location advocate" class="icon-map _1 hidden-icon"/><img src="https://cdn.prod.website-files.com/6507242ad3e4e6ff563301e4/6507242bd3e4e6ff563304d1_light%20icons.svg" loading="lazy" alt="advocate location mark" class="icon-map _1"/><div class="icon-info-map hidden"><div class="info-map-block-1"><div class="info-map-text">Say Hi to Justus</div><div class="info-map-text-2">Join Nigeria channel</div></div><a href="https://t.me/metisafrica" target="_blank" class="btn-map-info w-button">HERE</a></div></div><div class="wrapper-icon-map _5"><img src="https://cdn.prod.website-files.com/6507242ad3e4e6ff563301e4/654b705615dfd9939bf104af_Frame%20417.svg" loading="lazy" alt="Location advocate" class="icon-map _1"/><div class="icon-info-map hidden"><div class="info-map-block-1"><div class="info-map-text">Say Hi to Anthony</div><div class="info-map-text-2">Join USA Los Angeles channel</div></div><a href="#" class="btn-map-info w-button">HERE</a></div></div><div class="wrapper-icon-map _6"><img src="https://cdn.prod.website-files.com/6507242ad3e4e6ff563301e4/654b705615dfd9939bf104af_Frame%20417.svg" loading="lazy" alt="Location advocate" class="icon-map _1 hidden-icon"/><img src="https://cdn.prod.website-files.com/6507242ad3e4e6ff563301e4/6507242bd3e4e6ff563304d1_light%20icons.svg" loading="lazy" alt="advocate location mark" class="icon-map _1"/><div class="icon-info-map hidden"><div class="info-map-block-1"><div class="info-map-text">Say Hi to Prince Omobee </div><div class="info-map-text-2">Join Africa channel</div></div><a href="https://t.me/metisafrica" target="_blank" class="btn-map-info w-button">HERE</a></div></div><div class="wrapper-icon-map _7"><img src="https://cdn.prod.website-files.com/6507242ad3e4e6ff563301e4/654b705615dfd9939bf104af_Frame%20417.svg" loading="lazy" alt="Location advocate" class="icon-map _1 hidden-icon"/><img src="https://cdn.prod.website-files.com/6507242ad3e4e6ff563301e4/6507242bd3e4e6ff563304d1_light%20icons.svg" loading="lazy" alt="advocate location mark" class="icon-map _1"/><div class="icon-info-map hidden"><div class="info-map-block-1"><div class="info-map-text">Say Hi to Patrice</div><div class="info-map-text-2">Join France channel</div></div><a href="https://t.me/metis_french" target="_blank" class="btn-map-info w-button">HERE</a></div></div><div class="wrapper-icon-map _8"><img src="https://cdn.prod.website-files.com/6507242ad3e4e6ff563301e4/654b705615dfd9939bf104af_Frame%20417.svg" loading="lazy" alt="Location advocate" class="icon-map _1"/><div class="icon-info-map hidden"><div class="info-map-block-1"><div class="info-map-text">Say Hi to Anthony</div><div class="info-map-text-2">Join USA Los Angeles channel</div></div><a href="#" class="btn-map-info w-button">HERE</a></div></div><div class="wrapper-icon-map _9"><img src="https://cdn.prod.website-files.com/6507242ad3e4e6ff563301e4/654b705615dfd9939bf104af_Frame%20417.svg" loading="lazy" alt="Location advocate" class="icon-map _1 hidden-icon"/><img src="https://cdn.prod.website-files.com/6507242ad3e4e6ff563301e4/6507242bd3e4e6ff563304d1_light%20icons.svg" loading="lazy" alt="advocate location mark" class="icon-map _1"/><div class="icon-info-map hidden"><div class="info-map-block-1"><div class="info-map-text">Say Hi to Darligton</div><div class="info-map-text-2">Join Africa channel</div></div><a href="https://t.me/metisafrica" target="_blank" class="btn-map-info w-button">HERE</a></div></div><div class="wrapper-icon-map _10"><img src="https://cdn.prod.website-files.com/6507242ad3e4e6ff563301e4/654b705615dfd9939bf104af_Frame%20417.svg" loading="lazy" alt="Location advocate" class="icon-map _1 hidden-icon"/><img src="https://cdn.prod.website-files.com/6507242ad3e4e6ff563301e4/6507242bd3e4e6ff563304d1_light%20icons.svg" loading="lazy" alt="advocate location mark" class="icon-map _1"/><div class="icon-info-map hidden"><div class="info-map-block-1"><div class="info-map-text">Say Hi to Svyatoslav </div><div class="info-map-text-2">Join Belorussia channel</div></div><a href="https://t.me/MetisL2" target="_blank" class="btn-map-info w-button">HERE</a></div></div><div class="wrapper-icon-map _11"><img src="https://cdn.prod.website-files.com/6507242ad3e4e6ff563301e4/654b705615dfd9939bf104af_Frame%20417.svg" loading="lazy" alt="Location advocate" class="icon-map _1 hidden-icon"/><img src="https://cdn.prod.website-files.com/6507242ad3e4e6ff563301e4/6507242bd3e4e6ff563304d1_light%20icons.svg" loading="lazy" alt="advocate location mark" class="icon-map _1"/><div class="icon-info-map hidden"><div class="info-map-block-1"><div class="info-map-text">Say Hi to Navid</div><div class="info-map-text-2">Join Iran channel</div></div><a href="https://t.me/metis_persian" target="_blank" class="btn-map-info w-button">HERE</a></div></div><div class="wrapper-icon-map _12"><img src="https://cdn.prod.website-files.com/6507242ad3e4e6ff563301e4/654b705615dfd9939bf104af_Frame%20417.svg" loading="lazy" alt="Location advocate" class="icon-map _1 hidden-icon"/><img src="https://cdn.prod.website-files.com/6507242ad3e4e6ff563301e4/6507242bd3e4e6ff563304d1_light%20icons.svg" loading="lazy" alt="advocate location mark" class="icon-map _1"/><div class="icon-info-map hidden"><div class="info-map-block-1"><div class="info-map-text">Say Hi to Taseer Ali</div><div class="info-map-text-2">Join Pakistan channel</div></div><a href="https://t.me/metis_pakistan" target="_blank" class="btn-map-info w-button">HERE</a></div></div><div class="wrapper-icon-map _13"><img src="https://cdn.prod.website-files.com/6507242ad3e4e6ff563301e4/654b705615dfd9939bf104af_Frame%20417.svg" loading="lazy" alt="Location advocate" class="icon-map _1"/><div class="icon-info-map hidden"><div class="info-map-block-1"><div class="info-map-text">Say Hi to Anthony</div><div class="info-map-text-2">Join USA Los Angeles channel</div></div><a href="#" class="btn-map-info w-button">HERE</a></div></div><div class="wrapper-icon-map _14"><img src="https://cdn.prod.website-files.com/6507242ad3e4e6ff563301e4/654b705615dfd9939bf104af_Frame%20417.svg" loading="lazy" alt="Location advocate" class="icon-map _1 hidden-icon"/><img src="https://cdn.prod.website-files.com/6507242ad3e4e6ff563301e4/6507242bd3e4e6ff563304d1_light%20icons.svg" loading="lazy" alt="advocate location mark" class="icon-map _1"/><div class="icon-info-map hidden"><div class="info-map-block-1"><div class="info-map-text">Say Hi to Viktor</div><div class="info-map-text-2">Join Ukraine channel</div></div><a href="https://t.me/MetisL2" target="_blank" class="btn-map-info w-button">HERE</a></div></div><div class="wrapper-icon-map _15"><img src="https://cdn.prod.website-files.com/6507242ad3e4e6ff563301e4/654b705615dfd9939bf104af_Frame%20417.svg" loading="lazy" alt="Location advocate" class="icon-map _1 hidden-icon"/><img src="https://cdn.prod.website-files.com/6507242ad3e4e6ff563301e4/6507242bd3e4e6ff563304d1_light%20icons.svg" loading="lazy" alt="advocate location mark" class="icon-map _1"/><div class="icon-info-map hidden"><div class="info-map-block-1"><div class="info-map-text">Say Hi to Aleksey</div><div class="info-map-text-2">Join Russia channel</div></div><a href="https://t.me/MetisL2" target="_blank" class="btn-map-info w-button">HERE</a></div></div><div class="wrapper-icon-map _16"><img src="https://cdn.prod.website-files.com/6507242ad3e4e6ff563301e4/654b705615dfd9939bf104af_Frame%20417.svg" loading="lazy" alt="Location advocate" class="icon-map _1 hidden-icon"/><img src="https://cdn.prod.website-files.com/6507242ad3e4e6ff563301e4/6507242bd3e4e6ff563304d1_light%20icons.svg" loading="lazy" alt="advocate location mark" class="icon-map _1"/><div class="icon-info-map left-2 hidden"><div class="info-map-block-1"><div class="info-map-text">Say Hi to Maxim</div><div class="info-map-text-2">Join Ukraine channel</div></div><a href="https://t.me/MetisL2" target="_blank" class="btn-map-info w-button">HERE</a></div></div><div class="wrapper-icon-map _17"><img src="https://cdn.prod.website-files.com/6507242ad3e4e6ff563301e4/654b705615dfd9939bf104af_Frame%20417.svg" loading="lazy" alt="Location advocate" class="icon-map _1 hidden-icon"/><img src="https://cdn.prod.website-files.com/6507242ad3e4e6ff563301e4/6507242bd3e4e6ff563304d1_light%20icons.svg" loading="lazy" alt="advocate location mark" class="icon-map _1"/><div class="icon-info-map right hidden"><div class="info-map-block-1"><div class="info-map-text">Say Hi to Kadriya</div><div class="info-map-text-2">Join Russia channel</div></div><a href="https://t.me/MetisL2" target="_blank" class="btn-map-info w-button">HERE</a></div></div></div></div></div><div data-w-id="109b4eef-ba2a-d1e3-cedf-9ae9a7a78ecb" style="opacity:0" class="subscribe-form home"><div class="form-home w-form"><form id="wf-form-Form-Home-subscription-brevo" name="wf-form-Form-Home-subscription" data-name="Form Home subscription" action="https://78d729d6.sibforms.com/serve/MUIFALA4Ml9daLiQtMscLsreXr3exLnzl00HueEC0GEgR8WFOtD08LZLPzKazxN6XVUT8LNW-uz34Q_OlU4I5fXQQibTjmH_yew0J7R6dDHnVJLhcu2ShT5Xro8_Q9vsR5OfU2qy_s69LhuPvjD5fmNBIZI0aVRJAA48dJZv2INMIaBfJkqGCA6in_nuPfvhBEcsSUgTOa84V0ux" method="post" class="form-home-catch w-node-_109b4eef-ba2a-d1e3-cedf-9ae9a7a78ecf-563301b3" data-wf-page-id="6507242ad3e4e6ff563301b3" data-wf-element-id="109b4eef-ba2a-d1e3-cedf-9ae9a7a78ecf"><div id="w-node-_109b4eef-ba2a-d1e3-cedf-9ae9a7a78ecd-563301b3" class="tab home-subs">Subscribe to our newsletter</div><div class="form-2"><input class="field-subs m-input w-input" maxlength="256" name="EMAIL" data-name="EMAIL" placeholder="" type="email" id="EMAIL-5" required=""/><input type="submit" data-wait="Please wait..." class="button-cta btn-subs m-btn w-button" value="Subscribe"/></div></form><div class="w-form-done"><div>Thank you! Your submission has been received!</div></div><div class="w-form-fail"><div>Oops! Something went wrong while submitting the form.</div></div></div></div></div></section><section class="section footer"><div class="footer-container"><div class="footer-menu"><a href="/" aria-current="page" class="w-inline-block w--current"><img src="https://cdn.prod.website-files.com/6507242ad3e4e6ff563301e4/65456c8e4f6aaae6afc5eb7f_main%20Logotype.png" loading="lazy" sizes="100vw" srcset="https://cdn.prod.website-files.com/6507242ad3e4e6ff563301e4/65456c8e4f6aaae6afc5eb7f_main%2520Logotype-p-500.png 500w, https://cdn.prod.website-files.com/6507242ad3e4e6ff563301e4/65456c8e4f6aaae6afc5eb7f_main%2520Logotype-p-800.png 800w, https://cdn.prod.website-files.com/6507242ad3e4e6ff563301e4/65456c8e4f6aaae6afc5eb7f_main%2520Logotype-p-1080.png 1080w, https://cdn.prod.website-files.com/6507242ad3e4e6ff563301e4/65456c8e4f6aaae6afc5eb7f_main%2520Logotype-p-1600.png 1600w, https://cdn.prod.website-files.com/6507242ad3e4e6ff563301e4/65456c8e4f6aaae6afc5eb7f_main%2520Logotype-p-2000.png 2000w, https://cdn.prod.website-files.com/6507242ad3e4e6ff563301e4/65456c8e4f6aaae6afc5eb7f_main%2520Logotype-p-2600.png 2600w, https://cdn.prod.website-files.com/6507242ad3e4e6ff563301e4/65456c8e4f6aaae6afc5eb7f_main%20Logotype.png 3001w" alt="Metis white logo" class="image-2"/></a><div class="footer-botons-container"><div class="col"><a href="/platform" class="button-footer w-button">Developer</a><a href="/blog" class="button-footer w-button">Knowledge</a><a href="/jobs" class="button-footer w-button">Careers</a><a href="/newsletter" class="button-footer w-button">Subscribe</a><a href="/blog" class="button-footer w-button">Q&A</a><a href="/brandassets" class="button-footer w-button">Brand Assets</a></div><div class="col"><a href="/community" class="button-footer w-button">Community</a><a href="/company" target="_blank" class="button-footer w-button">Company</a><a href="/ecosystem" class="button-footer w-button">Ecosystem</a><a href="https://drive.google.com/file/d/1wnNbisUREP_gSX1Vfl1Fjmi9PpObmZZQ/view" target="_blank" class="button-footer w-button">Terms & conditions</a><a href="/events" class="button-footer w-button">Events</a><a href="/contact-us" class="button-footer w-button">Contact</a></div></div></div><div class="footer-social-media"><a href="https://twitter.com/MetisL2" target="_blank" class="icon-social-media w-inline-block"><img src="https://cdn.prod.website-files.com/6507242ad3e4e6ff563301e4/6507242bd3e4e6ff5633034a_footer%20x.svg" loading="lazy" alt="" class="img-footer-social"/></a><a href="https://t.me/MetisL2" target="_blank" class="icon-social-media w-inline-block"><img src="https://cdn.prod.website-files.com/6507242ad3e4e6ff563301e4/654a61f02ec3c3645459a5c4_blue%20tele.svg" loading="lazy" alt="" class="img-footer-social"/></a><a href="https://metisl2.medium.com/" target="_blank" class="icon-social-media w-inline-block"><img src="https://cdn.prod.website-files.com/6507242ad3e4e6ff563301e4/654a6203ce91c879d15dfa8d_blue%20medium.svg" loading="lazy" alt="" class="img-footer-social"/></a><a href="https://discord.com/invite/metis" target="_blank" class="icon-social-media w-inline-block"><img src="https://cdn.prod.website-files.com/6507242ad3e4e6ff563301e4/654a620fb2b4a90babbc7faa_blue%20discord.svg" loading="lazy" alt="" class="img-footer-social"/></a><a href="https://github.com/MetisProtocol" target="_blank" class="icon-social-media w-inline-block"><img src="https://cdn.prod.website-files.com/6507242ad3e4e6ff563301e4/6507242bd3e4e6ff56330366_footer%20github.svg" loading="lazy" alt="" class="img-footer-social"/></a><a href="https://www.youtube.com/@Metis_L2" target="_blank" class="icon-social-media w-inline-block"><img src="https://cdn.prod.website-files.com/6507242ad3e4e6ff563301e4/654a61d3727c6023d1b3e380_blue%20you.svg" loading="lazy" alt="" class="img-footer-social"/></a><a href="https://www.instagram.com/metisl2/" target="_blank" class="icon-social-media w-inline-block"><img src="https://cdn.prod.website-files.com/6507242ad3e4e6ff563301e4/654a61e8cee4bd888e4a458f_blue%20telegram.svg" loading="lazy" alt="" class="img-footer-social"/></a></div></div><div class="w-embed w-script"><script src="https://api.thx.network/v1/widget/668d323f14edbda849dd10d9.js" defer ></script></div></section><a href="#header" class="back-to-top w-inline-block"></a><div class="script-theme w-embed w-script"><script> ////Theme Script vars////// const d = document; const $btnTheme = d.querySelector('.theme') const themeName = "metis-theme" //prevents the page from showing white for a second function showContent() { document.body.style.visibility = 'visible'; document.body.style.opacity = 1; } //function to save the page theme to localstorage function localTheme() { if (localStorage.getItem(themeName) === null) { localStorage.setItem(themeName, "dark"); } } localTheme() //function that is responsible for changing the theme when you click the theme switch button function themeChange(classtarget, classtheme) { function switchtheme(classone, classtwo) { let anchorclass = d.querySelectorAll(classone) anchorclass.forEach(element => { element.classList.toggle(classtwo) }); } if (localStorage.getItem(themeName) !== "light") { switchtheme(classtarget, classtheme) } document.addEventListener('click', (e) => { if (e.target.matches(".theme")) { switchtheme(classtarget, classtheme) } }) } //function that is responsible for changing the theme when you click the theme switch button document.addEventListener('click', (e) => { if (e.target.matches(".theme")) { if (localStorage.getItem(themeName) === "light") { localStorage.setItem(themeName, "dark"); } else { localStorage.setItem(themeName, "light"); } } }) // Buton theme tag (All pages) themeChange(".theme","btn-theme-bg") //Navbar theme tag (All pages) themeChange(".navbar", "bg-theme-nav") //Navbar logo tag (All pages) themeChange(".image-nav", "hidden-theme") //Navbar bg tag (All pages) themeChange(".nav-menu", "bg-theme-nav") //Navbar link tag (All pages) themeChange(".menu-button", "nav-font-theme") //Menu drop button Mobile tag (All pages) themeChange(".menu-button-2", "bg-theme-nav") themeChange(".icon", "nav-font-theme") //Fund change img //themeChange(".img-fund", "hidden") //themeChange(".button-center-fund", "btn-black") //Menu navbar hover tag (All pages) themeChange(".mega-menu-platform", "bg-theme-nav") //Menu navbar hover tag (All pages) themeChange(".mega-menu-ecosystem", "bg-theme-nav") //Menu navbar hover tag (All pages) themeChange(".mega-menu-more", "bg-theme-nav") //Menu navbar hover tag (All pages) themeChange(".mega-menu-company", "bg-theme-nav") //Menu navbar hover tag (All pages) themeChange(".mega-menu-governance", "bg-theme-nav") //Link mega menu tag (All pages) themeChange(".link-m-mega", "nav-font-theme") //dynamic data tag (Home page) themeChange(".card-home", "card-theme") //card team section tag (Company page) themeChange(".card-team-color", "card-theme") //Body bg tag (All pages) themeChange("body", "bg-theme-dark") //BG grey color tag (All pages) themeChange(".section-theme", "bg-theme-section") //block text invert color tag (All pages) themeChange(".font-color-theme-invert","font-c-theme-invert") //Text color tag (All pages) themeChange(".font-color-theme", "font-color-theme-white") //Cards gradients invert tag (All pages) themeChange(".card-invert-theme","card-i-theme") //Slider invert color tag (Pages with swiper.js) themeChange(".slide-nav","invert-theme") //Buton invert color tag (All pages) themeChange(".button-invert-theme","btn-invert-theme") //Invert bullets (Pages with swiper.js) themeChange(".wrapper-bullet-5","invert-theme") //Invert bullets (Pages with swiper.js) themeChange(".wrapper-bullet-4","invert-theme") //Field theme tag (All pages with fields) themeChange(".field-theme","field-theme-white") //Bg div's invert tag (All pages) themeChange(".filter-invert-theme","invert-theme") //BG #000 div's tag (All pages) themeChange(".bg-theme","bg-theme-dark") //Card theme change tag (Ecosystem page) //themeChange(".card-eco-theme","card-e-theme") //Hidden div's tag (All pages) themeChange(".block-hidden-theme","b-h-theme") //select menu filter tag (Ecosystem page) themeChange(".select-menu","bg-theme-invert") //Mobile menu bg tag (Knowledge page) themeChange(".block-mobile-filter","invert-theme") //Imagen invert filter tag (All pages) themeChange(".img-theme-invert","invert-theme") //Dropdown anvbar menu images tag (All pages) themeChange(".img-menu-invert","invert-theme") //Field search in men mobile (Knowledge page) themeChange(".field-search-mobile","invert-theme") //Change img theme map advocate (Home page) themeChange(".img-map","hidden-theme") //Icon change theme map advocate (Haome page) themeChange(".icon-map","hidden-icon") //Radio theme change menu mobile tag (Ecosystem page) themeChange(".radio-h","invert-normal") //Community card theme change tag (Community page) themeChange(".community-invert","comm-invert") //Community card theme change button tag (Community page) themeChange(".button-social-media","d-btn") //Theme tab slider (Home page) themeChange(".tab-slider","tab-dark") //Text invert theme for mobile navbar (All pages) themeChange(".text-m","text-invert") //Text invert (Marathon page) themeChange(".list-text-marathon","list-invert") //CEX CARD invert (Bridge page) themeChange(".tokens-button","theme-b-dark") themeChange(".card-cex","card-cex-b") //COLOR CHANGE ONLY METIS SEQUENCER themeChange(".sq-switch","sq-c-theme") themeChange(".sq-switch-b","sq-c-theme") themeChange(".button-sq","button-sq-i") themeChange(".image-20","img-hidden") //Company page leaders teme switch themeChange(".card-team-leader","hover-switch") themeChange(".social-team-media","switch") //Cards decentralized themeChange(".start-e-a","start-b") themeChange(".card-e-a","card-e-b") //Thank you themeChange(".text-t-style1","font-w") //Metis Jobs themeChange(".info-t-job-style","job-t-w") themeChange(".info-t-job-style-2","job-t-w") themeChange(".btn-join-us","btn-join-us-b") themeChange(".card-job","card-job-bg") themeChange(".card-info-job","card-info-job-b") themeChange(".line-jobs","line-jobs-b") //Grants page themeChange(".bg-t","bg-b-t") themeChange(".card-b-header","invert") themeChange(".card-b-body-2","invert") //themeChange(".wrap-how-to-play","bg-black") //themeChange(".absolute-g","absolute-o") themeChange(".card-grants-2","bg-b-tt") themeChange(".font-t-1","font-c-1") themeChange(".font-t-2","font-c-2") themeChange(".img-wings-1","img-hidden") //themeChange(".gamefi","bg-gamefi") themeChange(".font-color-w","font-color-theme-white") themeChange(".bg-flag","bg-blck") themeChange(".img-logo-podcast-metis","hidden-theme") themeChange(".card-buidl-event","card-b-buidl") themeChange(".text-buidl-style-3","font-w") themeChange(".card-event-buidl","c-event-b") themeChange(".text-buidl-c-style-1","font-w") themeChange(".c-buidl","c-btn-buidl") themeChange(".text-buidl-style-4","font-w") themeChange(".text-buidl-style-6","font-w") /////////////////////////////////////////////////////////////////////////////////////////// //?? themeChange(".wrapper-max-14","line-theme") //?? themeChange(".eco-img","on") //?? themeChange(".ecos-img-theme","off") //?? themeChange(".card-hosted","card-dark") //? themeChange(".tag-temple","invert-theme") //?? themeChange(".info-eco-theme","info-e-theme") //?? themeChange(".btn-theme-mobile","invert-theme") //?? themeChange(".testimonal-theme","t-theme") //?? themeChange(".animation", "invert-theme") //?? themeChange(".second", "button-theme-white") //?? themeChange(".tab-theme","tab-invert-color") window.addEventListener('load', function(){ themeChange(".w-slider-dot","white-dot") }) ///*prevents the page from showing white for a second*/ window.addEventListener('DOMContentLoaded', function () { showContent(); }) </script></div></div><script src="https://d3e54v103j8qbb.cloudfront.net/js/jquery-3.5.1.min.dc5e7f18c8.js?site=6507242ad3e4e6ff563301e4" type="text/javascript" integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=" crossorigin="anonymous"></script><script src="https://cdn.prod.website-files.com/6507242ad3e4e6ff563301e4/js/webflow.schunk.4a394eb5af8156f2.js" type="text/javascript"></script><script src="https://cdn.prod.website-files.com/6507242ad3e4e6ff563301e4/js/webflow.schunk.c2aa238619ecee8d.js" type="text/javascript"></script><script src="https://cdn.prod.website-files.com/6507242ad3e4e6ff563301e4/js/webflow.schunk.7c751f8111dbf928.js" type="text/javascript"></script><script src="https://cdn.prod.website-files.com/6507242ad3e4e6ff563301e4/js/webflow.schunk.8ece95c405b06ec5.js" type="text/javascript"></script><script src="https://cdn.prod.website-files.com/6507242ad3e4e6ff563301e4/js/webflow.schunk.f57c4c4574bfea67.js" type="text/javascript"></script><script src="https://cdn.prod.website-files.com/6507242ad3e4e6ff563301e4/js/webflow.schunk.58d78bb00505e8dd.js" type="text/javascript"></script><script src="https://cdn.prod.website-files.com/6507242ad3e4e6ff563301e4/js/webflow.schunk.a2b3c6f017aef1ab.js" type="text/javascript"></script><script src="https://cdn.prod.website-files.com/6507242ad3e4e6ff563301e4/js/webflow.schunk.ef7080c06606ca1c.js" type="text/javascript"></script><script src="https://cdn.prod.website-files.com/6507242ad3e4e6ff563301e4/js/webflow.0464e4df.deef754236293b36.js" type="text/javascript"></script> <!-- <script> ////Script header custom videos URL external and load meta data function changeVideo(id, url) { const videoElement = document.getElementById(id); const sourceElement = videoElement ? videoElement.querySelector("source") : null; if (sourceElement) { sourceElement.setAttribute("src", url); videoElement.addEventListener('loadedmetadata', function() { setTimeout(() => { videoElement.play(); // Play video when loadedmetadata event is triggered }, 500); }); //videoElement.load(); function pauseVideoWhenNotInFocus() { if (document.visibilityState === 'hidden') { videoElement.pause(); } else if (document.visibilityState === 'visible') { videoElement.play(); } } document.addEventListener('visibilitychange', pauseVideoWhenNotInFocus); window.addEventListener('beforeunload', function() { videoElement.pause(); }); } } document.addEventListener('DOMContentLoaded', function() { // changeVideo("28a71150-61c8-2fc5-2925-ec46dfc22db6-video","https://www.dropbox.com/scl/fi/v1twt3t3q69em4k0s77my/platform-blue.mp4?rlkey=6r0mwt2buaoeq1xw5dsijkbgp&dl=0") // changeVideo("188b6927-4f09-96c5-73de-17fbbac150fc-video","https://webflowstorageaccount.blob.core.windows.net/webflow-metis-io/platform%20m.mp4") }) ////////////////////script valid email/////////////////////// $(document).ready(function() { // make an array of invalid domains const invalidDomains = ['email.tst','example.com']; const submitBtn = $('.btn-subs'); submitBtn.click(()=>{ const email = $('.field-subs'); const domainPart = email.val().split('@')[1]; if(invalidDomains.indexOf(domainPart) !== -1) { email.val(''); email.attr('placeholder','Please enter a valid email'); return false; } else{ return true; } }); }); </script> --> </body></html>