diff --git a/README.md b/README.md
index 549bf67..1bd75e3 100644
--- a/README.md
+++ b/README.md
@@ -75,6 +75,29 @@ https://app.tonkeeper.com/transfer/
?
Opens a compact confirmation dialog with all data filled-in.
User cannot edit any of the info and can only confirm or dismiss the request.
+#### Unauthenticated token transfers
+
+```
+https://app.tonkeeper.com/jetton-transfer/
+https://app.tonkeeper.com/jetton-transfer//?amount=
+https://app.tonkeeper.com/jetton-transfer/?text=
+```
+
+Opens the pre-filled Send screen and offers user to enter the missing data.
+
+```
+ton://transfer/?
+ amount=&
+ text=
+
+https://app.tonkeeper.com/transfer/?
+ amount=&
+ text=
+```
+
+Opens a compact confirmation dialog with all data filled-in.
+User cannot edit any of the info and can only confirm or dismiss the request.
+
#### Unauthenticated donations
WIP.