Neutrality & Non-Affiliation Notice:
The term “USD1” on this website is used only in its generic and descriptive sense—namely, any digital token stably redeemable 1 : 1 for U.S. dollars. This site is independent and not affiliated with, endorsed by, or sponsored by any current or future issuers of “USD1”-branded stablecoins.

Skip to main content

Welcome to USD1paymentgateways.com

On this site, the phrase USD1 stablecoins means any stablecoin (a digital token designed to keep a steady price) that is stably redeemable 1:1 for U.S. dollars. This wording is purely descriptive: it is not a single issuer, not a brand, and not a promise that every token called a “stablecoin” is equally safe or equally redeemable in practice.

USD1paymentgateways.com focuses on payment gateways for USD1 stablecoins. A payment gateway is only one piece of a broader payments stack, but it is often the part merchants see first: the checkout experience, the payment instructions, the confirmation screen, and the records that tie a payment to an order.

This guide aims to be practical and balanced. It explains how payment gateways can help businesses accept USD1 stablecoins, what design choices matter, where the risks sit, and what questions to ask before you integrate. It also highlights why rules differ by jurisdiction (the place whose laws apply, such as a country or state) and why compliance planning should happen early.

International standard setters have published recommendations and analysis on stablecoin arrangements (the full set of entities and processes that issue, redeem, and move stablecoins) and the risks they can pose, which is useful context for any business building payment rails around stablecoins.[1]

What this site covers

Payment gateways for USD1 stablecoins usually sit between three parties:

  • Your customer, who wants to pay from a wallet (software or hardware that stores the keys used to control digital assets).
  • Your business, which needs a clear “paid” signal before shipping goods or delivering a service.
  • The underlying blockchain network, where transfers are recorded on a shared ledger (a tamper-resistant record maintained by many computers).

A gateway may also connect to other services such as an on-ramp (a way to buy USD1 stablecoins using traditional money), an off-ramp (a way to convert USD1 stablecoins to traditional money), fraud screening, sanctions screening (checks against government restriction lists), and bookkeeping tools.

Because USD1 stablecoins are meant to track the U.S. dollar, many people first hear about them in a trading context. This site focuses on the payments context instead: accepting USD1 stablecoins for real-world commerce, and doing so in a way that is clear to customers and operationally workable for merchants.

Plain-English definitions

Stablecoin payments come with a vocabulary. Here are the terms you will see most often in the “USD1 stablecoins payment gateway” world.

  • On-chain (recorded directly on a blockchain ledger) versus off-chain (handled outside the blockchain, often inside a provider’s database).
  • Confirmation (a new block that makes a transaction more final) and finality (the point at which it becomes very hard to reverse a transaction).
  • Gas fee (the network transaction fee paid to validators or miners, usually in the network’s fee asset, not in USD1 stablecoins).
  • Custody (who controls the private keys) and private key (a secret code that controls spending from a wallet).
  • Merchant settlement (how and when you get usable funds, either as USD1 stablecoins or as traditional money in a bank account).
  • Reconciliation (matching payment records to wallet or bank records so your books stay accurate).
  • Webhook (an automated message your system receives when an event occurs, such as “payment confirmed”).

If you understand these, most gateway product pages become easier to evaluate.

Why merchants consider USD1 stablecoins

USD1 stablecoins can behave like a digital cash instrument in the sense that a transfer can be peer-to-peer (directly between two wallets) without a card network. That can be attractive for cross-border commerce, online services, and certain business-to-business flows.

At the same time, public policy work is clear that stablecoin arrangements can create risks around governance (who makes decisions and how), reserve quality, redemption processes, operational resilience, and financial integrity (controls that reduce misuse for crime).[1]

For a merchant, the practical question is not “Are USD1 stablecoins good or bad?” It is “What does accepting USD1 stablecoins change in my payment operations, and can I manage those changes?”

Common reasons merchants explore USD1 stablecoins acceptance include:

  • Faster settlement windows (getting an on-chain confirmation in minutes rather than waiting days for some card or bank settlement cycles).
  • Cross-border reach (a customer pays from anywhere, but you still price in U.S. dollars).
  • New customer segments (customers who already hold USD1 stablecoins and prefer to use them).
  • Programmable workflows using smart contracts (software rules that run on a blockchain) in specialized use cases such as escrow.

