For the complete documentation index, see llms.txt. This page is also available as Markdown.

Transaction Signing (EVM & Solana)

All transactions must be signed using passkeys, ensuring the private key remains secure and never exposed.

  • The SolanaProvider ensures compatibility (isSessionKeyCompatible).

  • For EVM-based transactions, the wallet object includes Turnkey-verified credentials before signing occurs.

Last updated

Was this helpful?