> For the complete documentation index, see [llms.txt](https://gitbook.opensocial.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://gitbook.opensocial.co/features/opensocial-account.md).

# OpenSocial Account

In the Web3 world, an account is usually created based on a unique wallet address. However, there are a lot of limitations in using a normal wallet. To improve user experience, OpenSocial adopts the latest blockchain technology [Account Abstraction (ERC-4337)](https://eips.ethereum.org/EIPS/eip-4337), which enables wallets to function like smart contracts. AA wallets enable multi-chain transactions and are much more user-friendly in comparison because no seed phrase is required.&#x20;

AA wallets act like a wallet except for the fact that it cannot sign transactions and has to be controlled by an Externally Owned Account (EOA, i.e. the normal wallet). Hence, the OpenSocial Account created is the AA wallet that will interact with all the smart contracts within the protocol. It will require an EOA to bind and control the OpenSocial Account, which is also known as the “Signer”. Once binded with an EOA, the OpenSocial account (i.e. AA wallet) will have the following functions:

* Deposit and withdraw
* Interact with OpenSocial smart contracts
* Store and transact social assets (e.g. Tribe NFT, Membership NFT etc.)
* Claim rewards within OpenSocial ecosystem

Since the EOA is required for setting up an OpenSocial Account, this may be difficult for a Web2 user. Therefore, we have provided social logins and email accounts (e.g. Facebook, Twitter, Gmail) which will create an EOA wallet address that users can bind to their OpenSocial Account (i.e. AA wallet). OpenSocial provides a low-friction and seamless onboarding process since users can rely on existing social logins without creating a wallet before entering the OpenSocial ecosystem.

Please note the OpenSocial Account is only limited to the OpenSocial ecosystem.

<br>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://gitbook.opensocial.co/features/opensocial-account.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
