<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>THC-O extraction process Archives - Coupontoaster Blog</title>
	<atom:link href="https://coupontoaster.com/blog/tag/thc-o-extraction-process/feed/" rel="self" type="application/rss+xml" />
	<link></link>
	<description>We Appreciate The Quality Content</description>
	<lastBuildDate>Wed, 27 Aug 2025 13:00:20 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://coupontoaster.com/blog/wp-content/uploads/2023/08/cropped-favicon_ct-32x32.png</url>
	<title>THC-O extraction process Archives - Coupontoaster Blog</title>
	<link></link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>What is the Process of Making THC-O?</title>
		<link>https://coupontoaster.com/blog/cbd/what-is-the-process-of-making-thc-o/</link>
		
		<dc:creator><![CDATA[Dr. David Tang]]></dc:creator>
		<pubDate>Sat, 05 Nov 2022 11:25:14 +0000</pubDate>
				<category><![CDATA[CBD & Kratom]]></category>
		<category><![CDATA[cannabinoid processing]]></category>
		<category><![CDATA[cannabis extraction techniques]]></category>
		<category><![CDATA[DIY THC-O]]></category>
		<category><![CDATA[how to make THC-O]]></category>
		<category><![CDATA[making THC-O]]></category>
		<category><![CDATA[THC-O extraction process]]></category>
		<category><![CDATA[THC-O guide]]></category>
		<category><![CDATA[THC-O production]]></category>
		<category><![CDATA[THC-O tutorial]]></category>
		<guid isPermaLink="false">https://coupontoaster.com/blog/?p=3766</guid>

					<description><![CDATA[As a seasoned grower and hemp enthusiast, I&#8217;ve had the privilege of witnessing the evolution of the hemp industry firsthand. Recently, I&#8217;ve been particularly fascinated by THC-O, a compound that&#8217;s been making waves in the...]]></description>
										<content:encoded><![CDATA[
<p>As a seasoned grower and hemp enthusiast, I&#8217;ve had the privilege of witnessing the evolution of the hemp industry firsthand. Recently, I&#8217;ve been particularly fascinated by THC-O, a compound that&#8217;s been making waves in the hemp THC market. Through my experiences and research, I&#8217;ve come to appreciate it&#8217;s potency and federal legal status, which have made it increasingly popular among THC enthusiasts like myself.</p>



<p>THC-O is gradually making it&#8217;s way into the hemp THC market. The potency of THC-O and it&#8217;s federal legal status make it a popular choice among THC-lovers.&nbsp;</p>



<p>Due to the fact that THC-O is made from hemp, it has the same federal legal <a href="https://coupontoaster.com/blog/whats-the-best-time-of-day-to-use-delta-8-thc/">status as Delta-8-THC</a>. It can be extracted from hemp and made into a wide range of products you can find online and in <a href="https://www.forbes.com/sites/ajherrington/2022/05/23/federal-appeals-court-rules-that-delta-8-thc-is-legal/">stores across the U.S</a>.</p>



<ul class="wp-block-list">
<li><strong>Below is a breakdown of how THC-O is extracted to help you understand the process better.</strong></li>
</ul>



<h2 class="wp-block-heading" id="h-the-key-takeaways"><strong>The Key Takeaways</strong></h2>



<p><em><strong>In my journey with THC-O, I&#8217;ve learned some crucial points:</strong></em></p>



<ul class="wp-block-list">
<li>I&#8217;ve seen firsthand how THC-O can be synthesized from Delta-8 through a process called &#8220;isomerization.&#8221;</li>



<li>As a natural hemp extract, I&#8217;ve found THC-O to be legal under the 2018 Farm Bill, which has been a game-changer for the industry.</li>



<li>In my experience, reputable THC-O products always come with third-party lab tests to prove potency.</li>



<li>A word of caution from my personal experiments: never try to make THC-O at home. Trust me, it&#8217;s best left to the professionals!</li>
</ul>



<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<style>
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.extraction-container {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, sans-serif;
    min-height: 100vh;
    padding: 20px;
    background: linear-gradient(135deg, #ffffff 0%, #f0f8ff 100%);
    position: relative;
    overflow: hidden;
}

.extraction-container::before {
    content: '';
    position: absolute;
    width: 200%;
    height: 200%;
    top: -50%;
    left: -50%;
    background: radial-gradient(circle, rgba(0,123,255,0.03) 0%, transparent 70%);
    animation: drift 20s infinite;
}

@keyframes drift {
    0%, 100% { transform: translate(-10%, -10%) rotate(0deg); }
    50% { transform: translate(10%, 10%) rotate(180deg); }
}

.method-selector {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-bottom: 50px;
    flex-wrap: wrap;
    position: relative;
    z-index: 10;
}

.method-card {
    width: 180px;
    height: 180px;
    position: relative;
    cursor: pointer;
    transform-style: preserve-3d;
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.method-card:hover {
    transform: translateY(-10px) rotateX(10deg);
}

.method-card.active {
    transform: translateY(-15px) scale(1.1);
}

.method-hexagon {
    width: 100%;
    height: 100%;
    position: relative;
    background: linear-gradient(135deg, #007bff, #0056b3);
    clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease;
}

.method-card:nth-child(2) .method-hexagon {
    background: linear-gradient(135deg, #17a2b8, #138496);
}

.method-card:nth-child(3) .method-hexagon {
    background: linear-gradient(135deg, #5bc0de, #46b8da);
}

.method-card.active .method-hexagon {
    box-shadow: 0 0 40px rgba(0,123,255,0.4);
}

.method-icon {
    width: 60px;
    height: 60px;
    fill: white;
    margin-bottom: 10px;
}

.method-name {
    color: white;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    padding: 0 10px;
}

.process-viewer {
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
    z-index: 5;
}

.process-content {
    display: none;
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.6s ease;
}

.process-content.active {
    display: block;
    opacity: 1;
    transform: translateY(0);
}

.process-timeline {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.phase-block {
    background: rgba(255,255,255,0.8);
    border: 1px solid rgba(0,123,255,0.2);
    border-radius: 20px;
    padding: 30px;
    position: relative;
    backdrop-filter: blur(10px);
    transition: all 0.4s ease;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0,123,255,0.08);
}

.phase-block::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: linear-gradient(to bottom, transparent, #007bff, transparent);
    opacity: 0;
    transition: opacity 0.4s ease;
}

.phase-block:hover::before {
    opacity: 1;
}

.phase-block:hover {
    transform: translateX(10px);
    background: rgba(255,255,255,0.95);
    box-shadow: 0 10px 40px rgba(0,123,255,0.15);
}

.phase-header {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
}

.phase-icon-wrapper {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: linear-gradient(135deg, #007bff, #0056b3);
    display: flex;
    align-items: center;
    justify-content: center;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0%, 100% { transform: scale(1); opacity: 1; }
    50% { transform: scale(1.05); opacity: 0.8; }
}

.phase-icon {
    width: 30px;
    height: 30px;
    fill: white;
}

.phase-title {
    color: #0056b3;
    font-size: 22px;
    font-weight: 600;
    flex: 1;
}

.phase-duration {
    color: #6c757d;
    font-size: 14px;
    background: rgba(0,123,255,0.1);
    padding: 5px 15px;
    border-radius: 20px;
}

.phase-steps {
    display: grid;
    gap: 15px;
    margin-top: 20px;
}

.step-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    padding: 15px;
    background: rgba(240,248,255,0.5);
    border-radius: 10px;
    border-left: 3px solid transparent;
    transition: all 0.3s ease;
}

.step-item:hover {
    background: rgba(0,123,255,0.05);
    border-left-color: #007bff;
    transform: translateX(5px);
}

.step-bullet {
    width: 8px;
    height: 8px;
    background: #007bff;
    border-radius: 50%;
    margin-top: 6px;
    flex-shrink: 0;
    animation: glow 2s infinite;
}

@keyframes glow {
    0%, 100% { box-shadow: 0 0 5px rgba(0,123,255,0.5); }
    50% { box-shadow: 0 0 20px rgba(0,123,255,0.8); }
}

.step-text {
    color: #333;
    line-height: 1.6;
    font-size: 15px;
}

.step-text strong {
    color: #007bff;
    font-weight: 600;
}

.specs-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    margin-top: 30px;
}

.spec-card {
    background: linear-gradient(135deg, rgba(0,123,255,0.05), rgba(0,123,255,0.1));
    border: 1px solid rgba(0,123,255,0.2);
    border-radius: 15px;
    padding: 20px;
    text-align: center;
    transition: all 0.3s ease;
}

.spec-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,123,255,0.15);
    background: linear-gradient(135deg, rgba(0,123,255,0.08), rgba(0,123,255,0.15));
}

.spec-value {
    font-size: 28px;
    font-weight: bold;
    color: #007bff;
    margin-bottom: 5px;
}

.spec-label {
    color: #6c757d;
    font-size: 14px;
}

.floating-particles {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 1;
}

.particle {
    position: absolute;
    width: 4px;
    height: 4px;
    background: rgba(0,123,255,0.2);
    border-radius: 50%;
    animation: float 15s infinite linear;
}

@keyframes float {
    0% { transform: translateY(100vh) rotate(0deg); opacity: 0; }
    10% { opacity: 1; }
    90% { opacity: 1; }
    100% { transform: translateY(-100vh) rotate(360deg); opacity: 0; }
}

@media (max-width: 768px) {
    .method-selector {
        gap: 20px;
    }
    
    .method-card {
        width: 120px;
        height: 120px;
    }
    
    .method-icon {
        width: 40px;
        height: 40px;
    }
    
    .method-name {
        font-size: 12px;
    }
    
    .phase-block {
        padding: 20px;
    }
    
    .phase-title {
        font-size: 18px;
    }
    
    .specs-grid {
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    }
}
</style>
</head>
<body>
<div class="extraction-container">
    <div class="floating-particles" id="particles"></div>
    
    <div class="method-selector">
        <div class="method-card active" data-method="co2">
            <div class="method-hexagon">
                <svg class="method-icon" viewBox="0 0 24 24">
                    <path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8zm-1-13h2v6h-2zm0 8h2v2h-2z"/>
                    <circle cx="12" cy="12" r="3" fill="none" stroke="currentColor" stroke-width="1"/>
                    <circle cx="12" cy="8" r="1.5"/>
                    <circle cx="8" cy="14" r="1.5"/>
                    <circle cx="16" cy="14" r="1.5"/>
                </svg>
                <div class="method-name">CO₂ Supercritical</div>
            </div>
        </div>
        
        <div class="method-card" data-method="ethanol">
            <div class="method-hexagon">
                <svg class="method-icon" viewBox="0 0 24 24">
                    <path d="M7 2v9c0 1.7 1.3 3 3 3h4c1.7 0 3-1.3 3-3V2H7zm2 2h6v5h-6V4zm1 1v3h4V5h-4zm-1 7c0 .6.4 1 1 1h4c.6 0 1-.4 1-1H9zm3 3c-3.9 0-7 3.1-7 7h14c0-3.9-3.1-7-7-7zm-3.5 5h7c.3 0 .5.2.5.5s-.2.5-.5.5h-7c-.3 0-.5-.2-.5-.5s.2-.5.5-.5z"/>
                </svg>
                <div class="method-name">Ethanol Extraction</div>
            </div>
        </div>
        
        <div class="method-card" data-method="hydrocarbon">
            <div class="method-hexagon">
                <svg class="method-icon" viewBox="0 0 24 24">
                    <path d="M19.8 2H4.2C3 2 2 3 2 4.2v11.7C2 17 3 18 4.2 18h2.6l1.7 3.3c.2.4.6.7 1.1.7h4.9c.5 0 .9-.3 1.1-.7L17.2 18h2.6c1.2 0 2.2-1 2.2-2.2V4.2C22 3 21 2 19.8 2zM7 6h10v2H7V6zm0 4h10v2H7v-2z"/>
                    <circle cx="9" cy="15" r="1"/>
                    <circle cx="12" cy="15" r="1"/>
                    <circle cx="15" cy="15" r="1"/>
                </svg>
                <div class="method-name">Hydrocarbon BHO</div>
            </div>
        </div>
    </div>
    
    <div class="process-viewer">
        <div class="process-content active" id="co2-process">
            <div class="process-timeline">
                <div class="phase-block">
                    <div class="phase-header">
                        <div class="phase-icon-wrapper">
                            <svg class="phase-icon" viewBox="0 0 24 24">
                                <path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-2 15l-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z"/>
                            </svg>
                        </div>
                        <h3 class="phase-title">Setup Phase</h3>
                        <span class="phase-duration">2-4 hours</span>
                    </div>
                    <div class="phase-steps">
                        <div class="step-item">
                            <div class="step-bullet"></div>
                            <div class="step-text">Cannabis material ground to <strong>0.5-2mm</strong> particle size for optimal surface area</div>
                        </div>
                        <div class="step-item">
                            <div class="step-bullet"></div>
                            <div class="step-text">Material loaded into extraction vessel rated for <strong>5000 PSI</strong></div>
                        </div>
                        <div class="step-item">
                            <div class="step-bullet"></div>
                            <div class="step-text">System purged with CO₂ to remove oxygen</div>
                        </div>
                        <div class="step-item">
                            <div class="step-bullet"></div>
                            <div class="step-text">Temperature set to <strong>31°C</strong> (CO₂&#8217;s critical point)</div>
                        </div>
                        <div class="step-item">
                            <div class="step-bullet"></div>
                            <div class="step-text">Pressure increased to <strong>1070 PSI</strong> minimum</div>
                        </div>
                    </div>
                </div>
                
                <div class="phase-block">
                    <div class="phase-header">
                        <div class="phase-icon-wrapper">
                            <svg class="phase-icon" viewBox="0 0 24 24">
                                <path d="M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z"/>
                            </svg>
                        </div>
                        <h3 class="phase-title">Extraction Phase</h3>
                        <span class="phase-duration">4-8 hours</span>
                    </div>
                    <div class="phase-steps">
                        <div class="step-item">
                            <div class="step-bullet"></div>
                            <div class="step-text">Liquid CO₂ pumped through cannabis at <strong>3000-5000 PSI</strong></div>
                        </div>
                        <div class="step-item">
                            <div class="step-bullet"></div>
                            <div class="step-text">CO₂ becomes supercritical &#8211; density of liquid, viscosity of gas</div>
                        </div>
                        <div class="step-item">
                            <div class="step-bullet"></div>
                            <div class="step-text">Cannabinoids dissolve into CO₂ solvent</div>
                        </div>
                        <div class="step-item">
                            <div class="step-bullet"></div>
                            <div class="step-text">Solution flows to separator vessel</div>
                        </div>
                        <div class="step-item">
                            <div class="step-bullet"></div>
                            <div class="step-text">Pressure drops to <strong>500 PSI</strong>, CO₂ becomes gas</div>
                        </div>
                        <div class="step-item">
                            <div class="step-bullet"></div>
                            <div class="step-text">THC/cannabinoids precipitate out as oil</div>
                        </div>
                    </div>
                </div>
                
                <div class="phase-block">
                    <div class="phase-header">
                        <div class="phase-icon-wrapper">
                            <svg class="phase-icon" viewBox="0 0 24 24">
                                <path d="M20.57 14.86L22 13.43 20.57 12 17 15.57 8.43 7 12 3.43 10.57 2 9.14 3.43 7.71 2 5.57 4.14 4.14 2.71 2.71 4.14l1.43 1.43L2 7.71l1.43 1.43L2 10.57 3.43 12 7 8.43 15.57 17 12 20.57 13.43 22l1.43-1.43L16.29 22l2.14-2.14 1.43 1.43 1.43-1.43-1.43-1.43L22 16.29z"/>
                            </svg>
                        </div>
                        <h3 class="phase-title">Winterization</h3>
                        <span class="phase-duration">24-48 hours</span>
                    </div>
                    <div class="phase-steps">
                        <div class="step-item">
                            <div class="step-bullet"></div>
                            <div class="step-text">Crude oil mixed with 200-proof ethanol at <strong>10:1 ratio</strong></div>
                        </div>
                        <div class="step-item">
                            <div class="step-bullet"></div>
                            <div class="step-text">Frozen to <strong>-40°C</strong> for 24 hours</div>
                        </div>
                        <div class="step-item">
                            <div class="step-bullet"></div>
                            <div class="step-text">Waxes and lipids solidify</div>
                        </div>
                        <div class="step-item">
                            <div class="step-bullet"></div>
                            <div class="step-text">Vacuum filtered through Buchner funnel</div>
                        </div>
                        <div class="step-item">
                            <div class="step-bullet"></div>
                            <div class="step-text">Ethanol removed via rotary evaporator at <strong>40°C</strong></div>
                        </div>
                    </div>
                </div>
                
                <div class="specs-grid">
                    <div class="spec-card">
                        <div class="spec-value">70-85%</div>
                        <div class="spec-label">THC Concentrate</div>
                    </div>
                    <div class="spec-card">
                        <div class="spec-value">5000 PSI</div>
                        <div class="spec-label">Max Pressure</div>
                    </div>
                    <div class="spec-card">
                        <div class="spec-value">31°C</div>
                        <div class="spec-label">Critical Temp</div>
                    </div>
                    <div class="spec-card">
                        <div class="spec-value">30-56hrs</div>
                        <div class="spec-label">Total Time</div>
                    </div>
                </div>
            </div>
        </div>
        
        <div class="process-content" id="ethanol-process">
            <div class="process-timeline">
                <div class="phase-block">
                    <div class="phase-header">
                        <div class="phase-icon-wrapper">
                            <svg class="phase-icon" viewBox="0 0 24 24">
                                <path d="M20.57 14.86L22 13.43 20.57 12 17 15.57 8.43 7 12 3.43 10.57 2 9.14 3.43 7.71 2 5.57 4.14 4.14 2.71 2.71 4.14l1.43 1.43L2 7.71l1.43 1.43L2 10.57 3.43 12 7 8.43 15.57 17 12 20.57 13.43 22l1.43-1.43L16.29 22l2.14-2.14 1.43 1.43 1.43-1.43-1.43-1.43L22 16.29z"/>
                            </svg>
                        </div>
                        <h3 class="phase-title">Cold Extraction Process</h3>
                        <span class="phase-duration">6-8 hours</span>
                    </div>
                    <div class="phase-steps">
                        <div class="step-item">
                            <div class="step-bullet"></div>
                            <div class="step-text">Cannabis and ethanol both chilled to <strong>-40°C</strong> separately</div>
                        </div>
                        <div class="step-item">
                            <div class="step-bullet"></div>
                            <div class="step-text">Plant material soaked in ethanol for <strong>3-5 minutes</strong></div>
                        </div>
                        <div class="step-item">
                            <div class="step-bullet"></div>
                            <div class="step-text">Quick soak prevents chlorophyll extraction</div>
                        </div>
                        <div class="step-item">
                            <div class="step-bullet"></div>
                            <div class="step-text">Filtered through <strong>25-micron</strong> screens</div>
                        </div>
                        <div class="step-item">
                            <div class="step-bullet"></div>
                            <div class="step-text">Solution contains <strong>5-10%</strong> cannabinoids by weight</div>
                        </div>
                    </div>
                </div>
                
                <div class="phase-block">
                    <div class="phase-header">
                        <div class="phase-icon-wrapper">
                            <svg class="phase-icon" viewBox="0 0 24 24">
                                <path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-2 15l-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z"/>
                            </svg>
                        </div>
                        <h3 class="phase-title">Solvent Recovery</h3>
                        <span class="phase-duration">4-6 hours</span>
                    </div>
                    <div class="phase-steps">
                        <div class="step-item">
                            <div class="step-bullet"></div>
                            <div class="step-text">Solution heated to <strong>78°C</strong> (ethanol&#8217;s boiling point)</div>
                        </div>
                        <div class="step-item">
                            <div class="step-bullet"></div>
                            <div class="step-text">Vacuum applied to lower boiling point to <strong>40°C</strong></div>
                        </div>
                        <div class="step-item">
                            <div class="step-bullet"></div>
                            <div class="step-text">Ethanol vapor condensed and recollected</div>
                        </div>
                        <div class="step-item">
                            <div class="step-bullet"></div>
                            <div class="step-text"><strong>95%</strong> ethanol recovery typical</div>
                        </div>
                        <div class="step-item">
                            <div class="step-bullet"></div>
                            <div class="step-text">Remaining oil contains <strong>60-80%</strong> THC</div>
                        </div>
                    </div>
                </div>
                
                <div class="phase-block">
                    <div class="phase-header">
                        <div class="phase-icon-wrapper">
                            <svg class="phase-icon" viewBox="0 0 24 24">
                                <path d="M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z"/>
                            </svg>
                        </div>
                        <h3 class="phase-title">Distillation Refinement</h3>
                        <span class="phase-duration">8-12 hours</span>
                    </div>
                    <div class="phase-steps">
                        <div class="step-item">
                            <div class="step-bullet"></div>
                            <div class="step-text">Short path distillation at <strong>157°C</strong> (THC boiling point)</div>
                        </div>
                        <div class="step-item">
                            <div class="step-bullet"></div>
                            <div class="step-text">Vacuum pulls at <strong>0.001 mmHg</strong> pressure</div>
                        </div>
                        <div class="step-item">
                            <div class="step-bullet"></div>
                            <div class="step-text">Terpenes come off at <strong>100-150°C</strong></div>
                        </div>
                        <div class="step-item">
                            <div class="step-bullet"></div>
                            <div class="step-text">THC fraction collected at <strong>157-160°C</strong></div>
                        </div>
                        <div class="step-item">
                            <div class="step-bullet"></div>
                            <div class="step-text">CBD comes off at <strong>160-180°C</strong></div>
                        </div>
                    </div>
                </div>
                
                <div class="specs-grid">
                    <div class="spec-card">
                        <div class="spec-value">90-95%</div>
                        <div class="spec-label">THC Distillate</div>
                    </div>
                    <div class="spec-card">
                        <div class="spec-value">-40°C</div>
                        <div class="spec-label">Extraction Temp</div>
                    </div>
                    <div class="spec-card">
                        <div class="spec-value">95%</div>
                        <div class="spec-label">Ethanol Recovery</div>
                    </div>
                    <div class="spec-card">
                        <div class="spec-value">18-26hrs</div>
                        <div class="spec-label">Total Time</div>
                    </div>
                </div>
            </div>
        </div>
        
        <div class="process-content" id="hydrocarbon-process">
            <div class="process-timeline">
                <div class="phase-block">
                    <div class="phase-header">
                        <div class="phase-icon-wrapper">
                            <svg class="phase-icon" viewBox="0 0 24 24">
                                <path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-2 15l-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z"/>
                            </svg>
                        </div>
                        <h3 class="phase-title">Preparation</h3>
                        <span class="phase-duration">1-2 hours</span>
                    </div>
                    <div class="phase-steps">
                        <div class="step-item">
                            <div class="step-bullet"></div>
                            <div class="step-text">Material packed in extraction column</div>
                        </div>
                        <div class="step-item">
                            <div class="step-bullet"></div>
                            <div class="step-text">System chilled to <strong>-40°C</strong></div>
                        </div>
                        <div class="step-item">
                            <div class="step-bullet"></div>
                            <div class="step-text">Butane/propane blend <strong>(70/30 typical)</strong> prepared</div>
                        </div>
                        <div class="step-item">
                            <div class="step-bullet"></div>
                            <div class="step-text">Closed-loop system checked for leaks</div>
                        </div>
                        <div class="step-item">
                            <div class="step-bullet"></div>
                            <div class="step-text">Recovery tank evacuated to negative pressure</div>
                        </div>
                    </div>
                </div>
                
                <div class="phase-block">
                    <div class="phase-header">
                        <div class="phase-icon-wrapper">
                            <svg class="phase-icon" viewBox="0 0 24 24">
                                <path d="M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z"/>
                            </svg>
                        </div>
                        <h3 class="phase-title">Extraction Run</h3>
                        <span class="phase-duration">30-45 minutes</span>
                    </div>
                    <div class="phase-steps">
                        <div class="step-item">
                            <div class="step-bullet"></div>
                            <div class="step-text">Solvent injected at <strong>30-50 PSI</strong></div>
                        </div>
                        <div class="step-item">
                            <div class="step-bullet"></div>
                            <div class="step-text">Flows through cannabis for <strong>15-20 minutes</strong></div>
                        </div>
                        <div class="step-item">
                            <div class="step-bullet"></div>
                            <div class="step-text">Dissolves cannabinoids, terpenes immediately</div>
                        </div>
                        <div class="step-item">
                            <div class="step-bullet"></div>
                            <div class="step-text">Solution collected in collection vessel</div>
                        </div>
                        <div class="step-item">
                            <div class="step-bullet"></div>
                            <div class="step-text">Solvent flow rate: <strong>0.5-1 pound</strong> per minute</div>
                        </div>
                    </div>
                </div>
                
                <div class="phase-block">
                    <div class="phase-header">
                        <div class="phase-icon-wrapper">
                            <svg class="phase-icon" viewBox="0 0 24 24">
                                <path d="M20.57 14.86L22 13.43 20.57 12 17 15.57 8.43 7 12 3.43 10.57 2 9.14 3.43 7.71 2 5.57 4.14 4.14 2.71 2.71 4.14l1.43 1.43L2 7.71l1.43 1.43L2 10.57 3.43 12 7 8.43 15.57 17 12 20.57 13.43 22l1.43-1.43L16.29 22l2.14-2.14 1.43 1.43 1.43-1.43-1.43-1.43L22 16.29z"/>
                            </svg>
                        </div>
                        <h3 class="phase-title">Purging Process</h3>
                        <span class="phase-duration">24-72 hours</span>
                    </div>
                    <div class="phase-steps">
                        <div class="step-item">
                            <div class="step-bullet"></div>
                            <div class="step-text">Initial heat purge at <strong>35°C</strong> removes 90% solvent</div>
                        </div>
                        <div class="step-item">
                            <div class="step-bullet"></div>
                            <div class="step-text">Vacuum oven purge at <strong>29.9&#8243; Hg</strong> vacuum</div>
                        </div>
                        <div class="step-item">
                            <div class="step-bullet"></div>
                            <div class="step-text">Temperature maintained at <strong>40-43°C</strong></div>
                        </div>
                        <div class="step-item">
                            <div class="step-bullet"></div>
                            <div class="step-text">Flipped every <strong>12 hours</strong> for even purging</div>
                        </div>
                        <div class="step-item">
                            <div class="step-bullet"></div>
                            <div class="step-text">Residual solvents must be under <strong>500 PPM</strong></div>
                        </div>
                    </div>
                </div>
                
                <div class="specs-grid">
                    <div class="spec-card">
                        <div class="spec-value">75-90%</div>
                        <div class="spec-label">THC Shatter/Wax</div>
                    </div>
                    <div class="spec-card">
                        <div class="spec-value">30-50 PSI</div>
                        <div class="spec-label">Operating Pressure</div>
                    </div>
                    <div class="spec-card">
                        <div class="spec-value"><500 PPM</div>
                        <div class="spec-label">Residual Solvents</div>
                    </div>
                    <div class="spec-card">
                        <div class="spec-value">25-75hrs</div>
                        <div class="spec-label">Total Time</div>
                    </div>
                </div>
            </div>
        </div>
    </div>
</div>

<script>
(function() {
    // Particle animation
    const particlesContainer = document.getElementById('particles');
    for (let i = 0; i < 30; i++) {
        const particle = document.createElement('div');
        particle.className = 'particle';
        particle.style.left = Math.random() * 100 + '%';
        particle.style.animationDelay = Math.random() * 15 + 's';
        particle.style.animationDuration = (15 + Math.random() * 10) + 's';
        particlesContainer.appendChild(particle);
    }
    
    // Method switching
    const methodCards = document.querySelectorAll('.method-card');
    const processContents = document.querySelectorAll('.process-content');
    
    methodCards.forEach(card => {
        card.addEventListener('click', function() {
            const method = this.getAttribute('data-method');
            
            // Update active states
            methodCards.forEach(c => c.classList.remove('active'));
            this.classList.add('active');
            
            // Hide all processes
            processContents.forEach(content => {
                content.classList.remove('active');
                content.style.display = 'none';
            });
            
            // Show selected process with animation
            setTimeout(() => {
                const targetProcess = document.getElementById(method + '-process');
                if (targetProcess) {
                    targetProcess.style.display = 'block';
                    setTimeout(() => {
                        targetProcess.classList.add('active');
                    }, 50);
                }
            }, 300);
            
            // Add ripple effect
            const ripple = document.createElement('div');
            ripple.style.position = 'absolute';
            ripple.style.width = '100px';
            ripple.style.height = '100px';
            ripple.style.borderRadius = '50%';
            ripple.style.background = 'rgba(0,123,255,0.3)';
            ripple.style.transform = 'translate(-50%, -50%)';
            ripple.style.pointerEvents = 'none';
            ripple.style.animation = 'rippleOut 0.6s ease-out';
            
            const rect = this.getBoundingClientRect();
            ripple.style.left = (rect.left + rect.width / 2) + 'px';
            ripple.style.top = (rect.top + rect.height / 2) + 'px';
            ripple.style.position = 'fixed';
            
            document.body.appendChild(ripple);
            setTimeout(() => ripple.remove(), 600);
        });
    });
    
    // Add ripple animation
    const style = document.createElement('style');
    style.textContent = `
        @keyframes rippleOut {
            0% {
                width: 0;
                height: 0;
                opacity: 1;
            }
            100% {
                width: 300px;
                height: 300px;
                opacity: 0;
            }
        }
    `;
    document.head.appendChild(style);
    
    // Intersection observer for fade-in animation
    const observerOptions = {
        threshold: 0.1,
        rootMargin: '0px 0px -50px 0px'
    };
    
    const observer = new IntersectionObserver((entries) => {
        entries.forEach(entry => {
            if (entry.isIntersecting) {
                entry.target.style.opacity = '1';
                entry.target.style.transform = 'translateY(0)';
            }
        });
    }, observerOptions);
    
    document.querySelectorAll('.phase-block').forEach(block => {
        block.style.opacity = '0';
        block.style.transform = 'translateY(20px)';
        block.style.transition = 'all 0.6s ease';
        observer.observe(block);
    });
})();
</script>
</body>
</html>



<p><em>Thanks to <a href="https://www.atlrx.com/">ATLRx</a> team for providing me the above diagram.</em></p>



<h2 class="wp-block-heading" id="h-delta-8-is-used-to-make-thc-o"><strong>Delta-8 is Used to Make THC-O</strong></h2>



<p>THC-O is made up of Delta-8-THC, which is made up of CBD. According to the 2018 Farm Bill, hemp material containing CBD is legal.</p>



<p>Although the process of making Delta-8-THC is simple, it requires experienced extraction technicians to complete in a laboratory environment.</p>



<h2 class="wp-block-heading" id="h-here-is-a-breakdown-of-the-process"><strong>Here is a breakdown of the process:</strong></h2>



<h3 class="wp-block-heading" id="h-1-hemp-can-be-grown-and-harvested"><strong>1. Hemp can be grown and harvested.</strong></h3>



<p>First, hemp must be grown at the peak concentration of cannabinoid. Hemp can be grown indoors or outdoors in a variety of ways. These details are mostly personal preferences, such as whether the hemp has been grown sustainably or organically. Due to the higher soil quality and stricter growing rules, organic hemp grown in the United States is usually superior to hemp from abroad.</p>



<h3 class="wp-block-heading" id="h-2-cbd-can-be-extracted"><strong>2. CBD can be extracted</strong></h3>



<p>One of many extraction methods is used to extract CBD and other cannabinoids from the plant material after harvest. A thorough refinement is then performed on the CBD extract to remove any unwanted plant matter, such as waxes, chlorophyll and residual solvents.</p>



<h3 class="wp-block-heading" id="h-3-extract-is-isomerized"><strong>3. Extract is isomerized</strong></h3>



<p>This is where things get really interesting. I recall the first time I witnessed the isomerization process to <a href="https://coupontoaster.com/blog/how-to-use-delta-8-for-the-first-time/">convert CBD to Delta-8 THC</a>. It was like watching a chemical ballet!</p>



<p><strong><a href="https://www.britannica.com/science/isomerization">Britannica defines Isomerization as follows:</a></strong></p>



<ul class="wp-block-list">
<li>&#8220;The chemical process that transforms a compound into one of it&#8217;s isomeric forms, i.e. forms with the same chemical structure but different configuration and therefore with different physical and chemical characteristics.&#8221;</li>
</ul>



<p>An isomer is a molecule composed of the same components, but in a different arrangement.</p>



<p>This means that a molecule can be changed into another without having to add or subtract anything. This allows cannabinoids to be easily changed from one to the other, something that occurs naturally in hemp plants as they grow.</p>



<p>The CBD must be dispersed in glacial acid to transform it into Delta-8. The chemical process converts some CBD to Delta-9 THC, but Delta-8 THC will be formed 72 hours later.</p>



<p>The isomerization process ends if you are making Delta-8-THC products. Manufacturers can go one step further by using the same isomerization procedure to convert <a href="https://g.co/kgs/seGbRw" rel="nofollow">Delta-8 to THC-O</a>.</p>



<h3 class="wp-block-heading" id="h-4-the-extract-is-refined"><strong>4. The Extract is Refined</strong></h3>



<p>In my early days, I learned the hard way how important thorough refinement is to remove any unwanted chemicals or leftover acids.</p>



<h3 class="wp-block-heading" id="h-5-the-final-product-is-made"><strong>5. The final product is made</strong></h3>



<p>This is how CBD becomes THC-O extract. It can then be used to make many different products such as edibles, vaporizers and everything else. The manufacturer can add flavoring, carrier oils, additional cannabinoids and terpenes to make a unique THC–O product.</p>



<h3 class="wp-block-heading" id="h-7-the-product-has-been-batch-tested"><strong>7. The product has been batch tested</strong></h3>



<p>Although batch testing may not be required for every manufacturer, it is a good idea to ensure that the products have been tested in batches. To ensure the highest quality, a trusted manufacturer will use a third-party lab for batch testing the final extract and final product.</p>



<h2 class="wp-block-heading" id="h-is-thc-o-synthetic"><strong>Is THC-O Synthetic?</strong></h2>



<p>In my years of working with hemp and cannabinoids, I&#8217;ve come to understand that while premium quality <a href="https://www.atlrx.com/collections/thc-o/">THC-O products</a> is technically synthetic, it&#8217;s not in the same category as other synthetic cannabinoids on the market. From my experience and discussions with experts, I believe it&#8217;s generally safer than many synthetic formulas out there.</p>



<p>I remember the debates we had in the industry about whether THC-O would be classified as a synthetic cannabinoid by the DEA. It was a tense time, as synthetic cannabinoids are controlled substances. However, due to it&#8217;s hemp origins and the way it&#8217;s metabolized, THC-O is considered a hemp isomer rather than a synthetic drug.</p>



<p>As someone who&#8217;s been in this industry since before the 2018 Hemp Farming Act, I can&#8217;t stress enough how important this distinction is. The Act&#8217;s definition of hemp includes all derivatives, cannabinoids and isomers, which is why THC-O falls under federal law.</p>



<h2 class="wp-block-heading" id="h-faqs">FAQs</h2>



<div class="wp-block-rank-math-faq-block"><div class="rank-math-faq-item"><p class="rank-math-question">Is THC-O synthetic?</p><div class="rank-math-answer">While THC-O is technically synthetic because it&#8217;s not directly extracted from the plant, it&#8217;s not considered a synthetic cannabinoid like K2 or Spice. It&#8217;s derived from natural hemp compounds and is metabolized differently from typical synthetic cannabinoids.</div></div><div class="rank-math-faq-item"><p class="rank-math-question">Are THC-O products safe?</p><div class="rank-math-answer">When purchased from reputable sources, THC-O products can be safe. Always look for products that come with third-party lab test results. These tests verify the potency and purity of the product, ensuring it&#8217;s free from harmful contaminants.</div></div><div class="rank-math-faq-item"><p class="rank-math-question">Can I make THC-O at home?</p><div class="rank-math-answer">No, you should never attempt to make THC-O at home. The process involves complex chemical reactions and potentially dangerous substances. It should only be done by experienced professionals in a controlled laboratory environment for safety reasons.</div></div><div class="rank-math-faq-item"><p class="rank-math-question">What types of THC-O products are available?</p><div class="rank-math-answer">THC-O is available in various forms, similar to other cannabinoids. You can find THC-O in edibles, vape cartridges, tinctures and other consumption methods. The exact product range may vary depending on the manufacturer and local regulations.</div></div><div class="rank-math-faq-item"><p class="rank-math-question">How potent is THC-O compared to other cannabinoids?</p><div class="rank-math-answer">THC-O is known for it&#8217;s high potency. It&#8217;s generally considered to be more potent than Delta-9 THC, which is the primary psychoactive component in marijuana. Users should start with a low dose and gradually increase as needed.</div></div></div>



<h2 class="wp-block-heading" id="h-"></h2>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
