Permissioned DEX use case & related edits

This commit is contained in:
mDuo13
2025-09-11 17:14:34 -07:00
parent 00c98cf68f
commit 4ef1a6cd83
5 changed files with 38 additions and 18 deletions

View File

@@ -5,11 +5,11 @@ status: not_enabled
---
# Credentials
The Credentials feature is a set of tools for managing authorization and compliance requirements using the XRP Ledger blockchain, while respecting privacy and decentralization. This feature extends and interconnects with other features of the XRP Ledger including [Deposit Authorization](../../concepts/accounts/depositauth.md)). The goal of this feature is to streamline the process of compliance checks such as [KYC (Know Your Customer)](https://en.wikipedia.org/wiki/Know_your_customer) and to enable further trust-based applications within the XRP Ledger ecosystem.
The Credentials feature is a set of tools for managing authorization and compliance requirements using the XRP Ledger blockchain, while respecting privacy and decentralization. Credentials can be used for [Deposit Authorization](../accounts/depositauth.md) as well as [permissioned domains](../tokens/decentralized-exchange/permissioned-domains.md). Credentials can streamline the process of compliance checks such as [KYC (Know Your Customer)](https://en.wikipedia.org/wiki/Know_your_customer) and to enable further trust-based applications within the XRP Ledger ecosystem.
The design of the Credentials standard draws from the [W3C Verifiable Credentials standard](https://www.w3.org/TR/vc-data-model-2.0/). It is intended to be compatible to an extent that makes sense in the context of the XRP Ledger. There are some differences in data structures and formatting: for example, the subject of a credential is identified by an XRP Ledger address rather than a URL.
_(Requires the [Credentials amendment][] {% not-enabled /%})_
{% amendment-disclaimer name="Credentials" /%}
## Overview