# Trading Guide

Welcome to the Dozer Finance trading guide. This comprehensive walkthrough will help you get started with trading on our decentralized exchange platform.

## Video Demo

{% embed url="<https://www.youtube.com/watch?ab_channel=HathorNetwork&v=yZmJ4gIKRr8>" %}

## Required Setup

### 1. Download Hathor Wallet

To begin trading on Dozer Finance, you'll need to install the official Hathor Wallet on your device. You can download it from: [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)

### 2. Access Dozer Platform

Visit our platform at [dozer.finance/swap](https://dozer.finance/swap)

## Wallet Configuration

### Network Setup

1. Open your Hathor Wallet
2. Go to Settings
3. Select Network Settings
4. Choose "Nanos Testnet"
5. Accept any network change notifications
6. Wait for wallet synchronization to complete

### Connecting to Dozer

1. In your Hathor Wallet:
   * Open "Reown" option in Settings screen.
   * Select "Add"
   * When prompted for WalletConnect, read the QR Code on Dozer Interface or click in "Add manual" to input the connection URL
2. Approve the connection request
3. Wait for the Dozer interface to initialize

## Trading Basics

### Getting Test Tokens

1. Access the faucet through your account menu
2. Request test tokens
3. Wait for transaction confirmation
4. Tokens will appear in your wallet automatically

Note: Test tokens have no real value and are for testing purposes only.

### Making Your First Trade

#### Step 1: Prepare for Swap

1. Navigate to the Swap interface
2. Select your source token
3. Choose your destination token
4. Enter the amount you wish to trade
5. Click "Swap" to proceed

#### Step 2: Complete Transaction

1. Review the Nano Contract details carefully
2. Register the new contract
3. Approve the transaction in your wallet
4. Enter your PIN to authorize
5. Wait for transaction confirmation

### Token Registration

1. Navigate to the Tokens page
2. Select the token you want to register
3. Copy the configuration string in the Token header
4. Click in "Register Token" in your wallet
5. Paste the configuration string and complte the registration

## Best Practices

### Before Trading

Before initiating any trades, ensure your wallet is properly connected and you have sufficient tokens available. Always double-check your token selections and amounts, and take time to review all transaction details before confirming.

### During Trading

Maintain an active wallet connection throughout your trading session and wait for transaction confirmations before proceeding with new trades. Keep an eye on your transaction status and regularly verify your token balances after completing trades.

## Common Issues and Solutions

### Wallet Connection Issues

If you experience connection problems, first verify you're on the correct network, then try refreshing the connection. A stable internet connection is essential for uninterrupted trading.

### Transaction Failed

When a transaction fails, first check if you have sufficient balance for the trade. Verify the network status is normal, and if issues persist, wait a few minutes before trying again.

### Token Not Showing

If you can't see your tokens, make sure they are properly registered in your wallet. Allow time for synchronization to complete, and verify your token configuration settings are correct.\
Also make sure they are in the first Hathor wallet address as Dozer only have access to this address.

## Next Steps

To enhance your trading experience, take time to learn about our [Liquidity Pools](/trading-platform/liquidity-pools.md), understand our [MEV Protection](/trading-platform/mev-protection.md) mechanisms, and review our complete set of [Platform Features](/trading-platform/features.md).


---

# 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/trading-platform/trading-guide.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.
