Ecosystem
·April 29, 2026·9 min

Why SundaeSwap chose USDM: an engineering-led stablecoin integration

Most DEX integrations are listings. SundaeSwap's integration with USDM was something different. Sundae Labs worked at the protocol layer with the team behind USDM on security and upgradeability. Here's why that matters, and what it says about how serious infrastructure teams choose a stablecoin.

Jillian Plomin
Jillian Plomin
CEO, Moneta Digital
Why SundaeSwap chose USDM: an engineering-led stablecoin integration

Most stablecoin-DEX relationships are listings. A token gets added, a pool is seeded, and the integration is done.

The relationship between SundaeSwap and USDM™ is not that. It started earlier, went deeper, and was driven by Sundae Labs' own engineering team, not by a marketing partnership.

This post explains why that distinction matters, what an "engineering-led" integration actually involves, and why the difference is worth understanding for any builder or institution evaluating which stablecoin to design around on Cardano.

What is SundaeSwap, and why does its choice carry weight?

SundaeSwap is an automated market maker (AMM) built and maintained by Sundae Labs, headquartered in Greenbrae, California. Two facts about its position in the Cardano ecosystem matter for this story.

First, it was the first AMM DEX to launch on Cardano mainnet. SundaeSwap went live in January 2022, before Cardano had a stablecoin, before Aiken existed as a smart-contract language, before most of today's DeFi ecosystem had shipped. Sundae Labs has been on Cardano longer than almost anyone in the AMM category.

Second, Sundae Labs is an infrastructure team, not just a DEX team. Beyond SundaeSwap itself, Sundae Labs builds tooling, libraries, and protocol-level infrastructure used across Cardano. They are one of the engineering shops the rest of the ecosystem leans on. When Sundae Labs commits engineering time to a protocol, that is a different kind of signal than a logo on a partner page.

SundaeSwap V3 (written in Aiken, supporting up to 35 transactions per batch with a dynamic fee model and simplified liquidity migration) went live on Cardano mainnet on May 9, 2024. It was a ground-up rewrite, not a fork. The team that built V3 is the same team that took the time to look closely at how USDM was issued.

What does "engineering-led integration" actually mean?

The standard pattern for adding a stablecoin to a DEX is: the DEX team confirms the token's policy ID, the marketing teams coordinate an announcement, and a pool is seeded. The DEX doesn't need to understand the stablecoin's mint contract, reserve attestation, or upgrade path. Those are the issuer's problem.

That is not what happened here.

Sundae Labs has publicly stated that it worked with the Mehen team (now Moneta Digital) on security and upgradeability of the underlying USDM issuance protocol. In practice that means Sundae Labs reviewed the smart-contract architecture, examined the upgrade paths available to Moneta as the issuer, and treated the design of USDM as something that mattered to its own protocol's safety.

That kind of pre-listing engineering review is rare for two reasons:

  1. It costs the DEX time it doesn't have to spend. Listing a stablecoin doesn't require the DEX to understand its internals. Choosing to do that work anyway is a cost that only pays off if you intend to integrate deeply.
  2. It exposes the issuer to scrutiny most teams can't pass. A stablecoin's contracts are usually not designed to be reviewed by an AMM team that ships protocols professionally. USDM was.

The result is an integration where the AMM team has firsthand engineering knowledge of how the stablecoin works at the contract level, and confidence in the design choices Moneta made around issuance, oracle gating, and upgrade authority.

What changed: SundaeSwap didn't just list USDM. Sundae Labs reviewed and contributed to the security and upgradeability of USDM's underlying issuance protocol. That's the difference between a listing and an integration, and it's the difference between a stablecoin you accept, and a stablecoin you build around.

What did Sundae Labs see in USDM that justified the work?

Three structural properties of USDM align with what an engineering team building DeFi infrastructure actually wants from a stable asset.

A native asset, not a wrapped one

USDM is a Cardano-native token. It is issued directly on Cardano under a verified policy ID. There is no Ethereum-side contract, no bridge custodian, no wrapped representation that depends on a separate trust assumption.

For a DEX, this matters a lot. A wrapped stablecoin imports the trust assumptions of every chain and bridge involved in its issuance. A Cardano-native stablecoin imports only Cardano's. That makes the token easier to reason about, easier to integrate, and easier to defend in a post-incident review.

On-chain reserve attestation, not a quarterly PDF

USDM's mint contract is gated by a decentralized on-chain oracle feed that publishes the verified fiat reserve balance on-chain. The contract will not mint USDM beyond the attested reserve. There is no override.

