Using 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:Documentation Index
Fetch the complete documentation index at: https://docs.privy.io/llms.txt
Use this file to discover all available pages before exploring further.
- Approve future onchain actions (i.e. setting a limit order or stop loss) for when the user is offline
- Automate certain onchain actions (i.e. sending a transaction when a certain condition is met)
- Reduce popups by signing transactions on the users behalf
Get started
Add a signer
Add a signer to a user’s wallet and start interacting with the wallet from your servers.
Send transactions from your server
Send transactions on behalf of your users from a server environment.

