{"id":2363,"date":"2026-03-05T14:47:48","date_gmt":"2026-03-05T12:47:48","guid":{"rendered":"https:\/\/btchel.com\/?page_id=2363"},"modified":"2026-03-05T16:15:41","modified_gmt":"2026-03-05T14:15:41","slug":"info","status":"publish","type":"page","link":"https:\/\/btchel.com\/fi\/info\/","title":{"rendered":"info"},"content":{"rendered":"<!-- BTCHEL INFO HUB SECTION -->\n<!-- Paste this into a WordPress Custom HTML block -->\n\n<style>\n  .hub-section {\n    background-color: #000000;\n    padding: 60px 40px;\n    font-family: inherit;\n    max-width: 720px;\n    margin: 0 auto;\n    width: 100%;\n    box-sizing: border-box;\n  }\n\n  .hub-title {\n    color: #ff6b00;\n    text-align: center;\n    font-size: 42px;\n    font-weight: bold;\n    letter-spacing: 3px;\n    margin-bottom: 32px;\n    line-height: 1.1;\n    text-transform: uppercase;\n  }\n\n  .hub-vision {\n    margin-bottom: 48px;\n  }\n\n  .hub-vision-wrap {\n    position: relative;\n    border-radius: 12px;\n    border: 1px solid #4e4e4e;\n    background: #1a1a1a;\n    overflow: hidden;\n  }\n\n  .hub-vision-wrap img {\n    width: 100%;\n    display: block;\n    border-radius: 12px;\n  }\n\n  .hub-share-bar {\n    display: flex;\n    justify-content: center;\n    gap: 10px;\n    margin-top: 16px;\n    flex-wrap: wrap;\n  }\n\n  .hub-share-btn {\n    display: inline-flex;\n    align-items: center;\n    gap: 6px;\n    background-color: #1a1a1a;\n    color: #ffffff;\n    border: 1px solid #4e4e4e;\n    border-radius: 8px;\n    padding: 8px 16px;\n    font-size: 0.8rem;\n    font-weight: 600;\n    cursor: pointer;\n    text-decoration: none;\n    transition: background-color 0.2s, border-color 0.2s;\n    font-family: inherit;\n  }\n\n  .hub-share-btn:hover {\n    background-color: #222222;\n    border-color: #ff6b00;\n    color: #ffffff;\n  }\n\n  .hub-share-btn svg {\n    width: 14px;\n    height: 14px;\n    fill: #ff6b00;\n    flex-shrink: 0;\n  }\n\n\n  .hub-section-title {\n    text-align: center;\n    margin-bottom: 32px;\n  }\n\n  .hub-section-title h2 {\n    font-size: 11px;\n    font-weight: 600;\n    letter-spacing: 3px;\n    text-transform: uppercase;\n    color: #888888;\n  }\n\n  .hub-section-title .accent-line {\n    width: 40px;\n    height: 2px;\n    background: #ff6b00;\n    margin: 12px auto 0;\n    border-radius: 1px;\n  }\n\n  .hub-tree {\n    display: flex;\n    flex-direction: column;\n    gap: 12px;\n  }\n\n  \/* \u2500\u2500 BRANCH \u2500\u2500 *\/\n  .hub-branch {\n    border: 1px solid #4e4e4e;\n    border-radius: 12px;\n    background: #1a1a1a;\n    overflow: hidden;\n    transition: border-color 0.35s ease, box-shadow 0.35s ease;\n  }\n\n  .hub-branch:hover {\n    border-color: #5e5e5e;\n  }\n\n  .hub-branch.open {\n    border-color: #ff6b00;\n    box-shadow: 0 0 40px rgba(255, 107, 0, 0.06), inset 0 0 40px rgba(255, 107, 0, 0.06);\n  }\n\n  .hub-branch-header {\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    padding: 20px 24px;\n    cursor: pointer;\n    user-select: none;\n    transition: background 0.2s;\n  }\n\n  .hub-branch-header:hover {\n    background: #222222;\n  }\n\n  .hub-branch-label {\n    display: flex;\n    align-items: center;\n    gap: 14px;\n  }\n\n  .hub-branch-icon {\n    width: 36px;\n    height: 36px;\n    border-radius: 8px;\n    background: rgba(255, 107, 0, 0.15);\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    flex-shrink: 0;\n    transition: background 0.3s;\n  }\n\n  .hub-branch.open .hub-branch-icon {\n    background: #ff6b00;\n  }\n\n  .hub-branch-icon svg {\n    width: 18px;\n    height: 18px;\n    stroke: #ff6b00;\n    fill: none;\n    stroke-width: 2;\n    stroke-linecap: round;\n    stroke-linejoin: round;\n    transition: stroke 0.3s;\n  }\n\n  .hub-branch.open .hub-branch-icon svg {\n    stroke: #0a0a0a;\n  }\n\n  .hub-branch-name {\n    font-size: 14px;\n    font-weight: 600;\n    letter-spacing: 2.5px;\n    text-transform: uppercase;\n    color: #f0f0f0;\n  }\n\n  .hub-branch-chevron {\n    width: 20px;\n    height: 20px;\n    stroke: #555555;\n    fill: none;\n    stroke-width: 2;\n    stroke-linecap: round;\n    stroke-linejoin: round;\n    transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1), stroke 0.3s;\n    flex-shrink: 0;\n  }\n\n  .hub-branch.open .hub-branch-chevron {\n    transform: rotate(180deg);\n    stroke: #ff6b00;\n  }\n\n  .hub-branch-body {\n    max-height: 0;\n    overflow: hidden;\n    transition: max-height 0.5s cubic-bezier(0.23, 1, 0.32, 1);\n  }\n\n  .hub-branch-body-inner {\n    padding: 0 24px 20px;\n  }\n\n  .hub-branch-divider {\n    height: 1px;\n    background: #4e4e4e;\n    margin-bottom: 16px;\n  }\n\n  \/* \u2500\u2500 LINK ITEMS \u2500\u2500 *\/\n  .hub-link {\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    padding: 12px 16px;\n    margin-bottom: 4px;\n    border-radius: 8px;\n    text-decoration: none;\n    transition: background 0.2s, transform 0.2s;\n    cursor: pointer;\n  }\n\n  .hub-link:hover {\n    background: #222222;\n    transform: translateX(4px);\n  }\n\n  .hub-link-left {\n    display: flex;\n    flex-direction: column;\n    gap: 2px;\n    min-width: 0;\n  }\n\n  .hub-link-name {\n    font-size: 12px;\n    font-weight: 600;\n    letter-spacing: 1.5px;\n    text-transform: uppercase;\n    color: #ffffff;\n    white-space: nowrap;\n    overflow: hidden;\n    text-overflow: ellipsis;\n  }\n\n  .hub-link-url {\n    font-size: 11px;\n    color: #555555;\n    white-space: nowrap;\n    overflow: hidden;\n    text-overflow: ellipsis;\n  }\n\n  .hub-link-arrow {\n    width: 16px;\n    height: 16px;\n    stroke: #555555;\n    fill: none;\n    stroke-width: 2;\n    stroke-linecap: round;\n    stroke-linejoin: round;\n    flex-shrink: 0;\n    opacity: 0;\n    transform: translateX(-4px);\n    transition: opacity 0.2s, transform 0.2s;\n  }\n\n  .hub-link:hover .hub-link-arrow {\n    opacity: 1;\n    transform: translateX(0);\n    stroke: #ff6b00;\n  }\n\n  .hub-link:hover .hub-link-name {\n    color: #ff6b00;\n  }\n\n  \/* \u2500\u2500 SUB-BRANCH \u2500\u2500 *\/\n  .hub-sub {\n    border: 1px solid #4e4e4e;\n    border-radius: 8px;\n    margin-top: 4px;\n    margin-bottom: 8px;\n    overflow: hidden;\n    background: #0a0a0a;\n    transition: border-color 0.3s;\n  }\n\n  .hub-sub.open {\n    border-color: #5e5e5e;\n  }\n\n  .hub-sub-header {\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    padding: 14px 16px;\n    cursor: pointer;\n    user-select: none;\n    transition: background 0.2s;\n  }\n\n  .hub-sub-header:hover {\n    background: #222222;\n  }\n\n  .hub-sub-name {\n    font-size: 11px;\n    font-weight: 500;\n    letter-spacing: 1.5px;\n    text-transform: uppercase;\n    color: #888888;\n  }\n\n  .hub-sub.open .hub-sub-name {\n    color: #f0f0f0;\n  }\n\n  .hub-sub-chevron {\n    width: 16px;\n    height: 16px;\n    stroke: #555555;\n    fill: none;\n    stroke-width: 2;\n    stroke-linecap: round;\n    stroke-linejoin: round;\n    transition: transform 0.35s cubic-bezier(0.23, 1, 0.32, 1);\n  }\n\n  .hub-sub.open .hub-sub-chevron {\n    transform: rotate(180deg);\n  }\n\n  .hub-sub-body {\n    max-height: 0;\n    overflow: hidden;\n    transition: max-height 0.45s cubic-bezier(0.23, 1, 0.32, 1);\n  }\n\n  .hub-sub-body-inner {\n    padding: 0 8px 12px;\n  }\n\n  \/* \u2500\u2500 CONTACT CARD \u2500\u2500 *\/\n  .hub-contact {\n    display: flex;\n    flex-direction: column;\n    gap: 4px;\n    padding: 14px 16px;\n    margin-bottom: 4px;\n    border-radius: 8px;\n    border: 1px solid #4e4e4e;\n    background: #0a0a0a;\n    transition: background 0.2s;\n  }\n\n  .hub-contact:hover {\n    background: #222222;\n  }\n\n  .hub-contact-role {\n    font-size: 10px;\n    font-weight: 500;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n    color: #ff6b00;\n  }\n\n  .hub-contact-email a {\n    font-size: 14px;\n    color: #ffffff;\n    text-decoration: none;\n    transition: color 0.2s;\n  }\n\n  .hub-contact-email a:hover {\n    color: #ff6b00;\n  }\n\n  .hub-contact-phone a {\n    font-size: 12px;\n    color: #555555;\n    text-decoration: none;\n    transition: color 0.2s;\n  }\n\n  .hub-contact-phone a:hover {\n    color: #888888;\n  }\n\n  \/* \u2500\u2500 ANIMATIONS \u2500\u2500 *\/\n  .hub-fade {\n    opacity: 0;\n    transform: translateY(16px);\n    animation: hubFadeUp 0.6s ease forwards;\n  }\n\n  @keyframes hubFadeUp {\n    to { opacity: 1; transform: translateY(0); }\n  }\n\n  .hub-d1 { animation-delay: 0.1s; }\n  .hub-d2 { animation-delay: 0.2s; }\n  .hub-d3 { animation-delay: 0.3s; }\n  .hub-d4 { animation-delay: 0.4s; }\n  .hub-d5 { animation-delay: 0.5s; }\n\n  @media (max-width: 480px) {\n    .hub-section {\n      padding: 40px 20px;\n    }\n\n    .hub-branch-header {\n      padding: 16px 18px;\n    }\n\n    .hub-branch-body-inner {\n      padding: 0 12px 16px;\n    }\n\n    .hub-link {\n      padding: 10px 12px;\n    }\n\n    .hub-branch-name {\n      font-size: 13px;\n      letter-spacing: 2px;\n    }\n\n    .hub-link-name {\n      font-size: 11px;\n    }\n  }\n<\/style>\n\n<div class=\"hub-section\">\n\n  <h1 class=\"hub-title hub-fade hub-d1\">WHAT IS BTCHEL?<\/h1>\n\n  <div class=\"hub-vision hub-fade hub-d2\">\n    <div class=\"hub-vision-wrap\">\n      <img decoding=\"async\" src=\"https:\/\/btchel.com\/wp-content\/uploads\/2026\/03\/Vision-one-pager.jpg\" alt=\"BTCHEL2026 Vision\" loading=\"lazy\" \/>\n    <\/div>\n  <\/div>\n\n  <div class=\"hub-section-title hub-fade hub-d3\">\n    <h2>Quick Access<\/h2>\n    <div class=\"accent-line\"><\/div>\n  <\/div>\n\n  <div class=\"hub-tree\">\n\n    <!-- \u2550\u2550\u2550 INFO \u2550\u2550\u2550 -->\n    <div class=\"hub-branch hub-fade hub-d3\" id=\"hub-info\">\n      <div class=\"hub-branch-header\" onclick=\"toggleHubBranch('hub-info')\">\n        <div class=\"hub-branch-label\">\n          <div class=\"hub-branch-icon\">\n            <svg viewbox=\"0 0 24 24\"><circle cx=\"12\" cy=\"12\" r=\"10\"\/><line x1=\"12\" y1=\"16\" x2=\"12\" y2=\"12\"\/><line x1=\"12\" y1=\"8\" x2=\"12.01\" y2=\"8\"\/><\/svg>\n          <\/div>\n          <span class=\"hub-branch-name\">Info<\/span>\n        <\/div>\n        <svg class=\"hub-branch-chevron\" viewbox=\"0 0 24 24\"><polyline points=\"6 9 12 15 18 9\"\/><\/svg>\n      <\/div>\n      <div class=\"hub-branch-body\">\n        <div class=\"hub-branch-body-inner\">\n          <div class=\"hub-branch-divider\"><\/div>\n          <a href=\"https:\/\/btchel.com\/fi\/deck\/\" target=\"_blank\" class=\"hub-link\">\n            <div class=\"hub-link-left\"><span class=\"hub-link-name\">DECK<\/span><span class=\"hub-link-url\">btchel.com\/deck<\/span><\/div>\n            <svg class=\"hub-link-arrow\" viewbox=\"0 0 24 24\"><line x1=\"7\" y1=\"17\" x2=\"17\" y2=\"7\"\/><polyline points=\"7 7 17 7 17 17\"\/><\/svg>\n          <\/a>\n          <a href=\"https:\/\/btchel.com\/fi\/calendar\/\" target=\"_blank\" class=\"hub-link\">\n            <div class=\"hub-link-left\"><span class=\"hub-link-name\">CALENDAR<\/span><span class=\"hub-link-url\">btchel.com\/calendar<\/span><\/div>\n            <svg class=\"hub-link-arrow\" viewbox=\"0 0 24 24\"><line x1=\"7\" y1=\"17\" x2=\"17\" y2=\"7\"\/><polyline points=\"7 7 17 7 17 17\"\/><\/svg>\n          <\/a>\n          <a href=\"https:\/\/btchel.com\/fi\/week\/\" target=\"_blank\" class=\"hub-link\">\n            <div class=\"hub-link-left\"><span class=\"hub-link-name\">SIDE-EVENTS<\/span><span class=\"hub-link-url\">btchel.com\/week<\/span><\/div>\n            <svg class=\"hub-link-arrow\" viewbox=\"0 0 24 24\"><line x1=\"7\" y1=\"17\" x2=\"17\" y2=\"7\"\/><polyline points=\"7 7 17 7 17 17\"\/><\/svg>\n          <\/a>\n          <a href=\"https:\/\/btchel.com\/fi\/expo\/\" target=\"_blank\" class=\"hub-link\">\n            <div class=\"hub-link-left\"><span class=\"hub-link-name\">EXHIBITOR INFO<\/span><span class=\"hub-link-url\">btchel.com\/expo<\/span><\/div>\n            <svg class=\"hub-link-arrow\" viewbox=\"0 0 24 24\"><line x1=\"7\" y1=\"17\" x2=\"17\" y2=\"7\"\/><polyline points=\"7 7 17 7 17 17\"\/><\/svg>\n          <\/a>\n          <a href=\"https:\/\/btchel.com\/fi\/hub\/\" target=\"_blank\" class=\"hub-link\">\n            <div class=\"hub-link-left\"><span class=\"hub-link-name\">COMMUNITY HUB<\/span><span class=\"hub-link-url\">btchel.com\/hub<\/span><\/div>\n            <svg class=\"hub-link-arrow\" viewbox=\"0 0 24 24\"><line x1=\"7\" y1=\"17\" x2=\"17\" y2=\"7\"\/><polyline points=\"7 7 17 7 17 17\"\/><\/svg>\n          <\/a>\n          <a href=\"https:\/\/btchel.com\/fi\/press-kit\/\" target=\"_blank\" class=\"hub-link\">\n            <div class=\"hub-link-left\"><span class=\"hub-link-name\">PRESS KIT<\/span><span class=\"hub-link-url\">btchel.com\/press-kit<\/span><\/div>\n            <svg class=\"hub-link-arrow\" viewbox=\"0 0 24 24\"><line x1=\"7\" y1=\"17\" x2=\"17\" y2=\"7\"\/><polyline points=\"7 7 17 7 17 17\"\/><\/svg>\n          <\/a>\n          <a href=\"https:\/\/miningsummit.eu\" target=\"_blank\" class=\"hub-link\">\n            <div class=\"hub-link-left\"><span class=\"hub-link-name\">THE EUROPEAN MINING SUMMIT<\/span><span class=\"hub-link-url\">miningsummit.eu<\/span><\/div>\n            <svg class=\"hub-link-arrow\" viewbox=\"0 0 24 24\"><line x1=\"7\" y1=\"17\" x2=\"17\" y2=\"7\"\/><polyline points=\"7 7 17 7 17 17\"\/><\/svg>\n          <\/a>\n          <a href=\"https:\/\/miningsummit.eu\/deck\" target=\"_blank\" class=\"hub-link\">\n            <div class=\"hub-link-left\"><span class=\"hub-link-name\">EMS DECK<\/span><span class=\"hub-link-url\">miningsummit.eu\/deck<\/span><\/div>\n            <svg class=\"hub-link-arrow\" viewbox=\"0 0 24 24\"><line x1=\"7\" y1=\"17\" x2=\"17\" y2=\"7\"\/><polyline points=\"7 7 17 7 17 17\"\/><\/svg>\n          <\/a>\n          <a href=\"https:\/\/miningsummit.eu\/faq\" target=\"_blank\" class=\"hub-link\">\n            <div class=\"hub-link-left\"><span class=\"hub-link-name\">EMS FAQ<\/span><span class=\"hub-link-url\">miningsummit.eu\/faq<\/span><\/div>\n            <svg class=\"hub-link-arrow\" viewbox=\"0 0 24 24\"><line x1=\"7\" y1=\"17\" x2=\"17\" y2=\"7\"\/><polyline points=\"7 7 17 7 17 17\"\/><\/svg>\n          <\/a>\n          <a href=\"https:\/\/btchel.com\/fi\/founders-sauna\/\" target=\"_blank\" class=\"hub-link\">\n            <div class=\"hub-link-left\"><span class=\"hub-link-name\">FOUNDERS SAUNA<\/span><span class=\"hub-link-url\">btchel.com\/founders-sauna<\/span><\/div>\n            <svg class=\"hub-link-arrow\" viewbox=\"0 0 24 24\"><line x1=\"7\" y1=\"17\" x2=\"17\" y2=\"7\"\/><polyline points=\"7 7 17 7 17 17\"\/><\/svg>\n          <\/a>\n        <\/div>\n      <\/div>\n    <\/div>\n\n    <!-- \u2550\u2550\u2550 MEDIA \u2550\u2550\u2550 -->\n    <div class=\"hub-branch hub-fade hub-d4\" id=\"hub-media\">\n      <div class=\"hub-branch-header\" onclick=\"toggleHubBranch('hub-media')\">\n        <div class=\"hub-branch-label\">\n          <div class=\"hub-branch-icon\">\n            <svg viewbox=\"0 0 24 24\"><path d=\"M23 3a10.9 10.9 0 01-3.14 1.53 4.48 4.48 0 00-7.86 3v1A10.66 10.66 0 013 4s-4 9 5 13a11.64 11.64 0 01-7 2c9 5 20 0 20-11.5a4.5 4.5 0 00-.08-.83A7.72 7.72 0 0023 3z\"\/><\/svg>\n          <\/div>\n          <span class=\"hub-branch-name\">Media<\/span>\n        <\/div>\n        <svg class=\"hub-branch-chevron\" viewbox=\"0 0 24 24\"><polyline points=\"6 9 12 15 18 9\"\/><\/svg>\n      <\/div>\n      <div class=\"hub-branch-body\">\n        <div class=\"hub-branch-body-inner\">\n          <div class=\"hub-branch-divider\"><\/div>\n          <div class=\"hub-sub\" id=\"hub-sub-news\">\n            <div class=\"hub-sub-header\" onclick=\"toggleHubSub('hub-sub-news')\">\n              <span class=\"hub-sub-name\">News &amp; Articles<\/span>\n              <svg class=\"hub-sub-chevron\" viewbox=\"0 0 24 24\"><polyline points=\"6 9 12 15 18 9\"\/><\/svg>\n            <\/div>\n            <div class=\"hub-sub-body\">\n              <div class=\"hub-sub-body-inner\">\n                <a href=\"https:\/\/www.hs.fi\/visio\/art-2000011454515.html\" target=\"_blank\" class=\"hub-link\">\n                  <div class=\"hub-link-left\"><span class=\"hub-link-name\">HS VISIO 4.9.2025<\/span><span class=\"hub-link-url\">hs.fi\/visio<\/span><\/div>\n                  <svg class=\"hub-link-arrow\" viewbox=\"0 0 24 24\"><line x1=\"7\" y1=\"17\" x2=\"17\" y2=\"7\"\/><polyline points=\"7 7 17 7 17 17\"\/><\/svg>\n                <\/a>\n                <a href=\"https:\/\/www.kauppalehti.fi\/uutiset\/a\/d76fad3e-dde5-43ab-a1f8-c4e50414e4da\" target=\"_blank\" class=\"hub-link\">\n                  <div class=\"hub-link-left\"><span class=\"hub-link-name\">KAUPPALEHTI 19.8.2025<\/span><span class=\"hub-link-url\">kauppalehti.fi<\/span><\/div>\n                  <svg class=\"hub-link-arrow\" viewbox=\"0 0 24 24\"><line x1=\"7\" y1=\"17\" x2=\"17\" y2=\"7\"\/><polyline points=\"7 7 17 7 17 17\"\/><\/svg>\n                <\/a>\n                <a href=\"https:\/\/www.kauppalehti.fi\/uutiset\/a\/420d45a5-32b9-43ce-8f67-3cafea5b8813\" target=\"_blank\" class=\"hub-link\">\n                  <div class=\"hub-link-left\"><span class=\"hub-link-name\">KAUPPALEHTI MINING IN FINLAND<\/span><span class=\"hub-link-url\">kauppalehti.fi<\/span><\/div>\n                  <svg class=\"hub-link-arrow\" viewbox=\"0 0 24 24\"><line x1=\"7\" y1=\"17\" x2=\"17\" y2=\"7\"\/><polyline points=\"7 7 17 7 17 17\"\/><\/svg>\n                <\/a>\n                <a href=\"https:\/\/www.talouselama.fi\/uutiset\/a\/9d491f0d-f4d5-4c84-954f-c1988c7d1a10\" target=\"_blank\" class=\"hub-link\">\n                  <div class=\"hub-link-left\"><span class=\"hub-link-name\">TALOUSEL\u00c4M\u00c4 19.8.2025<\/span><span class=\"hub-link-url\">talouselama.fi<\/span><\/div>\n                  <svg class=\"hub-link-arrow\" viewbox=\"0 0 24 24\"><line x1=\"7\" y1=\"17\" x2=\"17\" y2=\"7\"\/><polyline points=\"7 7 17 7 17 17\"\/><\/svg>\n                <\/a>\n                <a href=\"https:\/\/www.youtube.com\/watch?v=Nf08fcLkb5k\" target=\"_blank\" class=\"hub-link\">\n                  <div class=\"hub-link-left\"><span class=\"hub-link-name\">TRADERS CLUB AT BTCHEL<\/span><span class=\"hub-link-url\">youtube.com<\/span><\/div>\n                  <svg class=\"hub-link-arrow\" viewbox=\"0 0 24 24\"><line x1=\"7\" y1=\"17\" x2=\"17\" y2=\"7\"\/><polyline points=\"7 7 17 7 17 17\"\/><\/svg>\n                <\/a>\n                <a href=\"https:\/\/www.sttinfo.fi\/tiedote\/71337675\/pohjoismaiden-ensimmainen-bitcoin-konferenssi-tuo-alan-huippunimet-suomeen-elokuussa?publisherId=69821432&#038;lang=fi\" target=\"_blank\" class=\"hub-link\">\n                  <div class=\"hub-link-left\"><span class=\"hub-link-name\">STT INFO 2025<\/span><span class=\"hub-link-url\">sttinfo.fi<\/span><\/div>\n                  <svg class=\"hub-link-arrow\" viewbox=\"0 0 24 24\"><line x1=\"7\" y1=\"17\" x2=\"17\" y2=\"7\"\/><polyline points=\"7 7 17 7 17 17\"\/><\/svg>\n                <\/a>\n                <a href=\"https:\/\/bitcoinmagazine.com\/industry-events\/bitcoin-conference-btchelsinki\" target=\"_blank\" class=\"hub-link\">\n                  <div class=\"hub-link-left\"><span class=\"hub-link-name\">BITCOIN MAGAZINE 17.6.2025<\/span><span class=\"hub-link-url\">bitcoinmagazine.com<\/span><\/div>\n                  <svg class=\"hub-link-arrow\" viewbox=\"0 0 24 24\"><line x1=\"7\" y1=\"17\" x2=\"17\" y2=\"7\"\/><polyline points=\"7 7 17 7 17 17\"\/><\/svg>\n                <\/a>\n                <a href=\"https:\/\/www.youtube.com\/watch?v=BdWwBLqHXQM\" target=\"_blank\" class=\"hub-link\">\n                  <div class=\"hub-link-left\"><span class=\"hub-link-name\">BTCHEL HUB OPENING PARTY<\/span><span class=\"hub-link-url\">youtube.com<\/span><\/div>\n                  <svg class=\"hub-link-arrow\" viewbox=\"0 0 24 24\"><line x1=\"7\" y1=\"17\" x2=\"17\" y2=\"7\"\/><polyline points=\"7 7 17 7 17 17\"\/><\/svg>\n                <\/a>\n                <a href=\"https:\/\/youtu.be\/6oxYiuZeLLA?si=swSbJ_W7rlzkatyu\" target=\"_blank\" class=\"hub-link\">\n                  <div class=\"hub-link-left\"><span class=\"hub-link-name\">BTC HEL 2025 VLOG SHEIKKI HASSAN<\/span><span class=\"hub-link-url\">youtube.com<\/span><\/div>\n                  <svg class=\"hub-link-arrow\" viewbox=\"0 0 24 24\"><line x1=\"7\" y1=\"17\" x2=\"17\" y2=\"7\"\/><polyline points=\"7 7 17 7 17 17\"\/><\/svg>\n                <\/a>\n                <a href=\"https:\/\/tem.fi\/-\/kryptoteknologian-pyorea-poyta-pohti-alan-tulevaisuutta-suomessa\" target=\"_blank\" class=\"hub-link\">\n                  <div class=\"hub-link-left\"><span class=\"hub-link-name\">THE GOVERNMENT ROUNDTABLE AFTER BTCHEL 2025<\/span><span class=\"hub-link-url\">tem.fi<\/span><\/div>\n                  <svg class=\"hub-link-arrow\" viewbox=\"0 0 24 24\"><line x1=\"7\" y1=\"17\" x2=\"17\" y2=\"7\"\/><polyline points=\"7 7 17 7 17 17\"\/><\/svg>\n                <\/a>\n              <\/div>\n            <\/div>\n          <\/div>\n          <a href=\"https:\/\/btchel.kuvat.fi\" target=\"_blank\" class=\"hub-link\">\n            <div class=\"hub-link-left\"><span class=\"hub-link-name\">BTCHEL GALLERY<\/span><span class=\"hub-link-url\">btchel.kuvat.fi<\/span><\/div>\n            <svg class=\"hub-link-arrow\" viewbox=\"0 0 24 24\"><line x1=\"7\" y1=\"17\" x2=\"17\" y2=\"7\"\/><polyline points=\"7 7 17 7 17 17\"\/><\/svg>\n          <\/a>\n          <a href=\"https:\/\/x.com\/btchelevent\" target=\"_blank\" class=\"hub-link\">\n            <div class=\"hub-link-left\"><span class=\"hub-link-name\">BTCHEL TWITTER<\/span><span class=\"hub-link-url\">x.com\/btchelevent<\/span><\/div>\n            <svg class=\"hub-link-arrow\" viewbox=\"0 0 24 24\"><line x1=\"7\" y1=\"17\" x2=\"17\" y2=\"7\"\/><polyline points=\"7 7 17 7 17 17\"\/><\/svg>\n          <\/a>\n          <a href=\"https:\/\/x.com\/miningsummiteu\" target=\"_blank\" class=\"hub-link\">\n            <div class=\"hub-link-left\"><span class=\"hub-link-name\">EMS TWITTER<\/span><span class=\"hub-link-url\">x.com\/miningsummiteu<\/span><\/div>\n            <svg class=\"hub-link-arrow\" viewbox=\"0 0 24 24\"><line x1=\"7\" y1=\"17\" x2=\"17\" y2=\"7\"\/><polyline points=\"7 7 17 7 17 17\"\/><\/svg>\n          <\/a>\n          <a href=\"https:\/\/linkedin.com\/company\/btchel\" target=\"_blank\" class=\"hub-link\">\n            <div class=\"hub-link-left\"><span class=\"hub-link-name\">BTCHEL LINKEDIN<\/span><span class=\"hub-link-url\">linkedin.com\/company\/btchel<\/span><\/div>\n            <svg class=\"hub-link-arrow\" viewbox=\"0 0 24 24\"><line x1=\"7\" y1=\"17\" x2=\"17\" y2=\"7\"\/><polyline points=\"7 7 17 7 17 17\"\/><\/svg>\n          <\/a>\n          <a href=\"https:\/\/instagram.com\/btchelcom\" target=\"_blank\" class=\"hub-link\">\n            <div class=\"hub-link-left\"><span class=\"hub-link-name\">BTCHEL INSTAGRAM<\/span><span class=\"hub-link-url\">instagram.com\/btchelcom<\/span><\/div>\n            <svg class=\"hub-link-arrow\" viewbox=\"0 0 24 24\"><line x1=\"7\" y1=\"17\" x2=\"17\" y2=\"7\"\/><polyline points=\"7 7 17 7 17 17\"\/><\/svg>\n          <\/a>\n          <a href=\"https:\/\/tiktok.com\/@btchelcom\" target=\"_blank\" class=\"hub-link\">\n            <div class=\"hub-link-left\"><span class=\"hub-link-name\">BTCHEL TIKTOK<\/span><span class=\"hub-link-url\">tiktok.com\/@btchelcom<\/span><\/div>\n            <svg class=\"hub-link-arrow\" viewbox=\"0 0 24 24\"><line x1=\"7\" y1=\"17\" x2=\"17\" y2=\"7\"\/><polyline points=\"7 7 17 7 17 17\"\/><\/svg>\n          <\/a>\n          <a href=\"https:\/\/youtube.com\/@BTCHEL\" target=\"_blank\" class=\"hub-link\">\n            <div class=\"hub-link-left\"><span class=\"hub-link-name\">BTCHEL YOUTUBE<\/span><span class=\"hub-link-url\">youtube.com\/@BTCHEL<\/span><\/div>\n            <svg class=\"hub-link-arrow\" viewbox=\"0 0 24 24\"><line x1=\"7\" y1=\"17\" x2=\"17\" y2=\"7\"\/><polyline points=\"7 7 17 7 17 17\"\/><\/svg>\n          <\/a>\n        <\/div>\n      <\/div>\n    <\/div>\n\n    <!-- \u2550\u2550\u2550 CONTACTS \u2550\u2550\u2550 -->\n    <div class=\"hub-branch hub-fade hub-d5\" id=\"hub-contacts\">\n      <div class=\"hub-branch-header\" onclick=\"toggleHubBranch('hub-contacts')\">\n        <div class=\"hub-branch-label\">\n          <div class=\"hub-branch-icon\">\n            <svg viewbox=\"0 0 24 24\"><path d=\"M20 21v-2a4 4 0 00-4-4H8a4 4 0 00-4 4v2\"\/><circle cx=\"12\" cy=\"7\" r=\"4\"\/><\/svg>\n          <\/div>\n          <span class=\"hub-branch-name\">Contacts<\/span>\n        <\/div>\n        <svg class=\"hub-branch-chevron\" viewbox=\"0 0 24 24\"><polyline points=\"6 9 12 15 18 9\"\/><\/svg>\n      <\/div>\n      <div class=\"hub-branch-body\">\n        <div class=\"hub-branch-body-inner\">\n          <div class=\"hub-branch-divider\"><\/div>\n          <div class=\"hub-contact\">\n            <span class=\"hub-contact-role\">CEO<\/span>\n            <div class=\"hub-contact-email\"><a href=\"mailto:remu@btchel.com\">remu@btchel.com<\/a><\/div>\n            <div class=\"hub-contact-phone\"><a href=\"tel:+358403587474\">040 358 7474<\/a><\/div>\n          <\/div>\n          <div class=\"hub-contact\">\n            <span class=\"hub-contact-role\">CMO<\/span>\n            <div class=\"hub-contact-email\"><a href=\"mailto:samuli@btchel.com\">samuli@btchel.com<\/a><\/div>\n          <\/div>\n          <div class=\"hub-contact\">\n            <span class=\"hub-contact-role\">COO<\/span>\n            <div class=\"hub-contact-email\"><a href=\"mailto:kaisu@btchel.com\">kaisu@btchel.com<\/a><\/div>\n          <\/div>\n          <div class=\"hub-contact\">\n            <span class=\"hub-contact-role\">Director of Programming<\/span>\n            <div class=\"hub-contact-email\"><a href=\"mailto:luke@btchel.com\">luke@btchel.com<\/a><\/div>\n          <\/div>\n          <div class=\"hub-contact\">\n            <span class=\"hub-contact-role\">Head of Mining<\/span>\n            <div class=\"hub-contact-email\"><a href=\"mailto:rachel.geyer@ebea.work\">rachel.geyer@ebea.work<\/a><\/div>\n          <\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n\n  <\/div>\n<\/div>\n\n<script>\n  function toggleHubBranch(id) {\n    var branch = document.getElementById(id);\n    var body = branch.querySelector('.hub-branch-body');\n    var isOpen = branch.classList.contains('open');\n    if (isOpen) {\n      body.style.maxHeight = '0px';\n      branch.classList.remove('open');\n      branch.querySelectorAll('.hub-sub.open').forEach(function(sub) {\n        sub.classList.remove('open');\n        sub.querySelector('.hub-sub-body').style.maxHeight = '0px';\n      });\n    } else {\n      branch.classList.add('open');\n      body.style.maxHeight = body.scrollHeight + 200 + 'px';\n    }\n  }\n\n  function toggleHubSub(id) {\n    var sub = document.getElementById(id);\n    var body = sub.querySelector('.hub-sub-body');\n    var isOpen = sub.classList.contains('open');\n    if (isOpen) {\n      body.style.maxHeight = '0px';\n      sub.classList.remove('open');\n    } else {\n      sub.classList.add('open');\n      body.style.maxHeight = '800px';\n      var parentBody = sub.closest('.hub-branch-body');\n      if (parentBody) {\n        setTimeout(function() {\n          parentBody.style.maxHeight = parentBody.scrollHeight + 200 + 'px';\n        }, 50);\n      }\n    }\n  }\n<\/script>","protected":false},"excerpt":{"rendered":"<p>WHAT IS BTCHEL? Quick Access Info DECKbtchel.com\/deck CALENDARbtchel.com\/calendar SIDE-EVENTSbtchel.com\/week EXHIBITOR INFObtchel.com\/expo COMMUNITY HUBbtchel.com\/hub PRESS KITbtchel.com\/press-kit THE EUROPEAN MINING SUMMITminingsummit.eu EMS DECKminingsummit.eu\/deck EMS FAQminingsummit.eu\/faq FOUNDERS SAUNAbtchel.com\/founders-sauna Media News &amp; Articles HS [&hellip;]<\/p>\n","protected":false},"author":3,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_price":"","_stock":"","_tribe_ticket_header":"","_tribe_default_ticket_provider":"","_tribe_ticket_capacity":"0","_ticket_start_date":"","_ticket_end_date":"","_tribe_ticket_show_description":"","_tribe_ticket_show_not_going":false,"_tribe_ticket_use_global_stock":"","_tribe_ticket_global_stock_level":"","_global_stock_mode":"","_global_stock_cap":"","_tribe_rsvp_for_event":"","_tribe_ticket_going_count":"","_tribe_ticket_not_going_count":"","_tribe_tickets_list":"[]","_tribe_ticket_has_attendee_info_fields":false,"_EventAllDay":false,"_EventTimezone":"","_EventStartDate":"","_EventEndDate":"","_EventStartDateUTC":"","_EventEndDateUTC":"","_EventShowMap":false,"_EventShowMapLink":false,"_EventURL":"","_EventCost":"","_EventCostDescription":"","_EventCurrencySymbol":"","_EventCurrencyCode":"","_EventCurrencyPosition":"","_EventDateTimeSeparator":"","_EventTimeRangeSeparator":"","_EventOrganizerID":[],"_EventVenueID":[],"_OrganizerEmail":"","_OrganizerPhone":"","_OrganizerWebsite":"","_VenueAddress":"","_VenueCity":"","_VenueCountry":"","_VenueProvince":"","_VenueState":"","_VenueZip":"","_VenuePhone":"","_VenueURL":"","_VenueStateProvince":"","_VenueLat":"","_VenueLng":"","_VenueShowMap":false,"_VenueShowMapLink":false,"footnotes":"","_tec_slr_enabled":"","_tec_slr_layout":""},"class_list":["post-2363","page","type-page","status-publish","hentry"],"ticketed":false,"_links":{"self":[{"href":"https:\/\/btchel.com\/fi\/wp-json\/wp\/v2\/pages\/2363","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/btchel.com\/fi\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/btchel.com\/fi\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/btchel.com\/fi\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/btchel.com\/fi\/wp-json\/wp\/v2\/comments?post=2363"}],"version-history":[{"count":12,"href":"https:\/\/btchel.com\/fi\/wp-json\/wp\/v2\/pages\/2363\/revisions"}],"predecessor-version":[{"id":2378,"href":"https:\/\/btchel.com\/fi\/wp-json\/wp\/v2\/pages\/2363\/revisions\/2378"}],"wp:attachment":[{"href":"https:\/\/btchel.com\/fi\/wp-json\/wp\/v2\/media?parent=2363"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}