diff --git a/appkit/features/smart-sessions.mdx b/appkit/features/smart-sessions.mdx
index 8abbd18c..22537522 100644
--- a/appkit/features/smart-sessions.mdx
+++ b/appkit/features/smart-sessions.mdx
@@ -1,6 +1,6 @@
---
-title: Smart Sessions
-
+title: Automated Onchain Actions (Smart Sessions)
+sidebarTitle: Automated Onchain Actions (Smart Sessions)
---
Smart Sessions is a feature in Reown AppKit that allows users to grant decentralized applications (dApps) permission to perform specific blockchain actions on their behalf for a defined period of time. This eliminates the need for users to manually approve each transaction, enhancing the user experience by enabling seamless and automated interactions.
@@ -54,6 +54,16 @@ In order to try out the demo, you need to use the email login flow. If your emai
- **In-Game Transactions**: Allow games to perform actions like purchasing items or allocating resources without interrupting gameplay.
+## Supported Networks
+
+Currently, Smart Sessions are supported on Ethereum Sepolia and Base Sepolia.
+
+It will soon be available on Base Mainnet and all EVM chains supported by AppKit's [Smart Accounts](/appkit/features/smart-accounts).
+
+
+Looking to add support for other networks? Contact sales@reown.com.
+
+
## Get Started