Common reasons merchants decide against acceptance include:

  • Refund and support complexity (irreversible payments mean you need a careful refund workflow).
  • Compliance overhead (identity checks, screening, recordkeeping, and reporting expectations can apply depending on how you structure the flow).[3][4]
  • Treasury constraints (limits created by how your business manages cash, liquidity, and payout timing).
  • Operational risk (key management, outages, chain congestion, and integration errors).

BIS research focused on payments notes that stablecoin arrangements may or may not improve cross-border payments depending on design choices, governance, and regulation, rather than simply because they use blockchain technology.[2]

What a payment gateway does

A payment gateway (software and services that collect payment details and route them to the right place) helps you request a payment and detect when that payment arrives. In card payments, a gateway transmits card data and receives an approval. In USD1 stablecoins payments, the “payment details” are usually:

  • A receiving wallet address (a public identifier used to receive funds).
  • An exact amount in USD1 stablecoins.
  • Sometimes a memo (an extra reference string used by some networks or custodians to route deposits).

You will also see the term payment processor (a service that moves money and manages settlement, meaning when funds are considered final and available to use). In the USD1 stablecoins world, many products combine gateway and processing features. Some gateways never touch customer funds and only monitor the blockchain. Others receive funds into accounts they control and later pay out to you.

A helpful mental model is:

  • The gateway is the “front door” for the payment experience and status.
  • The processing layer is the “back office” that decides where funds sit, how they move, and how they become usable for your business.

A typical payment flow

Below is a common flow when a merchant accepts USD1 stablecoins through a gateway. Your exact steps will vary by network and provider.

  1. Pricing and invoice creation
    You show a price in U.S. dollars. You create an invoice (a record that ties an amount to an order) that will be paid using USD1 stablecoins.

  2. Customer selects USD1 stablecoins at checkout
    The customer chooses the USD1 stablecoins method. Your system displays payment instructions.

  3. Gateway provides payment details
    The gateway generates a receiving address and an exact amount. Some gateways generate a unique address per invoice. Others reuse addresses but assign a memo so payments can be matched to the right order.

  4. Customer sends the payment
    The customer sends USD1 stablecoins from a wallet. The customer also pays a gas fee, paid to the network, not to you.

  5. Gateway monitors the blockchain
    The gateway watches for the incoming transfer. It waits for confirmations based on your risk tolerance and the network’s finality.

  6. Payment is marked complete
    Once the gateway sees the payment as final enough, it notifies your system, often using a webhook. Your system marks the order as paid and delivers goods or services.

  7. Funds are held or paid out
    Depending on your setup, the USD1 stablecoins may go directly to your wallet (non-custodial), or they may first land in a provider-controlled account (custodial). If you want traditional money, the provider may convert and send proceeds to a bank account through an off-ramp.

This flow looks simple, but the details matter. Most merchant problems show up in edge cases:

  • The customer sends the wrong amount (underpay or overpay).
  • The customer sends on the wrong network.
  • The transaction is slow because the network is congested.
  • The customer forgets to include a memo when one is needed.
  • Your system misses a webhook due to downtime.
  • A refund is requested after the customer used a wallet that you cannot easily verify as theirs.

A mature payment gateway for USD1 stablecoins is designed around these edge cases, not around the happy path.

Gateway features that matter

Not all gateways handle the hard parts equally. When you compare options, focus on capabilities that reduce operational load and customer confusion.

Payment request quality

A good gateway helps the customer pay correctly the first time. Features may include:

  • A clear display of the amount in USD1 stablecoins and the time window for the invoice.
  • A QR code (a scannable square code) for wallet apps, plus a copy button for the address.
  • Prominent warnings about “wrong network” risk.
  • A short explanation of network fees and why the fee is not paid in USD1 stablecoins.

Confirmation policy controls

Different networks have different finality behavior. Good gateways let you choose:

  • How many confirmations you want before you treat a payment as complete.
  • Different confirmation policies by product type (for example, instant digital delivery versus shipment of physical goods).
  • How to handle reorgs (rare chain reorganizations where recent blocks are replaced), which can temporarily change what looks “confirmed.”

Order matching and duplicate handling

Gateways should make it easy to match a payment to an invoice and handle duplicates.

Look for support for:

  • Unique addresses per invoice, or a robust memo system.
  • Idempotency (a safety rule that prevents a repeated event from creating a second fulfillment).
  • Clear handling of overpayments and underpayments, including tolerance settings.

Refund tooling

Refunds are not an afterthought in stablecoin payments.

