# MPC Wallets

Slingshot uses [Web3Auth](https://web3auth.io/) MPC wallets for all of its accounts, authenticated by social login.&#x20;

This allows the rapid  login and provisioning of wallets for all users, regardless of their web3 experience, **in seconds**.

As a result, users from all walks of life, gamers and degens alike, can **all easily access** and become a part of the Slingshot ecosystem, a key milestone in achieving Slingshots mission.

<div align="left"><figure><img src="/files/cw3GLusuw84bT8AdKHWd" alt="" width="563"><figcaption></figcaption></figure></div>

Upon choosing a login method the user is then provisioned with a self-custody MPC wallet (linked specifically to that social account) which they will use thereafter to interact with the Slingshot dApp.

(Logging in with different social accounts will create different wallets respectively.)

The user will also be prompted to setup 2-factor authentication to further secure their wallet.

{% hint style="info" %}
Slingshot does NOT have the recovery keys to these wallets. They are entirely self custodial. The user is the only person with keys to the wallet.\
\
&#x20;If a user loses access to their social login or 2-factor code, they will lose access to the wallet.
{% endhint %}


---

# 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://docs.slingshotdao.com/slingshot-dao/slingshot-app/mpc-wallets.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.
