Skip to content

Docs Update: Renaming "Smart Sessions" in the docs and adding more context #426

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
May 16, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 12 additions & 2 deletions appkit/features/smart-sessions.mdx
Original file line number Diff line number Diff line change
@@ -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.
Expand Down Expand Up @@ -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).

<Note>
Looking to add support for other networks? Contact [email protected].
</Note>

## Get Started

<CardGroup cols={2}>
Expand Down