Fidelity Chooses Ethereum For its New FIDD Stablecoin


The American asset manager has finally entered the stablecoin market and has chosen Ethereum for deployment. 

‘;
}

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);
});
}
})();



Fidelity Investments is launching its own stablecoin called the Fidelity Digital Dollar (FIDD), which will be pegged 1:1 to the US dollar and backed by reserves.

The stablecoin will be available to both institutional and retail clients in the coming weeks, according to Bloomberg.

FIDD will be built on the Ethereum network and can be transferred to any ETH address, enabling use across multiple compatible DeFi protocols.

Entering a Crowded Marketplace

The new stablecoin will be issued by Fidelity Digital Assets, National Association, a national trust bank that received conditional approval to operate from the US Office of the Comptroller of the Currency (OCC) in December, the report added.

“We believe stablecoins have the potential to serve as foundational payment and settlement instruments,” Mike O’Reilly, president of Fidelity Digital Assets, told the outlet.

“Real-time settlement, 24/7, low-cost treasury management are all meaningful benefits that stablecoins can bring to both our retail and our institutional clients.”

FIDD reserves specify “cash, cash equivalents, and short-term US Treasuries” in compliance with the GENIUS Act. The company is entering a very crowded market dominated by just two players, Tether and Circle, which jointly command 82% of the market share.

The firm also faces stiff competition from the likes of PayPal and Ripple, which have launched stablecoins but have yet to capture significant market share. Meanwhile, Tether just introduced a US-compliant version of its stablecoin, focused entirely on the US market, called USA₮.

Ethereum Is King For Stablecoins

Ethereum remains the industry leader for stablecoin deployment with a 56% market share, according to RWA.xyz. The next largest blockchain for stablecoins is Tron with a 28% market share, while Solana is third with just under 5%.

You may also like:

The total stablecoin market capitalization is currently $312 billion, or around 10% of the entire crypto asset market, according to Coingecko. Tether’s USDT has a commanding lead with 60% of the stablecoin market at $186 billion in circulation.

It is unlikely that Fidelity will be able to compete with this, and its offering is likely to be limited to its institutional investors. Nevertheless, the firm has over 50 million customers and more than $15 trillion in assets under management.

SPECIAL OFFER (Exclusive)

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/fidelity-chooses-ethereum-for-its-new-fidd-stablecoin/