> ## Documentation Index
> Fetch the complete documentation index at: https://docs.monad.xyz/llms.txt
> Use this file to discover all available pages before exploring further.

# Card Issuing

Card issuing platforms let developers launch debit, prepaid, and credit card programs that spend
on-chain stablecoins at everyday merchants. Card authorizations settle against on-chain balances,
with the stablecoin converted to fiat at the point of sale, so cards work anywhere the underlying
network (Visa, Mastercard) is accepted. Monad's sub-second deterministic finality keeps the on-chain
leg well within card-network timing windows, so the authorization never holds up the swipe.

**See also:** [Onramps](/tooling-and-infra/onramps) and [Payment Orchestrators](/tooling-and-infra/payment-orchestrators).

## Provider Summary

<div class="mintlify-table-wrapper">
  <table class="mintlify-table">
    <thead>
      <tr>
        <th>Provider</th>
        <th>Supported (Mainnet)</th>
        <th>Card Network</th>
        <th>Docs</th>
      </tr>
    </thead>

    <tbody>
      <tr>
        <td>[Immersve](https://immersve.com/)</td>
        <td>✅</td>
        <td>Mastercard</td>
        <td>[Docs](https://docs.immersve.com/)</td>
      </tr>

      <tr>
        <td>[Rain](https://www.rain.xyz/)</td>
        <td>✅</td>
        <td>Visa</td>
        <td>[Docs](https://docs.rain.xyz/)</td>
      </tr>
    </tbody>
  </table>
</div>

## Provider Details

### Immersve

[Immersve](https://immersve.com/) is a multi-chain web3 payment protocol and Mastercard card issuing
platform. Through a single API, partners can launch virtual and physical cards — with self-custodial
(web3 wallet) or custodial integrations — that let users spend on-chain stablecoins at any Mastercard
merchant. Immersve is designed to support any stablecoin (USDC and USDT are documented) and offers
multiple [funding protocols](https://docs.immersve.com/guides/funding-protocols/): both approval-based
(spend directly from an existing wallet) and deposit-based funding are available on Monad.

To get started, visit the [documentation](https://docs.immersve.com/).

### Rain

[Rain](https://www.rain.xyz/) is a global card issuing and payments infrastructure platform that lets
businesses launch credit and debit card programs powered by stablecoins. As a Visa principal member,
Rain sponsors card programs end-to-end and settles card transactions with card networks daily using
stablecoins. On Monad, users can spend stablecoins directly from their wallet at any Visa merchant
across 150+ countries, with the stablecoin converted to fiat in real time at the point of sale.

To get started, visit the [documentation](https://docs.rain.xyz/).
