Revenue Procedure 2025-31 lets ETPs distribute staking rewards directly to investors without triggering extra taxes.
}
function loadTrinityPlayer(targetWrapper, theme,extras=””) {
cleanupPlayer(targetWrapper); // Always clean first ✅
targetWrapper.classList.add(‘played’);
// Create script
const scriptEl = document.createElement(“script”);
scriptEl.setAttribute(“fetchpriority”, “high”);
scriptEl.setAttribute(“charset”, “UTF-8”);
const scriptURL = new URL(`https://trinitymedia.ai/player/trinity/2900019254/?themeAppearance=${theme}${extras}`);
scriptURL.searchParams.set(“pageURL”, window.location.href);
scriptEl.src = scriptURL.toString();
// Insert player
const placeholder = targetWrapper.querySelector(“.add-before-this”);
placeholder.parentNode.insertBefore(scriptEl, placeholder.nextSibling);
}
function getTheme() {
return document.body.classList.contains(“dark”) ? “dark” : “light”;
}
// Initial Load for Desktop
if (window.innerWidth > 768) {
const desktopBtn = document.getElementById(“desktopPlayBtn”);
if (desktopBtn) {
desktopBtn.addEventListener(“click”, function () {
const desktopWrapper = document.querySelector(“.desktop-player-wrapper.trinity-player-iframe-wrapper”);
if (desktopWrapper) loadTrinityPlayer(desktopWrapper, getTheme(),’&autoplay=1′);
});
}
}
// Mobile Button Click
const mobileBtn = document.getElementById(“mobilePlayBtn”);
if (mobileBtn) {
mobileBtn.addEventListener(“click”, function () {
const mobileWrapper = document.querySelector(“.mobile-player-wrapper.trinity-player-iframe-wrapper”);
if (mobileWrapper) loadTrinityPlayer(mobileWrapper, getTheme(),’&autoplay=1′);
});
}
function reInitButton(container,html){
container.innerHTML = ” + html;
}
// Theme switcher
const destroyButton = document.getElementById(“checkbox”);
if (destroyButton) {
destroyButton.addEventListener(“click”, () => {
setTimeout(() => {
const theme = getTheme();
if (window.innerWidth > 768) {
const desktopWrapper = document.querySelector(“.desktop-player-wrapper.trinity-player-iframe-wrapper”);
if(desktopWrapper.classList.contains(‘played’)){
loadTrinityPlayer(desktopWrapper, theme,’&autoplay=1′);
}else{
reInitButton(desktopWrapper,’‘)
const desktopBtn = document.getElementById(“desktopPlayBtn”);
if (desktopBtn) {
desktopBtn.addEventListener(“click”, function () {
const desktopWrapper = document.querySelector(“.desktop-player-wrapper.trinity-player-iframe-wrapper”);
if (desktopWrapper) loadTrinityPlayer(desktopWrapper,theme,’&autoplay=1’);
});
}
}
} else {
const mobileWrapper = document.querySelector(“.mobile-player-wrapper.trinity-player-iframe-wrapper”);
if(mobileWrapper.classList.contains(‘played’)){
loadTrinityPlayer(mobileWrapper, theme,’&autoplay=1′);
}else{
const mobileBtn = document.getElementById(“mobilePlayBtn”);
if (mobileBtn) {
mobileBtn.addEventListener(“click”, function () {
const mobileWrapper = document.querySelector(“.mobile-player-wrapper.trinity-player-iframe-wrapper”);
if (mobileWrapper) loadTrinityPlayer(mobileWrapper,theme,’&autoplay=1′);
});
}
}
}
}, 100);
});
}
})();
The U.S. Treasury and the IRS have announced a new safe harbor that allows crypto exchange-traded funds (ETFs) to stake digital assets without paying extra tax.
The guidance resolves a regulatory challenge that previously prevented asset managers from participating in staking networks due to concerns about potentially violating tax laws.
Safe Harbor Guidance
Under Revenue Procedure 2025-31, ETFs and trusts are now allowed to stake digital assets and share the rewards directly with investors. Treasury Secretary Scott Bessent stated on November 10 that the move is intended to enhance investor benefits, promote innovation, and maintain America’s position as a global leader in digital asset and blockchain technology.
Under the previous framework, tax law prohibited a trust from controlling its investments or operating a business for profit. This created a challenge because actively managing staking could lead the IRS to classify the product as a corporation. If that happened, the trust’s rewards would be subject to corporate taxes, making the activity unprofitable for investors.
The revised policy creates a safe harbor where staking rewards earned within an ETP framework do not automatically create immediate tax liabilities for individual investors. Consensys lawyer Bill Hughes explained the update, stating, “[The guidance] transforms staking from a compliance risk into a tax-recognized, institutionally viable activity.”
To take advantage of the protection, an ETF must follow strict rules. The investment products must operate on a national securities exchange and have all activities and disclosures approved by the SEC. The trust can hold only cash and one type of proof-of-stake digital asset, and management is limited to essential tasks, such as accepting assets, paying expenses, and distributing rewards.
Earning profits from market fluctuations is also not allowed, and a third-party custodian must hold the private keys and work with an independent staking provider.
You may also like:
New Rules Accelerate a Growing Trend
This new tax clarity arrives as asset managers are already expanding their offerings. The regulatory path for such products was partly cleared in August when the SEC’s Division of Corporation Finance issued a bulletin stating that certain liquid staking activities do not fall under securities laws.
Many experts saw the determination as the last major obstacle for the SEC to approve staking in spot Ethereum ETFs. It set the stage for new products, including the first Solana staking ETF, which launched in the United States back in July.
BMNR Bullz, a well-known X account, described the development as a major victory for ETH and crypto ETFs, suggesting it could open the door to trillions of dollars in institutional capital and accelerate mainstream digital asset adoption.
SECRET PARTNERSHIP BONUS for CryptoPotato readers: Use this link to register and unlock $1,500 in exclusive BingX Exchange rewards (limited time offer).
Source: https://cryptopotato.com/irs-introduces-safe-harbor-allowing-tax-free-staking-for-crypto-etps/