Monad’s MON Token Sale Concludes With Oversubscription on Coinbase


More than 85,000 participants took part in the token sale.

‘;
}

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



Monad, a self-proclaimed next-generation, Ethereum-compatible Layer 1 chain with low fees and scalable decentralization, has completed its token sale on Coinbase with a substantial oversubscription.

Interestingly, just a few days before the event concluded, the demand was evidently lacking, which raised some concerns within the community.

$270M Raised From 85K participants

The team behind the project announced earlier today that 85,820 participants took part in the token sale, and the total raised amount was $269 million. The co-founder, Keone Hon, noted on X that the most “important statistic” was not the millions of raised funds but the number of participants.

However, Hon acknowledged that a sizeable portion is “crypto insiders” but believes that many are also newbies. He praised the team for their efforts and added that the mainnet launch is scheduled for Monday.

Monad’s website explains that the network is EVM-compatible “at the bytecode level.” This means that Solidity contracts, EVM addresses, infra, tooling, and libraries work out of the box. Its custom code database and low system requirements allow validators to run on consumer-grade hardware, which is supposed to provide “real decentralization from day one.”

Success at Last

The final number of $269 million indicates the token sale was oversubscribed, since the initial goal was to raise $187 million. Just a few days before the event concluded, though, the figures were different and quite worrying.

You may also like:

Within the first day of the token sale on November 17, the team had reached only 45% of its target, which pales in comparison to other similar events for Layer 1 or 2 networks. Some of the blame could be attributed to the overall crypto market conditions in mid-November, given the crash that wiped out over $1 trillion from the capitalization.

The initial numbers prompted Hon to display his support for the project and reassert his commitment to making it a success.

“Token sales are a major trend this year, and with many sales, there is a sense in which the sale terms are constructed to make the outcome sound as impressive as possible – “XX oversubscribed” and so on. Smart people see through the gamesmanship anyway. Better to be transparent and to focus on the stakeholders who will be most beneficial to the project’s growth,” he said at the time.

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/from-flop-to-success-monads-mon-token-sale-concludes-with-oversubscription-on-coinbase/