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

# Stablecoins

> How banks offer selected third-party stablecoins, use them for settlement, and approach bank-issued stablecoins.

A stablecoin is a token issued by an issuer against reserves it holds. Stablecoins
serve two distinct roles in the Cosmos Tokenization Suite (CTS).

A bank can offer selected third-party stablecoins to its clients. It can also use
one as the settlement asset with a counterparty bank. Both roles are supported
today.

A bank issuing its own stablecoin is a different proposition, described below.

## Offering third-party stablecoins

During setup, a bank selects which assets CTS will host for it, such as
USDC and EURC. That selection has two effects:

* The bank can offer the selected assets to clients who want to hold or purchase
  them.
* Clients can move the bank's tokenized deposit onto the networks where those
  assets live, when the bank enables it.

The asset is issued by its own issuer. The bank hosts the asset but does not
create it.

CTS provides the ledger holding the client's position, network connectors
to the asset's home network, and a custody integration that holds the keys.

See [Choose the assets to interoperate with](/what-is-cts/getting-started) for
where this is decided. See
[Connecting Networks](/ibc/connecting-networks) for the networks in scope.

## Who holds the keys

Holding a third-party stablecoin means holding a position on a network that other
parties can also reach. That position requires private keys.

CTS does not hold those keys. It issues signing requests to the bank's
custody provider, which applies the bank's signing policy before acting. This
ensures that signing remains subject to the bank's chosen controls.

The provider can be an established custodian such as Fireblocks or Anchorage. It
can also be the bank's own hardware security modules.

See [Digital Asset Custody](/digital-asset-custody/overview) and
[Key Security and Governance](/digital-asset-custody/key-management).

## As a settlement asset

The second role is interbank settlement. When client payments clear continuously
between two banks, the accumulated obligations must settle over a rail.

A stablecoin on a settlement chain is one available rail. It moves between the
two banks' custodial wallets.

The counterparties agree on the settlement asset, its chain, the settlement
trigger, and the wallet addresses. They do not need to agree on custodians,
cores, or deployment models.

See
[Settlement Asset Custody for 24/7 Payments](/digital-asset-custody/settlement-for-payments)
for the flow. See
[Settlement Options](/settlement/settlement-options) for comparisons with a
tokenized deposit network or a traditional rail.

## Bank-issued stablecoins

A bank-issued stablecoin creates a new liability for the bank.

Issuance carries reserve management, redemption, and disclosure obligations that
a hosting arrangement does not.

The Fiserv AppMarket listing describes the platform as enabling financial
institutions to issue, manage, and settle tokenized deposits, stablecoins, and
digital assets on institution-controlled infrastructure. See
[Fiserv](/banking-core-integrations/fiserv).

<Note>
  Issuance of a bank's own stablecoin is not documented here. The issuance and
  redemption flow, reserve arrangements, and related controls still need
  documentation. The supported scope must be confirmed with the Cosmos Labs team
  at [sales@cosmoslabs.io](mailto:sales@cosmoslabs.io), not inferred from this page.
</Note>

## Stablecoins against tokenized deposits

Stablecoins and tokenized deposits are easy to conflate, but they are not the
same instrument. A tokenized deposit is a deposit on the bank's own core,
mirrored to a digital ledger.

A client moving between these instruments changes what it holds a claim on.

See [Tokenized Deposits](/use-cases/tokenized-deposits).

## Next

* [Getting Started](/what-is-cts/getting-started) for asset and custody
  selections.
* [Digital Asset Custody](/digital-asset-custody/overview) for how positions are
  held.
* [Settlement Options](/settlement/settlement-options) for settlement in a
  stablecoin.