For an AMM that relies on stablecoins as the stable side of trading pairs, this is a meaningful property. The thing that breaks a stable pair is the stable side losing its peg, and the thing that usually causes a stable side to lose its peg is solvency uncertainty during a stress event. USDM's design closes that uncertainty window: at any moment, anyone (including SundaeSwap's own contracts) can read the on-chain feed and confirm the reserves.

Regulatory clarity

USDM is issued by Moneta Digital, registered with FinCEN as a Money Services Business in the United States, and licensed across multiple U.S. states with active expansion underway. Globally, USDM is co-issued via the Norwegian Block Exchange (NBX), enabling legal access in the European Union and over 150 additional jurisdictions.

For a U.S.-headquartered protocol team, that regulatory profile matters. Building deep, long-term infrastructure on a stablecoin whose legal status is contested or unclear is a strategic risk. Building on a regulated, MSB-registered, MTL-licensed issuer is not.

What does this look like in production?

Today, SundaeSwap is one of the major liquidity venues for USDM on Cardano. The integration runs on SundaeSwap V3, the Aiken rewrite, which means USDM benefits from V3's higher throughput, dynamic fees, and tighter execution.

USDM-paired markets on SundaeSwap support the same use cases you'd expect from any stablecoin pair on a major AMM:

  • Stable quote pricing. Cardano-native tokens can be priced and traded against a USD-denominated reference.
  • Arbitrage routing. Price discrepancies between SundaeSwap and other Cardano DEXes are tightened by arbitrageurs using USDM as the stable leg.
  • Composable liquidity. Other Cardano protocols can route through SundaeSwap's USDM pools as part of larger trade paths.

We're being deliberately qualitative about liquidity share here. Different sources publish different numbers, snapshots move week to week, and the most reliable answer is whichever DefiLlama page you're looking at right now. What is verifiable, and what matters more for builders making integration decisions, is the qualitative fact: SundaeSwap is a major liquidity venue for USDM on Cardano, deeply integrated at the protocol layer, with a strong USDM presence.

Why does this matter for builders on Cardano?

If you are designing a Cardano protocol that needs a stable asset (a lending market, a perpetual DEX, a structured product, an RWA tokenization platform) the choice of stablecoin is one of the highest-leverage decisions you'll make. It propagates through every contract, every oracle dependency, every risk model, and every regulatory conversation.

The SundaeSwap integration is useful as a precedent for that choice. It tells you:

  • A serious infrastructure team has already done the engineering review. The work of looking closely at USDM's issuance contracts, upgrade paths, and oracle gating has been done by people who ship Cardano protocols for a living. You inherit that scrutiny when you integrate.
  • USDM's design holds up under that scrutiny. Sundae Labs didn't just list USDM after the review. They integrated.
  • The same primitives are available to you. The on-chain reserve feed that gates USDM's mint contract is also readable from your contract. The native-asset issuance pattern is the same on your DEX or vault as it is on SundaeSwap.

Said differently: the question "is USDM safe to build around?" has been asked and answered in production by one of the longest-tenured infrastructure teams on Cardano. You don't have to re-derive that answer alone.

Why does this matter for users?

For a Cardano user looking at the DEX landscape, the practical takeaway is simple. SundaeSwap is one of the venues where you can swap, provide liquidity, or denominate trades in USDM with confidence that the underlying protocol team has done their homework on the asset.

If you want to swap into USDM, both Minswap and SundaeSwap are options, and which is best on a given day depends on pool prices, slippage, and route. Most wallets and aggregators will route automatically. The right way to think about it is that Cardano now has multiple deeply integrated venues for stable-USD activity, and USDM is the asset they all use.

Why does this matter for the ecosystem?

The broader story here is about what kind of stablecoin Cardano ends up running on.

Some chains have ended up with stablecoins that are bridged from somewhere else, lightly-attested, and held together by the reputation of a single off-chain issuer. The risk profile of those chains is shaped by the stablecoin's risk profile, whether the chain's builders chose it or not.

Cardano had the chance to pick differently, and the data suggests it has. USDM is native, on-chain attested, regulated, and integrated at the engineering layer with the protocols that depend on it. SundaeSwap's choice to do real engineering work on USDM rather than just list it is one of the clearest public signals of that.

That's the version of stablecoin infrastructure we think serious chains end up needing. It's also the one Cardano builders, users, and institutions can use today.


defisundaeswapinfrastructureengineeringcardano
Get USDM

Ready to use USDM across Cardano?

Mint your first USDM in under 10 minutes, or explore 30+ DeFi integrations across the Cardano ecosystem.

Keep reading

Related articles