Skip to content

Delegated actions

Privy enables your application to request permissions from users to transact on their behalf. Once a user grants your application permission, your application can transact with their wallet from the server, even when the user themselves is offline.

Privy’s architecture guarantees that your server will never see the wallet's secret key. Instead, the key is secured by Shamir’s secret sharing and all signing takes place in a secure enclave that only your application can make authorized requests to.

Sample delegated actions flow
Sample delegated actions flow

Get started with delegated actions with the guides below: