Stock · NYSE

Tokenize MMC via API

Marsh & McLennan as a 1:1-backed onchain ERC-20. Mint, redeem, and post as collateral with one API call. The onchain leg is instant for your users; the broker-exchange leg clears T+1 against the SPV.

Ticker
MMC
Name
Marsh & McLennan
Exchange
NYSE (United States)
Asset type
Stock
Sector
Financials
Currency
USD
Settlement
T+1
Broker route
IB + Alpaca

Mint tokenized MMC in one call

The same shape works for every ticker in the universe — swap the symbol and you're done.

// Mint tokenized MMC (Marsh & McLennan)
const mint = await flo.mints.create({
  symbol: "MMC",
  quantity: "10",
  chain: "base",
  recipient: userWalletAddress,
});

// → 10 MMC ERC-20 tokens delivered onchain instantly.
// Flo holds 10 Marsh & McLennan shares at the broker-dealer, 1:1.

Comparable assets via Flo

Other financials and NYSE names supported by the same API.

MMC on Flo — common questions

Can I tokenize MMC via Flo?

Yes. MMC (Marsh & McLennan) is part of Flo's tokenized equities universe. A POST to /v1/mints with symbol=MMC returns a tokenized MMC ERC-20 1:1-backed by Marsh & McLennan shares held at a SEC-registered broker-dealer (IB + Alpaca).

How is tokenized MMC backed?

Each onchain MMC token is backed 1:1 by a Marsh & McLennan share held in a bankruptcy-remote SPV at Flo's prime brokers. Reserves are attested daily and published on /trust/proof-of-reserves.

What is the settlement window for MMC?

NYSE settles T+1 in USD. The onchain leg is instant for your users — Flo's SPV absorbs the broker-exchange timing gap.

Can I borrow stablecoins against MMC?

Yes. Tokenized MMC is collateral-eligible in the Flo borrow product, with up to 70% LTV and a 6–9% borrow APR depending on tier. See /products/borrow for the parameters.

Which chains is MMC deployed on?

Tokenized MMC is deployable on Ethereum, Base, Arbitrum, Optimism, Polygon. Mint with the chain= parameter on the Mint API.

Ship tokenized MMC to your users

Flo is recruiting 15 design partners with $5K–$10K integration credit. Get an API key and mint your first tokenized MMC in minutes.