# What Is Shyft Wallet?

## Introduction

Shyft Wallet is a revolutionary hybrid account-abstraction wallet that bridges the gap between traditional Web2 and the innovative world of Web3. Designed to provide a user-friendly experience, Shyft Wallet simplifies complex interactions with the Web3 ecosystem.

### **Key Features**:

<figure><img src="/files/X84Ek9cPAhR6MuXOXcb4" alt=""><figcaption></figcaption></figure>

### ERC-4337 <a href="#erc-4337" id="erc-4337"></a>

ERC-4337 (Account Abstraction via Entry Point Contract specification) is a specification that aims to use an entry point contract to achieve account abstraction without changing the consensus layer protocol of Ethereum. User wallet is merged with the smart contract functionality. As a result, the user has ownership of a smart contract that keeps their assets, allows them to send transactions, and also allows them to create new smart contracts.

<figure><img src="/files/6jftcXCx2tzAL6t8D1xm" alt=""><figcaption></figcaption></figure>


---

# 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://shyft-wallet.gitbook.io/shyft-wallet/introduction/what-is-shyft-wallet.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.
