> For the complete documentation index, see [llms.txt](https://docs.slingshotdao.com/slingshot-dao/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.slingshotdao.com/slingshot-dao/slingshot-app/mpc-wallets.md).

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