diff --git a/index.html b/index.html
index 8b21bcf..1505239 100644
--- a/index.html
+++ b/index.html
@@ -487,6 +487,37 @@
Terms defined by cited specifications
removed if implementers want to treat the examples as valid JSON or JSON-LD.
+
+ Design Goals
+
+The following are the design goals of the technology in this specification:
+
+ -
+Authenticity: a Verifiable Credential Barcode that succesfully verifies is
+guaranteed to have originated from the claimed issuing authority.
+
+ -
+Integrity: data on a document with a Verifiable Credential Barcode that
+succesfully verifies is guaranteed to not have been modified as long as that data
+is secured by the barcode.
+
+ -
+Real-time Status: verification of a Verifiable Credential Barcode proves that
+the document has not been revoked or suspended, and this is done without a
+privacy-invasive "phone home" to a source-of-truth database.
+
+ -
+Simplicity: Verifiable Credential Barcodes reuse existing optical barcodes on
+documents (e.g. PDF417s on the back of AAMVA compliant Driver's Licenses) or add a
+new barcode in an easily consumable form (e.g. a QR code).
+
+ -
+Conformance: the Verifiable Credential Barcodes technology stack is aligned with
+global standards and standards-track technologies.
+
+
+
+