Using session signers, users can allow your server to sign requests with their embedded wallet, enabling your app to take action on-chain without needing the user in the loop. This functionality allows your app to:
Privy’s architecture guarantees that your server will never see the wallet’s private key. All signing takes place in a secure enclave that only your application can make authorized requests to.
Follow the guides below to provision session signers for your users’ wallets and enable your app to securely interact with these wallets from your servers.
Add a session signer to a user’s wallet and start interacting with the wallet from your servers.
Send transactions on behalf of your users from a server environment.
Using session signers, users can allow your server to sign requests with their embedded wallet, enabling your app to take action on-chain without needing the user in the loop. This functionality allows your app to:
Privy’s architecture guarantees that your server will never see the wallet’s private key. All signing takes place in a secure enclave that only your application can make authorized requests to.
Follow the guides below to provision session signers for your users’ wallets and enable your app to securely interact with these wallets from your servers.
Add a session signer to a user’s wallet and start interacting with the wallet from your servers.
Send transactions on behalf of your users from a server environment.