diff --git a/src/content/docs/kromer/design.mdx b/src/content/docs/kromer/design.mdx
index 62f4dbd..2442af5 100644
--- a/src/content/docs/kromer/design.mdx
+++ b/src/content/docs/kromer/design.mdx
@@ -1,5 +1,5 @@
---
-title: Kromer Design
+title: Design
---
import { Aside } from '@astrojs/starlight/components';
diff --git a/src/content/docs/kromer/shops.mdx b/src/content/docs/kromer/shops.mdx
new file mode 100644
index 0000000..f1d80ac
--- /dev/null
+++ b/src/content/docs/kromer/shops.mdx
@@ -0,0 +1,29 @@
+---
+title: Shops
+---
+import { Aside } from '@astrojs/starlight/components';
+
+Kromer supports practically every Krist shop that follows the documentation on https://krist.dev/docs.
+Some shops like Radon URL Encode the body and are not compatible with Kromer by default. This is an undocumented feature of the official Krist server.
+Radon requires manual patching for this reason.
+
+### Community fork ([link](https://github.com/scmcgowen/Radon))
+This community fork is made by Herr Katze, and should work out of the box with Kromer: https://github.com/scmcgowen/Radon, use the install script provided in the repository
+
+## Radon ([link](https://github.com/Allymonies/Radon))
+
+
+The configuration for Radon should look like this:
+
+```lua
+currencies = {
+ {
+ pkey = "***YOURPKEY***",
+ id = "kromer",
+ value = 1,
+ pkeyFormat = "raw",
+ node = "https://kromer.reconnected.cc/api/krist/",
+ },
+ },
+```
+
diff --git a/src/content/docs/kromer/wallets.mdx b/src/content/docs/kromer/wallets.mdx
new file mode 100644
index 0000000..8aa2913
--- /dev/null
+++ b/src/content/docs/kromer/wallets.mdx
@@ -0,0 +1,27 @@
+---
+title: Wallets
+---
+import { Aside } from '@astrojs/starlight/components';
+
+There is a Kromer wallet website available, anything in this list is considered safe to use.
+
+
+
+## Krawlet [kromer.club](https://www.kromer.club/)
+Krawlet is a wallet made by Twijn built to support basic features of Kromer. These features include:
+
+- Viewing Kromer transactions and their metadata
+- Viewing addresses, including their transactions and names purchased
+- Listing addresses (including by the richest)
+- Sending Kromer to addresses or online Minecraft players when provided a private key
+- "Fill-ins" for known Minecraft addresses or verified addresses, making it easier to identify who is involved in transactions and other actions
+
+In addition to the web interface, Krawlet also includes several chat-based commands that can be used. These include:
+
+- \balance [player] - View another players (or your own) Kromer balance
+- \richest [page] - View the richest addresses on Kromer
+- \names [page] - View names registered on Kromer
+
+To view an updated list of commands offered by Krawlet, use `\krawlet` in chat!
+
+Krawlet is still in active development, so more features will be added soon!
\ No newline at end of file