Welcome to USD1nftreceipts.com

USD1 stablecoins (digital tokens designed to be redeemable one-for-one for U.S. dollars) can move quickly across a blockchain (a shared database maintained by many computers). What they do not automatically carry is the business context humans expect from a payment record: what the payment was for, what agreement it related to, and how it should be handled later if something changes.

That gap is where NFT receipts come in.

The phrase USD1 stablecoins is used here as a generic label for any digital token redeemable one-for-one for U.S. dollars. It is not a brand name.

This page is educational and does not provide legal, tax, or investment advice.

An NFT (non-fungible token, meaning a unique digital token) can be used as a receipt (a record that a payment happened) for a transfer of USD1 stablecoins. Instead of treating an NFT as a collectible, this page treats an NFT as a structured record you can keep, share, and verify. The goal is practical: make proof of payment in USD1 stablecoins easier to interpret and easier to audit, without pretending an NFT automatically solves trust, privacy, or legal questions.

This guide is educational and balanced. It explains what an NFT receipt can represent, what it cannot represent, and the tradeoffs you should think through before you rely on NFT receipts tied to USD1 stablecoins.

Key terms in plain English

A few terms show up again and again in discussions about NFT receipts for USD1 stablecoins. Here are simple definitions you can return to.

  • Wallet (software or hardware that controls cryptographic keys): a wallet lets you authorize actions, like sending USD1 stablecoins, by proving you control a secret.
  • Private key (a secret number that lets you authorize transfers): whoever controls the private key can usually move the tokens associated with that wallet.
  • Public address (a public identifier used to receive tokens): this is what you share so someone can send you USD1 stablecoins.
  • Smart contract (software that runs on a blockchain and follows preset rules): a smart contract can create and manage NFTs and can enforce how a receipt NFT behaves.
  • Transaction hash (a unique identifier for a blockchain transfer): it is often treated like a receipt number for on-chain activity, even though it does not include a narrative of what happened.
  • On-chain (stored on the blockchain): data recorded directly in blockchain transactions or contract storage.
  • Off-chain (stored elsewhere): data stored outside the blockchain, such as in a business database, a document store, or a file network.
  • Gas fee (a network fee paid to process a transaction): the fee you pay to have transactions included and executed.
  • Token URI (a link or identifier that tells apps where to fetch token details): many NFT designs store a pointer that wallets can use to fetch human-readable data.

For background on how blockchains record and validate transactions, the U.S. National Institute of Standards and Technology has a technical overview that is widely cited and approachable.[1]

What an NFT receipt for USD1 stablecoins is

An NFT receipt for USD1 stablecoins is a unique token that points to, summarizes, or attests to a specific payment or payment-related event involving USD1 stablecoins. The NFT is not the payment itself; the payment is the transfer of USD1 stablecoins recorded on the blockchain. The NFT is a separate record whose job is to make that transfer easier to interpret.

Many receipt NFTs follow an NFT standard (a shared set of rules for how tokens behave) so that wallets and apps can display them consistently. On Ethereum-compatible networks (blockchains that can run Ethereum-style smart contracts), the best-known standards are ERC-721 (for unique tokens) and ERC-1155 (for collections that can mix unique and non-unique token types).[2][3]

A well-designed receipt NFT can help answer questions like:

  • Which invoice or order did this USD1 stablecoins payment settle?
  • Was the payment a deposit, a final payment, a refund, or an adjustment?
  • Who issued the receipt, and under what business terms?
  • Is there a human-readable description that helps reconcile the payment later?

A receipt NFT can also be useful when the payee wants to provide a consistent record format across multiple payment rails. For example, the payment might occur on-chain in USD1 stablecoins, while a separate off-chain system produces an invoice PDF and a shipping record. The receipt NFT can act as a durable pointer that ties those records together.

What a receipt NFT should not do is create confusion about ownership or redemption rights. If an NFT is marketed or designed as a claim on USD1 stablecoins held by someone else, the NFT can start to resemble a financial instrument with added legal and operational obligations. This page focuses on receipts first: records, not promises.

Receipt versus blockchain transfer

If you already have a transaction hash, why mint an NFT receipt at all?

A blockchain transfer typically contains a small set of facts: who sent, who received, how much USD1 stablecoins moved, and when the transfer was confirmed. That is excellent for settlement, but it is thin as business documentation. A transaction does not usually include invoice details, shipping status, tax jurisdiction, refund rules, or customer identifiers. In many cases, it should not include them, because blockchains are transparent by design and data can be visible to many parties.[1]