A gateway that takes refunds seriously usually offers:

  • Collection of a refund address with validation prompts.
  • Support workflows for manual review on higher-risk refunds.
  • An audit trail (a tamper-evident record of who approved what, and when).
  • Reporting that ties refunds to the original invoice and transaction hash (the unique identifier for a blockchain transaction).

Reporting for operations and finance

To make USD1 stablecoins payments workable at scale, you need more than a dashboard. You need data you can reconcile.

Useful reporting includes:

  • Invoice status changes and timestamps.
  • Transaction hashes and network details.
  • Fee details and conversion details (including spread, meaning the difference between buy and sell price when converting).
  • Payout statements that match what hits your bank account.

Support and dispute handling

Even without chargebacks, disputes exist: “I paid and you did not deliver” or “I sent on the wrong network.”

Good gateways support merchants with:

  • Customer-facing status pages you can link in support replies.
  • Evidence bundles (logs and timestamps) that help you diagnose what happened.
  • Human support that understands stablecoin edge cases.

Custodial and non-custodial models

One of the first design choices is whether you want a custodial or non-custodial setup.

Custodial (a third party controls the wallet keys and holds funds on your behalf) gateways typically:

  • Receive USD1 stablecoins into wallets controlled by the provider.
  • Keep an internal ledger for your merchant balance.
  • Offer built-in conversion to traditional money.
  • Provide consolidated reporting across networks.
  • Add compliance screening as part of the service.

This model can reduce operational work for merchants, but it introduces reliance on the provider’s controls and solvency (its ability to meet obligations). It can also change which party is considered the payment intermediary in your flow, which may affect licensing and compliance expectations.

Non-custodial (you control the wallet keys yourself) gateways typically:

  • Generate addresses or payment requests that map to wallets you control.
  • Monitor the blockchain and provide status signals.
  • Leave custody, conversion, and treasury decisions to you.

This model gives you more direct control, but it also means you take on more key management and operational risk. If you lose keys, funds can be unrecoverable.

A blended approach is common: some merchants accept USD1 stablecoins into their own wallets and use a separate service to convert part of the balance into traditional money on a schedule.

Hosted checkout versus API integration

Another decision is how you integrate.

  • Hosted checkout means the provider hosts the payment page and you redirect the customer. This can reduce integration work and may lower your security exposure, but you have less control over the user experience.
  • API integration (application programming interface, a standardized way for software systems to communicate) means you build the payment flow into your own checkout. This gives more control but creates more monitoring and support responsibilities.

For many merchants, hosted checkout is an easier starting point. For platforms, marketplaces, and higher-volume merchants, deeper API integration is common.

Platforms and marketplaces

If you run a marketplace (a platform that connects buyers and sellers), you may need to split funds among multiple parties. With USD1 stablecoins, that can be done in a few ways:

  • The buyer pays the platform, and the platform later pays sellers from its balance.
  • The buyer pays a seller address directly, and the platform takes a fee separately.
  • A smart contract holds funds and releases them based on fulfillment signals.

Each approach has different operational and compliance implications, especially if you are holding funds for others. Global guidance on virtual asset service providers highlights that business model details matter for AML and related obligations.[3]

Subscriptions and recurring billing

Many merchants rely on recurring billing. Stablecoin transfers are usually push payments, which means the customer must send each payment, unless the customer uses a separate tool to automate sends.

Gateways can help subscriptions by:

  • Issuing a new invoice each cycle.
  • Sending reminders and links to a payment page.
  • Offering “pre-fund” models where a customer keeps a balance with a provider and the provider applies it to invoices (a model that increases custody and compliance complexity).

If subscriptions are core to your business, evaluate whether the stablecoin flow matches your churn and support model.

Compliance and risk controls

Accepting USD1 stablecoins can be a straightforward “pay to this address” flow, but the compliance implications depend on your role. Are you simply receiving payment for your own goods and services? Are you holding funds for others? Are you converting to traditional money for customers? Are you operating as an intermediary for many merchants?

Different jurisdictions answer these questions in different ways. Still, there are common themes that show up in global standards and national guidance.

KYC, AML, and screening

KYC (know your customer, a process to verify identity) and AML (anti-money laundering, controls to reduce financial crime) are often discussed as if they are a single checkbox. In practice, they are a set of policies, systems, and reviews whose scope depends on your business model and location.

FATF has issued guidance on a risk-based approach for virtual assets and virtual asset service providers, including expectations related to customer due diligence, recordkeeping, and the Travel Rule (a rule that can call for sharing originator and beneficiary information for certain transfers).[3]

