# Privacy & Security

* **You are the owner:** Your locker is owned by the wallet you connect when you create it.
* **Automation:** By automating actions, Locker only gets minimal permissions to perform specific tasks on your behalf.
* **Session Keys:** We use session keys, similar to OAuth permissions, to limit what the app can do for you. Learn more about session keys [here](https://docs.zerodev.app/sdk/advanced/session-keys).
* **Consistency:** Your address is the same across all supported chains, meaning you’ll have a consistent address on every chain.
* **Future Enhancements:** Soon, users will be able to set spending caps and other account protections to minimize the risk if an account is compromised.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.locker.money/privacy-and-security.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
