Tokenize GE via API
GE Aerospace 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.
What Flo supports for GE
Three primitives, one API key. GEflows through the same path as the rest of Flo's tokenized equities universe.
Mint GE →
Create tokenized GE from stablecoin payment. Onchain delivery is instant; the broker buys the underlying GE Aerospace share at NYSE during market hours.
Redeem GE →
Burn tokenized GE and receive stablecoin. Flo sells the underlying GE Aerospace share and settles the SPV — your user gets stablecoin instantly.
Borrow against GE →
Post tokenized GE as collateral and borrow USDC/USDT up to 70% LTV. Liquidations route through the same broker pipe.
Mint tokenized GE in one call
The same shape works for every ticker in the universe — swap the symbol and you're done.
// Mint tokenized GE (GE Aerospace)
const mint = await flo.mints.create({
symbol: "GE",
quantity: "10",
chain: "base",
recipient: userWalletAddress,
});
// → 10 GE ERC-20 tokens delivered onchain instantly.
// Flo holds 10 GE Aerospace shares at the broker-dealer, 1:1.Comparable assets via Flo
Other industrials and NYSE names supported by the same API.
GE on Flo — common questions
Can I tokenize GE via Flo?
Yes. GE (GE Aerospace) is part of Flo's tokenized equities universe. A POST to /v1/mints with symbol=GE returns a tokenized GE ERC-20 1:1-backed by GE Aerospace shares held at a SEC-registered broker-dealer (IB + Alpaca).
How is tokenized GE backed?
Each onchain GE token is backed 1:1 by a GE Aerospace 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 GE?
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 GE?
Yes. Tokenized GE 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 GE deployed on?
Tokenized GE is deployable on Ethereum, Base, Arbitrum, Optimism, Polygon. Mint with the chain= parameter on the Mint API.
Ship tokenized GE to your users
Flo is recruiting 15 design partners with $5K–$10K integration credit. Get an API key and mint your first tokenized GE in minutes.