diff --git a/example/legacyDID/1.0/policy.rego b/example/legacyDID/1.0/policy.rego
new file mode 100644
index 0000000000000000000000000000000000000000..cfb9c59f38ce6cec1f8c9d8a3106b67acc2185bc
--- /dev/null
+++ b/example/legacyDID/1.0/policy.rego
@@ -0,0 +1,8 @@
+package example.returnDID
+
+_ := {
+    "@context": ["https://www.w3.org/ns/did/v1", "https://w3id.org/security/suites/ed25519-2020/v1"],
+    "id": issuer().did,
+    "verificationMethod": keys.getAll()
+}
+