91³Ô¹ÏÍø

Watch CBS News

Trump signs executive order to research psychedelics, including ibogaine, for mental health treatment

President Trump has signed an executive order to ease research restrictions on psychedelics, including the drug ibogaine, which is used in some countries to treat post-traumatic stress disorder. 

Health officials, including Health and Human Services Secretary Robert F. Kennedy Jr., and podcaster Joe Rogan joined Mr. Trump in the Oval Office for the signing Saturday. 

Mr. Trump said the order will "dramatically accelerate access to new medical research and treatments based on psychedelic drugs," which he said have shown "life-changing potential." 

Mr. Trump said that the federal government will make a $50 million research investment into psychedelic research. He said the federal government was also opening a pathway for ibogaine to be administered to "desperately ill patients" under the .  

"Everybody is so strongly in favor of this. It's for a lot of people, but it's for our veterans in particular," Mr. Trump said, highlighting veteran suicide rates. 

"If these turn out to be as good as people are saying it's going to have a tremendous impact on this country and in other countries too," Mr. Trump added. 

Food and Drug Administration commissioner Marty Makary said that three psychedelics would be added to the National Priority Voucher pilot program, which is a pathway meant to dramatically reduce review times for drug and biological products that align with U.S. national health priorities. The FDA will also begin the process to allow for researchers to conduct human trials into ibogaine's use, he said. 

"This is an unmet public health need and there are potentially promising treatments," Makary said. "That's why there is a sense of urgency around this."

CBS News first reported that Mr. Trump was expected to sign the order earlier this week. 

Ibogaine is a naturally occurring compound found in a shrub native to Africa. It has been used to treat depression, anxiety, addiction, post-traumatic stress disorder and brain trauma. Researchers say ibogaine could eventually fill a gap in addiction treatment, particularly for opioid dependence, but  large-scale clinical trials are needed  it can be considered safe or effective for any condition.

The scientific evidence behind the drug so far consists mostly of small observational studies and open-label trials. Only  has been completed. More advanced  have been started recently, and Texas Gov. Greg Abbott signed a bill approving $50 million for research last year. It is unclear how the federal government will help facilitate further research. Sources told CBS News that strategies were still being hammered out in internal discussions this week. 

As a Schedule I substance, ibogaine is  by the Drug Enforcement Administration alongside substances including heroin and ecstacy. Americans have traveled to unregulated clinics, often in Mexico or the Caribbean, to take the drug. Studies show that ibogaine can cause , which can be fatal. A  of 24 studies including 705 people called the risk of death from heart problems "worrying," and showed that at least  after taking ibogaine. 

View CBS News In
CBS News App Open
Chrome Safari Continue
const link = doc.createElement('link'); link.rel = 'stylesheet'; link.href = '/fly/fly/bundles/cbsnewscontent/css/cmp-banner.min.css?v=296763317a51cab90faa73f1bb146d5c'; doc.head.appendChild(link); doc.body.innerHTML = CONSENT_MESSAGE; } else { el.insertAdjacentHTML('afterend', CONSENT_MESSAGE); } }); } function hidePrivacyMessage() { // Remove from the main document document.querySelectorAll(`.${CONSENT_MESSAGE_CLASS}`).forEach(el => el.remove()); // Remove from inside any iframes document.querySelectorAll('iframe').forEach(iframe => { const doc = iframe.contentDocument || iframe.contentWindow.document; doc.querySelectorAll(`.${CONSENT_MESSAGE_CLASS}`).forEach(el => el.remove()); }); } function activateGatedScripts() { // Handle both new format (cmp-gated-script) and old OneTrust/Ketch format (optanon-category-4) const gatedScripts = Array.from(document.querySelectorAll('script.cmp-gated-script, script.optanon-category-4')); // Activate scripts sequentially with a small delay to avoid timing issues let delay = 0; gatedScripts.forEach(function(placeholder, index) { setTimeout(function() { // Skip if already processed if (placeholder.hasAttribute('data-cmp-processed')) { return; } placeholder.setAttribute('data-cmp-processed', 'true'); const newScript = document.createElement('script'); newScript.type = 'text/javascript'; // Try new format first (data-cmp-src), then fall back to old format (data-src) const src = placeholder.getAttribute('data-cmp-src') || placeholder.getAttribute('data-src'); if (src) { newScript.src = src; } else if (placeholder.textContent) { // Inline script - just copy the content newScript.textContent = placeholder.textContent; } // Handle new format attributes (data-cmp-attrs) - for both inline and external scripts const attrs = placeholder.getAttribute('data-cmp-attrs'); if (attrs) { const tempDiv = document.createElement('div'); tempDiv.innerHTML = '
<\/div>'; const tempAttrs = tempDiv.firstChild.attributes; for (let i = 0; i < tempAttrs.length; i++) { // For external scripts, allow defer/async. For inline scripts, skip them (not valid) if (src || (tempAttrs[i].name !== 'async' && tempAttrs[i].name !== 'defer')) { newScript.setAttribute(tempAttrs[i].name, tempAttrs[i].value); } } } // Copy other attributes from old OneTrust format for (let i = 0; i < placeholder.attributes.length; i++) { const attr = placeholder.attributes[i]; // Skip attributes we've already handled or don't want to copy if (!['class', 'data-src', 'data-type', 'data-cmp-src', 'data-cmp-attrs', 'data-cmp-processed', 'type', 'async', 'defer', 'src'].includes(attr.name)) { newScript.setAttribute(attr.name, attr.value); } } placeholder.parentNode.replaceChild(newScript, placeholder); // If external script, manually trigger window.onload handlers after it loads // This handles widgets that use window.onload for initialization if (src) { newScript.addEventListener('load', function() { // If page already loaded and script set a new onload handler, trigger it if (document.readyState === 'complete' && window.onload) { const originalOnload = window.onload; window.onload = null; // Clear temporarily to prevent loops originalOnload(); // Execute the handler } }); } }, delay); delay += 500; // 500ms delay between each script to allow full loading }); } cbsoptanon.onScriptsReady(function(cmp) { cmp.ot.targetingAllowed(function(allowed) { if (!allowed) { showPrivacyMessage(); } else { activateGatedScripts(); } }); cmp.ot.awaitInitialConsent(function(consent_model) { cmp.ot.addOnConsentChangedHandler(function() { cmp.ot.targetingAllowed(function(allowed) { if (allowed) { hidePrivacyMessage(); activateGatedScripts(); } else { showPrivacyMessage(); } }); }); }); });