> ## Documentation Index
> Fetch the complete documentation index at: https://docs.sophon.xyz/llms.txt
> Use this file to discover all available pages before exploring further.

# Overview

> Learn what makes the Sophon Account unique.

<img src="https://mintcdn.com/sophon-29bed8dc/0txbnStdv27i3LeR/images/account/sophon-account-v2.png?fit=max&auto=format&n=0txbnStdv27i3LeR&q=85&s=d14ff1a51094be3528a298563e89ecbe" alt="Sophon Account V2" width="1920" height="1080" data-path="images/account/sophon-account-v2.png" />

## What is Sophon Account?

The **Sophon Account** is a cross-application smart contract account designed to enhance the user experience across the [Sophon ecosystem](/build/partners/overview). Built on Sophon's native **Account Abstraction**, it allows users to interact seamlessly with decentralized applications (dApps) using familiar login methods such as email, social accounts, or existing EOA wallets without needing to re-authenticate on each supported application.

By leveraging Sophon's infrastructure, the wallet ensures a secure and smooth onboarding, making it easy even for non crypto native users to engage with the decentralized world.

<Warning>This documentation only valid for version >=2.0.0. Versions below 2.0.0 are deprecated and not functional anymore.</Warning>

## Features and Goals

These are our main features and goals:

* 🧩 Modular smart accounts based on [ERC-7579](https://eips.ethereum.org/EIPS/eip-7579#modules)
* 🔑 Passkey authentication (no seed phrases)
* ⏰ Sessions w/ easy configuration and management
* 💰 Integrated paymaster support
* ❤️‍🩹 Account recovery
* Setup EOA or other SSO Guardian accounts to create new passkey
* Use Google Auth (OIDC) recovery flow to create new passkey
* 💻 Simple SDKs :
  * Node.js
  * React Native
* 🤝 Open-source authentication server & api
* 🎓 Examples to get started quickly

## Source Code

All the code for our Sophon Account is open-source and available on [GitHub](https://github.com/sophon-org/sophon-account-sso) under the MIT License. Feel free to contribute, report issues, or suggest new features to help us improve the tool for everyone.

The contracts used for the Account Abstraction are a fork of [ZKsync SSO Smart Contracts](https://github.com/matter-labs/zksync-sso-clave-contracts), open-source and available on [GitHub](https://github.com/sophon-org/zksync-sso-clave-contracts) under the GNU License.