A receipt NFT can add a layer of business meaning without changing the settlement record. Think of it as a structured label attached to a payment event.

In day-to-day operations, teams often need:

  • A receipt reference that matches internal accounting systems.
  • A way to group multiple partial payments into one order.
  • A way to prove a refund was executed under a policy.
  • A way to show a customer proof of payment without disclosing unrelated wallet activity.

NFT receipts are one approach to these needs. They can reduce manual interpretation when a customer sends only a transaction hash and a support team has to reconstruct the story.

Common use cases

NFT receipts can be applied to many types of USD1 stablecoins activity. The common theme is that you want a portable, verifiable record that links settlement (the transfer) to meaning (why the transfer happened).

Retail and online commerce

A merchant can mint a receipt NFT after confirming a USD1 stablecoins payment. The receipt can store an order reference, the paid amount, and a pointer to an off-chain invoice. This can help with returns, warranty claims, and customer service, especially when a customer paid from a self-custodied wallet (a wallet controlled directly by the user).

Freelance and professional services

For services, receipts often need to document milestones: a deposit, a mid-project payment, and a final payment. NFT receipts can represent each milestone and reference the related agreement version. That can help both sides if questions arise later about what was delivered and when.

Donations and grants

Donors sometimes want proof that a USD1 stablecoins donation reached a particular organization, and organizations may want a consistent record format across donors. A receipt NFT can show the donation amount and the transaction hash, and it can include a link to a public transparency report if the organization publishes one. The privacy tradeoff is real: public receipts can also reveal donor relationships, so data minimization matters.

Escrow and conditional releases

In escrow-style arrangements (funds held until a condition is met), the receipt can document the deposit and later document the release. If the escrow uses a smart contract, the receipt can reference the contract event that triggered release. If escrow is off-chain, the receipt can attest to a decision made by the escrow agent, but governance and dispute handling become central.

Internal treasury and intercompany transfers

Organizations that use USD1 stablecoins for internal transfers may want receipts that embed internal cost center references or project codes. In that setting, receipts can reduce reconciliation time, but they should still avoid exposing sensitive internal structure on a public chain.

Common design patterns

There is no single best design for NFT receipts. The right approach depends on what problem you are solving and what constraints you have around privacy, fees, verification, and record retention. Below are patterns that show up frequently.

Pattern 1: Proof-of-payment receipt

In this pattern, the NFT is a proof-of-payment record. It references a specific USD1 stablecoins transfer (often by transaction hash) and stores basic context, like an order reference and a timestamp. The NFT does not grant special rights. It is closer to an email receipt, except it is stored in a token format that wallets can hold.

This pattern is often the safest starting point because it reduces the chance that the NFT is misunderstood as a redeemable claim. It is also simpler to design: you are not trying to model custody or redemption logic in the receipt.

Pattern 2: Receipt plus access control

Sometimes the purpose of a receipt is to unlock something: access to a digital download, a subscription area, an event stream, or a support tier. In that case, the receipt NFT becomes a pass (a token that can be checked by a service before granting access). The payment in USD1 stablecoins is still the settlement record, but the receipt helps automate access decisions.

A central design choice here is transfer behavior. If the receipt NFT can be transferred, then access can be transferred too. That may be fine for a ticket, but not fine for a personal subscription. If a receipt NFT should stay with the payer, it can be made non-transferable (meaning it cannot be sent to a different wallet). That decision affects usability and resale risk.

Pattern 3: Bundled receipts for many small payments

Some use cases involve many small USD1 stablecoins transfers, such as micro-payments or recurring billing. Minting one NFT per payment may be costly due to gas fees. An alternative is to mint one NFT that represents a series of payments, with the detailed list stored off-chain and referenced by the NFT.

This pattern shifts the design challenge toward integrity: you want a verifier to be confident that the off-chain list has not been altered. A common technique is to store a hash (a short fingerprint produced from data) of the receipt list on-chain, so any change to the list becomes detectable.[1]

Pattern 4: Two-sided receipts

A payment involves two main parties: payer and payee. A two-sided design issues a receipt NFT to both parties, or issues one receipt NFT that both parties can reference. This can be useful when both sides need durable records but do not want to depend on each other's internal systems.

The cost is higher, and the privacy surface can expand. If you mint receipts to both parties, consider whether the data should be identical or whether each party receives a receipt with different visibility.

