diff --git a/README.md b/README.md
index a3f76be..c7a80fe 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,11 @@
# p2pmq
+
+
**NOTE: This is an experimental work in progress. DO NOT USE**
+
+
`p2pmq` is a distributed, permissionless message queue.
A group of `p2pmq` peers forms a standalone network for
@@ -114,4 +118,4 @@ service MsgValidation {
// The stream is used to validate messages before processing and propagating them to the network.
rpc ValidationChannel(stream Message) returns (stream ValidatedMessage) {}
}
-```
\ No newline at end of file
+```