diff --git a/index.html b/index.html
index 5603ddcc..d07730bc 100644
--- a/index.html
+++ b/index.html
@@ -215,8 +215,9 @@
Introduction
-This document serves as an official repository for all known global parameters,
-properties, and values used by the Decentralized Identifier ecosystem.
+This document serves as a list of documents that contain known properties and
+values used by DID Methods [[DID-CORE]] and DID Resolution [[DID-RESOLUTION]] in
+the Decentralized Identifier ecosystem.
@@ -249,14 +250,34 @@ The Registration Process
Any method name SHOULD avoid generic terms such as "mymethod" or "registry".
-If there are copyright, trademark, or any intellectual property rights
-concerns, the addition and use MUST be authorized in writing by the intellectual
-property rights holder under a
-F/RAND
-license. Examples include DID Methods that use trademarked brand names,
-property names that utilize the titles of copyrighted works, and patented
-technology that would cause the use of the extension to require licensing a
-patent.
+Any DID Method submission MUST not impose any concerns about copyright,
+trademark, or intellectual property rights on the W3C, DID Method
+implementers, or users. To that end, the following apply:
+
+ -
+DID Method submitters affirm to the best of their knowledge that their
+submission will not infringe upon or otherwise violate the rights of any third
+party.
+
+ -
+If there are any known concerns about copyright, trademark, or intellectual
+property rights, the addition and use of a DID Method MUST be authorized in
+writing by the holder of the intellectual property rights under an
+F/RAND
+license.
+
+ -
+If a DID Method is subsequently alleged to violate any copyright, trademark,
+or intellectual property rights, those making the allegation MUST provide
+documentation of their granted legal rights or an order from a court or
+arbitral tribunal, in each case of competent jurisdiction.
+
+ -
+Should documentation of legally valid and enforceable copyright, trademark,
+or intellectual property rights be presented, then, at the discretion of the
+rights holder, the DID Method in question MUST be removed.
+
+
Any addition MUST NOT create unreasonable legal, security, moral, or privacy
diff --git a/methods/dweb.json b/methods/dweb.json
new file mode 100644
index 00000000..2d4d0b79
--- /dev/null
+++ b/methods/dweb.json
@@ -0,0 +1,9 @@
+{
+ "name": "dweb",
+ "status": "registered",
+ "verifiableDataRegistry": "SinoChain",
+ "contactName": "Aisino Corporation",
+ "contactEmail": "chengsijin@aisino.com",
+ "contactWebsite": "",
+ "specification": "https://github.com/Aisino-Blockchain/dweb-Method-Specification"
+}
diff --git a/methods/iden3.json b/methods/iden3.json
index d8df06fd..6c60594d 100644
--- a/methods/iden3.json
+++ b/methods/iden3.json
@@ -2,8 +2,8 @@
"name": "iden3",
"status": "registered",
"verifiableDataRegistry": "EVM compatible chains",
- "contactName": "ZK ID Labs AG, Polygon ID",
+ "contactName": "ZK ID Labs AG, Privado ID",
"contactEmail": "",
- "contactWebsite": "https://www.polygonid.com/",
- "specification": "https://github.com/0xPolygonID/did-polygonid"
+ "contactWebsite": "https://www.privado.id/",
+ "specification": "https://github.com/iden3/did-iden3/"
}
diff --git a/methods/polygonid.json b/methods/polygonid.json
index a363c66c..cbe69861 100644
--- a/methods/polygonid.json
+++ b/methods/polygonid.json
@@ -2,8 +2,8 @@
"name": "polygonid",
"status": "registered",
"verifiableDataRegistry": "EVM compatible chains",
- "contactName": "ZK ID Labs AG, Polygon ID",
+ "contactName": "ZK ID Labs AG, Privado ID (formerly Polygon ID)",
"contactEmail": "",
- "contactWebsite": "https://www.polygonid.com/",
- "specification": "https://github.com/0xPolygonID/did-polygonid"
+ "contactWebsite": "https://www.privado.id/",
+ "specification": "https://github.com/iden3/did-iden3/"
}