> For the complete documentation index, see [llms.txt](https://docs.surf.tech/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.surf.tech/introduction/faqs.md).

# FAQs

## **What is Surf Wallet?**&#x20;

Surf Wallet is a non-custodial wallet designed for securely managing various cryptocurrencies and NFTs without the need for a centralized exchange. It provides users with the tools to execute peer-to-peer transactions directly on the Sui blockchain.

## **How do I get started with Surf Wallet?**&#x20;

To get started, download the Surf Wallet application from the official website or app store, create your wallet, secure your private key, and you can begin transferring assets to your new wallet. [Official Links](/introduction/official-links.md)

## **Is Surf Wallet safe to use?**&#x20;

Surf Wallet prioritizes security with state-of-the-art encryption and security practices. However, as with any digital wallet, the safety of your assets also depends on how securely you manage your private keys and personal information. Learn more about the security technics: [About zkLogin](/security/about-zklogin.md)

## **Does Surf Wallet support all cryptocurrencies?**

Surf Wallet supports a wide range of cryptocurrencies, but not all. Currently we support all the cryptocurrencies on Sui Network.&#x20;

## **Are there fees for using Surf Wallet?**&#x20;

Surf Wallet itself does not charge fees for the wallet service; however, network fees for blockchain transactions still apply and vary based on the cryptocurrency and current network congestion.

## **What happens if I lose my device with Surf Wallet installed?**&#x20;

#### If you are using a recovery phrase wallet

Your assets are not stored on your device but on the blockchain. If you have your recovery phrase or private key backed up, you can restore access to your assets on a new device.

#### If you are using zkLogin

Your assets are not stored on your device but on the blockchain. You can just simply login your zkLogin again to manage your assets.&#x20;

## **Can I exchange fiat currency in Surf Wallet?**&#x20;

For fiat conversions, it will be supported in the next few updates.&#x20;

## **How can I swap tokens in Surf Wallet?**&#x20;

To swap tokens, simply navigate to the 'Swap' feature in the app, select the tokens you wish to swap, and confirm the transaction. Ensure you have sufficient network fees to complete the swap. See [Swap](/getting-started/swap.md)

## **Who am I swapping tokens with when using Surf Wallet?**

Token swaps are executed peer-to-peer using on-chain liquidity pools. You are swapping with other users' contributed liquidity within these pools.

## **What should I do if I encounter an issue with Surf Wallet?**&#x20;

If you're experiencing issues, please visit our support center or contact our email: <contact@surf.tech>. Our team is ready to assist you.


---

# 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:

```
GET https://docs.surf.tech/introduction/faqs.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.
