diff --git a/home.php b/home.php
index da8a6364..8def9448 100644
--- a/home.php
+++ b/home.php
@@ -10,7 +10,7 @@ Title: Home
{% t index.what_is_1 %} {% t global.monero %} {% t index.what_is_2 %}
{% t index.what_is_orange_block %}
{% t index.what_is_text_block_1 %}
- {% t index.what_is_text_block_2 %} {% t global.getting_started %} {% t index.what_is_text_block_4 %}
+
{% t index.what_is_text_block_2 %} {% t global.getting_started %} {% t index.what_is_text_block_4 %}
diff --git a/knowledge-base/moneropedia/cryptocurrency.md b/knowledge-base/moneropedia/cryptocurrency.md
new file mode 100644
index 00000000..8c4343d9
--- /dev/null
+++ b/knowledge-base/moneropedia/cryptocurrency.md
@@ -0,0 +1,10 @@
+---
+layout: moneropedia
+entry: "Cryptocurrency"
+terms: ["cryptocurrency", "cryptocurrencies", "altcoin", "altcoins"]
+summary: "digital currencies that do not have a central point of control, operating in a distributed peer-to-peer network"
+---
+
+### The Basics
+
+{{ page.summary | capitalize }}.
\ No newline at end of file
diff --git a/knowledge-base/moneropedia/paymentid.md b/knowledge-base/moneropedia/paymentid.md
new file mode 100644
index 00000000..c50a35bd
--- /dev/null
+++ b/knowledge-base/moneropedia/paymentid.md
@@ -0,0 +1,10 @@
+---
+layout: moneropedia
+entry: "Payment ID"
+terms: ["payment-ID", "payment-IDs"]
+summary: "an optional flag that is added to identify transactions to merchants, consisting of 64 hexadecimal characters"
+---
+
+### The Basics
+
+{{ page.summary | capitalize }}.
\ No newline at end of file
diff --git a/knowledge-base/moneropedia/stealthaddress.md b/knowledge-base/moneropedia/stealthaddress.md
new file mode 100644
index 00000000..bf540a7a
--- /dev/null
+++ b/knowledge-base/moneropedia/stealthaddress.md
@@ -0,0 +1,10 @@
+---
+layout: moneropedia
+entry: "Stealth Address"
+terms: ["stealth-address", "stealth-addresses"]
+summary: "a special property of Monero addresses that makes it impossible to see which address a transaction went to or came from"
+---
+
+### The Basics
+
+{{ page.summary | capitalize }}.
\ No newline at end of file