Pattern 5: Third-party attested receipts

In some systems, a third party attests (confirms) that a USD1 stablecoins payment occurred and that it satisfied certain conditions. The receipt NFT then carries that attestation. This can be useful when the payee is not the one minting the receipt, or when multiple parties need a neutral record.

This pattern raises governance questions: who is allowed to attest, what checks they perform, and how disputes are handled if the attestation is wrong.

What data a receipt usually contains

A receipt is only as useful as the facts it records, but every extra field can create privacy risk. Many receipt systems start with a small set of fields and add more only when a real operational need appears.

Common receipt fields for USD1 stablecoins payments include:

  • Payment reference: the transaction hash for the USD1 stablecoins transfer, and the network where it occurred.
  • Amount: the amount of USD1 stablecoins that moved, plus any fee rules that affect the net received.
  • Payer and payee addresses: the public addresses involved in the transfer, or a reference to them.
  • Time: a timestamp (a recorded time value) and, when useful, a business time zone label.
  • Business reference: an order reference, invoice reference, or internal ledger reference.
  • Purpose: a short description like "deposit", "final payment", "refund", or "adjustment".
  • Receipt issuer: who created the receipt NFT (for example, the merchant contract address).
  • Terms reference: a link to the policy text, such as refund rules or service terms.

Notice what is missing: personal names, street addresses, and detailed line items. Those details can be stored off-chain and shared only when needed. Once something is recorded publicly, it can be difficult or impossible to retract.

If your use case truly needs more detail, consider storing only a cryptographic commitment on-chain (a one-way lock that proves a document existed in a certain form) and keeping the full document elsewhere. The on-chain part can later be used to verify the off-chain document has not changed.

Field integrity and canonical form

If you plan to hash a receipt document, you need a consistent representation. For instance, two systems might serialize the same data with different spacing or field order, producing different hashes even though the content is logically the same. Teams often define a canonical form (one agreed way to represent the data) so that the same receipt produces the same hash across systems. This is a technical detail, but it affects long-term verifiability.

Privacy and data minimization

NFT receipts feel familiar because "receipt" is a common business object. The privacy profile is not familiar. Public blockchains are often transparent, meaning anyone can observe transfers and token holdings. That transparency is useful for auditing, but it can reveal relationships and behavior patterns.

A practical privacy approach for USD1 stablecoins receipts is data minimization (recording the smallest amount of data needed for the job). The receipt should answer the verification question you care about and no more.

What not to put in a public receipt

Avoid placing personal data on-chain, such as:

  • Names, email addresses, phone numbers, or shipping addresses.
  • Full invoice line items that reveal medical, legal, or personal services.
  • Unmasked account identifiers that could be used for impersonation.

Even if the chain uses pseudonyms (addresses that do not directly show a name), real-world identities can sometimes be linked through reuse patterns, public posts, or third-party data sets.

Off-chain documents with on-chain integrity checks

Many teams store the full receipt document off-chain and store only a hash of that document in the NFT receipt. A hash is a compact fingerprint; if even one character in the document changes, the fingerprint changes, making tampering detectable.[1]

The off-chain document can live in a database, a document store, or a content-addressed file system (a network where files can be located by their fingerprints). If you use a public file system, treat the file as public unless it is encrypted (scrambled so only someone with a key can read it).

Selective disclosure

A receipt can be designed so you can prove a fact without revealing the entire record. For example, you might want to prove you paid an amount of USD1 stablecoins within a date range, without revealing the merchant name. Techniques like zero-knowledge proofs (cryptographic methods that prove a statement without revealing the underlying data) can support selective disclosure, but they add complexity and should be approached cautiously.

In many cases, a simpler approach works: share the off-chain receipt document directly with the party that needs it, and use the on-chain hash as a tamper check.

Security and verification

A receipt is useful only if a verifier can trust it. With NFT receipts, two core checks stand out:

  • Is this receipt tied to a real USD1 stablecoins transfer?
  • Was this receipt minted by the party that claims to have issued it?

Bind the receipt to a specific payment

The most direct link is a transaction hash. A verifier can look up the transaction and confirm that the payer address, payee address, and amount of USD1 stablecoins match the receipt.

For complex cases like batch payments, the receipt can point to a set of transaction hashes, or to an off-chain list whose hash is anchored on-chain. Either way, the verifier should have a clear method to reproduce the check.

Verify the receipt issuer

