# Introduction

Locker is a consumer savings and investment app built on crypto technology. It makes moving money around the world easier and safer.&#x20;

With Locker, you can use EVM smart accounts (ERC-4337) to automate several actions:

#### [Forwarding](/using-locker/how-to-forward-funds.md)

* Redirect money any time you get paid or receive a transfer
* Forward money to a hot wallet you control, send royalty payments to a third party, etc.

#### [Off-ramp](/using-locker/how-to-off-ramp-to-cash.md)

* Withdraw crypto to USD and deposit it into your bank account or debit card

#### [Savings](/using-locker/how-to-save-in-locker.md)

* Set savings goals\*
* Earn yield\*
* Use time-based lock-ups\*

#### [DeFi (coming soon)](/using-locker/how-to-deposit-funds.md)

* Swap between tokens\*

`* coming soon`

### Key features

Every locker includes the following features:

* **Non-custodial:** Your funds always remain under your control.
* **Automated:** Once set up, you never need to sign a transaction again.
* **Secure:** We use minimally scoped [session keys](/how-it-works/session-keys.md) to move money on your behalf to pre-approved addresses. In the near future we will also allow users to set spending caps and other account firewalls to limit the impact of a compromised account.
* **Sponsored gas:** Locker [covers gas fees](/pricing.md) for all your transactions. We collect a small service fee for this service.

####


---

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