{"title":"Mushroom Fruiting Chambers","description":"\n\u003cstyle\u003e\n  \/* Brand fonts (no-op if theme already loaded them) *\/\n  @import url('https:\/\/fonts.googleapis.com\/css2?family=Neuton:ital,wght@0,300;0,400;0,700;1,400\u0026family=Geist:wght@400;500;600;700\u0026display=swap');\n\n  \/* ============================================================\n     Lykyn Collection Body (lykm-coll) - SEO module set\n     Renders inside .lykyn-coll-header__desc (560px constrained).\n     Uses a viewport breakout to span the full 1132px container.\n     Brand: heading Neuton, body Geist, headline #685F5A, accent #D16014.\n     ============================================================ *\/\n\n  .lykm-coll-root {\n    position: relative;\n    left: 50%;\n    transform: translateX(-50%);\n    width: 100vw;\n    max-width: 1132px;\n    margin-top: 36px;\n    margin-bottom: 8px;\n    padding: 0 24px;\n    box-sizing: border-box;\n    text-align: left;\n    \/* Body font: Geist with system fallbacks (Lykyn brand) *\/\n    font-family: 'Geist', 'Geist Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;\n    color: #685F5A;\n    \/* Lykyn brand colors (aligned with lykyn-collection-header.liquid) *\/\n    --lc-accent: #D16014;       \/* primary accent (orange) - eyebrows, links, CTAs *\/\n    --lc-accent-soft: #FBE9DC;\n    --lc-forest: #3A5940;       \/* sustainability green *\/\n    --lc-forest-soft: #E1EAE3;\n    --lc-headline: #685F5A;     \/* heading color *\/\n    --lc-body: #685F5A;         \/* body text *\/\n    --lc-body-soft: #9B928A;    \/* meta \/ supporting text *\/\n    --lc-cream: #FAF6EF;\n    --lc-bone: #F5F0E8;\n    --lc-warm: #F7F2EC;\n    --lc-line: #E6DECF;\n  }\n\n  \/* Reset stray center-align + p margin from parent header *\/\n  .lykm-coll-root, .lykm-coll-root p { text-align: left; margin: 0 0 12px; }\n  .lykm-coll-root h2, .lykm-coll-root h3 {\n    text-align: left;\n    \/* Heading font: Neuton (matches theme convention in lykyn-collection-header) *\/\n    font-family: 'Neuton', Georgia, 'Times New Roman', serif;\n    font-weight: 400;\n    color: var(--lc-headline);\n    letter-spacing: 0;\n  }\n\n  \/* Intro lede + supporting - full container width to match modules below *\/\n  .lykm-coll-lede {\n    font-size: 17px;\n    line-height: 1.6;\n    color: var(--lc-body);\n    font-weight: 500;\n    max-width: none;\n  }\n  .lykm-coll-supp {\n    font-size: 15px;\n    line-height: 1.7;\n    color: var(--lc-body-soft);\n    max-width: none;\n  }\n  .lykm-coll-supp a, .lykm-coll-lede a {\n    color: var(--lc-accent);\n    text-decoration: underline;\n    text-underline-offset: 2px;\n  }\n\n  \/* Trust pills *\/\n  .lykm-coll-pills {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 8px;\n    margin: 18px 0 4px;\n  }\n  .lykm-coll-pill {\n    display: inline-flex;\n    align-items: center;\n    gap: 6px;\n    padding: 6px 12px;\n    border-radius: 999px;\n    background: var(--lc-bone);\n    border: 1px solid var(--lc-line);\n    color: var(--lc-body);\n    font-size: 12px;\n    font-weight: 500;\n    letter-spacing: 0.2px;\n  }\n  .lykm-coll-pill::before {\n    content: '\\2713';\n    color: var(--lc-accent);\n    font-weight: 700;\n    margin-right: 2px;\n  }\n\n  \/* USP grid *\/\n  .lykm-coll-usps {\n    margin-top: 40px;\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));\n    gap: 16px;\n  }\n  .lykm-coll-usp {\n    background: var(--lc-cream);\n    border: 1px solid var(--lc-line);\n    border-radius: 14px;\n    padding: 22px 22px 20px;\n    transition: transform 0.18s ease, box-shadow 0.18s ease;\n  }\n  .lykm-coll-usp:hover {\n    transform: translateY(-2px);\n    box-shadow: 0 8px 24px rgba(104, 95, 90, 0.08);\n  }\n  .lykm-coll-usp-num {\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: 1.5px;\n    text-transform: uppercase;\n    color: var(--lc-accent);\n    margin-bottom: 10px;\n    font-family: 'Geist', 'Geist Sans', -apple-system, sans-serif;\n  }\n  .lykm-coll-usp h3 {\n    font-size: 22px;\n    color: var(--lc-headline);\n    margin: 0 0 8px;\n    line-height: 1.25;\n  }\n  .lykm-coll-usp p {\n    font-size: 14px;\n    line-height: 1.65;\n    color: var(--lc-body-soft);\n    margin: 0;\n  }\n\n  \/* Section heading - H2 *\/\n  .lykm-coll-h2 {\n    font-size: clamp(24px, 3vw, 32px);\n    color: var(--lc-headline);\n    margin: 52px 0 18px;\n    letter-spacing: 0;\n    line-height: 1.2;\n  }\n\n  \/* Stat strip *\/\n  .lykm-coll-stats {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));\n    gap: 12px;\n    margin: 28px 0 8px;\n  }\n  .lykm-coll-stat {\n    background: var(--lc-bone);\n    border: 1px solid var(--lc-line);\n    border-radius: 12px;\n    padding: 18px 16px;\n    text-align: center;\n  }\n  .lykm-coll-stat-num {\n    font-size: 32px;\n    font-family: 'Neuton', Georgia, serif;\n    font-weight: 400;\n    color: var(--lc-accent);\n    line-height: 1;\n  }\n  .lykm-coll-stat-lbl {\n    font-size: 12px;\n    color: var(--lc-body-soft);\n    margin-top: 6px;\n    letter-spacing: 0.2px;\n  }\n\n  \/* Species\/link cards *\/\n  .lykm-coll-cards {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));\n    gap: 14px;\n    margin: 24px 0 8px;\n  }\n  .lykm-coll-card {\n    display: block;\n    background: #fff;\n    border: 1px solid var(--lc-line);\n    border-radius: 14px;\n    padding: 18px 18px 16px;\n    color: var(--lc-ink);\n    text-decoration: none;\n    transition: border-color 0.18s ease, transform 0.18s ease;\n  }\n  .lykm-coll-card:hover {\n    border-color: var(--lc-accent);\n    transform: translateY(-2px);\n  }\n  .lykm-coll-card-eyebrow {\n    font-size: 11px;\n    font-weight: 600;\n    color: var(--lc-accent);\n    letter-spacing: 1px;\n    text-transform: uppercase;\n    margin-bottom: 6px;\n    font-family: 'Geist', 'Geist Sans', -apple-system, sans-serif;\n  }\n  .lykm-coll-card-title {\n    font-size: 18px;\n    color: var(--lc-headline);\n    margin: 0 0 8px;\n    line-height: 1.25;\n  }\n  .lykm-coll-card-body {\n    font-size: 13px;\n    line-height: 1.55;\n    color: var(--lc-body-soft);\n    margin: 0;\n  }\n  .lykm-coll-card-cta {\n    display: inline-flex;\n    align-items: center;\n    gap: 4px;\n    margin-top: 12px;\n    font-size: 13px;\n    font-weight: 600;\n    color: var(--lc-accent);\n    font-family: 'Geist', 'Geist Sans', -apple-system, sans-serif;\n  }\n  .lykm-coll-card-cta::after {\n    content: '\\2192';\n    transition: transform 0.18s ease;\n  }\n  .lykm-coll-card:hover .lykm-coll-card-cta::after { transform: translateX(3px); }\n\n  \/* FAQ accordion *\/\n  .lykm-coll-faq { margin-top: 36px; }\n  .lykm-coll-faqitem {\n    border-bottom: 1px solid var(--lc-line);\n    padding: 4px 0;\n  }\n  .lykm-coll-faqitem[open] { background: rgba(209, 96, 20, 0.04); border-radius: 8px; padding-left: 12px; padding-right: 12px; margin: 0 -12px; }\n  .lykm-coll-faqitem summary {\n    list-style: none;\n    cursor: pointer;\n    padding: 16px 0;\n    font-size: 16px;\n    font-weight: 500;\n    color: var(--lc-headline);\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    gap: 12px;\n  }\n  .lykm-coll-faqitem summary::-webkit-details-marker { display: none; }\n  .lykm-coll-faqitem summary::after {\n    content: '+';\n    font-size: 22px;\n    color: var(--lc-accent);\n    line-height: 1;\n    transition: transform 0.2s ease;\n  }\n  .lykm-coll-faqitem[open] summary::after { transform: rotate(45deg); }\n  .lykm-coll-faqbody {\n    padding: 0 0 16px;\n    font-size: 14px;\n    line-height: 1.7;\n    color: var(--lc-body-soft);\n  }\n  .lykm-coll-faqbody p { margin: 0 0 10px; }\n  .lykm-coll-faqbody p:last-child { margin-bottom: 0; }\n\n  \/* Outro \/ closing band *\/\n  .lykm-coll-outro {\n    margin-top: 36px;\n    padding: 24px 28px;\n    background: var(--lc-accent-soft);\n    border-radius: 14px;\n    border-left: 3px solid var(--lc-accent);\n  }\n  .lykm-coll-outro p {\n    font-size: 14px;\n    line-height: 1.65;\n    color: var(--lc-body);\n    margin: 0;\n  }\n  .lykm-coll-outro a {\n    color: var(--lc-accent);\n    font-weight: 600;\n    text-decoration: underline;\n    text-underline-offset: 2px;\n  }\n\n  \/* Mobile *\/\n  @media (max-width: 768px) {\n    .lykm-coll-root {\n      padding: 0 18px;\n      margin-top: 24px;\n    }\n    .lykm-coll-lede { font-size: 16px; }\n    .lykm-coll-supp { font-size: 14px; }\n    .lykm-coll-h2 { font-size: 20px; margin: 36px 0 12px; }\n    .lykm-coll-usps { grid-template-columns: 1fr; }\n    .lykm-coll-stats { grid-template-columns: repeat(2, 1fr); }\n    .lykm-coll-cards { grid-template-columns: 1fr; }\n    .lykm-coll-stat-num { font-size: 22px; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"lykm-coll-root\"\u003e\n\u003cp class=\"lykm-coll-lede\"\u003eA real mushroom fruiting chamber. Not a perlite tub with holes in it.\u003c\/p\u003e\n\u003cp class=\"lykm-coll-supp\"\u003eA fruiting chamber is the controlled environment a fully-colonized substrate needs to form mushrooms. Humidity, fresh air, and light all matter, and a clean room temperature matters too. Hobbyists used to build shotgun fruiting chambers (SGFC) and monotubs from storage totes, perlite, and a spray bottle. The \u003ca href=\"\/en-de\/products\/smart-mushroom-grow-box\"\u003eLykyn Mushroom Fruiting Chamber\u003c\/a\u003e is the finished, automated answer to all of that, sized to fit a 5lb block and quiet enough to live in a kitchen.\u003c\/p\u003e\n\u003cdiv class=\"lykm-coll-pills\"\u003e\n\u003cspan class=\"lykm-coll-pill\"\u003e85 to 95% RH automated\u003c\/span\u003e\u003cspan class=\"lykm-coll-pill\"\u003e4-hour FAE schedule\u003c\/span\u003e\u003cspan class=\"lykm-coll-pill\"\u003eSpecies-tuned LEDs\u003c\/span\u003e\u003cspan class=\"lykm-coll-pill\"\u003eApp + over-the-air updates\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lykm-coll-stats\"\u003e\n\u003cdiv class=\"lykm-coll-stat\"\u003e\n\u003cdiv class=\"lykm-coll-stat-num\"\u003e±2%\u003c\/div\u003e\n\u003cdiv class=\"lykm-coll-stat-lbl\"\u003eRH precision\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lykm-coll-stat\"\u003e\n\u003cdiv class=\"lykm-coll-stat-num\"\u003e±0.1°C\u003c\/div\u003e\n\u003cdiv class=\"lykm-coll-stat-lbl\"\u003eTemp sensor accuracy\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lykm-coll-stat\"\u003e\n\u003cdiv class=\"lykm-coll-stat-num\"\u003e28+\u003c\/div\u003e\n\u003cdiv class=\"lykm-coll-stat-lbl\"\u003eSpecies supported\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lykm-coll-stat\"\u003e\n\u003cdiv class=\"lykm-coll-stat-num\"\u003e2 years\u003c\/div\u003e\n\u003cdiv class=\"lykm-coll-stat-lbl\"\u003eR\u0026amp;D before launch\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch2 class=\"lykm-coll-h2\"\u003eWhy grow with Lykyn\u003c\/h2\u003e\n\u003cdiv class=\"lykm-coll-usps\"\u003e\n\u003carticle class=\"lykm-coll-usp\"\u003e\u003cdiv class=\"lykm-coll-usp-num\"\u003e01\u003c\/div\u003e\n\u003ch3\u003eTrue humidity automation\u003c\/h3\u003e\n\u003cp\u003eA piezo ultrasonic humidifier with a 2.8L tank pulses on against an SHT3x-DIS sensor. Set your RH band in the app (most species: 88 to 92%) and the chamber holds it. No daily misting, no soggy chamber walls.\u003c\/p\u003e\u003c\/article\u003e\u003carticle class=\"lykm-coll-usp\"\u003e\u003cdiv class=\"lykm-coll-usp-num\"\u003e02\u003c\/div\u003e\n\u003ch3\u003eFresh-air exchange that does not lose humidity\u003c\/h3\u003e\n\u003cp\u003eTwo variable-speed fans run a 4-hour FAE cycle by default, timed to clear CO2 without crashing RH. You can override to longer or shorter cycles per species (oyster pins love higher FAE; Lion's Mane prefers less).\u003c\/p\u003e\u003c\/article\u003e\u003carticle class=\"lykm-coll-usp\"\u003e\u003cdiv class=\"lykm-coll-usp-num\"\u003e03\u003c\/div\u003e\n\u003ch3\u003eLighting per species, not generic\u003c\/h3\u003e\n\u003cp\u003eBlue 465-475nm, red 620-630nm, and green 515-525nm LEDs. The Lykyn app preloads light schedules for 28+ species so you do not have to research photoperiods.\u003c\/p\u003e\u003c\/article\u003e\u003carticle class=\"lykm-coll-usp\"\u003e\u003cdiv class=\"lykm-coll-usp-num\"\u003e04\u003c\/div\u003e\n\u003ch3\u003eReplaces every DIY rig you have tried\u003c\/h3\u003e\n\u003cp\u003eIf you have built a shotgun fruiting chamber and lost it to bacteria, or run a monotub and watched it dry out by day 6, the chamber pays for itself in saved blocks. Most growers break even after 4 to 6 fruiting runs.\u003c\/p\u003e\u003c\/article\u003e\n\u003c\/div\u003e\n\u003ch2 class=\"lykm-coll-h2\"\u003eFrequently asked questions\u003c\/h2\u003e\n\u003cdiv class=\"lykm-coll-faq\"\u003e\n\u003cdetails class=\"lykm-coll-faqitem\"\u003e\u003csummary\u003eWhat is a mushroom fruiting chamber?\u003c\/summary\u003e\u003cdiv class=\"lykm-coll-faqbody\"\u003e\u003cp\u003eA fruiting chamber is the high-humidity, well-ventilated, gently-lit space that triggers a colonized substrate to form mushroom pins and grow them to harvest size. Without one, even a perfectly colonized block will dry out, abort pins, or grow slowly and unevenly.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails class=\"lykm-coll-faqitem\"\u003e\u003csummary\u003eHow do I build a mushroom fruiting chamber?\u003c\/summary\u003e\u003cdiv class=\"lykm-coll-faqbody\"\u003e\u003cp\u003eTraditional DIY: a clear storage tote, drill 1\/4 inch holes every 2 inches on all 6 sides, lay 4 to 6 inches of saturated perlite on the bottom, mist the inside walls 2 to 4 times a day. It works, but it is labor-intensive and easy to contaminate. The \u003ca href=\"\/en-de\/products\/smart-mushroom-grow-box\"\u003eLykyn chamber\u003c\/a\u003e automates the same physics with a humidifier, sensor, and fans.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails class=\"lykm-coll-faqitem\"\u003e\u003csummary\u003eHow often should I open a fruiting chamber for fresh air?\u003c\/summary\u003e\u003cdiv class=\"lykm-coll-faqbody\"\u003e\u003cp\u003eWith a DIY chamber, 2 to 4 fan-outs per day (literally fanning the open lid for 30 seconds). The \u003ca href=\"\/en-de\/products\/smart-mushroom-grow-box\"\u003eLykyn chamber\u003c\/a\u003e runs 6 automated fresh-air-exchange cycles per day, which is what most reliable home setups do by hand.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails class=\"lykm-coll-faqitem\"\u003e\u003csummary\u003eHow do you heat a mushroom fruiting chamber?\u003c\/summary\u003e\u003cdiv class=\"lykm-coll-faqbody\"\u003e\u003cp\u003eThe cheapest path is a $15 reptile or seedling heat mat under the chamber, with a thermostat to keep substrate temp in the 70 to 75°F range. The \u003ca href=\"\/en-de\/products\/smart-mushroom-grow-box\"\u003eLykyn chamber\u003c\/a\u003e does not include built-in heat, because the wattage and price tradeoff did not make sense for the species we focus on.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails class=\"lykm-coll-faqitem\"\u003e\u003csummary\u003eDoes a mushroom fruiting chamber need to be sterile?\u003c\/summary\u003e\u003cdiv class=\"lykm-coll-faqbody\"\u003e\u003cp\u003eIt needs to be clean, not sterile. Mushrooms fruit on heavily-colonized substrate that already out-competes most contaminants. Wipe the chamber with 70% isopropyl between species, change the humidifier water weekly, and you are good.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lykm-coll-outro\"\u003e\u003cp\u003eIf you are picking your first chamber and want fast results, the \u003ca href=\"\/en-de\/products\/smart-mushroom-grow-box\"\u003esingle-tier chamber\u003c\/a\u003e with a \u003ca href=\"\/en-de\/products\/pink-oyster-grow-kit\"\u003e\u003c\/a\u003e\u003ca href=\"\/en-de\/products\/pink-oyster-grow-kit\"\u003ePink Oyster block\u003c\/a\u003e is the most repeatable starter combo we ship.\u003c\/p\u003e\u003c\/div\u003e\n\u003c\/div\u003e","products":[{"product_id":"smart-mushroom-grow-box","title":"Automated Mushroom Grow Box","description":"\u003cp\u003eThe Lykyn Smart Mushroom Grow Box is an automated fruiting chamber that grows fresh culinary and medicinal mushrooms at home through a single smartphone app. It controls humidity, airflow, and lighting on a schedule tuned to each species. You drop in a colonized fruiting block, pick a preset, and watch your harvest come in over 7 to 14 days.\u003c\/p\u003e\n\n\u003ch3\u003eOne device, 28+ species presets\u003c\/h3\u003e\n\u003cp\u003eEach preset is dialed in for a specific species, including Lion's Mane, Pink Oyster, Blue Oyster, Yellow Oyster, Shiitake, King Trumpet, Pioppino, Reishi, Chestnut, and Maitake. The presets are stored on the device so the chamber keeps growing if your Wi-Fi drops.\u003c\/p\u003e\n\n\u003ch3\u003eBuilt for real homes\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eApp-controlled climate\u003c\/strong\u003e: humidity targets from 85 to 95 percent, fresh-air exchange on a cycle, full-spectrum LED on a day-night rhythm.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eUltrasonic mist, 2.8L tank\u003c\/strong\u003e: cool mist, no heat, safe for delicate pin stages.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSpore filtration\u003c\/strong\u003e: keeps airborne spores inside the chamber so your kitchen stays clean during fruiting.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eUSB-C powered\u003c\/strong\u003e: plugs into the same outlets you already use, no special wiring.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eApartment-friendly\u003c\/strong\u003e: quiet, vibration-damped, footprint that fits on a counter or shelf.\u003c\/li\u003e\n\u003c\/ul\u003e\n\n\u003ch3\u003eWhat you get\u003c\/h3\u003e\n\u003cp\u003eSmart chamber unit, ultrasonic humidifier with 2.8L tank, full-spectrum LED, intake and exhaust fans, spore filter, USB-C cable and adapter, and the Lykyn iOS and Android app. First-time setup takes about 10 minutes.\u003c\/p\u003e\n\n\u003ch3\u003eDesigned in California, recognized worldwide\u003c\/h3\u003e\n\u003cp\u003eLykyn won the 2025 AgriNext Award for Excellence in Agriculture and the 2025 Global Tech Award for Agricultural Technology. The hardware ships with a 1-year warranty, and our team in California answers support emails directly.\u003c\/p\u003e\n\n\u003ch3\u003ePick your variant\u003c\/h3\u003e\n\u003cp\u003eChoose between the Single-Tier or the Double-Tier (two simultaneous fruiting blocks), in Bone White or Obsidian Black.\u003c\/p\u003e\n","brand":"Lykyn","offers":[{"title":"Single Layer \/ Bone White","offer_id":41876862337079,"sku":"LY1W01","price":299.0,"currency_code":"USD","in_stock":true},{"title":"Single Layer \/ Obsidian Black","offer_id":41876862369847,"sku":"LY1B01","price":299.0,"currency_code":"USD","in_stock":true},{"title":"Double Layer \/ Bone White","offer_id":41881559957559,"sku":"LY2W01","price":389.0,"currency_code":"USD","in_stock":true},{"title":"Double Layer \/ Obsidian Black","offer_id":41881559924791,"sku":"LY2B01","price":389.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0558\/2661\/2279\/files\/00_black-lykyn-03b.webp?v=1758744952"}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0558\/2661\/2279\/collections\/black-with-lions-mane2_240a73c8-7b30-42a3-a26a-8274e226231f.webp?v=1777378805","url":"https:\/\/lykyn.com\/en-de\/collections\/mushroom-fruiting-chambers.oembed","provider":"Lykyn","version":"1.0","type":"link"}