# Wallet Setup

This guide will walk you through setting up your wallet to use Dozer Finance.

## Installing Hathor Wallet

### Download Options

* [Android - Google Play Store](https://play.google.com/store/apps/details?id=network.hathor.wallet\&hl=en)
* [iOS - App Store](https://apps.apple.com/us/app/hathor-wallet/id1465041963)

### First Time Setup

1. Install the app from your device's app store
2. Create a new wallet
3. Securely store your seed phrase
4. Set up a PIN for transactions

### Security Settings

To ensure the security of your wallet, start by enabling biometric authentication if your device supports it. You'll need to set up a secure PIN for transactions. Remember to store your seed phrase in a safe place and never share your private keys with anyone.

## Connecting to Dozer

### Initial Connection

1. Visit [testnet.dozer.finance/swap](https://testnet.dozer.finance/swap)
2. Click "Connect Wallet"
3. In your Hathor Wallet:
   * Open "Reown" in "Settings" screen
   * Select "Add"
   * Read the QR Code or input the WalletConnect URL manually.
4. Approve the connection request

### Managing Connections

Take an active role in managing your wallet connections. Regularly review your active connections and disconnect any unused sessions. Always verify new connection requests carefully and keep track of which sites are connected to your wallet.

## Best Practices

### Security

Your wallet security should be a top priority. Never share your seed phrase with anyone and always use secure PINs for transactions. Take advantage of additional security features offered by the wallet, and make sure to keep your wallet application updated with the latest version.

### Usage Tips

Before engaging in any trading activity, always check the network status to ensure smooth transactions. Take time to verify all transaction details carefully and regularly monitor your balances. Maintaining awareness of your connected services will help ensure a secure trading experience.

### Wallet Demo Mobile App

{% embed url="<https://youtube.com/shorts/tLrY57UZ-S4?si=RbectwTu2wwBsc6Z>" fullWidth="false" %}

## Troubleshooting Common Issues

### Connection Problems

* Ensure you're on the correct network
* Check internet connection
* Try refreshing the connection
* Clear app cache if needed

### Synchronization Issues

* Wait for full synchronization
* Check network status
* Restart the app if needed
* Verify network settings

## Next Steps

* Learn how to [Trade](https://github.com/Dozer-Protocol/white-paper/blob/main/gitbook/users/guides/trading-guide.md)
* Provide [Liquidity](/user-guides/liquidity-provision.md)
* Review [Troubleshooting](/user-guides/troubleshooting.md) if needed


---

# 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.dozer.finance/user-guides/wallet-setup.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.