For a USD1 stablecoins payment gateway, common controls include:

  • Sanctions screening.
  • Wallet screening (risk scoring of wallet addresses based on exposure to known illicit activity).
  • Transaction monitoring (watching for patterns that look like fraud or layering).
  • Geolocation and device checks (signals that help detect unusual access).

These controls can protect merchants, but they can also add friction for customers. A good gateway lets you tune controls based on your risk profile, product type, and ticket size (the dollar value of a single order).

Money transmission and licensing considerations

In some jurisdictions, the key question is whether a party in the flow is acting as a money transmitter (a business that moves money for others). In the United States, FinCEN guidance discusses how certain business models involving convertible virtual currencies can fall within money transmission rules under the Bank Secrecy Act (a U.S. law that sets AML recordkeeping and reporting rules) framework.[4]

In the European Union, MiCA provides a regional framework for crypto-assets, including categories that can capture stablecoin-like instruments, and sets rules for issuers and service providers.[5] The European Banking Authority also summarizes requirements for asset-referenced tokens and electronic money tokens under MiCA, including authorization expectations for issuers and related standards work.[6]

This guide cannot tell you what licenses you need. It can, however, suggest a practical way to reduce surprises: map your exact flow (who holds funds, who initiates transfers, who can redeem, who converts) and then ask counsel to assess that flow in your target markets.

Consumer protection and disclosures

With card payments, consumers often have familiar protections such as chargebacks (a card payment reversal initiated through the cardholder’s bank) and card network dispute rules. USD1 stablecoins payments are typically push payments (the customer initiates the transfer), and the blockchain transfer itself is usually irreversible once confirmed.

That does not mean there is no consumer protection. It means you need to design it:

  • Clear refund policies in plain language.
  • A way to verify the customer’s refund address.
  • Time windows for cancellation before fulfillment.
  • Customer support scripts for common mistakes (wrong network, wrong amount, missing memo).

Regulators and standard setters have noted that stablecoin arrangements raise consumer and investor protection questions, including disclosure quality and redemption rights, which is relevant background when you decide which USD1 stablecoins you will accept.[1]

Data retention and privacy

Payments create data. With stablecoin payments, the on-chain record is public, but your customer support and compliance systems also create off-chain data such as names, addresses, and screening results.

Plan for:

  • Data minimization (collecting only what you need).
  • Retention schedules (how long you keep records).
  • Secure access controls for sensitive data.
  • Clear customer notices about what you collect and why.

FATF guidance is one reason many providers build systems for recordkeeping and information sharing in certain cases.[3]

Settlement, accounting, and operations

Payments are not just about getting a “paid” signal. They are also about ensuring your books and your treasury stay coherent over time.

Settlement options for merchants

A payment gateway for USD1 stablecoins may offer one or more settlement options:

  • Settle in USD1 stablecoins to your wallet, so you hold the digital asset.
  • Settle in traditional money to a bank account after conversion, usually on a schedule.
  • Split settlement where a portion stays in USD1 stablecoins and a portion converts to traditional money.

Your choice often depends on what you need to pay for. If your expenses are mainly in U.S. dollars, automatic conversion can simplify operations. If you have on-chain expenses (for example, paying suppliers who prefer USD1 stablecoins), holding some balance may be useful.

BIS work on cross-border payments notes that the usefulness of stablecoin arrangements is shaped by their ability to connect to existing payment systems and comply with regulation, not only by the token transfer itself.[2]

Reconciliation and recordkeeping

Reconciliation is where many integrations succeed or fail.

For USD1 stablecoins payments, a clean reconciliation setup usually includes:

  • A unique invoice identifier per order.
  • A mapping from invoice to receiving address or memo.
  • A record of the transaction hash.
  • Timestamps for when the invoice was created, when payment was detected, and when it was considered final.
  • A clear policy for what happens with underpayments and overpayments.

If you settle through a custodial gateway, you also need reports that tie on-chain deposits to your merchant balance and then to the payout you receive.

Refunds and returns

Refunds are the place where “stablecoin transfers are irreversible” becomes a practical support issue.

A gateway can help by:

  • Capturing a refund address at purchase time with clear warnings.
  • Supporting return flows where the customer proves control of a wallet.
  • Holding refunds for manual review when risk is high.
  • Keeping an audit trail of approvals.

Operationally, treat refunds in USD1 stablecoins as a separate payment with its own verification and approval steps. That mindset reduces the chance of sending funds to the wrong address.

