What problem does it solve?
Turnkey Wallet solves the challenge of giving AI agents the ability to sign transactions and act on behalf of users while enforcing strict security and governance controls so keys never leave a trusted execution environment and actions stay within defined policies.
Core Features & Use Cases
- Secure Enclaves — keys are held in TEE-backed hardware so private keys are never exposed.
- Policy Engine — enforce spending limits, contract whitelists, time-bound delegation, and multi-approver quorums.
- Delegated Signing — agents can request signatures under constrained conditions without full custody of keys.
- SDK & Integration — TypeScript SDK for server integrations and multi-chain transaction support.
- Use Case: An agent executes a cross-chain token swap within a 500 USDC daily limit and only against pre-approved swap contracts, with signatures produced inside a secure enclave.
Quick Start
Provision an agent wallet with Turnkey, set a 500 USDC daily spending limit, and restrict signatures to a whitelist of approved contract addresses.