diff --git a/index.html b/index.html
index 7452a5e84..937557ca3 100644
--- a/index.html
+++ b/index.html
@@ -1497,6 +1497,95 @@
Refreshing
+
+ Mode of Operation
+
+This section is non-normative.
+
+
+Section provided an overview of the verifiable
+credential ecosystem. A more detailed look at the way the eco-system is envisaged
+to operate is as follows.
+
+
+
+Note that the following ordering of steps is not fixed and some steps may be repeated
+multiple times.
+
+
+
+ -
+Step 1. The verifier defines its policies for accepting verifiable credentials
+from holders for its supported actions.
+
+ -
+Step 2. The issuer issues a verifiable credential to the holder.
+
+ -
+Step 3. The holder MAY pass on its verifiable credentials to another holder.
+
+ -
+Step 4. The final holder presents its verifiable credentials to the verifier in
+a verifiable presentation, requesting a supported action.
+
+ -
+Step 5. The verifier verifies the authenticity of the verifiable presentation
+and verifiable credentials.
+
+ -
+Step 6. The verifier verifies that the holder may posses the verifiable
+credentials.
+
+ -
+Step 7. The verifier determines whether to accept the verifiable credentials for
+the requested action, taking into account its policy, the holder, and the contents
+of the verifiable credentials.
+
+ -
+Step 8. The verifier either performs the requested action or rejects the request.
+
+
+
+
+This specification does not define any protocol for the transfer
+of verifiable credentials or verifiable presentations, but assuming that other
+specifications do specify how they are transferred between the various entities, then:
+
+
+
+ -
+This verifiable credentials specification is directly applicable to steps
+2, 3, 4, 5 and 6.
+
+ -
+This verifiable credentials specification is not sufficient on its own for
+steps 1, 7, and 8 as an authorisation framework will be needed as well.
+
+
+
+
+In particular, Section and Section
+ specify how a verifier can
+determine whether:
+
+
+ -
+the holder is the subject of a verifiable credential,
+
+ -
+the relationship between the subject and the holder,
+
+ -
+the original holder passed a verifiable credential to a subsequent holder,
+
+ -
+any restrictions on the use of the verifiable credentials by the holder and/or verifier.
+
+
+
+
+
+