# Quickstart

Follow these instructions to start using Locker

1. Go to <https://app.locker.money>
2. Select 'Sign up'

<figure><img src="/files/WiokQYtSV74EvbBC3ZTE" alt="" width="375"><figcaption></figcaption></figure>

3. Enter your email. We use this for notifications. Check your email and enter the 2FA code. You are now logged in.&#x20;
4. Select "Create a Locker"

   <figure><img src="/files/hrD511yTfSodMaai1jlV" alt=""><figcaption></figcaption></figure>
5. A wallet connect modal will pop-up. Be sure to select the wallet that you want to be in control of your locker. At the moment, this cannot be changed after locker creation.

<figure><img src="/files/VqEVTgSWTbt5H7eNkco6" alt="" width="188"><figcaption></figcaption></figure>

7. Select the automations you want to enable. Learn more about the options in the [introduction](/introduction.md).
8. Choose how to allocate your funds. If you chose to forward funds, make sure to check the wallet address funds will be sent to. By default, funds will be sent to the wallet you used to connect.

<figure><img src="/files/3q0LXASerb9OsV5kubBj" alt="" width="188"><figcaption></figcaption></figure>

9. After selecting 'Enable automations' you'll need to sign a transaction. Behind the scenes, this generates a session key which gives Locker limited permission to move funds on your behalf.&#x20;
10. For your own security, automations are chain specific.  At this point, you've enabled automations for a single chain. Now, deposit by selecting "Copy".![](/files/frvY0MQvb71sa0Kc7mwv)
11.


---

# 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/quickstart.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.
