From 24560e5b73499b7f59db38c9d91750fc80c959b3 Mon Sep 17 00:00:00 2001 From: Gee-Hsien Chuang Date: Tue, 25 Jun 2024 18:04:33 -0700 Subject: [PATCH] Clarify that money addresses are present and active (#27) Previous wording ("that have been associated") could be misunderstood as including prior, but currently inactive, addresses. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6687db4..a4fd1e5 100644 --- a/README.md +++ b/README.md @@ -121,7 +121,7 @@ More concretely, The objective of this specification is to provide a standardize A Decentralized Agnostic Paytag (DAP) is a human-friendly email-like handle that can be shared between individuals for the purposes of sending and recieving money. More specifically, a DAP can be _resolved_ to retrieve information about what currencies and payment networks an individual can receive money on. -A DAP resolves to a Decentralized Identifier ([DID](https://www.w3.org/TR/did-core/)) by the registry associated to the domain portion of the DAP. The resulting DID is then resolved to retrieve all of the [money addresses](#money-address) that have been associated with the respective DID. +A DAP resolves to a Decentralized Identifier ([DID](https://www.w3.org/TR/did-core/)) by the registry associated to the domain portion of the DAP. The resulting DID is then resolved to retrieve all of the active [money addresses](#money-address) where the individual is able to receive payment. > [!IMPORTANT] > DAPs have nothing to do with the actual mechanics of sending and receiving money. They are simply a means to easily retrieve information about how to send and receive money to/from an individual.