Pricing, fees, and customer expectations

USD1 stablecoins are designed to track the U.S. dollar, but the customer still pays network fees. Depending on the network, those fees can change quickly during busy periods. Gateways often handle this by:

  • Asking the customer to pay only the invoice amount in USD1 stablecoins and letting the wallet handle the fee separately.
  • Setting an invoice time window and expiring it after a short period.
  • Accepting small underpayments within a tolerance band and auto-completing the order.

Be transparent in checkout language. Customers are less surprised when the payment page explains that network fees are paid to the network, not to the merchant.

Security and resilience

Security is not just about preventing theft. It is also about avoiding downtime and avoiding mistakes that create bad customer experiences.

Key management basics

If you use a non-custodial setup, you will manage private keys. Strong practices include:

  • Multi-signature (a setup that needs more than one approval to spend) for treasury wallets.
  • Hardware wallets (devices that store keys offline) for larger balances.
  • Separation of duties (no single person can both create and approve a large transfer).
  • Clear incident procedures for compromised credentials.

If you use a custodial provider, ask how they manage keys and how they isolate merchant balances. You are still exposed to operational risk, even if you are not holding keys yourself.

Smart contract and network risk

Some USD1 stablecoins designs rely on smart contracts. Smart contract risk can include bugs, governance failures, or unexpected interactions with other contracts. Even if your gateway only monitors transfers, network-level events (congestion, outages, reorgs, or finality delays) can affect customer payments.

Design your checkout to handle uncertainty:

  • Show clear statuses such as “waiting for network confirmation.”
  • Avoid promising exact timing.
  • Provide a support path when a transaction is stuck.

IOSCO and CPMI work on stablecoin arrangements emphasizes operational resilience and clear governance as key issues when stablecoins become payment instruments at scale.[8][2]

Common fraud scenarios

Fraud in USD1 stablecoins payments often looks different from card fraud. Examples include:

  • The customer claims they paid but sent on the wrong network.
  • A scammer alters a payment address in a compromised browser session.
  • A fake “support agent” convinces a customer to send funds elsewhere.
  • A merchant employee changes payout details.

A gateway can reduce these risks by using signed payment requests (payment instructions verified using cryptography) and strict access controls. Merchants can also reduce risk by training support staff to never request that a customer “test send” funds to an address.

Global and regional considerations

USD1 stablecoins are global by design, but payment regulation is local. Even if your checkout looks the same worldwide, your obligations may not.

A few practical points to keep in mind:

  • Cross-border payments: BIS work emphasizes that stablecoin arrangements can only meaningfully improve cross-border payments when governance, compliance, and connectivity to traditional payment systems are strong.[2]
  • Regional frameworks: MiCA creates a regional approach in the European Union for crypto-assets and related services, which matters if you serve EU customers or use EU-based providers.[5][6]
  • National rules: In the United States, FinCEN guidance highlights how business model details can affect whether activity is treated as money transmission under the Bank Secrecy Act framework.[4]
  • Global AML expectations: FATF guidance provides a global baseline for risk-based controls, even though each country implements rules differently.[3]

IMF work also discusses both the potential efficiency benefits of stablecoins and the challenges they create for oversight and cross-border flow monitoring, which can influence how regulators respond over time.[7]

If you operate in many countries, it helps to treat your payment gateway decision as both a product choice and a policy choice: the same technical design can lead to very different obligations depending on where you do business.

Questions to ask a gateway provider

Before choosing a payment gateway for USD1 stablecoins, consider asking questions in five areas.

1) Product scope and customer experience

  • Which networks do you support, and how do you handle “wrong network” payments?
  • Do you support unique addresses per invoice, memos, or both?
  • How do you show status updates to customers, and how customizable is the checkout copy?
  • What is your approach to underpayments, overpayments, and duplicate payments?

2) Settlement and treasury

  • Can I settle directly to my own wallet?
  • If you custody funds, how is my balance separated from other merchants?
  • What payout schedules are available, and what are the fees and spreads for conversion to traditional money?
  • Do you support split settlement so I can keep some balance in USD1 stablecoins?

3) Compliance controls

  • What screening and monitoring tools do you provide?
  • Can I tune thresholds by country, product, or ticket size?
  • How do you support Travel Rule data handling when it applies?[3]
  • What reporting do you provide for audits and regulatory inquiries?

