mirror of
https://github.com/logos-co/logos-web.git
synced 2026-08-30 21:51:09 +00:00
11 lines
155 KiB
HTML
11 lines
155 KiB
HTML
<!DOCTYPE html><html lang="en" class="scroll-smooth rhymesdisplay_b8087fb8-module__8EKiAG__variable public_sans_d4e4ef0f-module__-oWnya__variable open_sans_a7d9b752-module___eEi8W__variable fira_code_57d878b-module__TfNSkG__variable fira_mono_37c6529c-module__5lrg9q__variable"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="preload" href="/_next/static/media/788ad271f9d0b1c8-s.p.0ozfxe_l0spp4.woff2" as="font" crossorigin="" type="font/woff2"/><link rel="preload" href="/_next/static/media/8f50c616ff21aafd-s.p.04xpi8-p5fibe.woff2" as="font" crossorigin="" type="font/woff2"/><link rel="preload" href="/_next/static/media/9ce9a4a38ba25966-s.p.0ai088f2k10g..woff2" as="font" crossorigin="" type="font/woff2"/><link rel="preload" href="/_next/static/media/b8b552e8609c5636-s.p.0vinx1niofu4y.woff2" as="font" crossorigin="" type="font/woff2"/><link rel="preload" href="/_next/static/media/fa0520225c6f3d07-s.p.0_88erakuzr64.woff2" as="font" crossorigin="" type="font/woff2"/><link rel="preload" href="/_next/static/media/rhymes_display_regular-s.p.14b85k4~uv6qn.woff2" as="font" crossorigin="" type="font/woff2"/><link rel="preload" as="image" href="/images/roadmap/releases/testnet-v0-2.png"/><link rel="stylesheet" href="/_next/static/chunks/03hmkjx649szf.css" data-precedence="next"/><link rel="stylesheet" href="/_next/static/chunks/04cm.w0twky0p.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/0pcyg8q97k1ft.js"/><script src="/_next/static/chunks/0mzbolz.0_dg3.js" async=""></script><script src="/_next/static/chunks/13o9yen6h3d-_.js" async=""></script><script src="/_next/static/chunks/0ye_.~oi__8qr.js" async=""></script><script src="/_next/static/chunks/turbopack-0petc6_93~q3h.js" async=""></script><script src="/_next/static/chunks/17hkzjx44u3dy.js" async=""></script><script src="/_next/static/chunks/0-cgqeykwauj~.js" async=""></script><script src="/_next/static/chunks/17n8x2dvjvy8u.js" async=""></script><script src="/_next/static/chunks/0kxztukdpg3gd.js" async=""></script><script src="/_next/static/chunks/113cbtzy2q3sb.js" async=""></script><script src="/_next/static/chunks/0ryof3~3uu6ua.js" async=""></script><script src="/_next/static/chunks/0cnxl~oft49l..js" async=""></script><script src="/_next/static/chunks/10x45wppvw40p.js" async=""></script><script src="/_next/static/chunks/14otxyl5k5kdt.js" async=""></script><script src="/_next/static/chunks/0yp~v35u97u9r.js" async=""></script><link rel="preload" href="https://umami.bi.status.im/script.js" as="script"/><meta name="next-size-adjust" content=""/><title>Roadmap | Logos</title><meta name="description" content="Roadmap timelines and technical objectives for the Logos technology stack."/><meta name="keywords" content="roadmap"/><meta name="creator" content="Logos"/><meta name="robots" content="noindex, follow"/><link rel="canonical" href="https://dev.logos.co/roadmap"/><link rel="alternate" hrefLang="en" href="https://dev.logos.co/roadmap"/><link rel="alternate" hrefLang="x-default" href="https://dev.logos.co/roadmap"/><meta property="og:title" content="Roadmap | Logos"/><meta property="og:description" content="Roadmap timelines and technical objectives for the Logos technology stack."/><meta property="og:url" content="https://dev.logos.co/roadmap"/><meta property="og:site_name" content="Logos"/><meta property="og:locale" content="en"/><meta property="og:image" content="https://dev.logos.co/og.jpeg"/><meta property="og:image:width" content="1200"/><meta property="og:image:height" content="630"/><meta property="og:image:alt" content="Roadmap | Logos"/><meta property="og:type" content="website"/><meta name="twitter:card" content="summary_large_image"/><meta name="twitter:title" content="Roadmap | Logos"/><meta name="twitter:description" content="Roadmap timelines and technical objectives for the Logos technology stack."/><meta name="twitter:image" content="https://dev.logos.co/og.jpeg"/><link rel="icon" href="/favicon.svg?v=20260630" type="image/svg+xml" media="(prefers-color-scheme: light)"/><link rel="icon" href="/favicon-dark.svg?v=20260630" type="image/svg+xml" media="(prefers-color-scheme: dark)"/><link rel="icon" href="/favicon-32x32.png?v=20260630" sizes="32x32" type="image/png" media="(prefers-color-scheme: light)"/><link rel="icon" href="/favicon-32x32-dark.png?v=20260630" sizes="32x32" type="image/png" media="(prefers-color-scheme: dark)"/><link rel="icon" href="/favicon-16x16.png?v=20260630" sizes="16x16" type="image/png" media="(prefers-color-scheme: light)"/><link rel="icon" href="/favicon-16x16-dark.png?v=20260630" sizes="16x16" type="image/png" media="(prefers-color-scheme: dark)"/><link rel="icon" href="/favicon.ico?v=20260630" sizes="any" media="(prefers-color-scheme: light)"/><link rel="icon" href="/favicon-dark.ico?v=20260630" sizes="any" media="(prefers-color-scheme: dark)"/><link rel="apple-touch-icon" href="/apple-touch-icon.png" sizes="180x180" type="image/png"/><script>
|
||
(function() {
|
||
try {
|
||
var theme = localStorage.getItem('theme');
|
||
var systemTheme = window.matchMedia('(prefers-color-scheme: dark)').matches ? 'dark' : 'light';
|
||
var initialTheme = theme || systemTheme;
|
||
document.documentElement.setAttribute('data-theme', initialTheme);
|
||
} catch (e) {}
|
||
})();
|
||
</script><script src="/_next/static/chunks/03~yq9q893hmn.js" noModule=""></script></head><body><div hidden=""><!--$--><!--/$--></div><header class="left-0 right-0 top-0 z-50 sticky"><div class="relative transition-colors duration-300 md:hidden h-10 text-brand-dark-green"><a href="/" class="absolute left-3 inline-flex cursor-pointer items-center transition-opacity hover:opacity-70 top-1/2 -translate-y-1/2 gap-1"><span class="sr-only">LOGOS</span><svg aria-hidden="true" class="inline-block fill-current shrink-0" fill="none" style="width:8.461538461538462px;height:11px" viewBox="0 0 20 26" xmlns="http://www.w3.org/2000/svg"><path d="M14.6386 26C13.728 26 12.945 25.7854 12.2881 25.3549C11.6312 24.9244 11.1344 24.2467 10.7962 23.3233C10.5841 22.7003 10.4359 21.9368 10.3513 21.0328C10.2668 20.1302 10.2134 19.1833 10.1926 18.1948C10.1718 17.1842 10.1497 16.2061 10.1289 15.2592C10.1289 15.0017 10.0651 14.8716 9.93897 14.8716C9.83361 14.8716 9.72695 14.9575 9.62159 15.1292C9.21967 15.8822 8.74359 16.742 8.19208 17.7097C7.66268 18.6773 7.13328 19.645 6.60388 20.6127C6.07447 21.5804 5.5984 22.4518 5.17436 23.2257C4.77243 23.9788 4.48627 24.5264 4.31717 24.871C4.10515 25.3445 3.76696 25.6449 3.3013 25.7737C2.85644 25.9246 2.29582 25.9571 1.61814 25.8699C0.940452 25.7841 0.464381 25.5149 0.188624 25.0635C-0.107945 24.5901 -0.0546142 24.0958 0.347315 23.5795C0.623072 23.2348 1.01459 22.7198 1.52188 22.0317C2.03047 21.3216 2.6015 20.5269 3.23626 19.645C3.87102 18.7424 4.51749 17.8176 5.17306 16.8707C5.85075 15.9031 6.48551 14.9783 7.07865 14.0964C7.67178 13.1938 8.16867 12.4082 8.5706 11.7423C8.99464 11.0542 9.26909 10.5483 9.39657 10.2257C9.52404 9.92526 9.66062 9.591 9.8089 9.22551C9.95719 8.86003 10.0313 8.48414 10.0313 8.09655C10.0313 6.67754 9.89345 5.61231 9.61899 4.90345C9.36535 4.17249 9.01545 3.68864 8.5706 3.45193C8.14655 3.1944 7.68089 3.06433 7.1736 3.06433C6.79248 3.06433 6.38015 3.13977 5.9353 3.29065C5.51125 3.44152 5.2368 3.58069 5.10933 3.70945C4.87649 3.94617 4.65407 3.98909 4.44205 3.83822C4.23002 3.68734 4.16629 3.44022 4.25214 3.09685C4.48497 2.30085 4.90901 1.592 5.52296 0.967684C6.13951 0.322561 6.9967 0 8.09713 0C9.26129 0 10.1822 0.332967 10.8599 1.0002C11.5376 1.66743 12.0241 2.73137 12.3206 4.1933C12.6172 5.65523 12.7655 7.5906 12.7655 9.9994C12.7655 12.8374 12.8084 15.1071 12.893 16.8057C12.9775 18.5044 13.1154 19.7842 13.3053 20.6439C13.4952 21.4828 13.7606 22.0421 14.0987 22.3218C14.459 22.6014 14.9026 22.7406 15.432 22.7406C15.9614 22.7406 16.4167 22.6326 16.8615 22.418C17.3272 22.2034 17.7291 21.9238 18.0686 21.5791C18.2169 21.4074 18.386 21.3424 18.5772 21.3853C18.7671 21.4282 18.9154 21.5466 19.022 21.7404C19.1495 21.9121 19.1495 22.1384 19.022 22.418C18.5772 23.4078 17.9841 24.2571 17.2439 24.966C16.5246 25.654 15.6557 25.9987 14.6399 25.9987L14.6386 26Z"></path></svg><svg xmlns="http://www.w3.org/2000/svg" width="38" height="13" viewBox="0 0 38 13" fill="none" aria-hidden="true" class="inline-block fill-current translate-y-[1px]"><path d="M7.63 10.22H0V9.814C0.938 9.814 1.33 9.422 1.33 8.54V1.68C1.33 0.798 0.938 0.406 0 0.406V0H4.088V0.406C3.15 0.406 2.744 0.798 2.744 1.68V9.59H5.012C6.622 9.59 7.378 8.904 8.148 7.336H8.554L7.63 10.22Z"></path><path d="M12.5608 10.388C10.5028 10.388 9.27084 8.652 9.27084 6.734C9.27084 4.48 10.8668 2.982 12.6868 2.982C14.7308 2.982 15.9628 4.718 15.9628 6.65C15.9628 8.904 14.3668 10.388 12.5608 10.388ZM12.7848 9.814C13.8908 9.814 14.5628 8.876 14.5628 7.182C14.5628 5.488 13.8908 3.556 12.4488 3.556C11.3428 3.556 10.6848 4.508 10.6848 6.202C10.6848 7.896 11.3428 9.814 12.7848 9.814Z"></path><path d="M22.3245 3.304C22.1285 3.304 21.9045 3.458 21.7365 3.654C22.1705 4.06 22.4365 4.62 22.4365 5.236C22.4365 6.468 21.6385 7.588 19.9305 7.588C19.5945 7.588 19.2865 7.532 18.9925 7.448C18.5305 7.616 18.2645 7.854 18.2645 8.078C18.2645 8.4 18.6145 8.498 19.2725 8.554L21.2185 8.708C22.4085 8.82 23.3185 9.17 23.3185 10.262C23.3185 11.606 21.5125 12.74 19.3845 12.74C17.8865 12.74 16.9205 12.152 16.9205 11.228C16.9205 10.57 17.4385 9.926 18.2785 9.45C17.7745 9.296 17.4665 8.988 17.4665 8.512C17.4665 7.966 17.8865 7.574 18.5445 7.252C17.8165 6.874 17.3685 6.188 17.3685 5.376C17.3685 4.256 18.1805 2.982 19.8745 2.982C20.4625 2.982 20.9945 3.136 21.4145 3.416C21.8905 2.856 22.4925 2.464 23.0525 2.464C23.4865 2.464 23.7805 2.716 23.7805 3.122C23.7805 3.43 23.5565 3.738 23.1785 3.738C22.6885 3.738 22.6745 3.304 22.3245 3.304ZM20.0285 7.14C20.7705 7.14 21.1765 6.538 21.1765 5.67C21.1765 4.844 20.8685 3.43 19.7485 3.43C18.9785 3.43 18.6005 4.046 18.6005 4.928C18.6005 5.726 18.9085 7.14 20.0285 7.14ZM21.1485 9.814L19.3705 9.646C19.1185 9.632 18.9225 9.59 18.7265 9.562C18.1665 9.954 17.9145 10.304 17.9145 10.738C17.9145 11.508 18.7405 11.844 19.9165 11.844C21.9045 11.844 22.7725 11.088 22.7725 10.556C22.7725 10.052 22.1565 9.912 21.1485 9.814Z"></path><path d="M27.5589 10.388C25.5009 10.388 24.2689 8.652 24.2689 6.734C24.2689 4.48 25.8649 2.982 27.6849 2.982C29.7289 2.982 30.9609 4.718 30.9609 6.65C30.9609 8.904 29.3649 10.388 27.5589 10.388ZM27.7829 9.814C28.8889 9.814 29.5609 8.876 29.5609 7.182C29.5609 5.488 28.8889 3.556 27.4469 3.556C26.3409 3.556 25.6829 4.508 25.6829 6.202C25.6829 7.896 26.3409 9.814 27.7829 9.814Z"></path><path d="M34.7046 10.388C33.8366 10.388 33.1506 10.052 32.7586 10.052C32.6466 10.052 32.5766 10.066 32.4786 10.08L32.3946 9.996V8.022H32.7866C33.0386 9.016 33.6966 9.87 34.8726 9.87C35.6146 9.87 36.2306 9.45 36.2306 8.666C36.2306 8.05 35.8666 7.77 34.9566 7.378L33.8366 6.916C32.9686 6.538 32.3386 5.978 32.3386 5.04C32.3386 3.934 33.1786 2.982 34.5506 2.982C35.3346 2.982 35.9646 3.332 36.3286 3.332C36.4406 3.332 36.5106 3.318 36.5946 3.304L36.6786 3.402V5.11H36.3006C36.1326 4.256 35.4046 3.514 34.4526 3.514C33.7806 3.514 33.2066 3.864 33.2066 4.55C33.2066 5.124 33.6546 5.404 34.5646 5.796L35.6426 6.258C36.6786 6.692 37.1546 7.308 37.1546 8.204C37.1546 9.506 36.1606 10.388 34.7046 10.388Z"></path></svg></a><button type="button" aria-expanded="false" aria-label="Open navigation menu" class="text-eyebrow absolute left-[calc(50%+6px)] inline-flex cursor-pointer items-center gap-1.5 font-semibold transition-opacity hover:opacity-70 top-1/2 -translate-y-1/2">MENU<!-- --> <span aria-hidden="true" class="inline-block shrink-0 bg-current size-[15px]" style="mask:url(/icons/hamburger-menu.svg) center / contain no-repeat;-webkit-mask:url(/icons/hamburger-menu.svg) center / contain no-repeat"></span></button></div><div class="relative hidden h-[42px] transition-colors duration-300 md:block text-brand-dark-green"><a href="/" class="absolute top-1/2 left-3 -translate-y-1/2 inline-flex cursor-pointer items-center gap-1 transition-opacity hover:opacity-70"><span class="sr-only">LOGOS</span><svg aria-hidden="true" class="inline-block fill-current shrink-0" fill="none" style="width:8.461538461538462px;height:11px" viewBox="0 0 20 26" xmlns="http://www.w3.org/2000/svg"><path d="M14.6386 26C13.728 26 12.945 25.7854 12.2881 25.3549C11.6312 24.9244 11.1344 24.2467 10.7962 23.3233C10.5841 22.7003 10.4359 21.9368 10.3513 21.0328C10.2668 20.1302 10.2134 19.1833 10.1926 18.1948C10.1718 17.1842 10.1497 16.2061 10.1289 15.2592C10.1289 15.0017 10.0651 14.8716 9.93897 14.8716C9.83361 14.8716 9.72695 14.9575 9.62159 15.1292C9.21967 15.8822 8.74359 16.742 8.19208 17.7097C7.66268 18.6773 7.13328 19.645 6.60388 20.6127C6.07447 21.5804 5.5984 22.4518 5.17436 23.2257C4.77243 23.9788 4.48627 24.5264 4.31717 24.871C4.10515 25.3445 3.76696 25.6449 3.3013 25.7737C2.85644 25.9246 2.29582 25.9571 1.61814 25.8699C0.940452 25.7841 0.464381 25.5149 0.188624 25.0635C-0.107945 24.5901 -0.0546142 24.0958 0.347315 23.5795C0.623072 23.2348 1.01459 22.7198 1.52188 22.0317C2.03047 21.3216 2.6015 20.5269 3.23626 19.645C3.87102 18.7424 4.51749 17.8176 5.17306 16.8707C5.85075 15.9031 6.48551 14.9783 7.07865 14.0964C7.67178 13.1938 8.16867 12.4082 8.5706 11.7423C8.99464 11.0542 9.26909 10.5483 9.39657 10.2257C9.52404 9.92526 9.66062 9.591 9.8089 9.22551C9.95719 8.86003 10.0313 8.48414 10.0313 8.09655C10.0313 6.67754 9.89345 5.61231 9.61899 4.90345C9.36535 4.17249 9.01545 3.68864 8.5706 3.45193C8.14655 3.1944 7.68089 3.06433 7.1736 3.06433C6.79248 3.06433 6.38015 3.13977 5.9353 3.29065C5.51125 3.44152 5.2368 3.58069 5.10933 3.70945C4.87649 3.94617 4.65407 3.98909 4.44205 3.83822C4.23002 3.68734 4.16629 3.44022 4.25214 3.09685C4.48497 2.30085 4.90901 1.592 5.52296 0.967684C6.13951 0.322561 6.9967 0 8.09713 0C9.26129 0 10.1822 0.332967 10.8599 1.0002C11.5376 1.66743 12.0241 2.73137 12.3206 4.1933C12.6172 5.65523 12.7655 7.5906 12.7655 9.9994C12.7655 12.8374 12.8084 15.1071 12.893 16.8057C12.9775 18.5044 13.1154 19.7842 13.3053 20.6439C13.4952 21.4828 13.7606 22.0421 14.0987 22.3218C14.459 22.6014 14.9026 22.7406 15.432 22.7406C15.9614 22.7406 16.4167 22.6326 16.8615 22.418C17.3272 22.2034 17.7291 21.9238 18.0686 21.5791C18.2169 21.4074 18.386 21.3424 18.5772 21.3853C18.7671 21.4282 18.9154 21.5466 19.022 21.7404C19.1495 21.9121 19.1495 22.1384 19.022 22.418C18.5772 23.4078 17.9841 24.2571 17.2439 24.966C16.5246 25.654 15.6557 25.9987 14.6399 25.9987L14.6386 26Z"></path></svg><svg xmlns="http://www.w3.org/2000/svg" width="38" height="13" viewBox="0 0 38 13" fill="none" aria-hidden="true" class="inline-block fill-current translate-y-[1px]"><path d="M7.63 10.22H0V9.814C0.938 9.814 1.33 9.422 1.33 8.54V1.68C1.33 0.798 0.938 0.406 0 0.406V0H4.088V0.406C3.15 0.406 2.744 0.798 2.744 1.68V9.59H5.012C6.622 9.59 7.378 8.904 8.148 7.336H8.554L7.63 10.22Z"></path><path d="M12.5608 10.388C10.5028 10.388 9.27084 8.652 9.27084 6.734C9.27084 4.48 10.8668 2.982 12.6868 2.982C14.7308 2.982 15.9628 4.718 15.9628 6.65C15.9628 8.904 14.3668 10.388 12.5608 10.388ZM12.7848 9.814C13.8908 9.814 14.5628 8.876 14.5628 7.182C14.5628 5.488 13.8908 3.556 12.4488 3.556C11.3428 3.556 10.6848 4.508 10.6848 6.202C10.6848 7.896 11.3428 9.814 12.7848 9.814Z"></path><path d="M22.3245 3.304C22.1285 3.304 21.9045 3.458 21.7365 3.654C22.1705 4.06 22.4365 4.62 22.4365 5.236C22.4365 6.468 21.6385 7.588 19.9305 7.588C19.5945 7.588 19.2865 7.532 18.9925 7.448C18.5305 7.616 18.2645 7.854 18.2645 8.078C18.2645 8.4 18.6145 8.498 19.2725 8.554L21.2185 8.708C22.4085 8.82 23.3185 9.17 23.3185 10.262C23.3185 11.606 21.5125 12.74 19.3845 12.74C17.8865 12.74 16.9205 12.152 16.9205 11.228C16.9205 10.57 17.4385 9.926 18.2785 9.45C17.7745 9.296 17.4665 8.988 17.4665 8.512C17.4665 7.966 17.8865 7.574 18.5445 7.252C17.8165 6.874 17.3685 6.188 17.3685 5.376C17.3685 4.256 18.1805 2.982 19.8745 2.982C20.4625 2.982 20.9945 3.136 21.4145 3.416C21.8905 2.856 22.4925 2.464 23.0525 2.464C23.4865 2.464 23.7805 2.716 23.7805 3.122C23.7805 3.43 23.5565 3.738 23.1785 3.738C22.6885 3.738 22.6745 3.304 22.3245 3.304ZM20.0285 7.14C20.7705 7.14 21.1765 6.538 21.1765 5.67C21.1765 4.844 20.8685 3.43 19.7485 3.43C18.9785 3.43 18.6005 4.046 18.6005 4.928C18.6005 5.726 18.9085 7.14 20.0285 7.14ZM21.1485 9.814L19.3705 9.646C19.1185 9.632 18.9225 9.59 18.7265 9.562C18.1665 9.954 17.9145 10.304 17.9145 10.738C17.9145 11.508 18.7405 11.844 19.9165 11.844C21.9045 11.844 22.7725 11.088 22.7725 10.556C22.7725 10.052 22.1565 9.912 21.1485 9.814Z"></path><path d="M27.5589 10.388C25.5009 10.388 24.2689 8.652 24.2689 6.734C24.2689 4.48 25.8649 2.982 27.6849 2.982C29.7289 2.982 30.9609 4.718 30.9609 6.65C30.9609 8.904 29.3649 10.388 27.5589 10.388ZM27.7829 9.814C28.8889 9.814 29.5609 8.876 29.5609 7.182C29.5609 5.488 28.8889 3.556 27.4469 3.556C26.3409 3.556 25.6829 4.508 25.6829 6.202C25.6829 7.896 26.3409 9.814 27.7829 9.814Z"></path><path d="M34.7046 10.388C33.8366 10.388 33.1506 10.052 32.7586 10.052C32.6466 10.052 32.5766 10.066 32.4786 10.08L32.3946 9.996V8.022H32.7866C33.0386 9.016 33.6966 9.87 34.8726 9.87C35.6146 9.87 36.2306 9.45 36.2306 8.666C36.2306 8.05 35.8666 7.77 34.9566 7.378L33.8366 6.916C32.9686 6.538 32.3386 5.978 32.3386 5.04C32.3386 3.934 33.1786 2.982 34.5506 2.982C35.3346 2.982 35.9646 3.332 36.3286 3.332C36.4406 3.332 36.5106 3.318 36.5946 3.304L36.6786 3.402V5.11H36.3006C36.1326 4.256 35.4046 3.514 34.4526 3.514C33.7806 3.514 33.2066 3.864 33.2066 4.55C33.2066 5.124 33.6546 5.404 34.5646 5.796L35.6426 6.258C36.6786 6.692 37.1546 7.308 37.1546 8.204C37.1546 9.506 36.1606 10.388 34.7046 10.388Z"></path></svg></a><nav aria-label="Primary" class="absolute top-1/2 left-[calc(50%+6px)] -translate-y-1/2 flex items-center gap-6"><button type="button" class="text-eyebrow font-semibold cursor-pointer whitespace-nowrap uppercase transition-opacity hover:opacity-70">Take Action</button><button type="button" class="text-eyebrow font-semibold cursor-pointer whitespace-nowrap uppercase transition-opacity hover:opacity-70">Explore</button><button type="button" class="text-eyebrow font-semibold cursor-pointer whitespace-nowrap uppercase transition-opacity hover:opacity-70">Technology</button><button type="button" class="text-eyebrow font-semibold cursor-pointer whitespace-nowrap uppercase transition-opacity hover:opacity-70">Research</button></nav><a class="absolute top-1/2 right-3 -translate-y-1/2 text-eyebrow font-semibold cursor-pointer items-center rounded-xl px-3 py-2.5 uppercase transition-opacity hover:opacity-85 hidden lg:inline-flex bg-brand-dark-green text-brand-off-white" href="/basecamp">Install Basecamp</a></div></header><main class="relative"><section class="relative h-[372px] overflow-hidden bg-brand-off-white md:-mt-0.5 md:h-[447px]"><div class="mx-auto px-3 max-w-[1440px] relative h-full text-brand-dark-green"><p class="absolute top-10 left-3 w-[min(342px,calc(100vw-24px))] font-mono-body text-xs leading-[1.3] text-left md:top-[58px] md:left-[calc(50%+6px)] md:w-[min(342px,calc(50vw-18px))]">The path to private-by-default infrastructure for parallel societies.</p><h1 class="text-h2 absolute top-[128px] left-3 w-[min(464px,calc(100vw-24px))] whitespace-pre-line text-brand-dark-green [text-box-edge:cap_alphabetic] [text-box-trim:trim-both] md:top-[140px] md:left-1/2 md:-translate-x-1/2">Logos
|
||
Roadmap</h1><p class="absolute top-[259px] right-3 left-3 font-mono-body text-xs leading-[1.3] md:top-[356px] md:right-auto md:left-[calc(50%+6px)] md:w-[min(702px,calc(50vw-18px))]">This roadmap is our journey to mainnet: what we're prioritising now and where we're headed. It's a starting point for conversations, not a promise of specific features, functionality or timing. Timing might shift and the path will evolve as we build.</p></div></section><section class="relative mt-10 bg-brand-off-white pb-0 before:absolute before:inset-x-0 before:top-0 before:h-px before:bg-black/25 before:content-[''] desktop:pb-[100px]"><div class="mx-auto px-3 max-w-[1440px] "><div aria-label="Roadmap testnet releases" role="tablist" class="flex h-[40px] w-fit max-w-full divide-x divide-brand-dark-green overflow-x-auto outline outline-1 outline-brand-dark-green [outline-offset:-1px] [-ms-overflow-style:none] [scrollbar-width:none] [&::-webkit-scrollbar]:hidden"><button id="roadmap-release-tab-0" type="button" role="tab" aria-selected="false" aria-controls="roadmap-release-panel-0" tabindex="-1" class="flex h-[40px] w-[120px] shrink-0 cursor-pointer items-center justify-center px-4 font-mono text-xs leading-[1.35] font-semibold whitespace-nowrap uppercase text-brand-dark-green">TESTNET V0.1</button><button id="roadmap-release-tab-1" type="button" role="tab" aria-selected="true" aria-controls="roadmap-release-panel-1" tabindex="0" class="flex h-[40px] w-[120px] shrink-0 cursor-pointer items-center justify-center px-4 font-mono text-xs leading-[1.35] font-semibold whitespace-nowrap uppercase bg-brand-dark-green text-brand-off-white">TESTNET V0.2</button><button id="roadmap-release-tab-2" type="button" role="tab" aria-selected="false" aria-controls="roadmap-release-panel-2" tabindex="-1" class="flex h-[40px] w-[120px] shrink-0 cursor-pointer items-center justify-center px-4 font-mono text-xs leading-[1.35] font-semibold whitespace-nowrap uppercase text-brand-dark-green">TESTNET V0.3</button><button id="roadmap-release-tab-3" type="button" role="tab" aria-selected="false" aria-controls="roadmap-release-panel-3" tabindex="-1" class="flex h-[40px] w-[120px] shrink-0 cursor-pointer items-center justify-center px-4 font-mono text-xs leading-[1.35] font-semibold whitespace-nowrap uppercase text-brand-dark-green">MAINNET</button></div><div id="roadmap-release-panel-1" role="tabpanel" aria-labelledby="roadmap-release-tab-1" tabindex="0" class="mt-10 flex flex-col gap-10 min-[1025px]:mt-[18px] min-[1025px]:grid min-[1025px]:grid-cols-2 min-[1025px]:items-stretch min-[1025px]:gap-3 min-[1025px]:pt-[41px]"><div class="contents min-[1025px]:grid min-[1025px]:grid-cols-1"><div aria-hidden="true" class="min-[1025px]:flex min-[1025px]:flex-col min-[1025px]:justify-between min-[1025px]:gap-[34px] min-[1025px]:[grid-area:1/1] hidden min-[1025px]:invisible"><div class="order-1 w-full text-brand-dark-green"><span class="inline-flex rounded-sm bg-brand-yellow px-1 py-0.5 font-mono text-xs leading-[1.35] font-semibold uppercase">LIVE</span><div class="font-mono-body text-xs leading-[1.3] min-[1025px]:max-w-[92ch] mt-[27px]"><p>Date Released<!-- -->: <!-- -->March 7, 2026</p><p>Key Objectives<!-- -->: <!-- -->Architectural Validation</p><p class="mt-[13px]"><a href="https://roadmap.logos.co/testnets/v01" target="_blank" rel="noopener noreferrer" class="cursor-pointer underline underline-offset-2">Release Notes:</a></p><p class="mt-[26px]">The goal of the first Logos testnet was to test backend architecture. User and developer experience are not the primary focus, but will be improved for the next testnet version.</p><p class="mt-[26px]">The aim was to expose as much functionality as possible and focus on module integration.</p><p class="mt-[26px]">Developers were able to test applications on Logos Core, and Basecamp provided a unified, user-friendly interface for interacting with apps and modules built on Logos.</p></div></div><div class="order-3 overflow-hidden md:grid md:grid-cols-[121px_minmax(0,1fr)_auto] min-[1025px]:order-2 min-[1025px]:w-full"><article class="grid min-h-[50px] grid-cols-[minmax(96px,121px)_minmax(0,1fr)] gap-x-3 px-3 py-3 text-brand-dark-green md:col-span-3 md:grid-cols-subgrid md:px-0 bg-[#dbddd7]"><h3 class="font-display text-[14px] leading-[1.2] md:pl-3">Logos Core</h3><p class="max-w-[368px] font-mono-body text-xs leading-[1.3]">Runtime loads modules, Basecamp supports simple apps and UI interface, and Logos node can load with Blockchain, Storage, and Messaging modules.</p><div class="col-start-2 mt-3 flex flex-wrap items-start gap-3 md:col-start-3 md:mt-0 md:min-w-[156px] md:pr-3"><a href="https://roadmap.logos.co/logoscore/" target="_blank" rel="noopener noreferrer" class="inline-flex cursor-pointer items-center gap-1 border-b border-brand-dark-green/50 pb-0.5 font-mono text-xs leading-[1.35] font-semibold whitespace-nowrap text-brand-dark-green uppercase"><span>Overview</span><span aria-hidden="true" class="inline-block shrink-0 bg-current size-[15px]" style="mask:url(/icons/external-link.svg) center / contain no-repeat;-webkit-mask:url(/icons/external-link.svg) center / contain no-repeat"></span></a><a href="https://docs.logos.co/core" target="_blank" rel="noopener noreferrer" class="inline-flex cursor-pointer items-center gap-1 border-b border-brand-dark-green/50 pb-0.5 font-mono text-xs leading-[1.35] font-semibold whitespace-nowrap text-brand-dark-green uppercase"><span>Docs</span></a></div></article><article class="grid min-h-[50px] grid-cols-[minmax(96px,121px)_minmax(0,1fr)] gap-x-3 px-3 py-3 text-brand-dark-green md:col-span-3 md:grid-cols-subgrid md:px-0 bg-brand-dark-green/5"><h3 class="font-display text-[14px] leading-[1.2] md:pl-3">Networking</h3><p class="max-w-[368px] font-mono-body text-xs leading-[1.3]">Proof-of-concept for Mix module and demo application, and the first implementation of the Capability Discovery Protocol.</p><div class="col-start-2 mt-3 flex flex-wrap items-start gap-3 md:col-start-3 md:mt-0 md:min-w-[156px] md:pr-3"><a href="https://roadmap.logos.co/anoncomms/" target="_blank" rel="noopener noreferrer" class="inline-flex cursor-pointer items-center gap-1 border-b border-brand-dark-green/50 pb-0.5 font-mono text-xs leading-[1.35] font-semibold whitespace-nowrap text-brand-dark-green uppercase"><span>Overview</span><span aria-hidden="true" class="inline-block shrink-0 bg-current size-[15px]" style="mask:url(/icons/external-link.svg) center / contain no-repeat;-webkit-mask:url(/icons/external-link.svg) center / contain no-repeat"></span></a><a href="https://docs.logos.co/mixnet" target="_blank" rel="noopener noreferrer" class="inline-flex cursor-pointer items-center gap-1 border-b border-brand-dark-green/50 pb-0.5 font-mono text-xs leading-[1.35] font-semibold whitespace-nowrap text-brand-dark-green uppercase"><span>Docs</span></a><a href="https://lip.logos.co/anoncomms/index.html" target="_blank" rel="noopener noreferrer" class="inline-flex cursor-pointer items-center gap-1 border-b border-brand-dark-green/50 pb-0.5 font-mono text-xs leading-[1.35] font-semibold whitespace-nowrap text-brand-dark-green uppercase"><span>Spec</span></a></div></article><article class="grid min-h-[50px] grid-cols-[minmax(96px,121px)_minmax(0,1fr)] gap-x-3 px-3 py-3 text-brand-dark-green md:col-span-3 md:grid-cols-subgrid md:px-0 bg-[#dbddd7]"><h3 class="font-display text-[14px] leading-[1.2] md:pl-3">Blockchain</h3><p class="max-w-[368px] font-mono-body text-xs leading-[1.3]">Private Proof-of-Stake consensus with Cryptarchia and Blend. Users are able to run a node, set up a wallet, and transact on testnet.</p><div class="col-start-2 mt-3 flex flex-wrap items-start gap-3 md:col-start-3 md:mt-0 md:min-w-[156px] md:pr-3"><a href="https://roadmap.logos.co/blockchain/" target="_blank" rel="noopener noreferrer" class="inline-flex cursor-pointer items-center gap-1 border-b border-brand-dark-green/50 pb-0.5 font-mono text-xs leading-[1.35] font-semibold whitespace-nowrap text-brand-dark-green uppercase"><span>Overview</span><span aria-hidden="true" class="inline-block shrink-0 bg-current size-[15px]" style="mask:url(/icons/external-link.svg) center / contain no-repeat;-webkit-mask:url(/icons/external-link.svg) center / contain no-repeat"></span></a><a href="https://docs.logos.co/blockchain" target="_blank" rel="noopener noreferrer" class="inline-flex cursor-pointer items-center gap-1 border-b border-brand-dark-green/50 pb-0.5 font-mono text-xs leading-[1.35] font-semibold whitespace-nowrap text-brand-dark-green uppercase"><span>Docs</span></a><a href="https://lip.logos.co/blockchain/index.html" target="_blank" rel="noopener noreferrer" class="inline-flex cursor-pointer items-center gap-1 border-b border-brand-dark-green/50 pb-0.5 font-mono text-xs leading-[1.35] font-semibold whitespace-nowrap text-brand-dark-green uppercase"><span>Spec</span></a></div></article><article class="grid min-h-[50px] grid-cols-[minmax(96px,121px)_minmax(0,1fr)] gap-x-3 px-3 py-3 text-brand-dark-green md:col-span-3 md:grid-cols-subgrid md:px-0 bg-brand-dark-green/5"><h3 class="font-display text-[14px] leading-[1.2] md:pl-3">Messaging</h3><p class="max-w-[368px] font-mono-body text-xs leading-[1.3]">Demo chat application available through Basecamp. Delivery module exposed to developers building privacy-preserving applications.</p><div class="col-start-2 mt-3 flex flex-wrap items-start gap-3 md:col-start-3 md:mt-0 md:min-w-[156px] md:pr-3"><a href="https://roadmap.logos.co/messaging/" target="_blank" rel="noopener noreferrer" class="inline-flex cursor-pointer items-center gap-1 border-b border-brand-dark-green/50 pb-0.5 font-mono text-xs leading-[1.35] font-semibold whitespace-nowrap text-brand-dark-green uppercase"><span>Overview</span><span aria-hidden="true" class="inline-block shrink-0 bg-current size-[15px]" style="mask:url(/icons/external-link.svg) center / contain no-repeat;-webkit-mask:url(/icons/external-link.svg) center / contain no-repeat"></span></a><a href="https://docs.logos.co/messaging" target="_blank" rel="noopener noreferrer" class="inline-flex cursor-pointer items-center gap-1 border-b border-brand-dark-green/50 pb-0.5 font-mono text-xs leading-[1.35] font-semibold whitespace-nowrap text-brand-dark-green uppercase"><span>Docs</span></a><a href="https://lip.logos.co/messaging/index.html" target="_blank" rel="noopener noreferrer" class="inline-flex cursor-pointer items-center gap-1 border-b border-brand-dark-green/50 pb-0.5 font-mono text-xs leading-[1.35] font-semibold whitespace-nowrap text-brand-dark-green uppercase"><span>Spec</span></a></div></article><article class="grid min-h-[50px] grid-cols-[minmax(96px,121px)_minmax(0,1fr)] gap-x-3 px-3 py-3 text-brand-dark-green md:col-span-3 md:grid-cols-subgrid md:px-0 bg-[#dbddd7]"><h3 class="font-display text-[14px] leading-[1.2] md:pl-3">Storage</h3><p class="max-w-[368px] font-mono-body text-xs leading-[1.3]">Demo filesharing application available on Basecamp powered by Storage module.</p><div class="col-start-2 mt-3 flex flex-wrap items-start gap-3 md:col-start-3 md:mt-0 md:min-w-[156px] md:pr-3"><a href="https://roadmap.logos.co/storage/" target="_blank" rel="noopener noreferrer" class="inline-flex cursor-pointer items-center gap-1 border-b border-brand-dark-green/50 pb-0.5 font-mono text-xs leading-[1.35] font-semibold whitespace-nowrap text-brand-dark-green uppercase"><span>Overview</span><span aria-hidden="true" class="inline-block shrink-0 bg-current size-[15px]" style="mask:url(/icons/external-link.svg) center / contain no-repeat;-webkit-mask:url(/icons/external-link.svg) center / contain no-repeat"></span></a><a href="https://docs.logos.co/storage" target="_blank" rel="noopener noreferrer" class="inline-flex cursor-pointer items-center gap-1 border-b border-brand-dark-green/50 pb-0.5 font-mono text-xs leading-[1.35] font-semibold whitespace-nowrap text-brand-dark-green uppercase"><span>Docs</span></a><a href="https://lip.logos.co/storage/index.html" target="_blank" rel="noopener noreferrer" class="inline-flex cursor-pointer items-center gap-1 border-b border-brand-dark-green/50 pb-0.5 font-mono text-xs leading-[1.35] font-semibold whitespace-nowrap text-brand-dark-green uppercase"><span>Spec</span></a></div></article></div></div><div class="min-[1025px]:flex min-[1025px]:flex-col min-[1025px]:justify-between min-[1025px]:gap-[34px] min-[1025px]:[grid-area:1/1] contents"><div class="order-1 w-full text-brand-dark-green"><span class="inline-flex rounded-sm bg-brand-yellow px-1 py-0.5 font-mono text-xs leading-[1.35] font-semibold uppercase">LIVE</span><div class="font-mono-body text-xs leading-[1.3] min-[1025px]:max-w-[92ch] mt-[27px]"><p>Date Released<!-- -->: <!-- -->June 30, 2026</p><p>Key Objectives<!-- -->: <!-- -->Architectural Completeness</p><p class="mt-[13px]"><a href="https://roadmap.logos.co/testnets/v02-release" target="_blank" rel="noopener noreferrer" class="cursor-pointer underline underline-offset-2">Release Notes:</a></p><p class="mt-[26px]">Testnet v0.2 allows nodes to run all core capabilities: blockchain, messaging, and storage.</p><p class="mt-[26px]">It brings a host of improvements to the developer experience and the usability of the stack as a whole.</p><p class="mt-[26px]">Testnet v0.2 is also focused on unifying the node operator experience, as well as making more modules accessible to developers and improving the capabilities they expose through Basecamp.</p></div></div><div class="order-3 overflow-hidden md:grid md:grid-cols-[121px_minmax(0,1fr)_auto] min-[1025px]:order-2 min-[1025px]:w-full"><article class="grid min-h-[50px] grid-cols-[minmax(96px,121px)_minmax(0,1fr)] gap-x-3 px-3 py-3 text-brand-dark-green md:col-span-3 md:grid-cols-subgrid md:px-0 bg-[#dbddd7]"><h3 class="font-display text-[14px] leading-[1.2] md:pl-3">Logos Core</h3><p class="max-w-[368px] font-mono-body text-xs leading-[1.3]">Improved documentation and better coordination between Logos modules.</p><div class="col-start-2 mt-3 flex flex-wrap items-start gap-3 md:col-start-3 md:mt-0 md:min-w-[156px] md:pr-3"><a href="https://roadmap.logos.co/logoscore/" target="_blank" rel="noopener noreferrer" class="inline-flex cursor-pointer items-center gap-1 border-b border-brand-dark-green/50 pb-0.5 font-mono text-xs leading-[1.35] font-semibold whitespace-nowrap text-brand-dark-green uppercase"><span>Overview</span><span aria-hidden="true" class="inline-block shrink-0 bg-current size-[15px]" style="mask:url(/icons/external-link.svg) center / contain no-repeat;-webkit-mask:url(/icons/external-link.svg) center / contain no-repeat"></span></a><a href="https://docs.logos.co/core" target="_blank" rel="noopener noreferrer" class="inline-flex cursor-pointer items-center gap-1 border-b border-brand-dark-green/50 pb-0.5 font-mono text-xs leading-[1.35] font-semibold whitespace-nowrap text-brand-dark-green uppercase"><span>Docs</span></a></div></article><article class="grid min-h-[50px] grid-cols-[minmax(96px,121px)_minmax(0,1fr)] gap-x-3 px-3 py-3 text-brand-dark-green md:col-span-3 md:grid-cols-subgrid md:px-0 bg-brand-dark-green/5"><h3 class="font-display text-[14px] leading-[1.2] md:pl-3">Networking</h3><p class="max-w-[368px] font-mono-body text-xs leading-[1.3]">Decentralised group chat through De-MLS, and RLN membership allocation for Mix.</p><div class="col-start-2 mt-3 flex flex-wrap items-start gap-3 md:col-start-3 md:mt-0 md:min-w-[156px] md:pr-3"><a href="https://roadmap.logos.co/anoncomms/" target="_blank" rel="noopener noreferrer" class="inline-flex cursor-pointer items-center gap-1 border-b border-brand-dark-green/50 pb-0.5 font-mono text-xs leading-[1.35] font-semibold whitespace-nowrap text-brand-dark-green uppercase"><span>Overview</span><span aria-hidden="true" class="inline-block shrink-0 bg-current size-[15px]" style="mask:url(/icons/external-link.svg) center / contain no-repeat;-webkit-mask:url(/icons/external-link.svg) center / contain no-repeat"></span></a><a href="https://docs.logos.co/mixnet" target="_blank" rel="noopener noreferrer" class="inline-flex cursor-pointer items-center gap-1 border-b border-brand-dark-green/50 pb-0.5 font-mono text-xs leading-[1.35] font-semibold whitespace-nowrap text-brand-dark-green uppercase"><span>Docs</span></a><a href="https://lip.logos.co/anoncomms/index.html" target="_blank" rel="noopener noreferrer" class="inline-flex cursor-pointer items-center gap-1 border-b border-brand-dark-green/50 pb-0.5 font-mono text-xs leading-[1.35] font-semibold whitespace-nowrap text-brand-dark-green uppercase"><span>Spec</span></a></div></article><article class="grid min-h-[50px] grid-cols-[minmax(96px,121px)_minmax(0,1fr)] gap-x-3 px-3 py-3 text-brand-dark-green md:col-span-3 md:grid-cols-subgrid md:px-0 bg-[#dbddd7]"><h3 class="font-display text-[14px] leading-[1.2] md:pl-3">Blockchain</h3><p class="max-w-[368px] font-mono-body text-xs leading-[1.3]">Sovereign Zone SDK, channels, bridging support, and decentralised sequencing.</p><div class="col-start-2 mt-3 flex flex-wrap items-start gap-3 md:col-start-3 md:mt-0 md:min-w-[156px] md:pr-3"><a href="https://roadmap.logos.co/blockchain/" target="_blank" rel="noopener noreferrer" class="inline-flex cursor-pointer items-center gap-1 border-b border-brand-dark-green/50 pb-0.5 font-mono text-xs leading-[1.35] font-semibold whitespace-nowrap text-brand-dark-green uppercase"><span>Overview</span><span aria-hidden="true" class="inline-block shrink-0 bg-current size-[15px]" style="mask:url(/icons/external-link.svg) center / contain no-repeat;-webkit-mask:url(/icons/external-link.svg) center / contain no-repeat"></span></a><a href="https://docs.logos.co/blockchain" target="_blank" rel="noopener noreferrer" class="inline-flex cursor-pointer items-center gap-1 border-b border-brand-dark-green/50 pb-0.5 font-mono text-xs leading-[1.35] font-semibold whitespace-nowrap text-brand-dark-green uppercase"><span>Docs</span></a><a href="https://lip.logos.co/blockchain/index.html" target="_blank" rel="noopener noreferrer" class="inline-flex cursor-pointer items-center gap-1 border-b border-brand-dark-green/50 pb-0.5 font-mono text-xs leading-[1.35] font-semibold whitespace-nowrap text-brand-dark-green uppercase"><span>Spec</span></a></div></article><article class="grid min-h-[50px] grid-cols-[minmax(96px,121px)_minmax(0,1fr)] gap-x-3 px-3 py-3 text-brand-dark-green md:col-span-3 md:grid-cols-subgrid md:px-0 bg-brand-dark-green/5"><h3 class="font-display text-[14px] leading-[1.2] md:pl-3">Messaging</h3><p class="max-w-[368px] font-mono-body text-xs leading-[1.3]">New delivery module with Mix integrated. Integration of Mix and De-MLS into Chat module.</p><div class="col-start-2 mt-3 flex flex-wrap items-start gap-3 md:col-start-3 md:mt-0 md:min-w-[156px] md:pr-3"><a href="https://roadmap.logos.co/messaging/" target="_blank" rel="noopener noreferrer" class="inline-flex cursor-pointer items-center gap-1 border-b border-brand-dark-green/50 pb-0.5 font-mono text-xs leading-[1.35] font-semibold whitespace-nowrap text-brand-dark-green uppercase"><span>Overview</span><span aria-hidden="true" class="inline-block shrink-0 bg-current size-[15px]" style="mask:url(/icons/external-link.svg) center / contain no-repeat;-webkit-mask:url(/icons/external-link.svg) center / contain no-repeat"></span></a><a href="https://docs.logos.co/messaging" target="_blank" rel="noopener noreferrer" class="inline-flex cursor-pointer items-center gap-1 border-b border-brand-dark-green/50 pb-0.5 font-mono text-xs leading-[1.35] font-semibold whitespace-nowrap text-brand-dark-green uppercase"><span>Docs</span></a><a href="https://lip.logos.co/messaging/index.html" target="_blank" rel="noopener noreferrer" class="inline-flex cursor-pointer items-center gap-1 border-b border-brand-dark-green/50 pb-0.5 font-mono text-xs leading-[1.35] font-semibold whitespace-nowrap text-brand-dark-green uppercase"><span>Spec</span></a></div></article><article class="grid min-h-[50px] grid-cols-[minmax(96px,121px)_minmax(0,1fr)] gap-x-3 px-3 py-3 text-brand-dark-green md:col-span-3 md:grid-cols-subgrid md:px-0 bg-[#dbddd7]"><h3 class="font-display text-[14px] leading-[1.2] md:pl-3">Storage</h3><p class="max-w-[368px] font-mono-body text-xs leading-[1.3]">Faster and more stable decentralised file-sharing, and a proof-of-concept for DHT over Mix.</p><div class="col-start-2 mt-3 flex flex-wrap items-start gap-3 md:col-start-3 md:mt-0 md:min-w-[156px] md:pr-3"><a href="https://roadmap.logos.co/storage/" target="_blank" rel="noopener noreferrer" class="inline-flex cursor-pointer items-center gap-1 border-b border-brand-dark-green/50 pb-0.5 font-mono text-xs leading-[1.35] font-semibold whitespace-nowrap text-brand-dark-green uppercase"><span>Overview</span><span aria-hidden="true" class="inline-block shrink-0 bg-current size-[15px]" style="mask:url(/icons/external-link.svg) center / contain no-repeat;-webkit-mask:url(/icons/external-link.svg) center / contain no-repeat"></span></a><a href="https://docs.logos.co/storage" target="_blank" rel="noopener noreferrer" class="inline-flex cursor-pointer items-center gap-1 border-b border-brand-dark-green/50 pb-0.5 font-mono text-xs leading-[1.35] font-semibold whitespace-nowrap text-brand-dark-green uppercase"><span>Docs</span></a><a href="https://lip.logos.co/storage/index.html" target="_blank" rel="noopener noreferrer" class="inline-flex cursor-pointer items-center gap-1 border-b border-brand-dark-green/50 pb-0.5 font-mono text-xs leading-[1.35] font-semibold whitespace-nowrap text-brand-dark-green uppercase"><span>Spec</span></a></div></article></div></div><div aria-hidden="true" class="min-[1025px]:flex min-[1025px]:flex-col min-[1025px]:justify-between min-[1025px]:gap-[34px] min-[1025px]:[grid-area:1/1] hidden min-[1025px]:invisible"><div class="order-1 w-full text-brand-dark-green"><span class="inline-flex rounded-sm bg-brand-yellow px-1 py-0.5 font-mono text-xs leading-[1.35] font-semibold uppercase">IN DEVELOPMENT</span><div class="font-mono-body text-xs leading-[1.3] min-[1025px]:max-w-[92ch] mt-[27px]"><p>Expected Release<!-- -->: <!-- -->H2 2026</p><p>Key Objectives<!-- -->: <!-- -->Ecosystem Dynamics</p><p class="mt-[26px]">This version of the Logos testnet will test the ability for the network to sustain itself.</p><p class="mt-[26px]">Meaningful apps will become available to users and the developer experience will be improved. Liquidity primitives will be implemented and the network will be stress-tested to validate its architecture.</p></div></div><div class="order-3 overflow-hidden md:grid md:grid-cols-[121px_minmax(0,1fr)_auto] min-[1025px]:order-2 min-[1025px]:w-full"><article class="grid min-h-[50px] grid-cols-[minmax(96px,121px)_minmax(0,1fr)] gap-x-3 px-3 py-3 text-brand-dark-green md:col-span-3 md:grid-cols-subgrid md:px-0 bg-[#dbddd7]"><h3 class="font-display text-[14px] leading-[1.2] md:pl-3">Logos Core</h3><p class="max-w-[368px] font-mono-body text-xs leading-[1.3]">TBD</p><div class="col-start-2 mt-3 flex flex-wrap items-start gap-3 md:col-start-3 md:mt-0 md:min-w-[156px] md:pr-3"><a href="https://roadmap.logos.co/logoscore/" target="_blank" rel="noopener noreferrer" class="inline-flex cursor-pointer items-center gap-1 border-b border-brand-dark-green/50 pb-0.5 font-mono text-xs leading-[1.35] font-semibold whitespace-nowrap text-brand-dark-green uppercase"><span>Overview</span><span aria-hidden="true" class="inline-block shrink-0 bg-current size-[15px]" style="mask:url(/icons/external-link.svg) center / contain no-repeat;-webkit-mask:url(/icons/external-link.svg) center / contain no-repeat"></span></a><a href="https://docs.logos.co/core" target="_blank" rel="noopener noreferrer" class="inline-flex cursor-pointer items-center gap-1 border-b border-brand-dark-green/50 pb-0.5 font-mono text-xs leading-[1.35] font-semibold whitespace-nowrap text-brand-dark-green uppercase"><span>Docs</span></a></div></article><article class="grid min-h-[50px] grid-cols-[minmax(96px,121px)_minmax(0,1fr)] gap-x-3 px-3 py-3 text-brand-dark-green md:col-span-3 md:grid-cols-subgrid md:px-0 bg-brand-dark-green/5"><h3 class="font-display text-[14px] leading-[1.2] md:pl-3">Networking</h3><p class="max-w-[368px] font-mono-body text-xs leading-[1.3]">TBD</p><div class="col-start-2 mt-3 flex flex-wrap items-start gap-3 md:col-start-3 md:mt-0 md:min-w-[156px] md:pr-3"><a href="https://roadmap.logos.co/anoncomms/" target="_blank" rel="noopener noreferrer" class="inline-flex cursor-pointer items-center gap-1 border-b border-brand-dark-green/50 pb-0.5 font-mono text-xs leading-[1.35] font-semibold whitespace-nowrap text-brand-dark-green uppercase"><span>Overview</span><span aria-hidden="true" class="inline-block shrink-0 bg-current size-[15px]" style="mask:url(/icons/external-link.svg) center / contain no-repeat;-webkit-mask:url(/icons/external-link.svg) center / contain no-repeat"></span></a><a href="https://docs.logos.co/mixnet" target="_blank" rel="noopener noreferrer" class="inline-flex cursor-pointer items-center gap-1 border-b border-brand-dark-green/50 pb-0.5 font-mono text-xs leading-[1.35] font-semibold whitespace-nowrap text-brand-dark-green uppercase"><span>Docs</span></a><a href="https://lip.logos.co/anoncomms/index.html" target="_blank" rel="noopener noreferrer" class="inline-flex cursor-pointer items-center gap-1 border-b border-brand-dark-green/50 pb-0.5 font-mono text-xs leading-[1.35] font-semibold whitespace-nowrap text-brand-dark-green uppercase"><span>Spec</span></a></div></article><article class="grid min-h-[50px] grid-cols-[minmax(96px,121px)_minmax(0,1fr)] gap-x-3 px-3 py-3 text-brand-dark-green md:col-span-3 md:grid-cols-subgrid md:px-0 bg-[#dbddd7]"><h3 class="font-display text-[14px] leading-[1.2] md:pl-3">Blockchain</h3><p class="max-w-[368px] font-mono-body text-xs leading-[1.3]">TBD</p><div class="col-start-2 mt-3 flex flex-wrap items-start gap-3 md:col-start-3 md:mt-0 md:min-w-[156px] md:pr-3"><a href="https://roadmap.logos.co/blockchain/" target="_blank" rel="noopener noreferrer" class="inline-flex cursor-pointer items-center gap-1 border-b border-brand-dark-green/50 pb-0.5 font-mono text-xs leading-[1.35] font-semibold whitespace-nowrap text-brand-dark-green uppercase"><span>Overview</span><span aria-hidden="true" class="inline-block shrink-0 bg-current size-[15px]" style="mask:url(/icons/external-link.svg) center / contain no-repeat;-webkit-mask:url(/icons/external-link.svg) center / contain no-repeat"></span></a><a href="https://docs.logos.co/blockchain" target="_blank" rel="noopener noreferrer" class="inline-flex cursor-pointer items-center gap-1 border-b border-brand-dark-green/50 pb-0.5 font-mono text-xs leading-[1.35] font-semibold whitespace-nowrap text-brand-dark-green uppercase"><span>Docs</span></a><a href="https://lip.logos.co/blockchain/index.html" target="_blank" rel="noopener noreferrer" class="inline-flex cursor-pointer items-center gap-1 border-b border-brand-dark-green/50 pb-0.5 font-mono text-xs leading-[1.35] font-semibold whitespace-nowrap text-brand-dark-green uppercase"><span>Spec</span></a></div></article><article class="grid min-h-[50px] grid-cols-[minmax(96px,121px)_minmax(0,1fr)] gap-x-3 px-3 py-3 text-brand-dark-green md:col-span-3 md:grid-cols-subgrid md:px-0 bg-brand-dark-green/5"><h3 class="font-display text-[14px] leading-[1.2] md:pl-3">Messaging</h3><p class="max-w-[368px] font-mono-body text-xs leading-[1.3]">TBD</p><div class="col-start-2 mt-3 flex flex-wrap items-start gap-3 md:col-start-3 md:mt-0 md:min-w-[156px] md:pr-3"><a href="https://roadmap.logos.co/messaging/" target="_blank" rel="noopener noreferrer" class="inline-flex cursor-pointer items-center gap-1 border-b border-brand-dark-green/50 pb-0.5 font-mono text-xs leading-[1.35] font-semibold whitespace-nowrap text-brand-dark-green uppercase"><span>Overview</span><span aria-hidden="true" class="inline-block shrink-0 bg-current size-[15px]" style="mask:url(/icons/external-link.svg) center / contain no-repeat;-webkit-mask:url(/icons/external-link.svg) center / contain no-repeat"></span></a><a href="https://docs.logos.co/messaging" target="_blank" rel="noopener noreferrer" class="inline-flex cursor-pointer items-center gap-1 border-b border-brand-dark-green/50 pb-0.5 font-mono text-xs leading-[1.35] font-semibold whitespace-nowrap text-brand-dark-green uppercase"><span>Docs</span></a><a href="https://lip.logos.co/messaging/index.html" target="_blank" rel="noopener noreferrer" class="inline-flex cursor-pointer items-center gap-1 border-b border-brand-dark-green/50 pb-0.5 font-mono text-xs leading-[1.35] font-semibold whitespace-nowrap text-brand-dark-green uppercase"><span>Spec</span></a></div></article><article class="grid min-h-[50px] grid-cols-[minmax(96px,121px)_minmax(0,1fr)] gap-x-3 px-3 py-3 text-brand-dark-green md:col-span-3 md:grid-cols-subgrid md:px-0 bg-[#dbddd7]"><h3 class="font-display text-[14px] leading-[1.2] md:pl-3">Storage</h3><p class="max-w-[368px] font-mono-body text-xs leading-[1.3]">TBD</p><div class="col-start-2 mt-3 flex flex-wrap items-start gap-3 md:col-start-3 md:mt-0 md:min-w-[156px] md:pr-3"><a href="https://roadmap.logos.co/storage/" target="_blank" rel="noopener noreferrer" class="inline-flex cursor-pointer items-center gap-1 border-b border-brand-dark-green/50 pb-0.5 font-mono text-xs leading-[1.35] font-semibold whitespace-nowrap text-brand-dark-green uppercase"><span>Overview</span><span aria-hidden="true" class="inline-block shrink-0 bg-current size-[15px]" style="mask:url(/icons/external-link.svg) center / contain no-repeat;-webkit-mask:url(/icons/external-link.svg) center / contain no-repeat"></span></a><a href="https://docs.logos.co/storage" target="_blank" rel="noopener noreferrer" class="inline-flex cursor-pointer items-center gap-1 border-b border-brand-dark-green/50 pb-0.5 font-mono text-xs leading-[1.35] font-semibold whitespace-nowrap text-brand-dark-green uppercase"><span>Docs</span></a><a href="https://lip.logos.co/storage/index.html" target="_blank" rel="noopener noreferrer" class="inline-flex cursor-pointer items-center gap-1 border-b border-brand-dark-green/50 pb-0.5 font-mono text-xs leading-[1.35] font-semibold whitespace-nowrap text-brand-dark-green uppercase"><span>Spec</span></a></div></article></div></div><div aria-hidden="true" class="min-[1025px]:flex min-[1025px]:flex-col min-[1025px]:justify-between min-[1025px]:gap-[34px] min-[1025px]:[grid-area:1/1] hidden min-[1025px]:invisible"><div class="order-1 w-full text-brand-dark-green"><span class="inline-flex rounded-sm bg-brand-yellow px-1 py-0.5 font-mono text-xs leading-[1.35] font-semibold uppercase">IN DEVELOPMENT</span><div class="font-mono-body text-xs leading-[1.3] min-[1025px]:max-w-[92ch] mt-[27px]"><p>Expected Release<!-- -->: <!-- -->H1 2027</p><p>Key Objectives<!-- -->: <!-- -->System Viability</p><p class="mt-[26px]">The ‘batteries-included’ launch of the Logos network. There are plans to have the stack audited and validator diversity is intended.</p><p class="mt-[26px]">Launch-day applications will be available to users, promoting adoption and driving a self-sustaining ecosystem of private-by-default applications.</p></div></div><div class="order-3 overflow-hidden md:grid md:grid-cols-[121px_minmax(0,1fr)_auto] min-[1025px]:order-2 min-[1025px]:w-full"><article class="grid min-h-[50px] grid-cols-[minmax(96px,121px)_minmax(0,1fr)] gap-x-3 px-3 py-3 text-brand-dark-green md:col-span-3 md:grid-cols-subgrid md:px-0 bg-[#dbddd7]"><h3 class="font-display text-[14px] leading-[1.2] md:pl-3">Logos Core</h3><p class="max-w-[368px] font-mono-body text-xs leading-[1.3]">TBD</p><div class="col-start-2 mt-3 flex flex-wrap items-start gap-3 md:col-start-3 md:mt-0 md:min-w-[156px] md:pr-3"><a href="https://roadmap.logos.co/logoscore/" target="_blank" rel="noopener noreferrer" class="inline-flex cursor-pointer items-center gap-1 border-b border-brand-dark-green/50 pb-0.5 font-mono text-xs leading-[1.35] font-semibold whitespace-nowrap text-brand-dark-green uppercase"><span>Overview</span><span aria-hidden="true" class="inline-block shrink-0 bg-current size-[15px]" style="mask:url(/icons/external-link.svg) center / contain no-repeat;-webkit-mask:url(/icons/external-link.svg) center / contain no-repeat"></span></a><a href="https://docs.logos.co/core" target="_blank" rel="noopener noreferrer" class="inline-flex cursor-pointer items-center gap-1 border-b border-brand-dark-green/50 pb-0.5 font-mono text-xs leading-[1.35] font-semibold whitespace-nowrap text-brand-dark-green uppercase"><span>Docs</span></a></div></article><article class="grid min-h-[50px] grid-cols-[minmax(96px,121px)_minmax(0,1fr)] gap-x-3 px-3 py-3 text-brand-dark-green md:col-span-3 md:grid-cols-subgrid md:px-0 bg-brand-dark-green/5"><h3 class="font-display text-[14px] leading-[1.2] md:pl-3">Networking</h3><p class="max-w-[368px] font-mono-body text-xs leading-[1.3]">TBD</p><div class="col-start-2 mt-3 flex flex-wrap items-start gap-3 md:col-start-3 md:mt-0 md:min-w-[156px] md:pr-3"><a href="https://roadmap.logos.co/anoncomms/" target="_blank" rel="noopener noreferrer" class="inline-flex cursor-pointer items-center gap-1 border-b border-brand-dark-green/50 pb-0.5 font-mono text-xs leading-[1.35] font-semibold whitespace-nowrap text-brand-dark-green uppercase"><span>Overview</span><span aria-hidden="true" class="inline-block shrink-0 bg-current size-[15px]" style="mask:url(/icons/external-link.svg) center / contain no-repeat;-webkit-mask:url(/icons/external-link.svg) center / contain no-repeat"></span></a><a href="https://docs.logos.co/mixnet" target="_blank" rel="noopener noreferrer" class="inline-flex cursor-pointer items-center gap-1 border-b border-brand-dark-green/50 pb-0.5 font-mono text-xs leading-[1.35] font-semibold whitespace-nowrap text-brand-dark-green uppercase"><span>Docs</span></a><a href="https://lip.logos.co/anoncomms/index.html" target="_blank" rel="noopener noreferrer" class="inline-flex cursor-pointer items-center gap-1 border-b border-brand-dark-green/50 pb-0.5 font-mono text-xs leading-[1.35] font-semibold whitespace-nowrap text-brand-dark-green uppercase"><span>Spec</span></a></div></article><article class="grid min-h-[50px] grid-cols-[minmax(96px,121px)_minmax(0,1fr)] gap-x-3 px-3 py-3 text-brand-dark-green md:col-span-3 md:grid-cols-subgrid md:px-0 bg-[#dbddd7]"><h3 class="font-display text-[14px] leading-[1.2] md:pl-3">Blockchain</h3><p class="max-w-[368px] font-mono-body text-xs leading-[1.3]">TBD</p><div class="col-start-2 mt-3 flex flex-wrap items-start gap-3 md:col-start-3 md:mt-0 md:min-w-[156px] md:pr-3"><a href="https://roadmap.logos.co/blockchain/" target="_blank" rel="noopener noreferrer" class="inline-flex cursor-pointer items-center gap-1 border-b border-brand-dark-green/50 pb-0.5 font-mono text-xs leading-[1.35] font-semibold whitespace-nowrap text-brand-dark-green uppercase"><span>Overview</span><span aria-hidden="true" class="inline-block shrink-0 bg-current size-[15px]" style="mask:url(/icons/external-link.svg) center / contain no-repeat;-webkit-mask:url(/icons/external-link.svg) center / contain no-repeat"></span></a><a href="https://docs.logos.co/blockchain" target="_blank" rel="noopener noreferrer" class="inline-flex cursor-pointer items-center gap-1 border-b border-brand-dark-green/50 pb-0.5 font-mono text-xs leading-[1.35] font-semibold whitespace-nowrap text-brand-dark-green uppercase"><span>Docs</span></a><a href="https://lip.logos.co/blockchain/index.html" target="_blank" rel="noopener noreferrer" class="inline-flex cursor-pointer items-center gap-1 border-b border-brand-dark-green/50 pb-0.5 font-mono text-xs leading-[1.35] font-semibold whitespace-nowrap text-brand-dark-green uppercase"><span>Spec</span></a></div></article><article class="grid min-h-[50px] grid-cols-[minmax(96px,121px)_minmax(0,1fr)] gap-x-3 px-3 py-3 text-brand-dark-green md:col-span-3 md:grid-cols-subgrid md:px-0 bg-brand-dark-green/5"><h3 class="font-display text-[14px] leading-[1.2] md:pl-3">Messaging</h3><p class="max-w-[368px] font-mono-body text-xs leading-[1.3]">TBD</p><div class="col-start-2 mt-3 flex flex-wrap items-start gap-3 md:col-start-3 md:mt-0 md:min-w-[156px] md:pr-3"><a href="https://roadmap.logos.co/messaging/" target="_blank" rel="noopener noreferrer" class="inline-flex cursor-pointer items-center gap-1 border-b border-brand-dark-green/50 pb-0.5 font-mono text-xs leading-[1.35] font-semibold whitespace-nowrap text-brand-dark-green uppercase"><span>Overview</span><span aria-hidden="true" class="inline-block shrink-0 bg-current size-[15px]" style="mask:url(/icons/external-link.svg) center / contain no-repeat;-webkit-mask:url(/icons/external-link.svg) center / contain no-repeat"></span></a><a href="https://docs.logos.co/messaging" target="_blank" rel="noopener noreferrer" class="inline-flex cursor-pointer items-center gap-1 border-b border-brand-dark-green/50 pb-0.5 font-mono text-xs leading-[1.35] font-semibold whitespace-nowrap text-brand-dark-green uppercase"><span>Docs</span></a><a href="https://lip.logos.co/messaging/index.html" target="_blank" rel="noopener noreferrer" class="inline-flex cursor-pointer items-center gap-1 border-b border-brand-dark-green/50 pb-0.5 font-mono text-xs leading-[1.35] font-semibold whitespace-nowrap text-brand-dark-green uppercase"><span>Spec</span></a></div></article><article class="grid min-h-[50px] grid-cols-[minmax(96px,121px)_minmax(0,1fr)] gap-x-3 px-3 py-3 text-brand-dark-green md:col-span-3 md:grid-cols-subgrid md:px-0 bg-[#dbddd7]"><h3 class="font-display text-[14px] leading-[1.2] md:pl-3">Storage</h3><p class="max-w-[368px] font-mono-body text-xs leading-[1.3]">TBD</p><div class="col-start-2 mt-3 flex flex-wrap items-start gap-3 md:col-start-3 md:mt-0 md:min-w-[156px] md:pr-3"><a href="https://roadmap.logos.co/storage/" target="_blank" rel="noopener noreferrer" class="inline-flex cursor-pointer items-center gap-1 border-b border-brand-dark-green/50 pb-0.5 font-mono text-xs leading-[1.35] font-semibold whitespace-nowrap text-brand-dark-green uppercase"><span>Overview</span><span aria-hidden="true" class="inline-block shrink-0 bg-current size-[15px]" style="mask:url(/icons/external-link.svg) center / contain no-repeat;-webkit-mask:url(/icons/external-link.svg) center / contain no-repeat"></span></a><a href="https://docs.logos.co/storage" target="_blank" rel="noopener noreferrer" class="inline-flex cursor-pointer items-center gap-1 border-b border-brand-dark-green/50 pb-0.5 font-mono text-xs leading-[1.35] font-semibold whitespace-nowrap text-brand-dark-green uppercase"><span>Docs</span></a><a href="https://lip.logos.co/storage/index.html" target="_blank" rel="noopener noreferrer" class="inline-flex cursor-pointer items-center gap-1 border-b border-brand-dark-green/50 pb-0.5 font-mono text-xs leading-[1.35] font-semibold whitespace-nowrap text-brand-dark-green uppercase"><span>Spec</span></a></div></article></div></div></div><div class="relative order-2 aspect-[702/521] w-full overflow-hidden rounded-xl min-[1025px]:order-none min-[1025px]:aspect-auto min-[1025px]:h-full"><img alt="" loading="eager" width="1916" height="821" decoding="async" data-nimg="1" class="h-full w-full object-cover object-[62%_center]" style="color:transparent" src="/images/roadmap/releases/testnet-v0-2.png"/></div></div></div></section><section id="roadmap-overview" class="mt-[120px] bg-brand-off-white pt-0 pb-0 desktop:mt-10 desktop:pb-28"><div class="mx-auto px-3 max-w-[1440px] "><h2 class="text-h3-sans md:max-desktop:text-h3-serif text-brand-dark-green md:max-desktop:[text-box-edge:cap_alphabetic] md:max-desktop:[text-box-trim:trim-both]">Roadmap Overview</h2><div class="mt-6 grid gap-3 md:max-desktop:grid-cols-2 desktop:grid-cols-[460px_460px_460px]"><a href="https://roadmap.logos.co/logoscore/" target="_blank" rel="noopener noreferrer" class="relative block h-[420px] w-full overflow-hidden rounded-xl bg-[#2f2f2f] text-brand-off-white [contain:paint] md:h-[480px] desktop:w-[460px] group/roadmap-card cursor-pointer focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-brand-dark-green"><div class="absolute top-[-287px] left-[-130px] h-[709px] w-[720px] blur-[72px]"><img alt="" loading="lazy" decoding="async" data-nimg="fill" class="object-cover transition-transform duration-700 ease-out group-hover/roadmap-card:scale-[1.04] group-focus-visible/roadmap-card:scale-[1.04] motion-reduce:transform-none motion-reduce:transition-none" style="position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;color:transparent" src="/images/roadmap/card-logos-core-a.webp"/></div><span class="pointer-events-none absolute inset-0 bg-white/0 transition-colors duration-300 ease-out group-hover/roadmap-card:bg-white/10 group-focus-visible/roadmap-card:bg-white/10"></span><div class="absolute top-[60px] right-2.5 bottom-[60px] left-2.5 flex flex-col items-center justify-between"><h3 class="text-center font-sans text-[24px] leading-[1.1] text-brand-off-white">Logos Core</h3><div class="flex w-[min(336px,calc(100%-24px))] flex-col gap-4 text-center font-sans text-[18px] leading-[1.15] text-brand-off-white"><p>Logos Core development focuses on the research and development of the Logos modular runtime, the Logos Core library, Basecamp, SDKs, and various modules.</p></div><span class="inline-flex items-center justify-center rounded-md bg-accent-light-blue px-1.5 py-1 font-mono-body text-xs leading-[1.3] whitespace-nowrap text-brand-dark-green transition-colors duration-300 ease-out group-hover/roadmap-card:bg-white group-focus-visible/roadmap-card:bg-white"><span>Full roadmap</span></span></div></a><a href="https://roadmap.logos.co/anoncomms/" target="_blank" rel="noopener noreferrer" class="relative block h-[420px] w-full overflow-hidden rounded-xl bg-[#2f2f2f] text-brand-off-white [contain:paint] md:h-[480px] desktop:w-[460px] group/roadmap-card cursor-pointer focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-brand-dark-green"><div class="absolute top-[-112px] left-[-440px] h-[704px] w-[1340px] blur-[72px]"><img alt="" loading="lazy" decoding="async" data-nimg="fill" class="object-cover transition-transform duration-700 ease-out group-hover/roadmap-card:scale-[1.04] group-focus-visible/roadmap-card:scale-[1.04] motion-reduce:transform-none motion-reduce:transition-none" style="position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;color:transparent" src="/images/roadmap/card-networking.webp"/></div><span class="pointer-events-none absolute inset-0 bg-white/0 transition-colors duration-300 ease-out group-hover/roadmap-card:bg-white/10 group-focus-visible/roadmap-card:bg-white/10"></span><div class="absolute top-[60px] right-2.5 bottom-[60px] left-2.5 flex flex-col items-center justify-between"><h3 class="text-center font-sans text-[24px] leading-[1.1] text-brand-off-white">Networking</h3><div class="flex w-[min(336px,calc(100%-24px))] flex-col gap-4 text-center font-sans text-[18px] leading-[1.15] text-brand-off-white"><p>Networking development includes p2p group messaging and Decentralised Oracle Network for the Logos Execution Zone.</p><p>A capability discovery module, libp2p mixnet, and RLN membership allocation will be delivered for Logos Core.</p></div><span class="inline-flex items-center justify-center rounded-md bg-accent-light-blue px-1.5 py-1 font-mono-body text-xs leading-[1.3] whitespace-nowrap text-brand-dark-green transition-colors duration-300 ease-out group-hover/roadmap-card:bg-white group-focus-visible/roadmap-card:bg-white"><span>Full roadmap</span></span></div></a><a href="https://roadmap.logos.co/blockchain/" target="_blank" rel="noopener noreferrer" class="relative block h-[420px] w-full overflow-hidden rounded-xl bg-[#2f2f2f] text-brand-off-white [contain:paint] md:h-[480px] desktop:w-[460px] group/roadmap-card cursor-pointer focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-brand-dark-green"><div class="absolute top-[-124px] left-[-120px] h-[875px] w-[700px] rotate-180 blur-[67px]"><img alt="" loading="lazy" decoding="async" data-nimg="fill" class="object-cover transition-transform duration-700 ease-out group-hover/roadmap-card:scale-[1.04] group-focus-visible/roadmap-card:scale-[1.04] motion-reduce:transform-none motion-reduce:transition-none" style="position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;color:transparent" src="/images/roadmap/card-logos-core-b.webp"/></div><span class="pointer-events-none absolute inset-0 bg-white/0 transition-colors duration-300 ease-out group-hover/roadmap-card:bg-white/10 group-focus-visible/roadmap-card:bg-white/10"></span><div class="absolute top-[60px] right-2.5 bottom-[60px] left-2.5 flex flex-col items-center justify-between"><h3 class="text-center font-sans text-[24px] leading-[1.1] text-brand-off-white">Blockchain</h3><div class="flex w-[min(336px,calc(100%-24px))] flex-col gap-4 text-center font-sans text-[18px] leading-[1.15] text-brand-off-white"><p>Private consensus is delivered by Cryptarchia and Blend.</p><p>Logos Execution Zone (LEZ) is being developed as the primary execution environment and first Sovereign Zone, and will later be linked to other public or private zones for interoperability.</p></div><span class="inline-flex items-center justify-center rounded-md bg-accent-light-blue px-1.5 py-1 font-mono-body text-xs leading-[1.3] whitespace-nowrap text-brand-dark-green transition-colors duration-300 ease-out group-hover/roadmap-card:bg-white group-focus-visible/roadmap-card:bg-white"><span>Full roadmap</span></span></div></a><a href="https://roadmap.logos.co/messaging/" target="_blank" rel="noopener noreferrer" class="relative block h-[420px] w-full overflow-hidden rounded-xl bg-[#2f2f2f] text-brand-off-white [contain:paint] md:h-[480px] desktop:w-[460px] group/roadmap-card cursor-pointer focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-brand-dark-green"><div class="absolute top-[-143px] left-[-40px] h-[766px] w-[574px] blur-[102px] desktop:left-[-57px]"><img alt="" loading="lazy" decoding="async" data-nimg="fill" class="object-cover transition-transform duration-700 ease-out group-hover/roadmap-card:scale-[1.04] group-focus-visible/roadmap-card:scale-[1.04] motion-reduce:transform-none motion-reduce:transition-none" style="position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;color:transparent" src="/images/roadmap/card-messaging.webp"/></div><span class="pointer-events-none absolute inset-0 bg-white/0 transition-colors duration-300 ease-out group-hover/roadmap-card:bg-white/10 group-focus-visible/roadmap-card:bg-white/10"></span><div class="absolute top-[60px] right-2.5 bottom-[60px] left-2.5 flex flex-col items-center justify-between"><h3 class="text-center font-sans text-[24px] leading-[1.1] text-brand-off-white">Messaging</h3><div class="flex w-[min(336px,calc(100%-24px))] flex-col gap-4 text-center font-sans text-[18px] leading-[1.15] text-brand-off-white"><p>The Delivery module allows developers to build privacy-preserving applications and will integrate Mix. The Chat module provides private communication and will be expanded with De-MLS for group messaging.</p></div><span class="inline-flex items-center justify-center rounded-md bg-accent-light-blue px-1.5 py-1 font-mono-body text-xs leading-[1.3] whitespace-nowrap text-brand-dark-green transition-colors duration-300 ease-out group-hover/roadmap-card:bg-white group-focus-visible/roadmap-card:bg-white"><span>Full roadmap</span></span></div></a><a href="https://roadmap.logos.co/storage/" target="_blank" rel="noopener noreferrer" class="relative block h-[420px] w-full overflow-hidden rounded-xl bg-[#2f2f2f] text-brand-off-white [contain:paint] md:h-[480px] desktop:w-[460px] group/roadmap-card cursor-pointer focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-brand-dark-green"><div class="absolute top-[-143px] left-[-40px] h-[766px] w-[574px] blur-[62px] desktop:left-[-57px]"><img alt="" loading="lazy" decoding="async" data-nimg="fill" class="object-cover transition-transform duration-700 ease-out group-hover/roadmap-card:scale-[1.04] group-focus-visible/roadmap-card:scale-[1.04] motion-reduce:transform-none motion-reduce:transition-none" style="position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;color:transparent" src="/images/roadmap/card-storage.webp"/></div><span class="pointer-events-none absolute inset-0 bg-white/0 transition-colors duration-300 ease-out group-hover/roadmap-card:bg-white/10 group-focus-visible/roadmap-card:bg-white/10"></span><div class="absolute top-[60px] right-2.5 bottom-[60px] left-2.5 flex flex-col items-center justify-between"><h3 class="text-center font-sans text-[24px] leading-[1.1] text-brand-off-white">Storage</h3><div class="flex w-[min(336px,calc(100%-24px))] flex-col gap-4 text-center font-sans text-[18px] leading-[1.15] text-brand-off-white"><p>Development is ongoing on a private file-sharing application and expanding the Storage module with the capability for distributed, censorship-resistant file storage.</p></div><span class="inline-flex items-center justify-center rounded-md bg-accent-light-blue px-1.5 py-1 font-mono-body text-xs leading-[1.3] whitespace-nowrap text-brand-dark-green transition-colors duration-300 ease-out group-hover/roadmap-card:bg-white group-focus-visible/roadmap-card:bg-white"><span>Full roadmap</span></span></div></a><article class="relative block h-[420px] w-full overflow-hidden rounded-xl bg-[#2f2f2f] text-brand-off-white [contain:paint] md:h-[480px] desktop:w-[460px]"><div class="absolute top-[calc(50%+36px)] left-[-39px] h-[1867px] w-[1494px] -translate-y-1/2 blur-[20px]"><img alt="" loading="lazy" decoding="async" data-nimg="fill" class="object-cover transition-transform duration-700 ease-out group-hover/roadmap-card:scale-[1.04] group-focus-visible/roadmap-card:scale-[1.04] motion-reduce:transform-none motion-reduce:transition-none" style="position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;color:transparent" src="/images/roadmap/card-more.webp"/></div><p class="absolute top-1/2 left-1/2 w-[min(336px,calc(100%-48px))] -translate-x-1/2 -translate-y-1/2 text-center font-sans text-[18px] leading-[1.15] text-brand-off-white">More to be announced</p></article></div></div></section><section class="relative mt-[120px] mb-10 bg-brand-off-white pt-0 pb-28 before:absolute before:top-0 before:left-0 before:h-px before:w-full before:bg-brand-dark-green/10 before:content-[''] max-desktop:before:hidden desktop:mt-10 desktop:pt-28"><div class="mx-auto px-3 max-w-[1440px] "><h2 class="text-h3-serif text-brand-dark-green [text-box-edge:cap_alphabetic] [text-box-trim:trim-both]">Roadmap FAQs</h2><div class="mt-[43px] flex flex-col"><div class="grid gap-6 px-3 py-3 lg:max-desktop:grid-cols-[305px_minmax(0,1fr)] lg:gap-0 lg:p-0 desktop:grid-cols-[704px_712px] bg-black/10"><h3 class="text-body-serif text-brand-dark-green lg:p-3">Will the Logos roadmap change?</h3><div class="flex w-full max-w-[640px] flex-col gap-[13px] font-mono-body text-xs leading-[1.3] text-brand-dark-green lg:max-w-none lg:px-[200px] lg:py-3"><p>Yes, almost definitely. The roadmap is broad and the scope of our goal is ambitious. As an open-source, community-driven initiative, objectives and timelines may change as contributors explore new technologies or better solutions are found to the challenges we are solving.</p></div></div><div class="grid gap-6 px-3 py-3 lg:max-desktop:grid-cols-[305px_minmax(0,1fr)] lg:gap-0 lg:p-0 desktop:grid-cols-[704px_712px] bg-black/5"><h3 class="text-body-serif text-brand-dark-green lg:p-3">Do I have to do anything?</h3><div class="flex w-full max-w-[640px] flex-col gap-[13px] font-mono-body text-xs leading-[1.3] text-brand-dark-green lg:max-w-none lg:px-[200px] lg:py-3"><p>If you are running a node, you will need to update your node to the latest version when a new release is published. Node operators will be informed when they need to update their software.</p><p>Normally, if you are running Basecamp or using a Logos-based application, you should not need to do anything when new releases are published. If there is a breaking change, we will announce when a manual update is required.</p></div></div><div class="grid gap-6 px-3 py-3 lg:max-desktop:grid-cols-[305px_minmax(0,1fr)] lg:gap-0 lg:p-0 desktop:grid-cols-[704px_712px] bg-black/10"><h3 class="text-body-serif text-brand-dark-green lg:p-3">Can I run a node on the Logos blockchain?</h3><div class="flex w-full max-w-[640px] flex-col gap-[13px] font-mono-body text-xs leading-[1.3] text-brand-dark-green lg:max-w-none lg:px-[200px] lg:py-3"><p>Yes. Prior to mainnet, users are able to run a node on the Logos testnet and play a crucial role in building the security and resilience of the blockchain. Read more on how to run a node at <a href="https://docs.logos.co" target="_blank" rel="noopener noreferrer" class="cursor-pointer underline underline-offset-2">docs.logos.co</a>.</p></div></div><div class="grid gap-6 px-3 py-3 lg:max-desktop:grid-cols-[305px_minmax(0,1fr)] lg:gap-0 lg:p-0 desktop:grid-cols-[704px_712px] bg-black/5"><h3 class="text-body-serif text-brand-dark-green lg:p-3">How can I contribute to Logos?</h3><div class="flex w-full max-w-[640px] flex-col gap-[13px] font-mono-body text-xs leading-[1.3] text-brand-dark-green lg:max-w-none lg:px-[200px] lg:py-3"><p>If you are a developer, head over to <a href="https://docs.logos.co" target="_blank" rel="noopener noreferrer" class="cursor-pointer underline underline-offset-2">docs.logos.co</a> and get started building applications on Basecamp, the user-facing interface for the Logos stack. You can also join our community and help with the development of the stack and modules.</p></div></div></div></div></section><!--$--><!--/$--><div aria-hidden="true" class="fixed inset-0 z-[60] bg-brand-off-white pointer-events-none" style="will-change:opacity;opacity:0"></div></main><footer class="relative h-[612px] overflow-hidden bg-brand-dark-green text-brand-off-white lg:h-[688px] "><div class="absolute top-6 left-3 flex w-[370px] max-w-[calc(100%-24px)] flex-col gap-3 lg:w-[345px]"><p class="w-full max-w-[314px] font-sans text-[18px] leading-[1.15] tracking-[-0.18px] text-brand-off-white">Stay ahead with the latest updates.</p><form class="flex w-full flex-col gap-1"><input type="email" autoComplete="email" placeholder="Enter email" class="w-full text-eyebrow h-[32px] border border-brand-off-white/50 px-3 py-2 text-center text-brand-off-white normal-case backdrop-blur-[5px] bg-transparent outline-none placeholder:text-brand-off-white placeholder:uppercase" aria-label="Enter email" name="email" value=""/><div class="flex w-full items-center gap-1"><div class="relative min-w-0 flex-1"><button type="button" class="text-eyebrow flex h-[32px] w-full cursor-pointer items-center justify-center gap-1 border border-brand-off-white/50 px-3 py-2 text-brand-off-white backdrop-blur-[5px]" aria-haspopup="listbox" aria-expanded="false" aria-label="Role"><span class="truncate">Role</span><span class="transition-transform "><svg aria-hidden="true" class="size-[15px] shrink-0" fill="none" viewBox="0 0 15 15" xmlns="http://www.w3.org/2000/svg"><path d="M4.5 6L7.5 9L10.5 6" stroke="currentColor"></path></svg></span></button></div><input type="text" autoComplete="address-level2" placeholder="city" class="min-w-0 flex-1 text-eyebrow h-[32px] border border-brand-off-white/50 px-3 py-2 text-center text-brand-off-white normal-case backdrop-blur-[5px] bg-transparent outline-none placeholder:text-brand-off-white placeholder:uppercase" aria-label="city" name="city" value=""/><button type="submit" class="text-eyebrow flex h-[32px] shrink-0 cursor-pointer items-center justify-center gap-1 rounded-xl bg-brand-off-white px-3 py-2 text-brand-dark-green uppercase backdrop-blur-[5px] transition-opacity hover:opacity-80 disabled:cursor-not-allowed disabled:opacity-60">Submit<svg aria-hidden="true" class="size-[15px] shrink-0" fill="none" viewBox="0 0 15 15" xmlns="http://www.w3.org/2000/svg"><path d="M3.5 7.5H11.5M11.5 7.5L8 4M11.5 7.5L8 11" stroke="currentColor" stroke-linecap="square" stroke-linejoin="miter"></path></svg></button></div></form></div><div class="absolute top-[200px] left-3 h-[47px] w-[83px] overflow-hidden lg:top-[549px] lg:h-[127px] lg:w-[226px] *:size-full *:object-cover"><img alt="" loading="lazy" decoding="async" data-nimg="fill" style="position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;color:transparent" src="/images/home/footer-image.webp"/></div><div class="absolute top-[200px] left-[calc(50%+6px)] lg:top-6"><span class="inline-flex items-center gap-2 text-brand-off-white"><svg aria-hidden="true" class="inline-block fill-current shrink-0" fill="none" style="width:11.538461538461538px;height:15px" viewBox="0 0 20 26" xmlns="http://www.w3.org/2000/svg"><path d="M14.6386 26C13.728 26 12.945 25.7854 12.2881 25.3549C11.6312 24.9244 11.1344 24.2467 10.7962 23.3233C10.5841 22.7003 10.4359 21.9368 10.3513 21.0328C10.2668 20.1302 10.2134 19.1833 10.1926 18.1948C10.1718 17.1842 10.1497 16.2061 10.1289 15.2592C10.1289 15.0017 10.0651 14.8716 9.93897 14.8716C9.83361 14.8716 9.72695 14.9575 9.62159 15.1292C9.21967 15.8822 8.74359 16.742 8.19208 17.7097C7.66268 18.6773 7.13328 19.645 6.60388 20.6127C6.07447 21.5804 5.5984 22.4518 5.17436 23.2257C4.77243 23.9788 4.48627 24.5264 4.31717 24.871C4.10515 25.3445 3.76696 25.6449 3.3013 25.7737C2.85644 25.9246 2.29582 25.9571 1.61814 25.8699C0.940452 25.7841 0.464381 25.5149 0.188624 25.0635C-0.107945 24.5901 -0.0546142 24.0958 0.347315 23.5795C0.623072 23.2348 1.01459 22.7198 1.52188 22.0317C2.03047 21.3216 2.6015 20.5269 3.23626 19.645C3.87102 18.7424 4.51749 17.8176 5.17306 16.8707C5.85075 15.9031 6.48551 14.9783 7.07865 14.0964C7.67178 13.1938 8.16867 12.4082 8.5706 11.7423C8.99464 11.0542 9.26909 10.5483 9.39657 10.2257C9.52404 9.92526 9.66062 9.591 9.8089 9.22551C9.95719 8.86003 10.0313 8.48414 10.0313 8.09655C10.0313 6.67754 9.89345 5.61231 9.61899 4.90345C9.36535 4.17249 9.01545 3.68864 8.5706 3.45193C8.14655 3.1944 7.68089 3.06433 7.1736 3.06433C6.79248 3.06433 6.38015 3.13977 5.9353 3.29065C5.51125 3.44152 5.2368 3.58069 5.10933 3.70945C4.87649 3.94617 4.65407 3.98909 4.44205 3.83822C4.23002 3.68734 4.16629 3.44022 4.25214 3.09685C4.48497 2.30085 4.90901 1.592 5.52296 0.967684C6.13951 0.322561 6.9967 0 8.09713 0C9.26129 0 10.1822 0.332967 10.8599 1.0002C11.5376 1.66743 12.0241 2.73137 12.3206 4.1933C12.6172 5.65523 12.7655 7.5906 12.7655 9.9994C12.7655 12.8374 12.8084 15.1071 12.893 16.8057C12.9775 18.5044 13.1154 19.7842 13.3053 20.6439C13.4952 21.4828 13.7606 22.0421 14.0987 22.3218C14.459 22.6014 14.9026 22.7406 15.432 22.7406C15.9614 22.7406 16.4167 22.6326 16.8615 22.418C17.3272 22.2034 17.7291 21.9238 18.0686 21.5791C18.2169 21.4074 18.386 21.3424 18.5772 21.3853C18.7671 21.4282 18.9154 21.5466 19.022 21.7404C19.1495 21.9121 19.1495 22.1384 19.022 22.418C18.5772 23.4078 17.9841 24.2571 17.2439 24.966C16.5246 25.654 15.6557 25.9987 14.6399 25.9987L14.6386 26Z"></path></svg><span class="font-display text-[18px] leading-none">Logos</span></span></div><p class="text-body-serif absolute top-[251px] left-[calc(50%+6px)] w-[175px] text-brand-off-white lg:top-[22px] lg:left-[calc(83.33%+2px)] lg:w-[226px]">Build the parallel</p><div class="absolute top-[332px] left-3 lg:top-[133px] lg:left-[calc(50%+6px)]"><div class="flex flex-col gap-1"><a href="https://free.technology/jobs" target="_blank" rel="noopener noreferrer" class="text-mono-s w-fit cursor-pointer border-b border-brand-off-white/10 text-brand-off-white transition-opacity hover:opacity-70">Work With Us</a><a href="/design-guide" class="text-mono-s w-fit cursor-pointer border-b border-brand-off-white/10 text-brand-off-white transition-opacity hover:opacity-70">Design Guide</a><a href="/field-guide" class="text-mono-s w-fit cursor-pointer border-b border-brand-off-white/10 text-brand-off-white transition-opacity hover:opacity-70">Field Guide</a><a href="/roadmap" class="text-mono-s w-fit cursor-pointer border-b border-brand-off-white/10 text-brand-off-white transition-opacity hover:opacity-70">Roadmap</a></div></div><div class="absolute top-[332px] left-[calc(50%+6px)] lg:top-[133px] lg:left-[calc(83.33%+3px)]"><div class="flex flex-col gap-1"><a href="https://x.com/Logos_network" target="_blank" rel="noopener noreferrer" class="text-mono-s w-fit cursor-pointer border-b border-brand-off-white/10 text-brand-off-white transition-opacity hover:opacity-70">X</a><a href="https://discord.gg/Ykv4eZyHUJ" target="_blank" rel="noopener noreferrer" class="text-mono-s w-fit cursor-pointer border-b border-brand-off-white/10 text-brand-off-white transition-opacity hover:opacity-70">Discord</a><a href="https://www.youtube.com/@logos_network" target="_blank" rel="noopener noreferrer" class="text-mono-s w-fit cursor-pointer border-b border-brand-off-white/10 text-brand-off-white transition-opacity hover:opacity-70">YouTube</a><a href="/media" class="text-mono-s w-fit cursor-pointer border-b border-brand-off-white/10 text-brand-off-white transition-opacity hover:opacity-70">Blog</a><a href="https://github.com/logos-co" target="_blank" rel="noopener noreferrer" class="text-mono-s w-fit cursor-pointer border-b border-brand-off-white/10 text-brand-off-white transition-opacity hover:opacity-70">Github</a></div></div><div class="absolute top-[460px] left-3 lg:top-[322px] lg:left-[calc(50%+8px)]"><div class="flex flex-col gap-1"><p class="text-eyebrow mb-1 text-brand-off-white">Research</p><a href="/research" class="text-mono-s w-fit cursor-pointer border-b border-brand-off-white/10 text-brand-off-white transition-opacity hover:opacity-70">Research Overview</a><a href="https://lip.logos.co/" target="_blank" rel="noopener noreferrer" class="text-mono-s w-fit cursor-pointer border-b border-brand-off-white/10 text-brand-off-white transition-opacity hover:opacity-70">Specs / RFC</a><a href="https://forum.research.logos.co/" target="_blank" rel="noopener noreferrer" class="text-mono-s w-fit cursor-pointer border-b border-brand-off-white/10 text-brand-off-white transition-opacity hover:opacity-70">Research Forum</a></div></div><div class="absolute top-[460px] left-[calc(50%+6px)] lg:top-[322px] lg:left-[calc(83.33%+3px)]"><div class="flex flex-col gap-1"><p class="text-eyebrow mb-1 text-brand-off-white">Infrastructure</p><a href="/technology-stack/messaging" class="text-mono-s w-fit cursor-pointer border-b border-brand-off-white/10 text-brand-off-white transition-opacity hover:opacity-70">Messaging</a><a href="/technology-stack/storage" class="text-mono-s w-fit cursor-pointer border-b border-brand-off-white/10 text-brand-off-white transition-opacity hover:opacity-70">Storage</a><a href="/technology-stack/blockchain" class="text-mono-s w-fit cursor-pointer border-b border-brand-off-white/10 text-brand-off-white transition-opacity hover:opacity-70">Blockchain</a><a href="/technology-stack/networking" class="text-mono-s w-fit cursor-pointer border-b border-brand-off-white/10 text-brand-off-white transition-opacity hover:opacity-70">Networking</a></div></div><div class="absolute top-[540px] left-3 lg:top-[617px] lg:left-[calc(50%+6px)]"><div class="flex flex-col gap-1"><a href="/terms-and-conditions" class="text-mono-s w-fit cursor-pointer border-b border-brand-off-white/10 text-brand-off-white transition-opacity hover:opacity-70">Terms & Conditions</a><a href="/privacy-policy" class="text-mono-s w-fit cursor-pointer border-b border-brand-off-white/10 text-brand-off-white transition-opacity hover:opacity-70">Privacy Policy</a><a href="/security" class="text-mono-s w-fit cursor-pointer border-b border-brand-off-white/10 text-brand-off-white transition-opacity hover:opacity-70">Security</a></div></div></footer><script src="/_next/static/chunks/0pcyg8q97k1ft.js" id="_R_" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0])</script><script>self.__next_f.push([1,"1:\"$Sreact.fragment\"\n2:I[77857,[\"/_next/static/chunks/17hkzjx44u3dy.js\",\"/_next/static/chunks/0-cgqeykwauj~.js\"],\"default\"]\n3:I[32641,[\"/_next/static/chunks/17hkzjx44u3dy.js\",\"/_next/static/chunks/0-cgqeykwauj~.js\"],\"default\"]\n6:I[56105,[\"/_next/static/chunks/17hkzjx44u3dy.js\",\"/_next/static/chunks/0-cgqeykwauj~.js\"],\"OutletBoundary\"]\n7:\"$Sreact.suspense\"\na:I[56105,[\"/_next/static/chunks/17hkzjx44u3dy.js\",\"/_next/static/chunks/0-cgqeykwauj~.js\"],\"ViewportBoundary\"]\nc:I[56105,[\"/_next/static/chunks/17hkzjx44u3dy.js\",\"/_next/static/chunks/0-cgqeykwauj~.js\"],\"MetadataBoundary\"]\ne:I[46454,[],\"default\",1]\n:HL[\"/_next/static/chunks/03hmkjx649szf.css\",\"style\"]\n:HL[\"/_next/static/chunks/04cm.w0twky0p.css\",\"style\"]\n:HL[\"/_next/static/media/788ad271f9d0b1c8-s.p.0ozfxe_l0spp4.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n:HL[\"/_next/static/media/8f50c616ff21aafd-s.p.04xpi8-p5fibe.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n:HL[\"/_next/static/media/9ce9a4a38ba25966-s.p.0ai088f2k10g..woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n:HL[\"/_next/static/media/b8b552e8609c5636-s.p.0vinx1niofu4y.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n:HL[\"/_next/static/media/fa0520225c6f3d07-s.p.0_88erakuzr64.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n:HL[\"/_next/static/media/rhymes_display_regular-s.p.14b85k4~uv6qn.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"c\":[\"\",\"en\",\"roadmap\"],\"q\":\"\",\"i\":false,\"f\":[[[\"\",{\"children\":[[\"locale\",\"en\",\"d\",null],{\"children\":[\"roadmap\",{\"children\":[\"__PAGE__\",{}]}]},\"$undefined\",\"$undefined\",16]}],[[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L2\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L3\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":[[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"textAlign\":\"center\",\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\"},\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":{\"display\":\"inline-block\",\"margin\":\"0 20px 0 0\",\"padding\":\"0 23px 0 0\",\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\",\"lineHeight\":\"49px\"},\"children\":404}],[\"$\",\"div\",null,{\"style\":{\"display\":\"inline-block\"},\"children\":[\"$\",\"h2\",null,{\"style\":{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"49px\",\"margin\":0},\"children\":\"This page could not be found.\"}]}]]}]}]],[]],\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/chunks/03hmkjx649szf.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}],[\"$\",\"link\",\"1\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/chunks/04cm.w0twky0p.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-0\",{\"src\":\"/_next/static/chunks/17n8x2dvjvy8u.js\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-1\",{\"src\":\"/_next/static/chunks/0kxztukdpg3gd.js\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-2\",{\"src\":\"/_next/static/chunks/113cbtzy2q3sb.js\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-3\",{\"src\":\"/_next/static/chunks/0ryof3~3uu6ua.js\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-4\",{\"src\":\"/_next/static/chunks/0cnxl~oft49l..js\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-5\",{\"src\":\"/_next/static/chunks/10x45wppvw40p.js\",\"async\":true,\"nonce\":\"$undefined\"}]],\"$L4\"]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L2\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L3\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[\"$L5\",[[\"$\",\"script\",\"script-0\",{\"src\":\"/_next/static/chunks/0yp~v35u97u9r.js\",\"async\":true,\"nonce\":\"$undefined\"}]],[\"$\",\"$L6\",null,{\"children\":[\"$\",\"$7\",null,{\"name\":\"Next.MetadataOutlet\",\"children\":\"$@8\"}]}]]}],{},null,false,null]},null,false,\"$@9\"]},null,false,null]},null,false,\"$@9\"],[\"$\",\"$1\",\"h\",{\"children\":[null,[\"$\",\"$La\",null,{\"children\":\"$Lb\"}],[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$Lc\",null,{\"children\":[\"$\",\"$7\",null,{\"name\":\"Next.Metadata\",\"children\":\"$Ld\"}]}]}],[\"$\",\"meta\",null,{\"name\":\"next-size-adjust\",\"content\":\"\"}]]}],false]],\"m\":\"$undefined\",\"G\":[\"$e\",[]],\"S\":true,\"h\":null,\"s\":\"$undefined\",\"l\":\"$undefined\",\"p\":\"$undefined\",\"d\":\"$undefined\",\"b\":\"DrMYfqv9MOTvV1-UB0ZzA\"}\n"])</script><script>self.__next_f.push([1,"f:[]\n9:\"$Wf\"\n"])</script><script>self.__next_f.push([1,"10:I[55405,[\"/_next/static/chunks/17n8x2dvjvy8u.js\",\"/_next/static/chunks/0kxztukdpg3gd.js\",\"/_next/static/chunks/113cbtzy2q3sb.js\",\"/_next/static/chunks/0ryof3~3uu6ua.js\",\"/_next/static/chunks/0cnxl~oft49l..js\",\"/_next/static/chunks/10x45wppvw40p.js\"],\"default\"]\n"])</script><script>self.__next_f.push([1,"4:[\"$\",\"$L10\",null,{\"formats\":\"$undefined\",\"locale\":\"en\",\"messages\":{\"locale\":{\"language\":\"Language\",\"en\":\"English\"},\"common\":{\"docsNav\":{\"guides\":\"Guides\",\"logosForum\":\"Logos Forum\",\"researchForum\":\"Research Forum\",\"designGuide\":\"Design Guide\",\"terms\":\"Terms \u0026 Conditions\",\"privacy\":\"Privacy Policy\",\"security\":\"Security\",\"testnetFaqs\":\"Testnet FAQ\",\"testnetTerms\":\"Testnet Terms\"},\"nav\":{\"resources\":\"Resources\",\"contributors\":\"Contributors\",\"miilestones\":\"Milestones\"}},\"designSystems\":{\"components\":{\"table\":{\"placeholderTitle\":\"Component State Example\"},\"giantSwitch\":{\"downloadDescription\":\"If the download does not start automatically, click Download Again below.\"}}},\"pages\":{\"ideas\":{\"title\":\"Ideas | Logos\",\"description\":\"Community-submitted ideas for decentralised applications on Logos. Browse active submissions or contribute your own.\",\"heading\":\"Ideas\"},\"rfps\":{\"title\":\"RFPs | Logos\",\"description\":\"Request-for-proposals on Logos. USDC + XP rewards for builders shipping attack-resistant public registries, decentralised archives, private financial networks, and more.\",\"heading\":\"RFPs\"},\"circleDetail\":{\"title\":\"{city} Circle | Logos\",\"description\":\"The {city} chapter of Logos Circles — upcoming events, initiatives, and how to join your local movement.\",\"heading\":\"{city}\"},\"links\":{\"title\":\"Links | Logos\",\"description\":\"Curated links to Logos ecosystem projects and resources.\",\"heading\":\"Links\"},\"notFound\":{\"code\":\"404\",\"heading\":\"We couldn’t find that page.\",\"homeLink\":\"Return to homepage\"},\"about\":{\"title\":\"About | Logos\",\"description\":\"Logos is on a mission to revitalise Civil Society. A community of builders, activists, and change seekers contributing in a wide variety of ways.\",\"heading\":\"Logos is on a mission to revitalise Civil Society.\",\"hero\":{\"title\":\"Logos is on a mission to revitalise Civil Society.\"},\"community\":{\"eyebrow\":\"A global community committed to driving change\",\"body\":\"We are a community of builders, activists, and change seekers who contribute in a wide variety of ways.\",\"cta\":\"Join a circle\"},\"initiative\":{\"caption\":\"Our initiatives connect local action with sovereign technology.\"},\"whoWeAre\":{\"title\":\"Who We Are\",\"eyebrow\":\"People first\",\"taglineLine1\":\"A movement\",\"taglineLine2\":\"for civil society.\",\"useCasesLabel\":\"Use Cases\",\"useCase1Label\":\"Your own bank\",\"useCase1Body\":\"Build a bank powered by logic you've programmedd\",\"useCase2Label\":\"Your own currency\",\"useCase2Body\":\"Create tokens that you can transfer and use across applications\",\"useCase3Label\":\"A JavaScript Logos wallet\",\"useCase3Body\":\"Use familiar tooling to interact with Logos modules and applications\",\"useCase4Label\":\"An open, permissionless DNS\",\"useCase4Body\":\"Re-imagine existing services as decentralised, open applications\",\"historyTitle\":\"Our History\",\"historyBody\":\"Logos was created to give people the tools to live soverign lives.\",\"principlesTitle\":\"Our Principles\",\"principlesBody\":\"Our mission is to empower individuals to achieve their aspirations and create a better future for all. Where freedom, liberty, and human sovereignty are protected, and censorship resistance is ensured.\",\"principlesAside\":\"(Mission, Vision, Prinicples)\",\"howWeWorkTitle\":\"How We Work\",\"howWeWorkBody\":\"We build decentralised technology and inspire change. We work with local communities to use our technology to build the tools they need.\",\"howWeWorkCta\":\"See our process\"},\"ourWork\":{\"title\":\"Our Work\",\"body\":\"We build the tools for people to create what they need. We create the underlying technology. People all over the world have created amazing applications specific to their needs.\",\"ctaAll\":\"All Case Studies\",\"cardEyebrow\":\"Case Study\",\"cardCta\":\"Learn More\",\"card1Title\":\"Logos-Powered Nextdoor App Clone\",\"card2Title\":\"Digital ID Replacement with Logos\",\"cardBody\":\"Local communities are using Logos-aligned tools to coordinate around practical needs, from neighbourhood organising to digital rights.\\n\\nThese case studies show how civic action and resilient technology can reinforce each other.\\n\\nEach example starts with a concrete problem and a small group of people willing to build a better path.\"}},\"workWithUs\":{\"title\":\"Work With Us | Logos\",\"description\":\"Open roles and ways to collaborate with the Logos team.\",\"heading\":\"Work With Us\"},\"connect\":{\"title\":\"Let's Connect | Logos\",\"description\":\"Be part of what's unfolding. Receive updates on progress, gatherings and opportunities to contribute.\",\"heading\":\"Let's Connect.\"}},\"connectForm\":{\"submit\":\"Send\",\"submitting\":\"Sending...\",\"selectPlaceholder\":\"Select…\",\"selectAtLeastOne\":\"Please select at least one\",\"selectFieldRequired\":\"Please select {field}\",\"selectOptionRequired\":\"Please select an option\",\"fieldRequired\":\"Please enter {field}\",\"tooLong\":\"Must be {max} characters or fewer\",\"emailInvalid\":\"Please enter a valid email address\",\"captchaRequired\":\"Please complete the captcha.\",\"captchaFailed\":\"Captcha verification failed. Please try again.\",\"submitError\":\"Something went wrong. Please try again.\",\"networkError\":\"Network error. Please check your connection and try again.\",\"defaultConfirmation\":\"Thank you for reaching out!\",\"successBody\":\"We've received your information and our People Ops team will review it shortly. If relevant, we'll schedule an intro call or connect you with the right people.\",\"successAnnouncement\":\"Form submitted successfully. Thank you for reaching out!\",\"loadingAnnouncement\":\"Submitting form, please wait...\",\"errorsAnnouncement\":\"Form has {count, plural, one {# error} other {# errors}}. Please correct the highlighted fields.\",\"chatLabel\":\"Chat name / chat service\",\"chatHandlePlaceholder\":\"Chat handle\",\"chatServicePlaceholder\":\"Service\",\"chatServiceRequired\":\"Please select a chat service\",\"chatNameRequired\":\"Please enter a chat name\",\"remove\":\"Remove\",\"addAnother\":\"+ Add another\",\"addChatRow\":\"Add another chat\",\"removeChatRow\":\"Remove chat row {index}\",\"addFieldRow\":\"Add another {field}\",\"removeFieldRow\":\"Remove {field} {index}\"},\"circlesMap\":{\"subscribeHeading\":\"Stay Tuned for Future Events\",\"subscribeBody\":\"No events in {city} right now — check back soon!\",\"emailPlaceholder\":\"Enter email\",\"subscribeCta\":\"Subscribe →\",\"subscribingLabel\":\"Subscribing…\",\"subscribedHeading\":\"Subscribed!\",\"subscribedBody\":\"We'll keep you updated on upcoming events.\",\"subscribeError\":\"Something went wrong.\",\"scrollZoomHint\":\"Use {key} + scroll to zoom\"}},\"now\":\"$undefined\",\"timeZone\":\"UTC\",\"children\":\"$L11\"}]\n"])</script><script>self.__next_f.push([1,"b:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"meta\",\"1\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}]]\n"])</script><script>self.__next_f.push([1,"12:I[4227,[\"/_next/static/chunks/17n8x2dvjvy8u.js\",\"/_next/static/chunks/0kxztukdpg3gd.js\",\"/_next/static/chunks/113cbtzy2q3sb.js\",\"/_next/static/chunks/0ryof3~3uu6ua.js\",\"/_next/static/chunks/0cnxl~oft49l..js\",\"/_next/static/chunks/10x45wppvw40p.js\"],\"\"]\n13:I[88160,[\"/_next/static/chunks/17n8x2dvjvy8u.js\",\"/_next/static/chunks/0kxztukdpg3gd.js\",\"/_next/static/chunks/113cbtzy2q3sb.js\",\"/_next/static/chunks/0ryof3~3uu6ua.js\",\"/_next/static/chunks/0cnxl~oft49l..js\",\"/_next/static/chunks/10x45wppvw40p.js\"],\"Providers\"]\n14:I[81107,[\"/_next/static/chunks/17n8x2dvjvy8u.js\",\"/_next/static/chunks/0kxztukdpg3gd.js\",\"/_next/static/chunks/113cbtzy2q3sb.js\",\"/_next/static/chunks/0ryof3~3uu6ua.js\",\"/_next/static/chunks/0cnxl~oft49l..js\",\"/_next/static/chunks/10x45wppvw40p.js\"],\"default\"]\n15:I[11770,[\"/_next/static/chunks/17n8x2dvjvy8u.js\",\"/_next/static/chunks/0kxztukdpg3gd.js\",\"/_next/static/chunks/113cbtzy2q3sb.js\",\"/_next/static/chunks/0ryof3~3uu6ua.js\",\"/_next/static/chunks/0cnxl~oft49l..js\",\"/_next/static/chunks/10x45wppvw40p.js\"],\"default\"]\n16:I[65205,[\"/_next/static/chunks/17n8x2dvjvy8u.js\",\"/_next/static/chunks/0kxztukdpg3gd.js\",\"/_next/static/chunks/113cbtzy2q3sb.js\",\"/_next/static/chunks/0ryof3~3uu6ua.js\",\"/_next/static/chunks/0cnxl~oft49l..js\",\"/_next/static/chunks/10x45wppvw40p.js\"],\"default\"]\n18:I[11798,[\"/_next/static/chunks/17n8x2dvjvy8u.js\",\"/_next/static/chunks/0kxztukdpg3gd.js\",\"/_next/static/chunks/113cbtzy2q3sb.js\",\"/_next/static/chunks/0ryof3~3uu6ua.js\",\"/_next/static/chunks/0cnxl~oft49l..js\",\"/_next/static/chunks/10x45wppvw40p.js\"],\"default\"]\n19:I[52316,[\"/_next/static/chunks/17n8x2dvjvy8u.js\",\"/_next/static/chunks/0kxztukdpg3gd.js\",\"/_next/static/chunks/113cbtzy2q3sb.js\",\"/_next/static/chunks/0ryof3~3uu6ua.js\",\"/_next/static/chunks/0cnxl~oft49l..js\",\"/_next/static/chunks/10x45wppvw40p.js\",\"/_next/static/chunks/14otxyl5k5kdt.js\"],\"default\"]\n"])</script><script>self.__next_f.push([1,"11:[\"$\",\"html\",null,{\"lang\":\"en\",\"className\":\"scroll-smooth rhymesdisplay_b8087fb8-module__8EKiAG__variable public_sans_d4e4ef0f-module__-oWnya__variable open_sans_a7d9b752-module___eEi8W__variable fira_code_57d878b-module__TfNSkG__variable fira_mono_37c6529c-module__5lrg9q__variable\",\"suppressHydrationWarning\":true,\"children\":[[\"$\",\"head\",null,{\"children\":[[\"$\",\"script\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"\\n (function() {\\n try {\\n var theme = localStorage.getItem('theme');\\n var systemTheme = window.matchMedia('(prefers-color-scheme: dark)').matches ? 'dark' : 'light';\\n var initialTheme = theme || systemTheme;\\n document.documentElement.setAttribute('data-theme', initialTheme);\\n } catch (e) {}\\n })();\\n\"}}],[\"$\",\"$L12\",null,{\"strategy\":\"afterInteractive\",\"src\":\"https://umami.bi.status.im/script.js\",\"data-website-id\":\"144fa9a5-fe44-4bf3-a585-45742cfa89cc\",\"data-domains\":\"logos.co\"}]]}],[\"$\",\"body\",null,{\"children\":[\"$\",\"$L13\",null,{\"children\":[[\"$\",\"$L14\",null,{}],[\"$\",\"$L15\",null,{}],[\"$\",\"$L16\",null,{\"children\":\"$L17\"}],[\"$\",\"main\",null,{\"className\":\"relative\",\"children\":[\"$\",\"$L18\",null,{\"children\":[\"$\",\"$L2\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$19\",\"errorStyles\":[],\"errorScripts\":[[\"$\",\"script\",\"script-0\",{\"src\":\"/_next/static/chunks/14otxyl5k5kdt.js\",\"async\":true}]],\"template\":[\"$\",\"$L3\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":[\"$L1a\",[]],\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]}]}],\"$L1b\"]}]}]]}]\n"])</script><script>self.__next_f.push([1,"1a:[\"$\",\"section\",null,{\"aria-labelledby\":\"not-found-heading\",\"className\":\"flex min-h-[calc(100svh-40px)] items-center justify-center px-3 py-20 md:min-h-[calc(100svh-42px)]\",\"children\":[\"$\",\"div\",null,{\"className\":\"flex max-w-4xl flex-col items-center gap-6 text-center\",\"children\":[[\"$\",\"h1\",null,{\"id\":\"not-found-heading\",\"className\":\"text-h2 text-brand-dark-green\",\"children\":\"404\"}],[\"$\",\"p\",null,{\"className\":\"text-body-sans text-brand-dark-green\",\"children\":\"We couldn’t find that page.\"}],\"$L1c\"]}]}]\n"])</script><script>self.__next_f.push([1,"1d:I[50712,[\"/_next/static/chunks/17n8x2dvjvy8u.js\",\"/_next/static/chunks/0kxztukdpg3gd.js\",\"/_next/static/chunks/113cbtzy2q3sb.js\",\"/_next/static/chunks/0ryof3~3uu6ua.js\",\"/_next/static/chunks/0cnxl~oft49l..js\",\"/_next/static/chunks/10x45wppvw40p.js\",\"/_next/static/chunks/0yp~v35u97u9r.js\"],\"default\"]\n1c:[\"$\",\"$L1d\",null,{\"ref\":\"$undefined\",\"href\":\"/\",\"locale\":\"$undefined\",\"localeCookie\":{\"name\":\"NEXT_LOCALE\",\"sameSite\":\"lax\"},\"className\":\"inline-flex items-center justify-center rounded-xl bg-brand-dark-green px-3 py-2 text-brand-off-white backdrop-blur-[5px] transition-colors hover:bg-accent-steel-teal\",\"children\":[\"$\",\"span\",null,{\"className\":\"inline-flex items-center gap-1.5\",\"children\":[[\"$\",\"span\",null,{\"className\":\"font-mono text-xs leading-[1.35] font-semibold uppercase whitespace-nowrap \",\"children\":\"Return to homepage\"}],[\"$\",\"svg\",null,{\"aria-hidden\":\"true\",\"xmlns\":\"http://www.w3.org/2000/svg\",\"width\":\"10\",\"height\":\"10\",\"viewBox\":\"0 0 10 10\",\"fill\":\"none\",\"children\":[\"$\",\"path\",null,{\"d\":\"M10 5L5 10L4.08262 9.08261L7.51647 5.64876H0V4.35124H7.51647L4.08262 0.917385L5 0L10 5Z\",\"fill\":\"currentColor\"}]}]]}],\"prefetch\":false}]\n"])</script><script>self.__next_f.push([1,"1e:I[24784,[\"/_next/static/chunks/17n8x2dvjvy8u.js\",\"/_next/static/chunks/0kxztukdpg3gd.js\",\"/_next/static/chunks/113cbtzy2q3sb.js\",\"/_next/static/chunks/0ryof3~3uu6ua.js\",\"/_next/static/chunks/0cnxl~oft49l..js\",\"/_next/static/chunks/10x45wppvw40p.js\",\"/_next/static/chunks/0yp~v35u97u9r.js\"],\"RoadmapRelease\"]\n21:I[86469,[\"/_next/static/chunks/17n8x2dvjvy8u.js\",\"/_next/static/chunks/0kxztukdpg3gd.js\",\"/_next/static/chunks/113cbtzy2q3sb.js\",\"/_next/static/chunks/0ryof3~3uu6ua.js\",\"/_next/static/chunks/0cnxl~oft49l..js\",\"/_next/static/chunks/10x45wppvw40p.js\"],\"default\"]\n22:I[56011,[\"/_next/static/chunks/17n8x2dvjvy8u.js\",\"/_next/static/chunks/0kxztukdpg3gd.js\",\"/_next/static/chunks/113cbtzy2q3sb.js\",\"/_next/static/chunks/0ryof3~3uu6ua.js\",\"/_next/static/chunks/0cnxl~oft49l..js\",\"/_next/static/chunks/10x45wppvw40p.js\",\"/_next/static/chunks/0yp~v35u97u9r.js\"],\"Image\"]\n2a:I[58167,[\"/_next/static/chunks/17n8x2dvjvy8u.js\",\"/_next/static/chunks/0kxztukdpg3gd.js\",\"/_next/static/chunks/113cbtzy2q3sb.js\",\"/_next/static/chunks/0ryof3~3uu6ua.js\",\"/_next/static/chunks/0cnxl~oft49l..js\",\"/_next/static/chunks/10x45wppvw40p.js\"],\"SiteFooterNewsletter\"]\n32:I[87396,[\"/_next/static/chunks/17hkzjx44u3dy.js\",\"/_next/static/chunks/0-cgqeykwauj~.js\"],\"IconMark\"]\n"])</script><script>self.__next_f.push([1,"5:[[\"$\",\"section\",null,{\"className\":\"relative h-[372px] overflow-hidden bg-brand-off-white md:-mt-0.5 md:h-[447px]\",\"children\":[\"$\",\"div\",null,{\"id\":\"$undefined\",\"className\":\"mx-auto px-3 max-w-[1440px] relative h-full text-brand-dark-green\",\"children\":[[\"$\",\"p\",null,{\"className\":\"absolute top-10 left-3 w-[min(342px,calc(100vw-24px))] font-mono-body text-xs leading-[1.3] text-left md:top-[58px] md:left-[calc(50%+6px)] md:w-[min(342px,calc(50vw-18px))]\",\"children\":\"The path to private-by-default infrastructure for parallel societies.\"}],[\"$\",\"h1\",null,{\"className\":\"text-h2 absolute top-[128px] left-3 w-[min(464px,calc(100vw-24px))] whitespace-pre-line text-brand-dark-green [text-box-edge:cap_alphabetic] [text-box-trim:trim-both] md:top-[140px] md:left-1/2 md:-translate-x-1/2\",\"children\":\"Logos\\nRoadmap\"}],[\"$\",\"p\",null,{\"className\":\"absolute top-[259px] right-3 left-3 font-mono-body text-xs leading-[1.3] md:top-[356px] md:right-auto md:left-[calc(50%+6px)] md:w-[min(702px,calc(50vw-18px))]\",\"children\":\"This roadmap is our journey to mainnet: what we're prioritising now and where we're headed. It's a starting point for conversations, not a promise of specific features, functionality or timing. Timing might shift and the path will evolve as we build.\"}]]}]}],[\"$\",\"$L1e\",null,{\"data\":{\"tabsAriaLabel\":\"Roadmap testnet releases\",\"activeTab\":\"TESTNET V0.2\",\"feature\":{\"eyebrow\":\"Build\",\"body\":\"Operate early. Help harden a private-by-default network that protects civil liberties and strengthens trust in our communities.\"},\"items\":[{\"tab\":\"TESTNET V0.1\",\"image\":{\"src\":\"/images/roadmap/releases/testnet-v0-1.png\",\"alt\":\"\",\"width\":1916,\"height\":821},\"status\":\"LIVE\",\"dateLabel\":\"Date Released\",\"date\":\"March 7, 2026\",\"objectiveLabel\":\"Key Objectives\",\"objective\":\"Architectural Validation\",\"releaseNotes\":{\"label\":\"Release Notes:\",\"href\":\"https://roadmap.logos.co/testnets/v01\"},\"body\":[\"The goal of the first Logos testnet was to test backend architecture. User and developer experience are not the primary focus, but will be improved for the next testnet version.\",\"The aim was to expose as much functionality as possible and focus on module integration.\",\"Developers were able to test applications on Logos Core, and Basecamp provided a unified, user-friendly interface for interacting with apps and modules built on Logos.\"],\"modules\":[{\"label\":\"Logos Core\",\"body\":\"Runtime loads modules, Basecamp supports simple apps and UI interface, and Logos node can load with Blockchain, Storage, and Messaging modules.\",\"actions\":[{\"label\":\"Overview\",\"href\":\"https://roadmap.logos.co/logoscore/\",\"variant\":\"primary\"},{\"label\":\"Docs\",\"href\":\"https://docs.logos.co/core\",\"variant\":\"secondary\"}]},{\"label\":\"Networking\",\"body\":\"Proof-of-concept for Mix module and demo application, and the first implementation of the Capability Discovery Protocol.\",\"actions\":[{\"label\":\"Overview\",\"href\":\"https://roadmap.logos.co/anoncomms/\",\"variant\":\"primary\"},{\"label\":\"Docs\",\"href\":\"https://docs.logos.co/mixnet\",\"variant\":\"secondary\"},{\"label\":\"Spec\",\"href\":\"https://lip.logos.co/anoncomms/index.html\",\"variant\":\"secondary\"}]},{\"label\":\"Blockchain\",\"body\":\"Private Proof-of-Stake consensus with Cryptarchia and Blend. Users are able to run a node, set up a wallet, and transact on testnet.\",\"actions\":[{\"label\":\"Overview\",\"href\":\"https://roadmap.logos.co/blockchain/\",\"variant\":\"primary\"},{\"label\":\"Docs\",\"href\":\"https://docs.logos.co/blockchain\",\"variant\":\"secondary\"},{\"label\":\"Spec\",\"href\":\"https://lip.logos.co/blockchain/index.html\",\"variant\":\"secondary\"}]},{\"label\":\"Messaging\",\"body\":\"Demo chat application available through Basecamp. Delivery module exposed to developers building privacy-preserving applications.\",\"actions\":[{\"label\":\"Overview\",\"href\":\"https://roadmap.logos.co/messaging/\",\"variant\":\"primary\"},{\"label\":\"Docs\",\"href\":\"https://docs.logos.co/messaging\",\"variant\":\"secondary\"},{\"label\":\"Spec\",\"href\":\"https://lip.logos.co/messaging/index.html\",\"variant\":\"secondary\"}]},{\"label\":\"Storage\",\"body\":\"Demo filesharing application available on Basecamp powered by Storage module.\",\"actions\":[{\"label\":\"Overview\",\"href\":\"https://roadmap.logos.co/storage/\",\"variant\":\"primary\"},{\"label\":\"Docs\",\"href\":\"https://docs.logos.co/storage\",\"variant\":\"secondary\"},{\"label\":\"Spec\",\"href\":\"https://lip.logos.co/storage/index.html\",\"variant\":\"secondary\"}]}]},{\"tab\":\"TESTNET V0.2\",\"image\":{\"src\":\"/images/roadmap/releases/testnet-v0-2.png\",\"alt\":\"\",\"width\":1916,\"height\":821},\"status\":\"LIVE\",\"dateLabel\":\"Date Released\",\"date\":\"June 30, 2026\",\"objectiveLabel\":\"Key Objectives\",\"objective\":\"Architectural Completeness\",\"releaseNotes\":{\"label\":\"Release Notes:\",\"href\":\"https://roadmap.logos.co/testnets/v02-release\"},\"body\":[\"Testnet v0.2 allows nodes to run all core capabilities: blockchain, messaging, and storage.\",\"It brings a host of improvements to the developer experience and the usability of the stack as a whole.\",\"Testnet v0.2 is also focused on unifying the node operator experience, as well as making more modules accessible to developers and improving the capabilities they expose through Basecamp.\"],\"modules\":[{\"label\":\"Logos Core\",\"body\":\"Improved documentation and better coordination between Logos modules.\",\"actions\":[{\"label\":\"Overview\",\"href\":\"https://roadmap.logos.co/logoscore/\",\"variant\":\"primary\"},{\"label\":\"Docs\",\"href\":\"https://docs.logos.co/core\",\"variant\":\"secondary\"}]},{\"label\":\"Networking\",\"body\":\"Decentralised group chat through De-MLS, and RLN membership allocation for Mix.\",\"actions\":[{\"label\":\"Overview\",\"href\":\"https://roadmap.logos.co/anoncomms/\",\"variant\":\"primary\"},{\"label\":\"Docs\",\"href\":\"https://docs.logos.co/mixnet\",\"variant\":\"secondary\"},{\"label\":\"Spec\",\"href\":\"https://lip.logos.co/anoncomms/index.html\",\"variant\":\"secondary\"}]},{\"label\":\"Blockchain\",\"body\":\"Sovereign Zone SDK, channels, bridging support, and decentralised sequencing.\",\"actions\":[{\"label\":\"Overview\",\"href\":\"https://roadmap.logos.co/blockchain/\",\"variant\":\"primary\"},{\"label\":\"Docs\",\"href\":\"https://docs.logos.co/blockchain\",\"variant\":\"secondary\"},{\"label\":\"Spec\",\"href\":\"https://lip.logos.co/blockchain/index.html\",\"variant\":\"secondary\"}]},{\"label\":\"Messaging\",\"body\":\"New delivery module with Mix integrated. Integration of Mix and De-MLS into Chat module.\",\"actions\":[{\"label\":\"Overview\",\"href\":\"https://roadmap.logos.co/messaging/\",\"variant\":\"primary\"},{\"label\":\"Docs\",\"href\":\"https://docs.logos.co/messaging\",\"variant\":\"secondary\"},{\"label\":\"Spec\",\"href\":\"https://lip.logos.co/messaging/index.html\",\"variant\":\"secondary\"}]},{\"label\":\"Storage\",\"body\":\"Faster and more stable decentralised file-sharing, and a proof-of-concept for DHT over Mix.\",\"actions\":[{\"label\":\"Overview\",\"href\":\"https://roadmap.logos.co/storage/\",\"variant\":\"primary\"},{\"label\":\"Docs\",\"href\":\"https://docs.logos.co/storage\",\"variant\":\"secondary\"},{\"label\":\"Spec\",\"href\":\"https://lip.logos.co/storage/index.html\",\"variant\":\"secondary\"}]}]},{\"tab\":\"TESTNET V0.3\",\"image\":{\"src\":\"/images/roadmap/releases/testnet-v0-3.png\",\"alt\":\"\",\"width\":1916,\"height\":821},\"status\":\"IN DEVELOPMENT\",\"dateLabel\":\"Expected Release\",\"date\":\"H2 2026\",\"objectiveLabel\":\"Key Objectives\",\"objective\":\"Ecosystem Dynamics\",\"body\":[\"This version of the Logos testnet will test the ability for the network to sustain itself.\",\"Meaningful apps will become available to users and the developer experience will be improved. Liquidity primitives will be implemented and the network will be stress-tested to validate its architecture.\"],\"modules\":[{\"label\":\"Logos Core\",\"body\":\"TBD\",\"actions\":[{\"label\":\"Overview\",\"href\":\"https://roadmap.logos.co/logoscore/\",\"variant\":\"primary\"},{\"label\":\"Docs\",\"href\":\"https://docs.logos.co/core\",\"variant\":\"secondary\"}]},{\"label\":\"Networking\",\"body\":\"TBD\",\"actions\":[{\"label\":\"Overview\",\"href\":\"https://roadmap.logos.co/anoncomms/\",\"variant\":\"primary\"},{\"label\":\"Docs\",\"href\":\"https://docs.logos.co/mixnet\",\"variant\":\"secondary\"},{\"label\":\"Spec\",\"href\":\"https://lip.logos.co/anoncomms/index.html\",\"variant\":\"secondary\"}]},{\"label\":\"Blockchain\",\"body\":\"TBD\",\"actions\":[{\"label\":\"Overview\",\"href\":\"https://roadmap.logos.co/blockchain/\",\"variant\":\"primary\"},{\"label\":\"Docs\",\"href\":\"https://docs.logos.co/blockchain\",\"variant\":\"secondary\"},{\"label\":\"Spec\",\"href\":\"https://lip.logos.co/blockchain/index.html\",\"variant\":\"secondary\"}]},{\"label\":\"Messaging\",\"body\":\"TBD\",\"actions\":[{\"label\":\"Overview\",\"href\":\"https://roadmap.logos.co/messaging/\",\"variant\":\"primary\"},{\"label\":\"Docs\",\"href\":\"https://docs.logos.co/messaging\",\"variant\":\"secondary\"},{\"label\":\"Spec\",\"href\":\"https://lip.logos.co/messaging/index.html\",\"variant\":\"secondary\"}]},{\"label\":\"Storage\",\"body\":\"TBD\",\"actions\":[{\"label\":\"Overview\",\"href\":\"https://roadmap.logos.co/storage/\",\"variant\":\"primary\"},{\"label\":\"Docs\",\"href\":\"https://docs.logos.co/storage\",\"variant\":\"secondary\"},{\"label\":\"Spec\",\"href\":\"https://lip.logos.co/storage/index.html\",\"variant\":\"secondary\"}]}]},{\"tab\":\"MAINNET\",\"image\":{\"src\":\"/images/roadmap/releases/mainnet.png\",\"alt\":\"\",\"width\":1916,\"height\":821},\"status\":\"IN DEVELOPMENT\",\"dateLabel\":\"Expected Release\",\"date\":\"H1 2027\",\"objectiveLabel\":\"Key Objectives\",\"objective\":\"System Viability\",\"body\":[\"The ‘batteries-included’ launch of the Logos network. There are plans to have the stack audited and validator diversity is intended.\",\"Launch-day applications will be available to users, promoting adoption and driving a self-sustaining ecosystem of private-by-default applications.\"],\"modules\":[{\"label\":\"Logos Core\",\"body\":\"TBD\",\"actions\":[{\"label\":\"Overview\",\"href\":\"https://roadmap.logos.co/logoscore/\",\"variant\":\"primary\"},{\"label\":\"Docs\",\"href\":\"https://docs.logos.co/core\",\"variant\":\"secondary\"}]},{\"label\":\"Networking\",\"body\":\"TBD\",\"actions\":[{\"label\":\"Overview\",\"href\":\"https://roadmap.logos.co/anoncomms/\",\"variant\":\"primary\"},{\"label\":\"Docs\",\"href\":\"https://docs.logos.co/mixnet\",\"variant\":\"secondary\"},{\"label\":\"Spec\",\"href\":\"https://lip.logos.co/anoncomms/index.html\",\"variant\":\"secondary\"}]},{\"label\":\"Blockchain\",\"body\":\"TBD\",\"actions\":[{\"label\":\"Overview\",\"href\":\"https://roadmap.logos.co/blockchain/\",\"variant\":\"primary\"},{\"label\":\"Docs\",\"href\":\"https://docs.logos.co/blockchain\",\"variant\":\"secondary\"},{\"label\":\"Spec\",\"href\":\"https://lip.logos.co/blockchain/index.html\",\"variant\":\"secondary\"}]},{\"label\":\"Messaging\",\"body\":\"TBD\",\"actions\":[{\"label\":\"Overview\",\"href\":\"https://roadmap.logos.co/messaging/\",\"variant\":\"primary\"},{\"label\":\"Docs\",\"href\":\"https://docs.logos.co/messaging\",\"variant\":\"secondary\"},{\"label\":\"Spec\",\"href\":\"https://lip.logos.co/messaging/index.html\",\"variant\":\"secondary\"}]},{\"label\":\"Storage\",\"body\":\"TBD\",\"actions\":[{\"label\":\"Overview\",\"href\":\"https://roadmap.logos.co/storage/\",\"variant\":\"primary\"},{\"label\":\"Docs\",\"href\":\"https://docs.logos.co/storage\",\"variant\":\"secondary\"},{\"label\":\"Spec\",\"href\":\"https://lip.logos.co/storage/index.html\",\"variant\":\"secondary\"}]}]}]}}],\"$L1f\",\"$L20\"]\n"])</script><script>self.__next_f.push([1,"17:[\"$\",\"$L21\",null,{\"closedBar\":{\"brandLabel\":\"LOGOS\",\"menuLabel\":\"MENU\",\"closeLabel\":\"CLOSE MENU\",\"openAriaLabel\":\"Open navigation menu\",\"closeAriaLabel\":\"Close navigation menu\"},\"sitemap\":[{\"label\":\"Technology Stack\",\"href\":\"/technology-stack\"},{\"label\":\"Movement\",\"href\":\"/movement\"},{\"label\":\"Builders Hub\",\"href\":\"/builders-hub\"},{\"label\":\"Book\",\"href\":\"/book\"},{\"label\":\"λ Prize\",\"href\":\"/lambda-prize\"}],\"community\":[{\"label\":\"Build\",\"href\":\"/get-started\",\"description\":\"Building privacy-first, decentralised applications. Read the docs, learn the stack, write code.\",\"ctaLabel\":\"START BUILDING\",\"image\":[\"$\",\"$L22\",null,{\"src\":\"/nav-overlay/figma/take-action-build.webp\",\"alt\":\"\",\"fill\":true,\"sizes\":\"(max-width: 768px) 42px, 226px\"}]},{\"label\":\"Operate\",\"href\":\"/node-programme\",\"description\":\"Run a node. Decentralise the network. Secure Logos. Setup takes minutes.\",\"ctaLabel\":\"NODE PROGRAMME\",\"image\":[\"$\",\"$L22\",null,{\"src\":\"/nav-overlay/figma/take-action-operate.webp\",\"alt\":\"\",\"fill\":true,\"sizes\":\"(max-width: 768px) 42px, 226px\"}]},{\"label\":\"Organise\",\"href\":\"/movement\",\"description\":\"Join the Logos Movement to re-build civil society. Find a Circle and solve local issues.\",\"ctaLabel\":\"TAKE ACTION\",\"image\":[\"$\",\"$L22\",null,{\"src\":\"/nav-overlay/figma/take-action-movement.webp\",\"alt\":\"\",\"fill\":true,\"sizes\":\"(max-width: 768px) 42px, 226px\"}]}],\"menuPanels\":[{\"label\":\"Take Action\",\"textSections\":[{\"label\":\"Resources\",\"links\":[{\"label\":\"Docs\",\"href\":\"https://docs.logos.co/\"},{\"label\":\"Events\",\"href\":\"https://luma.com/logosevents\"},{\"label\":\"Join Community\",\"href\":\"https://discord.gg/Ykv4eZyHUJ\"},{\"label\":\"Install Basecamp\",\"href\":\"/basecamp\"},{\"label\":\"Work with us\",\"href\":\"https://free.technology/jobs\"}]}],\"actionCards\":[{\"label\":\"Build\",\"href\":\"/get-started\",\"description\":\"Build privacy-first, decentralised applications. Read the docs, learn the stack, write code.\",\"ctaLabel\":\"Start building\",\"image\":[\"$\",\"$L22\",null,{\"src\":\"/nav-overlay/figma/take-action-build.webp\",\"alt\":\"\",\"fill\":true,\"sizes\":\"(max-width: 768px) 42px, 226px\"}]},{\"label\":\"Operate\",\"href\":\"/node-programme\",\"description\":\"Run a node. Decentralise the network. Secure Logos. Setup takes minutes.\",\"ctaLabel\":\"Run a node\",\"image\":[\"$\",\"$L22\",null,{\"src\":\"/nav-overlay/figma/take-action-operate.webp\",\"alt\":\"\",\"fill\":true,\"sizes\":\"(max-width: 768px) 42px, 226px\"}]},{\"label\":\"Organise\",\"href\":\"/movement\",\"description\":\"Join the Logos Movement to rebuild civil society. Find a Circle and solve local issues.\",\"ctaLabel\":\"Join the movement\",\"image\":[\"$\",\"$L22\",null,{\"src\":\"/nav-overlay/figma/take-action-movement.webp\",\"alt\":\"\",\"fill\":true,\"sizes\":\"(max-width: 768px) 42px, 226px\"}]}],\"cardSections\":[]},{\"label\":\"Explore\",\"textSections\":[{\"label\":\"Resources\",\"links\":[{\"label\":\"Manifesto\",\"href\":\"/manifesto\"},{\"label\":\"Community Forum\",\"href\":\"https://forum.logos.co/\"},{\"label\":\"Design Guide\",\"href\":\"/design-guide\"},{\"label\":\"Field Guide\",\"href\":\"/field-guide\"},{\"label\":\"Book\",\"href\":\"/book\"}]},{\"label\":\"Socials\",\"links\":[{\"label\":\"Discord\",\"href\":\"https://discord.gg/Ykv4eZyHUJ\"},{\"label\":\"X\",\"href\":\"https://twitter.com/logos_network\"},{\"label\":\"YouTube\",\"href\":\"https://youtube.com/@logos_network\"}]}],\"actionCards\":[],\"cardSections\":[{\"label\":\"About\",\"cards\":[{\"label\":\"Logos Media\",\"href\":\"/media\",\"description\":\"Articles, news, podcasts, and media throughout the Logos Network.\",\"ctaLabel\":\"$undefined\",\"image\":[\"$\",\"$L22\",null,{\"src\":\"/nav-overlay/figma/blog-thumb.webp\",\"alt\":\"\",\"fill\":true,\"sizes\":\"(max-width: 768px) 42px, 226px\"}]},{\"label\":\"Roadmap\",\"href\":\"/roadmap\",\"description\":\"View the path to Parallel Societies.\",\"ctaLabel\":\"$undefined\",\"image\":[\"$\",\"$L22\",null,{\"src\":\"/images/roadmap/hero-thumb.webp\",\"alt\":\"\",\"fill\":true,\"sizes\":\"(max-width: 768px) 42px, 226px\"}]}]},{\"label\":\"PROGRAMMES\",\"cards\":[{\"label\":\"Lambda Prize\",\"href\":\"/lambda-prize\",\"description\":\"A competitive prize framework powering the Logos network.\",\"ctaLabel\":\"$undefined\",\"image\":[\"$\",\"$L22\",null,{\"src\":\"/nav-overlay/figma/lambda-prize-thumb.webp\",\"alt\":\"\",\"fill\":true,\"sizes\":\"(max-width: 768px) 42px, 226px\"}]},{\"label\":\"RFPs\",\"href\":\"/builders-hub/rfps\",\"description\":\"A grants programme to support independent developers and teams.\",\"ctaLabel\":\"$undefined\",\"image\":[\"$\",\"$L22\",null,{\"src\":\"/nav-overlay/figma/rfps-thumb.webp\",\"alt\":\"\",\"fill\":true,\"sizes\":\"(max-width: 768px) 42px, 226px\"}]}]}]},{\"label\":\"Technology\",\"textSections\":[{\"label\":\"Resources\",\"links\":[{\"label\":\"Docs\",\"href\":\"https://docs.logos.co/\"},{\"label\":\"GitHub\",\"href\":\"https://github.com/logos-co\"},{\"label\":\"Start Building\",\"href\":\"/get-started\"}]}],\"actionCards\":[],\"cardSections\":[{\"label\":\"Tech Stack\",\"cards\":[{\"label\":\"Overview\",\"href\":\"/technology-stack\",\"description\":\"Private-by-default, modular infrastructure for parallel societies.\",\"ctaLabel\":\"$undefined\",\"image\":\"$L23\"},{\"label\":\"Blockchain\",\"href\":\"/technology-stack/blockchain\",\"description\":\"Privacy-first consensus for decentralised applications.\",\"ctaLabel\":\"$undefined\",\"image\":\"$L24\"},{\"label\":\"Messaging\",\"href\":\"/technology-stack/messaging\",\"description\":\"Decentralised peer-to-peer communication.\",\"ctaLabel\":\"$undefined\",\"image\":\"$L25\"},{\"label\":\"Networking\",\"href\":\"/technology-stack/networking\",\"description\":\"Discovery, Peering, and Mix-net\",\"ctaLabel\":\"$undefined\",\"image\":\"$L26\"},{\"label\":\"Storage\",\"href\":\"/technology-stack/storage\",\"description\":\"Secure decentralised storage for decentralised apps and file sharing.\",\"ctaLabel\":\"$undefined\",\"image\":\"$L27\"},{\"label\":\"Basecamp\",\"href\":\"/basecamp\",\"description\":\"Complete distribution that bundles the runtime, default modules, and UI.\",\"ctaLabel\":\"$undefined\",\"image\":\"$L28\"}]}]},{\"label\":\"Research\",\"textSections\":[{\"label\":\"Resources\",\"links\":[{\"label\":\"Specs / RFC\",\"href\":\"https://lip.logos.co/\"},{\"label\":\"Research Forum\",\"href\":\"https://forum.research.logos.co/\"}]}],\"actionCards\":[],\"cardSections\":[{\"label\":\"Research\",\"cards\":[{\"label\":\"Research Overview\",\"href\":\"/research\",\"description\":\"Learn about the research efforts led by Logos.\",\"ctaLabel\":\"$undefined\",\"image\":\"$L29\"}]}]}],\"primaryCta\":{\"label\":\"Install Basecamp\",\"href\":\"/basecamp\"},\"homepageHighlight\":{\"enabled\":true,\"body\":\"Testnet v0.2.1 is live for experimentation. See the full release notes.\",\"dismissAriaLabel\":\"Dismiss announcement\",\"cta\":{\"label\":\"Learn More\",\"href\":\"https://roadmap.logos.co/testnets/v02-1-release\"},\"image\":{\"src\":\"/images/home/testnet-highlight.webp\",\"alt\":\"\"}}}]\n"])</script><script>self.__next_f.push([1,"2b:T88a,"])</script><script>self.__next_f.push([1,"M14.6386 26C13.728 26 12.945 25.7854 12.2881 25.3549C11.6312 24.9244 11.1344 24.2467 10.7962 23.3233C10.5841 22.7003 10.4359 21.9368 10.3513 21.0328C10.2668 20.1302 10.2134 19.1833 10.1926 18.1948C10.1718 17.1842 10.1497 16.2061 10.1289 15.2592C10.1289 15.0017 10.0651 14.8716 9.93897 14.8716C9.83361 14.8716 9.72695 14.9575 9.62159 15.1292C9.21967 15.8822 8.74359 16.742 8.19208 17.7097C7.66268 18.6773 7.13328 19.645 6.60388 20.6127C6.07447 21.5804 5.5984 22.4518 5.17436 23.2257C4.77243 23.9788 4.48627 24.5264 4.31717 24.871C4.10515 25.3445 3.76696 25.6449 3.3013 25.7737C2.85644 25.9246 2.29582 25.9571 1.61814 25.8699C0.940452 25.7841 0.464381 25.5149 0.188624 25.0635C-0.107945 24.5901 -0.0546142 24.0958 0.347315 23.5795C0.623072 23.2348 1.01459 22.7198 1.52188 22.0317C2.03047 21.3216 2.6015 20.5269 3.23626 19.645C3.87102 18.7424 4.51749 17.8176 5.17306 16.8707C5.85075 15.9031 6.48551 14.9783 7.07865 14.0964C7.67178 13.1938 8.16867 12.4082 8.5706 11.7423C8.99464 11.0542 9.26909 10.5483 9.39657 10.2257C9.52404 9.92526 9.66062 9.591 9.8089 9.22551C9.95719 8.86003 10.0313 8.48414 10.0313 8.09655C10.0313 6.67754 9.89345 5.61231 9.61899 4.90345C9.36535 4.17249 9.01545 3.68864 8.5706 3.45193C8.14655 3.1944 7.68089 3.06433 7.1736 3.06433C6.79248 3.06433 6.38015 3.13977 5.9353 3.29065C5.51125 3.44152 5.2368 3.58069 5.10933 3.70945C4.87649 3.94617 4.65407 3.98909 4.44205 3.83822C4.23002 3.68734 4.16629 3.44022 4.25214 3.09685C4.48497 2.30085 4.90901 1.592 5.52296 0.967684C6.13951 0.322561 6.9967 0 8.09713 0C9.26129 0 10.1822 0.332967 10.8599 1.0002C11.5376 1.66743 12.0241 2.73137 12.3206 4.1933C12.6172 5.65523 12.7655 7.5906 12.7655 9.9994C12.7655 12.8374 12.8084 15.1071 12.893 16.8057C12.9775 18.5044 13.1154 19.7842 13.3053 20.6439C13.4952 21.4828 13.7606 22.0421 14.0987 22.3218C14.459 22.6014 14.9026 22.7406 15.432 22.7406C15.9614 22.7406 16.4167 22.6326 16.8615 22.418C17.3272 22.2034 17.7291 21.9238 18.0686 21.5791C18.2169 21.4074 18.386 21.3424 18.5772 21.3853C18.7671 21.4282 18.9154 21.5466 19.022 21.7404C19.1495 21.9121 19.1495 22.1384 19.022 22.418C18.5772 23.4078 17.9841 24.2571 17.2439 24.966C16.5246 25.654 15.6557 25.9987 14.6399 25.9987L14.6386 26Z"])</script><script>self.__next_f.push([1,"1b:[\"$\",\"footer\",null,{\"className\":\"relative h-[612px] overflow-hidden bg-brand-dark-green text-brand-off-white lg:h-[688px] \",\"children\":[[\"$\",\"div\",null,{\"className\":\"absolute top-6 left-3 flex w-[370px] max-w-[calc(100%-24px)] flex-col gap-3 lg:w-[345px]\",\"children\":[[\"$\",\"p\",null,{\"className\":\"w-full max-w-[314px] font-sans text-[18px] leading-[1.15] tracking-[-0.18px] text-brand-off-white\",\"children\":\"Stay ahead with the latest updates.\"}],[\"$\",\"$L2a\",null,{\"emailLabel\":\"Enter email\",\"roleLabel\":\"Role\",\"cityLabel\":\"city\",\"submitLabel\":\"Submit\"}]]}],[\"$\",\"div\",null,{\"className\":\"absolute top-[200px] left-3 h-[47px] w-[83px] overflow-hidden lg:top-[549px] lg:h-[127px] lg:w-[226px] *:size-full *:object-cover\",\"children\":[\"$\",\"$L22\",null,{\"src\":\"/images/home/footer-image.webp\",\"alt\":\"\",\"fill\":true,\"sizes\":\"(max-width: 768px) 83px, 226px\"}]}],[\"$\",\"div\",null,{\"className\":\"absolute top-[200px] left-[calc(50%+6px)] lg:top-6\",\"children\":[\"$\",\"span\",null,{\"className\":\"inline-flex items-center gap-2 text-brand-off-white\",\"children\":[[\"$\",\"svg\",null,{\"aria-hidden\":\"true\",\"className\":\"inline-block fill-current shrink-0\",\"fill\":\"none\",\"style\":{\"width\":11.538461538461538,\"height\":15},\"viewBox\":\"0 0 20 26\",\"xmlns\":\"http://www.w3.org/2000/svg\",\"children\":[\"$\",\"path\",null,{\"d\":\"$2b\"}]}],[\"$\",\"span\",null,{\"className\":\"font-display text-[18px] leading-none\",\"children\":\"Logos\"}]]}]}],\"$L2c\",\"$L2d\",\"$L2e\",\"$L2f\",\"$L30\",\"$L31\"]}]\n"])</script><script>self.__next_f.push([1,"8:null\n"])</script><script>self.__next_f.push([1,"d:[[\"$\",\"title\",\"0\",{\"children\":\"Roadmap | Logos\"}],[\"$\",\"meta\",\"1\",{\"name\":\"description\",\"content\":\"Roadmap timelines and technical objectives for the Logos technology stack.\"}],[\"$\",\"meta\",\"2\",{\"name\":\"keywords\",\"content\":\"roadmap\"}],[\"$\",\"meta\",\"3\",{\"name\":\"creator\",\"content\":\"Logos\"}],[\"$\",\"meta\",\"4\",{\"name\":\"robots\",\"content\":\"noindex, follow\"}],[\"$\",\"link\",\"5\",{\"rel\":\"canonical\",\"href\":\"https://dev.logos.co/roadmap\"}],[\"$\",\"link\",\"6\",{\"rel\":\"alternate\",\"hrefLang\":\"en\",\"href\":\"https://dev.logos.co/roadmap\"}],[\"$\",\"link\",\"7\",{\"rel\":\"alternate\",\"hrefLang\":\"x-default\",\"href\":\"https://dev.logos.co/roadmap\"}],[\"$\",\"meta\",\"8\",{\"property\":\"og:title\",\"content\":\"Roadmap | Logos\"}],[\"$\",\"meta\",\"9\",{\"property\":\"og:description\",\"content\":\"Roadmap timelines and technical objectives for the Logos technology stack.\"}],[\"$\",\"meta\",\"10\",{\"property\":\"og:url\",\"content\":\"https://dev.logos.co/roadmap\"}],[\"$\",\"meta\",\"11\",{\"property\":\"og:site_name\",\"content\":\"Logos\"}],[\"$\",\"meta\",\"12\",{\"property\":\"og:locale\",\"content\":\"en\"}],[\"$\",\"meta\",\"13\",{\"property\":\"og:image\",\"content\":\"https://dev.logos.co/og.jpeg\"}],[\"$\",\"meta\",\"14\",{\"property\":\"og:image:width\",\"content\":\"1200\"}],[\"$\",\"meta\",\"15\",{\"property\":\"og:image:height\",\"content\":\"630\"}],[\"$\",\"meta\",\"16\",{\"property\":\"og:image:alt\",\"content\":\"Roadmap | Logos\"}],[\"$\",\"meta\",\"17\",{\"property\":\"og:type\",\"content\":\"website\"}],[\"$\",\"meta\",\"18\",{\"name\":\"twitter:card\",\"content\":\"summary_large_image\"}],[\"$\",\"meta\",\"19\",{\"name\":\"twitter:title\",\"content\":\"Roadmap | Logos\"}],[\"$\",\"meta\",\"20\",{\"name\":\"twitter:description\",\"content\":\"Roadmap timelines and technical objectives for the Logos technology stack.\"}],[\"$\",\"meta\",\"21\",{\"name\":\"twitter:image\",\"content\":\"https://dev.logos.co/og.jpeg\"}],[\"$\",\"link\",\"22\",{\"rel\":\"icon\",\"href\":\"/favicon.svg?v=20260630\",\"type\":\"image/svg+xml\",\"media\":\"(prefers-color-scheme: light)\"}],[\"$\",\"link\",\"23\",{\"rel\":\"icon\",\"href\":\"/favicon-dark.svg?v=20260630\",\"type\":\"image/svg+xml\",\"media\":\"(prefers-color-scheme: dark)\"}],[\"$\",\"link\",\"24\",{\"rel\":\"icon\",\"href\":\"/favicon-32x32.png?v=20260630\",\"sizes\":\"32x32\",\"type\":\"image/png\",\"media\":\"(prefers-color-scheme: light)\"}],[\"$\",\"link\",\"25\",{\"rel\":\"icon\",\"href\":\"/favicon-32x32-dark.png?v=20260630\",\"sizes\":\"32x32\",\"type\":\"image/png\",\"media\":\"(prefers-color-scheme: dark)\"}],[\"$\",\"link\",\"26\",{\"rel\":\"icon\",\"href\":\"/favicon-16x16.png?v=20260630\",\"sizes\":\"16x16\",\"type\":\"image/png\",\"media\":\"(prefers-color-scheme: light)\"}],[\"$\",\"link\",\"27\",{\"rel\":\"icon\",\"href\":\"/favicon-16x16-dark.png?v=20260630\",\"sizes\":\"16x16\",\"type\":\"image/png\",\"media\":\"(prefers-color-scheme: dark)\"}],[\"$\",\"link\",\"28\",{\"rel\":\"icon\",\"href\":\"/favicon.ico?v=20260630\",\"sizes\":\"any\",\"media\":\"(prefers-color-scheme: light)\"}],[\"$\",\"link\",\"29\",{\"rel\":\"icon\",\"href\":\"/favicon-dark.ico?v=20260630\",\"sizes\":\"any\",\"media\":\"(prefers-color-scheme: dark)\"}],[\"$\",\"link\",\"30\",{\"rel\":\"apple-touch-icon\",\"href\":\"/apple-touch-icon.png\",\"sizes\":\"180x180\",\"type\":\"image/png\"}],[\"$\",\"$L32\",\"31\",{}]]\n"])</script><script>self.__next_f.push([1,"1f:[\"$\",\"section\",null,{\"id\":\"roadmap-overview\",\"className\":\"mt-[120px] bg-brand-off-white pt-0 pb-0 desktop:mt-10 desktop:pb-28\",\"children\":[\"$\",\"div\",null,{\"id\":\"$undefined\",\"className\":\"mx-auto px-3 max-w-[1440px] \",\"children\":[[\"$\",\"h2\",null,{\"className\":\"text-h3-sans md:max-desktop:text-h3-serif text-brand-dark-green md:max-desktop:[text-box-edge:cap_alphabetic] md:max-desktop:[text-box-trim:trim-both]\",\"children\":\"Roadmap Overview\"}],[\"$\",\"div\",null,{\"className\":\"mt-6 grid gap-3 md:max-desktop:grid-cols-2 desktop:grid-cols-[460px_460px_460px]\",\"children\":[[\"$\",\"a\",\"logosCoreRuntime\",{\"href\":\"https://roadmap.logos.co/logoscore/\",\"target\":\"_blank\",\"rel\":\"noopener noreferrer\",\"className\":\"relative block h-[420px] w-full overflow-hidden rounded-xl bg-[#2f2f2f] text-brand-off-white [contain:paint] md:h-[480px] desktop:w-[460px] group/roadmap-card cursor-pointer focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-brand-dark-green\",\"children\":[[\"$\",\"div\",null,{\"className\":\"absolute top-[-287px] left-[-130px] h-[709px] w-[720px] blur-[72px]\",\"children\":[\"$\",\"$L22\",null,{\"src\":\"/images/roadmap/card-logos-core-a.webp\",\"alt\":\"\",\"fill\":true,\"sizes\":\"720px\",\"className\":\"object-cover transition-transform duration-700 ease-out group-hover/roadmap-card:scale-[1.04] group-focus-visible/roadmap-card:scale-[1.04] motion-reduce:transform-none motion-reduce:transition-none\"}]}],[\"$\",\"span\",null,{\"className\":\"pointer-events-none absolute inset-0 bg-white/0 transition-colors duration-300 ease-out group-hover/roadmap-card:bg-white/10 group-focus-visible/roadmap-card:bg-white/10\"}],[\"$\",\"div\",null,{\"className\":\"absolute top-[60px] right-2.5 bottom-[60px] left-2.5 flex flex-col items-center justify-between\",\"children\":[[\"$\",\"h3\",null,{\"className\":\"text-center font-sans text-[24px] leading-[1.1] text-brand-off-white\",\"children\":\"Logos Core\"}],[\"$\",\"div\",null,{\"className\":\"flex w-[min(336px,calc(100%-24px))] flex-col gap-4 text-center font-sans text-[18px] leading-[1.15] text-brand-off-white\",\"children\":[[\"$\",\"p\",\"Logos Core development focuses on the research and development of the Logos modular runtime, the Logos Core library, Basecamp, SDKs, and various modules.\",{\"children\":\"Logos Core development focuses on the research and development of the Logos modular runtime, the Logos Core library, Basecamp, SDKs, and various modules.\"}]]}],[\"$\",\"span\",null,{\"className\":\"inline-flex items-center justify-center rounded-md bg-accent-light-blue px-1.5 py-1 font-mono-body text-xs leading-[1.3] whitespace-nowrap text-brand-dark-green transition-colors duration-300 ease-out group-hover/roadmap-card:bg-white group-focus-visible/roadmap-card:bg-white\",\"children\":[[\"$\",\"span\",null,{\"children\":\"Full roadmap\"}],null]}]]}]]}],[\"$\",\"a\",\"networking\",{\"href\":\"https://roadmap.logos.co/anoncomms/\",\"target\":\"_blank\",\"rel\":\"noopener noreferrer\",\"className\":\"relative block h-[420px] w-full overflow-hidden rounded-xl bg-[#2f2f2f] text-brand-off-white [contain:paint] md:h-[480px] desktop:w-[460px] group/roadmap-card cursor-pointer focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-brand-dark-green\",\"children\":[[\"$\",\"div\",null,{\"className\":\"absolute top-[-112px] left-[-440px] h-[704px] w-[1340px] blur-[72px]\",\"children\":[\"$\",\"$L22\",null,{\"src\":\"/images/roadmap/card-networking.webp\",\"alt\":\"\",\"fill\":true,\"sizes\":\"1340px\",\"className\":\"object-cover transition-transform duration-700 ease-out group-hover/roadmap-card:scale-[1.04] group-focus-visible/roadmap-card:scale-[1.04] motion-reduce:transform-none motion-reduce:transition-none\"}]}],[\"$\",\"span\",null,{\"className\":\"pointer-events-none absolute inset-0 bg-white/0 transition-colors duration-300 ease-out group-hover/roadmap-card:bg-white/10 group-focus-visible/roadmap-card:bg-white/10\"}],\"$L33\"]}],\"$L34\",\"$L35\",\"$L36\",\"$L37\"]}]]}]}]\n"])</script><script>self.__next_f.push([1,"20:[\"$\",\"section\",null,{\"className\":\"relative mt-[120px] mb-10 bg-brand-off-white pt-0 pb-28 before:absolute before:top-0 before:left-0 before:h-px before:w-full before:bg-brand-dark-green/10 before:content-[''] max-desktop:before:hidden desktop:mt-10 desktop:pt-28\",\"children\":[\"$\",\"div\",null,{\"id\":\"$undefined\",\"className\":\"mx-auto px-3 max-w-[1440px] \",\"children\":[[\"$\",\"h2\",null,{\"className\":\"text-h3-serif text-brand-dark-green [text-box-edge:cap_alphabetic] [text-box-trim:trim-both]\",\"children\":\"Roadmap FAQs\"}],[\"$\",\"div\",null,{\"className\":\"mt-[43px] flex flex-col\",\"children\":[[\"$\",\"div\",\"Will the Logos roadmap change?\",{\"className\":\"grid gap-6 px-3 py-3 lg:max-desktop:grid-cols-[305px_minmax(0,1fr)] lg:gap-0 lg:p-0 desktop:grid-cols-[704px_712px] bg-black/10\",\"children\":[[\"$\",\"h3\",null,{\"className\":\"text-body-serif text-brand-dark-green lg:p-3\",\"children\":\"Will the Logos roadmap change?\"}],[\"$\",\"div\",null,{\"className\":\"flex w-full max-w-[640px] flex-col gap-[13px] font-mono-body text-xs leading-[1.3] text-brand-dark-green lg:max-w-none lg:px-[200px] lg:py-3\",\"children\":[[\"$\",\"p\",\"Yes, almost definitely. The roadmap is broad and the scope of our goal is ambitious. As an open-source, community-driven initiative, objectives and timelines may change as contributors explore new technologies or better solutions are found to the challenges we are solving.\",{\"children\":\"Yes, almost definitely. The roadmap is broad and the scope of our goal is ambitious. As an open-source, community-driven initiative, objectives and timelines may change as contributors explore new technologies or better solutions are found to the challenges we are solving.\"}]]}]]}],[\"$\",\"div\",\"Do I have to do anything?\",{\"className\":\"grid gap-6 px-3 py-3 lg:max-desktop:grid-cols-[305px_minmax(0,1fr)] lg:gap-0 lg:p-0 desktop:grid-cols-[704px_712px] bg-black/5\",\"children\":[[\"$\",\"h3\",null,{\"className\":\"text-body-serif text-brand-dark-green lg:p-3\",\"children\":\"Do I have to do anything?\"}],[\"$\",\"div\",null,{\"className\":\"flex w-full max-w-[640px] flex-col gap-[13px] font-mono-body text-xs leading-[1.3] text-brand-dark-green lg:max-w-none lg:px-[200px] lg:py-3\",\"children\":[[\"$\",\"p\",\"If you are running a node, you will need to update your node to the latest version when a new release is published. Node operators will be informed when they need to update their software.\",{\"children\":\"If you are running a node, you will need to update your node to the latest version when a new release is published. Node operators will be informed when they need to update their software.\"}],[\"$\",\"p\",\"Normally, if you are running Basecamp or using a Logos-based application, you should not need to do anything when new releases are published. If there is a breaking change, we will announce when a manual update is required.\",{\"children\":\"Normally, if you are running Basecamp or using a Logos-based application, you should not need to do anything when new releases are published. If there is a breaking change, we will announce when a manual update is required.\"}]]}]]}],[\"$\",\"div\",\"Can I run a node on the Logos blockchain?\",{\"className\":\"grid gap-6 px-3 py-3 lg:max-desktop:grid-cols-[305px_minmax(0,1fr)] lg:gap-0 lg:p-0 desktop:grid-cols-[704px_712px] bg-black/10\",\"children\":[[\"$\",\"h3\",null,{\"className\":\"text-body-serif text-brand-dark-green lg:p-3\",\"children\":\"Can I run a node on the Logos blockchain?\"}],[\"$\",\"div\",null,{\"className\":\"flex w-full max-w-[640px] flex-col gap-[13px] font-mono-body text-xs leading-[1.3] text-brand-dark-green lg:max-w-none lg:px-[200px] lg:py-3\",\"children\":[\"$L38\"]}]]}],\"$L39\"]}]]}]}]\n"])</script><script>self.__next_f.push([1,"23:[\"$\",\"$L22\",null,{\"src\":\"/nav-overlay/figma/tech-overview-thumb.webp\",\"alt\":\"\",\"fill\":true,\"sizes\":\"(max-width: 768px) 42px, 226px\"}]\n24:[\"$\",\"$L22\",null,{\"src\":\"/nav-overlay/figma/tech-blockchain-thumb.webp\",\"alt\":\"\",\"fill\":true,\"sizes\":\"(max-width: 768px) 42px, 226px\"}]\n25:[\"$\",\"$L22\",null,{\"src\":\"/nav-overlay/figma/tech-messaging-thumb.webp\",\"alt\":\"\",\"fill\":true,\"sizes\":\"(max-width: 768px) 42px, 226px\"}]\n26:[\"$\",\"$L22\",null,{\"src\":\"/nav-overlay/figma/tech-networking-thumb.webp\",\"alt\":\"\",\"fill\":true,\"sizes\":\"(max-width: 768px) 42px, 226px\"}]\n27:[\"$\",\"$L22\",null,{\"src\":\"/nav-overlay/figma/tech-storage-thumb.webp\",\"alt\":\"\",\"fill\":true,\"sizes\":\"(max-width: 768px) 42px, 226px\"}]\n28:[\"$\",\"$L22\",null,{\"src\":\"/nav-overlay/figma/tech-basecamp-thumb.webp\",\"alt\":\"\",\"fill\":true,\"sizes\":\"(max-width: 768px) 42px, 226px\"}]\n29:[\"$\",\"$L22\",null,{\"src\":\"/nav-overlay/figma/research-thumb.webp\",\"alt\":\"\",\"fill\":true,\"sizes\":\"(max-width: 768px) 42px, 226px\"}]\n2c:[\"$\",\"p\",null,{\"className\":\"text-body-serif absolute top-[251px] left-[calc(50%+6px)] w-[175px] text-brand-off-white lg:top-[22px] lg:left-[calc(83.33%+2px)] lg:w-[226px]\",\"children\":\"Build the parallel\"}]\n2d:[\"$\",\"div\",null,{\"className\":\"absolute top-[332px] left-3 lg:top-[133px] lg:left-[calc(50%+6px)]\",\"children\":[\"$\",\"div\",null,{\"className\":\"flex flex-col gap-1\",\"children\":[\"$undefined\",[[\"$\",\"a\",\"https://free.technology/jobs\",{\"href\":\"https://free.technology/jobs\",\"target\":\"_blank\",\"rel\":\"noopener noreferrer\",\"className\":\"text-mono-s w-fit cursor-pointer border-b border-brand-off-white/10 text-brand-off-white transition-opacity hover:opacity-70\",\"children\":\"Work With Us\"}],[\"$\",\"a\",\"/design-guide\",{\"href\":\"/design-guide\",\"className\":\"text-mono-s w-fit cursor-pointer border-b border-brand-off-white/10 text-brand-off-white transition-opacity hover:opacity-70\",\"children\":\"Design Guide\"}],[\"$\",\"a\",\"/field-guide\",{\"href\":\"/field-guide\",\"className\":\"text-mono-s w-fit cursor-pointer border-b border-brand-off-white/10 text-brand-off-white transition-opacity hover:opacity-70\",\"children\":\"Field Guide\"}],[\"$\",\"a\",\"/roadmap\",{\"href\":\"/roadmap\",\"className\":\"text-mono-s w-fit cursor-pointer border-b border-brand-off-white/10 text-brand-off-white transition-opacity hover:opacity-70\",\"children\":\"Roadmap\"}]]]}]}]\n"])</script><script>self.__next_f.push([1,"2e:[\"$\",\"div\",null,{\"className\":\"absolute top-[332px] left-[calc(50%+6px)] lg:top-[133px] lg:left-[calc(83.33%+3px)]\",\"children\":[\"$\",\"div\",null,{\"className\":\"flex flex-col gap-1\",\"children\":[\"$undefined\",[[\"$\",\"a\",\"https://x.com/Logos_network\",{\"href\":\"https://x.com/Logos_network\",\"target\":\"_blank\",\"rel\":\"noopener noreferrer\",\"className\":\"text-mono-s w-fit cursor-pointer border-b border-brand-off-white/10 text-brand-off-white transition-opacity hover:opacity-70\",\"children\":\"X\"}],[\"$\",\"a\",\"https://discord.gg/Ykv4eZyHUJ\",{\"href\":\"https://discord.gg/Ykv4eZyHUJ\",\"target\":\"_blank\",\"rel\":\"noopener noreferrer\",\"className\":\"text-mono-s w-fit cursor-pointer border-b border-brand-off-white/10 text-brand-off-white transition-opacity hover:opacity-70\",\"children\":\"Discord\"}],[\"$\",\"a\",\"https://www.youtube.com/@logos_network\",{\"href\":\"https://www.youtube.com/@logos_network\",\"target\":\"_blank\",\"rel\":\"noopener noreferrer\",\"className\":\"text-mono-s w-fit cursor-pointer border-b border-brand-off-white/10 text-brand-off-white transition-opacity hover:opacity-70\",\"children\":\"YouTube\"}],[\"$\",\"a\",\"/media\",{\"href\":\"/media\",\"className\":\"text-mono-s w-fit cursor-pointer border-b border-brand-off-white/10 text-brand-off-white transition-opacity hover:opacity-70\",\"children\":\"Blog\"}],[\"$\",\"a\",\"https://github.com/logos-co\",{\"href\":\"https://github.com/logos-co\",\"target\":\"_blank\",\"rel\":\"noopener noreferrer\",\"className\":\"text-mono-s w-fit cursor-pointer border-b border-brand-off-white/10 text-brand-off-white transition-opacity hover:opacity-70\",\"children\":\"Github\"}]]]}]}]\n"])</script><script>self.__next_f.push([1,"2f:[\"$\",\"div\",null,{\"className\":\"absolute top-[460px] left-3 lg:top-[322px] lg:left-[calc(50%+8px)]\",\"children\":[\"$\",\"div\",null,{\"className\":\"flex flex-col gap-1\",\"children\":[[\"$\",\"p\",null,{\"className\":\"text-eyebrow mb-1 text-brand-off-white\",\"children\":\"Research\"}],[[\"$\",\"a\",\"/research\",{\"href\":\"/research\",\"className\":\"text-mono-s w-fit cursor-pointer border-b border-brand-off-white/10 text-brand-off-white transition-opacity hover:opacity-70\",\"children\":\"Research Overview\"}],[\"$\",\"a\",\"https://lip.logos.co/\",{\"href\":\"https://lip.logos.co/\",\"target\":\"_blank\",\"rel\":\"noopener noreferrer\",\"className\":\"text-mono-s w-fit cursor-pointer border-b border-brand-off-white/10 text-brand-off-white transition-opacity hover:opacity-70\",\"children\":\"Specs / RFC\"}],[\"$\",\"a\",\"https://forum.research.logos.co/\",{\"href\":\"https://forum.research.logos.co/\",\"target\":\"_blank\",\"rel\":\"noopener noreferrer\",\"className\":\"text-mono-s w-fit cursor-pointer border-b border-brand-off-white/10 text-brand-off-white transition-opacity hover:opacity-70\",\"children\":\"Research Forum\"}]]]}]}]\n30:[\"$\",\"div\",null,{\"className\":\"absolute top-[460px] left-[calc(50%+6px)] lg:top-[322px] lg:left-[calc(83.33%+3px)]\",\"children\":[\"$\",\"div\",null,{\"className\":\"flex flex-col gap-1\",\"children\":[[\"$\",\"p\",null,{\"className\":\"text-eyebrow mb-1 text-brand-off-white\",\"children\":\"Infrastructure\"}],[[\"$\",\"a\",\"/technology-stack/messaging\",{\"href\":\"/technology-stack/messaging\",\"className\":\"text-mono-s w-fit cursor-pointer border-b border-brand-off-white/10 text-brand-off-white transition-opacity hover:opacity-70\",\"children\":\"Messaging\"}],[\"$\",\"a\",\"/technology-stack/storage\",{\"href\":\"/technology-stack/storage\",\"className\":\"text-mono-s w-fit cursor-pointer border-b border-brand-off-white/10 text-brand-off-white transition-opacity hover:opacity-70\",\"children\":\"Storage\"}],[\"$\",\"a\",\"/technology-stack/blockchain\",{\"href\":\"/technology-stack/blockchain\",\"className\":\"text-mono-s w-fit cursor-pointer border-b border-brand-off-white/10 text-brand-off-white transition-opacity hover:opacity-70\",\"children\":\"Blockchain\"}],[\"$\",\"a\",\"/technology-stack/networking\",{\"href\":\"/technology-stack/networking\",\"className\":\"text-mono-s w-fit cursor-pointer border-b border-brand-off-white/10 text-brand-off-white transition-opacity hover:opacity-70\",\"children\":\"Networking\"}]]]}]}]\n31:[\"$\",\"div\",null,{\"className\":\"absolute top-[540px] left-3 lg:top-[617px] lg:left-[calc(50%+6px)]\",\"children\":[\"$\",\"div\",null,{\"className\":\"flex flex-col gap-1\",\"children\":[\"$undefined\",[[\"$\",\"a\",\"/terms-and-conditions\",{\"href\":\"/terms-and-conditions\",\"className\":\"text-mono-s w-fit cursor-pointer border-b border-brand-off-white/10 text-brand-off-white transition-opacity hover:opacity-70\",\"children\":\"Terms \u0026 Conditions\"}],[\"$\",\"a\",\"/privacy-policy\",{\"href\":\"/privacy-policy\",\"className\":\"text-mono-s w-fit cursor-pointer border-b border-brand-off-white/10 text-brand-off-white transition-opacity hover:opacity-70\",\"children\":\"Privacy Policy\"}],[\"$\",\"a\",\"/security\",{\"href\":\"/security\",\"className\":\"text-mono-s w-fit cursor-pointer border-b border-brand-off-white/10 text-brand-off-white transition-opacity hover:opacity-70\",\"children\":\"Security\"}]]]}]}]\n"])</script><script>self.__next_f.push([1,"33:[\"$\",\"div\",null,{\"className\":\"absolute top-[60px] right-2.5 bottom-[60px] left-2.5 flex flex-col items-center justify-between\",\"children\":[[\"$\",\"h3\",null,{\"className\":\"text-center font-sans text-[24px] leading-[1.1] text-brand-off-white\",\"children\":\"Networking\"}],[\"$\",\"div\",null,{\"className\":\"flex w-[min(336px,calc(100%-24px))] flex-col gap-4 text-center font-sans text-[18px] leading-[1.15] text-brand-off-white\",\"children\":[[\"$\",\"p\",\"Networking development includes p2p group messaging and Decentralised Oracle Network for the Logos Execution Zone.\",{\"children\":\"Networking development includes p2p group messaging and Decentralised Oracle Network for the Logos Execution Zone.\"}],[\"$\",\"p\",\"A capability discovery module, libp2p mixnet, and RLN membership allocation will be delivered for Logos Core.\",{\"children\":\"A capability discovery module, libp2p mixnet, and RLN membership allocation will be delivered for Logos Core.\"}]]}],[\"$\",\"span\",null,{\"className\":\"inline-flex items-center justify-center rounded-md bg-accent-light-blue px-1.5 py-1 font-mono-body text-xs leading-[1.3] whitespace-nowrap text-brand-dark-green transition-colors duration-300 ease-out group-hover/roadmap-card:bg-white group-focus-visible/roadmap-card:bg-white\",\"children\":[[\"$\",\"span\",null,{\"children\":\"Full roadmap\"}],null]}]]}]\n"])</script><script>self.__next_f.push([1,"34:[\"$\",\"a\",\"blockchain\",{\"href\":\"https://roadmap.logos.co/blockchain/\",\"target\":\"_blank\",\"rel\":\"noopener noreferrer\",\"className\":\"relative block h-[420px] w-full overflow-hidden rounded-xl bg-[#2f2f2f] text-brand-off-white [contain:paint] md:h-[480px] desktop:w-[460px] group/roadmap-card cursor-pointer focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-brand-dark-green\",\"children\":[[\"$\",\"div\",null,{\"className\":\"absolute top-[-124px] left-[-120px] h-[875px] w-[700px] rotate-180 blur-[67px]\",\"children\":[\"$\",\"$L22\",null,{\"src\":\"/images/roadmap/card-logos-core-b.webp\",\"alt\":\"\",\"fill\":true,\"sizes\":\"700px\",\"className\":\"object-cover transition-transform duration-700 ease-out group-hover/roadmap-card:scale-[1.04] group-focus-visible/roadmap-card:scale-[1.04] motion-reduce:transform-none motion-reduce:transition-none\"}]}],[\"$\",\"span\",null,{\"className\":\"pointer-events-none absolute inset-0 bg-white/0 transition-colors duration-300 ease-out group-hover/roadmap-card:bg-white/10 group-focus-visible/roadmap-card:bg-white/10\"}],[\"$\",\"div\",null,{\"className\":\"absolute top-[60px] right-2.5 bottom-[60px] left-2.5 flex flex-col items-center justify-between\",\"children\":[[\"$\",\"h3\",null,{\"className\":\"text-center font-sans text-[24px] leading-[1.1] text-brand-off-white\",\"children\":\"Blockchain\"}],[\"$\",\"div\",null,{\"className\":\"flex w-[min(336px,calc(100%-24px))] flex-col gap-4 text-center font-sans text-[18px] leading-[1.15] text-brand-off-white\",\"children\":[[\"$\",\"p\",\"Private consensus is delivered by Cryptarchia and Blend.\",{\"children\":\"Private consensus is delivered by Cryptarchia and Blend.\"}],[\"$\",\"p\",\"Logos Execution Zone (LEZ) is being developed as the primary execution environment and first Sovereign Zone, and will later be linked to other public or private zones for interoperability.\",{\"children\":\"Logos Execution Zone (LEZ) is being developed as the primary execution environment and first Sovereign Zone, and will later be linked to other public or private zones for interoperability.\"}]]}],[\"$\",\"span\",null,{\"className\":\"inline-flex items-center justify-center rounded-md bg-accent-light-blue px-1.5 py-1 font-mono-body text-xs leading-[1.3] whitespace-nowrap text-brand-dark-green transition-colors duration-300 ease-out group-hover/roadmap-card:bg-white group-focus-visible/roadmap-card:bg-white\",\"children\":[[\"$\",\"span\",null,{\"children\":\"Full roadmap\"}],null]}]]}]]}]\n"])</script><script>self.__next_f.push([1,"35:[\"$\",\"a\",\"messaging\",{\"href\":\"https://roadmap.logos.co/messaging/\",\"target\":\"_blank\",\"rel\":\"noopener noreferrer\",\"className\":\"relative block h-[420px] w-full overflow-hidden rounded-xl bg-[#2f2f2f] text-brand-off-white [contain:paint] md:h-[480px] desktop:w-[460px] group/roadmap-card cursor-pointer focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-brand-dark-green\",\"children\":[[\"$\",\"div\",null,{\"className\":\"absolute top-[-143px] left-[-40px] h-[766px] w-[574px] blur-[102px] desktop:left-[-57px]\",\"children\":[\"$\",\"$L22\",null,{\"src\":\"/images/roadmap/card-messaging.webp\",\"alt\":\"\",\"fill\":true,\"sizes\":\"574px\",\"className\":\"object-cover transition-transform duration-700 ease-out group-hover/roadmap-card:scale-[1.04] group-focus-visible/roadmap-card:scale-[1.04] motion-reduce:transform-none motion-reduce:transition-none\"}]}],[\"$\",\"span\",null,{\"className\":\"pointer-events-none absolute inset-0 bg-white/0 transition-colors duration-300 ease-out group-hover/roadmap-card:bg-white/10 group-focus-visible/roadmap-card:bg-white/10\"}],[\"$\",\"div\",null,{\"className\":\"absolute top-[60px] right-2.5 bottom-[60px] left-2.5 flex flex-col items-center justify-between\",\"children\":[[\"$\",\"h3\",null,{\"className\":\"text-center font-sans text-[24px] leading-[1.1] text-brand-off-white\",\"children\":\"Messaging\"}],[\"$\",\"div\",null,{\"className\":\"flex w-[min(336px,calc(100%-24px))] flex-col gap-4 text-center font-sans text-[18px] leading-[1.15] text-brand-off-white\",\"children\":[[\"$\",\"p\",\"The Delivery module allows developers to build privacy-preserving applications and will integrate Mix. The Chat module provides private communication and will be expanded with De-MLS for group messaging.\",{\"children\":\"The Delivery module allows developers to build privacy-preserving applications and will integrate Mix. The Chat module provides private communication and will be expanded with De-MLS for group messaging.\"}]]}],[\"$\",\"span\",null,{\"className\":\"inline-flex items-center justify-center rounded-md bg-accent-light-blue px-1.5 py-1 font-mono-body text-xs leading-[1.3] whitespace-nowrap text-brand-dark-green transition-colors duration-300 ease-out group-hover/roadmap-card:bg-white group-focus-visible/roadmap-card:bg-white\",\"children\":[[\"$\",\"span\",null,{\"children\":\"Full roadmap\"}],null]}]]}]]}]\n"])</script><script>self.__next_f.push([1,"36:[\"$\",\"a\",\"storage\",{\"href\":\"https://roadmap.logos.co/storage/\",\"target\":\"_blank\",\"rel\":\"noopener noreferrer\",\"className\":\"relative block h-[420px] w-full overflow-hidden rounded-xl bg-[#2f2f2f] text-brand-off-white [contain:paint] md:h-[480px] desktop:w-[460px] group/roadmap-card cursor-pointer focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-brand-dark-green\",\"children\":[[\"$\",\"div\",null,{\"className\":\"absolute top-[-143px] left-[-40px] h-[766px] w-[574px] blur-[62px] desktop:left-[-57px]\",\"children\":[\"$\",\"$L22\",null,{\"src\":\"/images/roadmap/card-storage.webp\",\"alt\":\"\",\"fill\":true,\"sizes\":\"574px\",\"className\":\"object-cover transition-transform duration-700 ease-out group-hover/roadmap-card:scale-[1.04] group-focus-visible/roadmap-card:scale-[1.04] motion-reduce:transform-none motion-reduce:transition-none\"}]}],[\"$\",\"span\",null,{\"className\":\"pointer-events-none absolute inset-0 bg-white/0 transition-colors duration-300 ease-out group-hover/roadmap-card:bg-white/10 group-focus-visible/roadmap-card:bg-white/10\"}],[\"$\",\"div\",null,{\"className\":\"absolute top-[60px] right-2.5 bottom-[60px] left-2.5 flex flex-col items-center justify-between\",\"children\":[[\"$\",\"h3\",null,{\"className\":\"text-center font-sans text-[24px] leading-[1.1] text-brand-off-white\",\"children\":\"Storage\"}],[\"$\",\"div\",null,{\"className\":\"flex w-[min(336px,calc(100%-24px))] flex-col gap-4 text-center font-sans text-[18px] leading-[1.15] text-brand-off-white\",\"children\":[[\"$\",\"p\",\"Development is ongoing on a private file-sharing application and expanding the Storage module with the capability for distributed, censorship-resistant file storage.\",{\"children\":\"Development is ongoing on a private file-sharing application and expanding the Storage module with the capability for distributed, censorship-resistant file storage.\"}]]}],[\"$\",\"span\",null,{\"className\":\"inline-flex items-center justify-center rounded-md bg-accent-light-blue px-1.5 py-1 font-mono-body text-xs leading-[1.3] whitespace-nowrap text-brand-dark-green transition-colors duration-300 ease-out group-hover/roadmap-card:bg-white group-focus-visible/roadmap-card:bg-white\",\"children\":[[\"$\",\"span\",null,{\"children\":\"Full roadmap\"}],null]}]]}]]}]\n"])</script><script>self.__next_f.push([1,"37:[\"$\",\"article\",\"more\",{\"className\":\"relative block h-[420px] w-full overflow-hidden rounded-xl bg-[#2f2f2f] text-brand-off-white [contain:paint] md:h-[480px] desktop:w-[460px]\",\"children\":[[\"$\",\"div\",null,{\"className\":\"absolute top-[calc(50%+36px)] left-[-39px] h-[1867px] w-[1494px] -translate-y-1/2 blur-[20px]\",\"children\":[\"$\",\"$L22\",null,{\"src\":\"/images/roadmap/card-more.webp\",\"alt\":\"\",\"fill\":true,\"sizes\":\"1494px\",\"className\":\"object-cover transition-transform duration-700 ease-out group-hover/roadmap-card:scale-[1.04] group-focus-visible/roadmap-card:scale-[1.04] motion-reduce:transform-none motion-reduce:transition-none\"}]}],null,[\"$\",\"p\",null,{\"className\":\"absolute top-1/2 left-1/2 w-[min(336px,calc(100%-48px))] -translate-x-1/2 -translate-y-1/2 text-center font-sans text-[18px] leading-[1.15] text-brand-off-white\",\"children\":\"More to be announced\"}]]}]\n38:[\"$\",\"p\",\"Yes. Prior to mainnet, users are able to run a node on the Logos testnet and play a crucial role in building the security and resilience of the blockchain. Read more on how to run a node at docs.logos.co.\",{\"children\":[\"Yes. Prior to mainnet, users are able to run a node on the Logos testnet and play a crucial role in building the security and resilience of the blockchain. Read more on how to run a node at \",[\"$\",\"a\",null,{\"href\":\"https://docs.logos.co\",\"target\":\"_blank\",\"rel\":\"noopener noreferrer\",\"className\":\"cursor-pointer underline underline-offset-2\",\"children\":\"docs.logos.co\"}],\".\"]}]\n39:[\"$\",\"div\",\"How can I contribute to Logos?\",{\"className\":\"grid gap-6 px-3 py-3 lg:max-desktop:grid-cols-[305px_minmax(0,1fr)] lg:gap-0 lg:p-0 desktop:grid-cols-[704px_712px] bg-black/5\",\"children\":[[\"$\",\"h3\",null,{\"className\":\"text-body-serif text-brand-dark-green lg:p-3\",\"children\":\"How can I contribute to Logos?\"}],[\"$\",\"div\",null,{\"className\":\"flex w-full max-w-[640px] flex-col gap-[13px] font-mono-body text-xs leading-[1.3] text-brand-dark-green lg:max-w-none lg:px-[200px] lg:py-3\",\"children\":[[\"$\",\"p\",\"If you are a developer, head over to docs.logos.co and get started building applications on Basecamp, the user-facing interface for the Logos stack. You can also join our community and help with the development of the stack and modules.\",{\"children\":[\"If you are a developer, head over to \",[\"$\",\"a\",null,{\"href\":\"https://docs.logos.co\",\"target\":\"_blank\",\"rel\":\"noopener noreferrer\",\"className\":\"cursor-pointer underline underline-offset-2\",\"children\":\"docs.logos.co\"}],\" and get started building applications on Basecamp, the user-facing interface for the Logos stack. You can also join our community and help with the development of the stack and modules.\"]}]]}]]}]\n"])</script></body></html> |