diff --git a/static/index.html b/static/index.html
index c17698d7..7e419c09 100644
--- a/static/index.html
+++ b/static/index.html
@@ -8,6 +8,7 @@
+
@@ -182,6 +183,9 @@
+
+ help_outline
+
diff --git a/static/styles/rewards/pay.css b/static/styles/rewards/pay.css
index ec76f153..65f99e4b 100644
--- a/static/styles/rewards/pay.css
+++ b/static/styles/rewards/pay.css
@@ -193,3 +193,12 @@ footer {
border-bottom-color: transparent;
border-left-color: transparent;
}
+
+.faq-icon {
+ position: fixed;
+ bottom: 20px;
+ right: 20px;
+ font-size: 36px;
+ color: #999999;
+ cursor: pointer;
+}
\ No newline at end of file