4) Reliability and operations

  • What uptime do you target, and how do you communicate incidents?
  • Do you offer redundancy across blockchain nodes (servers that connect to the network)?
  • How do you handle webhook retries and missed events?
  • What support options do you offer for payment disputes and refund errors?
  • In which countries do you operate, and what authorizations do you hold?
  • Are you the merchant of record (the party legally responsible for the sale) or am I?
  • If you provide conversion services, who is the regulated entity behind that activity?

Answer quality matters. Vague answers usually indicate immature processes, while mature payment operations tend to be explicit.

Frequently asked questions

Can I accept USD1 stablecoins without holding customer funds?

Yes, in many setups you can accept USD1 stablecoins directly to a wallet you control and use a gateway only for address generation and monitoring. Whether that is the right choice depends on your ability to manage keys, reconcile payments, and handle refunds safely.

Do USD1 stablecoins payments have chargebacks?

Blockchain transfers usually do not have chargebacks in the card-network sense. Once a transfer is confirmed, it cannot typically be reversed by a third party. That is why refund processes and customer support matter so much in USD1 stablecoins commerce.

How do refunds work?

A refund usually means you send USD1 stablecoins back to a wallet address provided by the customer. Good practice is to verify that the customer controls that address, use a manual review step for large refunds, and keep an audit trail of approvals. Many merchants also set expectations about refund timing because sending a refund is fast, but internal review may not be.

What if a customer sends from a high-risk wallet?

This is where your screening and monitoring configuration matters. Depending on your policies and legal obligations, you may pause fulfillment, request more information, or reject the order and refund. FATF guidance discusses how risk-based controls apply to virtual asset activity, which is why many gateways integrate wallet screening and monitoring tools.[3]

Are USD1 stablecoins always redeemable 1:1?

The term describes an intended redemption model, not a guarantee. Redemption rights, reserve quality, and operational design vary across stablecoin arrangements. Policy work from the FSB, BIS, IOSCO, and the IMF highlights that governance, reserves, and redemption processes are core factors in stablecoin risk and usefulness.[1][2][8][7]

What about regulation?

Rules differ by country and by business model. In the United States, FinCEN guidance explains how certain activities involving convertible virtual currencies can be treated under money transmission rules.[4] In the European Union, MiCA introduces a regional framework for crypto-assets and sets rules relevant to stablecoin-like instruments and the firms that provide related services.[5][6] If you sell to customers in many countries, it is wise to assess compliance early, because payment choices can reshape your regulatory footprint.

Will accepting USD1 stablecoins reduce fees?

Sometimes, but not always. You may avoid some card-related costs, but you may still pay for gateway services, conversion spreads, compliance tools, and support overhead. Network fees also vary by blockchain. The most realistic comparison is your total cost to accept and settle the payment, including support time and fraud losses, not only the headline fee.

No. This page is general educational information about payment gateway design. Laws and tax rules vary by location and business model, so you should consult qualified professionals for advice on your situation.

Closing thoughts

Payment gateways for USD1 stablecoins can make stablecoin payments feel familiar: a checkout button, a status page, an invoice, and a receipt. Behind that experience sits a set of tradeoffs: custody versus control, speed versus finality, and convenience versus compliance work.

If you are evaluating a gateway, focus on operational realities:

  • How many edge cases are automated versus handled manually?
  • How much customer support does the flow create?
  • How does the provider handle incidents and contested payments?
  • How does your treasury team get comfortable with holding or converting USD1 stablecoins?

As stablecoin arrangements evolve, regulators and standard setters continue to publish guidance on governance, resilience, and financial integrity. Staying current with those themes can help you make payment choices that are durable, not only fashionable.[1][2][8]

Sources

  1. Financial Stability Board, High-level Recommendations for the Regulation, Supervision and Oversight of Global Stablecoin Arrangements - Final Report
  2. Bank for International Settlements, Committee on Payments and Market Infrastructures, Considerations for the use of stablecoin arrangements in cross-border payments
  3. Financial Action Task Force, Updated Guidance for a Risk-Based Approach to Virtual Assets and Virtual Asset Service Providers
  4. Financial Crimes Enforcement Network, Application of FinCEN’s Regulations to Certain Business Models Involving Convertible Virtual Currencies
  5. European Securities and Markets Authority, Markets in Crypto-Assets Regulation (MiCA)
  6. European Banking Authority, Asset-referenced and e-money tokens (MiCA)
  7. International Monetary Fund, Understanding Stablecoins
  8. International Organization of Securities Commissions, Application of the Principles for Financial Market Infrastructures to stablecoin arrangements