> For the complete documentation index, see [llms.txt](https://docs.ready.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ready.co/aa-use-cases/session-keys/faq.md).

# FAQ

### Can session keys be used to sign a message on behalf of the user ?

For now, session keys only support transactions and meta-transactions

### Does the dapp need to manage nonces ?

Yes ! With session keys, the users interact directly with the dapp, meaning that the Ready wallets cannot take care of nonce management.

It is up to the dapp to keep track of nonces locally and increment them as you can't rely on a RPC call to `get_nonce` .
