diff --git a/README.md b/README.md
new file mode 100644
index 0000000..a93090b
--- /dev/null
+++ b/README.md
@@ -0,0 +1,126 @@
+
+
+Join our telegram
+Visit our website
+
+
+
+
+
+
+# Relay interchain-queries using the new GO v2 Relayer
+
+## 1. Download and build binaries
+```
+cd $HOME
+git clone https://github.com/Stride-Labs/interchain-queries.git
+cd interchain-queries
+go build
+sudo mv interchain-queries /usr/local/bin/icq
+```
+
+## 2. Make home dir for icq and create configurations file
+```
+cd $HOME && mkdir .icq
+sudo tee $HOME/.icq/config.yaml > /dev/null < NOTE: Please use the same wallet you have used for relayer task, as it is the only way to prove that icq runs on your behalf!
+```
+icq keys restore --chain stride-testnet wallet
+icq keys restore --chain gaia-testnet wallet
+```
+
+## 4. Create icq service
+```
+sudo tee /etc/systemd/system/icqd.service > /dev/null <