NFTs are easy to mint, which means anyone can mint a token that looks like a receipt. Verification depends on knowing which contract addresses are legitimate for a given merchant or platform.

A common approach is to publish the receipt contract address in multiple channels users already trust, such as a business website, customer support documentation, and in-app confirmations. The receipt itself can also include a link to a verification page that lists valid contract addresses.

Guard against fake receipts and phishing

Attackers sometimes send unsolicited NFTs to wallets, hoping the user will click a link in the token details and sign a malicious transaction. Treat unexpected receipt NFTs as untrusted until you verify the issuer. A receipt system should also avoid links that lead users to sign transactions unrelated to viewing the receipt.

Wallet safety basics

Because receipt NFTs live in wallets, the same wallet safety basics apply:

  • Be cautious with signing requests (approval prompts that ask your wallet to authorize actions).
  • Use hardware wallets (devices that keep keys offline) for high-value holdings.
  • Separate spending wallets from storage wallets so routine activity does not expose long-term funds.
  • Use multi-signature custody (a setup where multiple keys must approve a transfer) for organizational funds.

If you use a custodial wallet (a service that holds keys on your behalf), confirm how you will access receipt NFTs and what happens if the service suspends access.

Receipt lifecycle and change events

In real commerce, receipts often need to reflect changes over time: partial refunds, full refunds, replacements, cancellations, and dispute resolutions. NFT receipts can model change, but you need to decide how.

Approach A: New receipts for new events

Under this approach, the original purchase receipt never changes. A refund creates a new refund receipt NFT that references the refund transfer of USD1 stablecoins and links back to the original purchase. An adjustment creates an adjustment receipt. The chain of receipts becomes the history.

This approach preserves an immutable record (hard to change after the fact) for each event and makes it easier to reason about what happened and when. It can also work well for audit trails.

Approach B: Update the existing receipt state

Under this approach, the receipt NFT has a state field, such as "paid", "refunded", or "disputed", and the issuer can update that state. Updates can be convenient, but they introduce new questions:

  • Who has permission to update the receipt, and under what process?
  • Is the update history visible and auditable?
  • Can a malicious or compromised issuer change receipts in a way that harms users?

If you choose an updatable model, transparency matters. Users should be able to see that a receipt was updated and why, and verifiers should be able to check the update history.

Partial payments

Partial payments are common in invoices and milestones. A receipt system can represent a partial payment with one receipt per payment, or with a receipt that tracks a running paid total. Either way, the receipt should make it clear whether the referenced transfer fully settled the obligation or only covered part of it.

Chargebacks and reversals

Some payment systems support chargebacks. Many blockchain transfers do not. With USD1 stablecoins, reversals usually happen by mutual agreement and an opposite-direction transfer. A receipt system can record the reversal, but it cannot force the reversal. This is one reason receipts should be clear about what they represent: evidence, not enforcement.

Accounting and audit trail basics

For many organizations, the main value of NFT receipts is internal: reconciliation (matching payments to obligations) and audit trail clarity.

A blockchain transfer of USD1 stablecoins provides strong evidence that value moved between addresses. Accounting still needs mapping from that transfer to a business event: a sale, a refund, a deposit, or a fee. Receipt NFTs can carry the mapping.

Reconciliation flow

A typical reconciliation flow looks like this:

  • The business issues an invoice or order request with an amount of USD1 stablecoins and a reference identifier.
  • The payer sends USD1 stablecoins and receives a receipt NFT, or the merchant mints a receipt NFT after observing the payment.
  • The accounting system records the payment, keyed by the receipt reference and transaction hash.
  • Later, audits can trace from financial statements back to receipt records and then to blockchain transfers.

This flow is only as good as the weakest link: if the receipt points to the wrong transaction hash or the off-chain system assigns the wrong order reference, the chain data will not correct the human error. The benefit is that errors become easier to detect, because the receipt and the transfer must align.

Retention and evidence

Many businesses must retain records for years. A receipt NFT can persist on-chain as long as the chain exists, but it may rely on off-chain documents. Plan for long-term access to the off-chain documents and for a verifier to reproduce integrity checks later. Storing a hash on-chain helps prove that a document existed in a particular form at a particular time.[1]

Audit scope

Audits often ask for more than proof that payment occurred. They may ask for documentation of why the payment was authorized, what it purchased, and how it was classified in the ledger. NFT receipts can help only if they are part of a broader documentation process that includes approvals, contracts, and invoices.

Compliance considerations

