# Welcome

{% hint style="success" %}
Welcome to the official documentation for Guardian Smart Wallet contracts, a smart contract to provide a secure and invisible wallet experience to your dApp users⚡️.
{% endhint %}

## Overview

> **Guardian Smart Wallet SDK** empowers you with:
>
> * **Unparalleled Security:** Say goodbye to vulnerable private keys. Guardian Smart Wallet leverages account abstraction to protect your assets and provides a very user friendly guardian-based recovery, ensuring your peace of mind.
> * **Uncompromising Control:** Take back control of your digital identity. Guardian Smart Wallet empowers you with features like secure account locking, providing you with the tools to manage your assets with confidence.<br>

> **Explore this documentation to discover:**
>
> * **Our Features:** Guardian Smart Wallet offers features that elevate the wallet experience and security for your users through [smart accounts](https://0xshiven.gitbook.io/guardian-smart-wallet-contracts/overview/our-features/smart-wallets), [asset locking](https://0xshiven.gitbook.io/guardian-smart-wallet-contracts/overview/our-features/social-account-locking) and [social account recovery.](https://0xshiven.gitbook.io/guardian-smart-wallet-contracts/overview/our-features/social-account-recovery)
>
> * **Understand how it all works:** We understand that as a DApp dev, you're concerned about how things work and should be we informed about the [Guardian Smart Wallet architecture ](https://0xshiven.gitbook.io/guardian-smart-wallet-contracts/overview/architecture)and the [role of each contract ](https://0xshiven.gitbook.io/guardian-smart-wallet-contracts/overview/architecture#contracts)deployed to bring these features to life.
>
> * **Guides:** Dive deeper into each contract and it's functions through our extensive contract [guides.](https://0xshiven.gitbook.io/guardian-smart-wallet-contracts/guides)
>
> * **Troubleshooting and FAQs:** Find answers to your questions and resolve any technical issues you may encounter.
>
> #### **Ready to unlock the potential of** Guardian Smart Wallet Contract&#x73;**? Let's go 🚀!**

## Quick links

{% content-ref url="overview/our-features" %}
[our-features](https://0xshiven.gitbook.io/guardian-smart-wallet-contracts/overview/our-features)
{% endcontent-ref %}

{% content-ref url="overview/architecture" %}
[architecture](https://0xshiven.gitbook.io/guardian-smart-wallet-contracts/overview/architecture)
{% endcontent-ref %}

{% content-ref url="guides" %}
[guides](https://0xshiven.gitbook.io/guardian-smart-wallet-contracts/guides)
{% endcontent-ref %}


---

# 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://0xshiven.gitbook.io/guardian-smart-wallet-contracts/welcome.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.
