> For the complete documentation index, see [llms.txt](https://docs.coin98.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.coin98.com/products/coin98-super-wallet/extension/social-wallet/how-to-create-a-social-wallet-1.md).

# How to create a Social Wallet

{% hint style="info" %}
Before you get started, please ensure you have an active social media account (e.g., Facebook, Google, Email) that you intend to utilize for setting up a wallet.
{% endhint %}

**Step 1**: Click on the icon at the top left corner of the main screen to access the Sidebar section, click **My Wallets**

**Step 2:** Click on the Add Wallet icon

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

**Step 3**: Select the **Social Wallet** option then click **Continue**

**Step 4**: Choose the Social Account

* Choose the social media platform you prefer for authentication (e.g., Facebook, Google, Email).

<figure><img src="/files/37ieliMX9k5H3LyBjDv9" alt=""><figcaption></figcaption></figure>

**Step 5**: Authorize Access

* You will be redirected to the login page of the selected social media platform.
* If you're not already logged into your social media account, you'll be asked to enter your social media credentials (username and password).

{% hint style="info" %}
**Note**: If you opt to log in using the Email option, you will need to verify your email to sign in.
{% endhint %}

You will be navigated back to the **Wallets** main screen with the recently created Social Wallet selected.&#x20;

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

{% hint style="info" %}
The newly created Social Wallet is a Multi-chain Wallet.
{% endhint %}


---

# 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://docs.coin98.com/products/coin98-super-wallet/extension/social-wallet/how-to-create-a-social-wallet-1.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.