Compliance needs vary by activity type, geography, customer type, and business model. The safest approach is to treat NFT receipts as recordkeeping tools and then ask what rules apply to the underlying USD1 stablecoins payment activity and to any services you provide around it.

AML, KYC, and intermediaries

AML (anti-money laundering controls) and KYC (know your customer identity checks) are often discussed in the context of virtual asset service providers (VASPs, businesses that exchange, transfer, or safeguard virtual assets for others). International guidance from the Financial Action Task Force describes how AML and counter-terrorist financing expectations can apply in this area, including how some NFT activity may fall in scope depending on how it functions in practice.[4]

In the United States, FinCEN guidance discusses how Bank Secrecy Act obligations can apply to different business models involving convertible virtual currency (a digital representation of value that can act as a substitute for currency) and money transmission (moving funds on behalf of someone else) patterns.[5] Whether and how that applies to a USD1 stablecoins receipt system depends on what the system does. Minting a receipt NFT is not automatically money transmission, but custody, exchange, or facilitation activity can change the analysis.

Sanctions screening

Sanctions (legal restrictions that prohibit or limit dealings with certain parties) can be relevant when you facilitate payments or provide services that touch sanctioned persons or regions. The U.S. Treasury's Office of Foreign Assets Control has issued guidance tailored to virtual currency compliance programs, including risk assessment and screening practices.[6]

A receipt NFT can assist sanctions compliance by making it easier to label and track payment events, but it does not replace screening. Screening generally needs to happen before you provide a service or accept funds, and it may involve wallet address risk tools and customer checks.

Financial stability and stablecoin policy

At a policy level, stablecoins used at scale can raise financial stability concerns, especially when used for payments across borders. The Financial Stability Board has published high-level recommendations for the regulation, supervision, and oversight of global stablecoin arrangements.[7] Even if your use case is narrow, these policy directions influence how many regulators think about USD1 stablecoins activity.

Consumer protection and disclosures

If you issue receipt NFTs to consumers, clarity matters. A receipt NFT should state, in plain language, what it does and does not represent. If it is only proof-of-payment, say so. If it unlocks access to a service, say what service, for how long, and under what refund rules.

Avoid wording that implies the receipt NFT is redeemable for USD1 stablecoins unless that is truly the legal and operational design, and unless you understand the obligations that can come with that promise.

Cross-border and jurisdiction notes

USD1 stablecoins move across the internet easily, but rules about issuance, custody, marketing, and payments vary by jurisdiction. NFT receipts add another layer: they can be viewed as digital records, consumer receipts, or in some cases as tokens with their own regulatory treatment.

European Union

In the European Union, the Markets in Crypto-Assets Regulation (often called MiCA) sets a framework for crypto-asset markets, including categories that cover certain stablecoin types and rules for service providers.[8] The European Banking Authority maintains materials on asset-referenced tokens (tokens referencing a basket of assets) and e-money tokens (tokens referencing a single currency) under MiCA, including authorization expectations for issuers in scope.[9]

If a business offers USD1 stablecoins services to users in the EU, the classification of the token and the role of the business (issuer, custody provider, exchange, broker, or other) can shape compliance duties. NFT receipts can help with recordkeeping, but they do not remove obligations around disclosures, safeguarding, or governance.

Singapore

Singapore's Monetary Authority of Singapore has announced a regulatory framework for certain stablecoins issued in Singapore, with features aimed at value stability and redemption practices.[10] If your operations touch Singapore, follow local guidance on what stablecoin activity is in scope and how marketing and disclosures should be handled.

United States and other regions

In the United States and many other regions, rules may come from a combination of financial regulators, payments regulators, and consumer protection agencies. The details can differ based on whether you are dealing with retail users, institutions, or cross-border flows. FinCEN and OFAC materials are a starting point for U.S. federal expectations in areas like money transmission patterns and sanctions compliance, but they are not the full picture.[5][6]

A cautious general approach is to treat NFT receipts as an accounting and documentation layer, while analyzing the underlying USD1 stablecoins payment activity under the rules that apply in each region where you operate.

Interoperability and durability

Receipts are most useful when they remain verifiable years later, possibly by systems that did not exist when the receipt was created. That is why interoperability (systems working together through shared expectations) and durability (records remaining usable over time) matter.

Use clear, documented fields

If each platform invents its own field names and semantics, receipts become hard to verify outside that platform. Many teams define a minimal shared set of fields: transaction hash, chain, amount, time, issuer address, and business reference. Additional fields can exist, but verifiers should not need proprietary software to check the basics.

