The onramp — works on everything
1
Pay by card
Card, Apple Pay or Google Pay.
2
You get USDC
Into the wallet you’re connected with.
3
It's swapped
To whatever coin you need.
4
You buy as normal
Every mint and purchase runs exactly as it would have.
Direct card checkout — only some listings
Some purchases skip the onramp entirely.Why EXC listings can’t
They settle through an escrow wallet rather than an open order book, so there’s nothing on-chain for a payment provider to fill. It’s structural, not a missing integration.Why minting can’t
The mint function credits whoever submitted the transaction, and checks allowlists, gates and caps against them. So a provider minting for you ends up holding the NFT, and a gated phase rejects it outright. A newer contract that mints to a named recipient is written and tested, but it’s unaudited and not in the launch wizard yet. Collections already on v3 won’t be able to do this regardless. In both cases you fall back to the onramp, which works fine. It’s one extra step, not a blocked purchase.Apple Pay on a shop’s own domain
Apple needs a verification file at/.well-known/, which we serve. If Apple Pay
doesn’t appear on a custom domain, that file failing to load is the first thing
to check.
