diff --git a/index.html.j2 b/index.html.j2
index 0dcdead..ac40be6 100644
--- a/index.html.j2
+++ b/index.html.j2
@@ -62,7 +62,16 @@
     <p>You can learn more about Taler on our main <a href="https://taler.net">website</a>.</p>
   </div>
   <section id="main" class="content">
-  <button class="pure-button pure-button-primary" onclick="addAuditor()">Add Auditor</button>
+    <h1>{{ currency }} Auditor</h1>
+
+    This is the web site of the auditor for the currency "{{ currency }}".
+    In the GNU Taler system, an auditor is responsible for verifying that an exchange operates correctly.
+    If you trust us to do a good job auditing, please click on
+    <br><br>
+    <center><button class="pure-button pure-button-primary" onclick="addAuditor()">Add Auditor</button></center>
+    <br>
+    to tell your wallet that you are willing to trust exchanges that
+    we audit to handle the {{ currency }} currency properly.
   </section>
 </body>
 </html>