Plan for link rot

If a receipt points to an off-chain URL, that URL can stop working if a domain changes or a server is retired. Content-addressed systems reduce this risk by locating files through fingerprints rather than locations, but they introduce other operational questions, such as who pins (keeps) the content available and who can decrypt it.

Think about chain longevity

On-chain receipts depend on the chain continuing to exist and remain accessible. No chain is risk-free. A durable approach is to store enough information in the receipt so that, even if a specific service disappears, the payment reference can still be verified through widely available tools.

Standards for the NFT layer

NFT standards like ERC-721 and ERC-1155 provide common behavior for token ownership and transfer mechanics.[2][3] Receipt design still needs consistency at the data layer, because standards do not define what a "receipt" means or which fields it should contain.

Alternatives and complements

NFT receipts are one tool among many. In some cases, a simpler approach works better, or an NFT receipt works best alongside other documentation.

Traditional receipts and invoices

Email receipts, PDFs, and accounting system entries are familiar and widely accepted. Their weaknesses are usually verification and portability: it can be hard for a third party to verify a PDF was not altered, and hard for a user to keep track of receipts across platforms. NFT receipts can complement traditional documents by anchoring integrity checks on-chain.

Verifiable credentials

Another approach is verifiable credentials (digitally signed statements that can be checked for tampering). The W3C Verifiable Credentials standard describes a model where an issuer, holder, and verifier can exchange claims with cryptographic proof.[11] In some designs, a receipt could be a verifiable credential, and an NFT could be used only as a pointer to it, or not used at all.

This approach can be useful when you want selective disclosure, or when you want receipts to be portable without exposing all details publicly on a blockchain.

Event logs and internal ledgers

If you control the payment system end-to-end, you may be able to rely on smart contract event logs (records emitted by a contract when actions occur) plus an internal ledger. That can deliver many of the same benefits as NFT receipts with fewer moving parts. The tradeoff is user portability: an NFT can live in a user wallet, while internal logs live in your system.

FAQ

Does an NFT receipt prove I paid in USD1 stablecoins?

By itself, an NFT receipt is only a claim. Strong proof comes from verifying that the receipt references a real blockchain transfer of USD1 stablecoins and that the receipt was minted by a legitimate issuer. A good receipt design makes that verification straightforward.

Can an NFT receipt replace invoices and tax records?

Often, no. Many tax and accounting regimes expect invoices and supporting documents in specific forms. NFT receipts can support recordkeeping, but you should confirm what your local rules accept as evidence.

Are NFT receipts private?

Not automatically. If a receipt stores sensitive details on-chain, it may be visible to many parties. Privacy comes from design choices like minimizing on-chain fields, using off-chain documents, and encrypting sensitive files.

Do I have to pay extra fees to get a receipt NFT?

Minting an NFT typically costs a network fee. Some systems cover that fee for users, and some pass it along. Batch designs or receipts that live off-chain can reduce costs.

Can a receipt NFT be transferred?

It depends on how it is designed. Transferable receipts can be useful for tickets or transferable entitlements. Non-transferable receipts can be useful for personal subscriptions or compliance recordkeeping.

What is the safest mental model for an NFT receipt?

Treat it like a labeled bookmark: it points to a payment and adds context. Verify the payment reference, verify the issuer, and avoid assuming the receipt creates rights beyond what the underlying agreement states.

Sources

  1. Blockchain Technology Overview (NISTIR 8202)
  2. ERC-721: Non-Fungible Token Standard (EIP-721)
  3. ERC-1155: Multi Token Standard (EIP-1155)
  4. Updated Guidance: A Risk-Based Approach to Virtual Assets and Virtual Asset Service Providers (FATF, 2021)
  5. FinCEN Guidance FIN-2019-G001: Application of FinCEN's Regulations to Certain Business Models Involving Convertible Virtual Currencies (2019)
  6. OFAC Sanctions Compliance Guidance for the Virtual Currency Industry (2021)
  7. High-level Recommendations for the Regulation, Supervision, and Oversight of Global Stablecoin Arrangements (FSB, 2023)
  8. Markets in Crypto-Assets Regulation (MiCA) overview (ESMA)
  9. Asset-referenced and e-money tokens under MiCA (EBA)
  10. MAS finalises stablecoin regulatory framework (MAS, 2023)
  11. Verifiable Credentials Data Model v2.0 (W3C)