> For the complete documentation index, see [llms.txt](https://docs.ramper.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ramper.xyz/ramper-wallet/user-faqs/can-i-recover-my-wallet-if-i-lose-my-social-account.md).

# Can I recover my wallet if I lose my social account?

Normally, a digital asset on the Defi platform can only be stored in an address (wallet) on the corresponding blockchain, which is created and managed by a passphrase. You need to back up the Passphrase in a safe place and not share it with anyone. Anyone who has the Passphrase will be able to access your wallet as well as the assets inside it.

Likewise, every wallet on Ramper is also created and managed by Passphrase. Moreover, to simplify management, Ramper allows you to access all your digital assets by using your preferred social accounts as wallets on Ramper will be linked to social accounts or emails. So you just need to log in with the account associated with the wallet you want to access without having to enter a passphrase.&#x20;

In case you lose your social account or you can't log in with your social account anymore, it does not mean that you will not be able to access your assets. As long as you keep the wallet's Passphrase, you can always restore your wallet on other crypto wallets like Coin98, Metamask, TrustWallet, etc by using a passphrase. Please note that the social account associated with your wallet is used only for logging in, not for recovering your wallet. In this situation, you also need to contact Ramper Support immediately to request deleting your account in Ramper to ensure the safety of your asset, so no one else can access your wallet via that account.

<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://docs.ramper.xyz/ramper-wallet/user-faqs/can-i-recover-my-wallet-if-i-lose-my-social-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.
