# Quick Start

Get started with Dozer Finance in minutes. This guide will walk you through the essential steps to begin using our platform for trading and accessing DeFi services.

## Prerequisites

To get started, you'll need a Hathor Network compatible wallet (download [Hathor Wallet](https://hathor.network/developers/#try-it-out-now)), some HTR tokens for transactions, and a modern web browser like Chrome, Firefox, or Brave.

## 1. Connect Your Wallet

1. Visit [dozer.finance/swap](https://dozer.finance/swap)
2. Click the "Connect Wallet" button in the top right corner
3. Follow your wallet's prompts to complete the connection (Reown option under "Settings" if needed)

## 2. Get Started with Trading

### Make Your First Swap

1. Select the token you want to swap from
2. Choose the token you want to receive
3. Enter the amount you want to trade
4. Click "Swap" to execute the transaction
5. Confirm the transaction in your wallet

> 💡 **Tip**: All transactions on Dozer have instant finality and are protected from MEV exploitation.

## 3. Provide Liquidity

To earn rewards as a liquidity provider:

1. Navigate to the "Pool" section
2. Click "Add Liquidity"
3. Select the token pair
4. Enter the amounts you wish to provide
5. Click "Add Liquidity" and confirm the transaction

## Next Steps

Deepen your understanding of Dozer Finance by exploring our [Trading Guide](/trading-platform/trading-guide.md) for detailed trading strategies. Learn about [Liquidity Provision](/user-guides/liquidity-provision.md) to maximize your earnings, and understand how your trades are protected with our [MEV Protection](/trading-platform/mev-protection.md) system.

## Common Questions

<details>

<summary>Are my assets safe?</summary>

Dozer Finance never holds custody of your assets. All trades are executed through smart contracts, and you maintain full control of your tokens at all times. The security of your assets is your responsibility - we recommend following best practices for wallet security and private key management.

</details>

<details>

<summary>Are there any fees for trading?</summary>

Dozer offers low-fee transactions for simple operations, making it highly cost-effective for users.

</details>

<details>

<summary>How fast are transactions?</summary>

All transactions have instant finality, meaning they are confirmed immediately.

</details>

<details>

<summary>Is my trading protected?</summary>

Yes, Dozer implements built-in MEV protection mechanisms to ensure fair and efficient trading.

</details>

For more detailed answers and additional questions, check out our [FAQ](/getting-started/faq.md).

## Need Help?

Connect with our community through various channels: join our [Discord community](https://discord.gg/KRhaCp6P) for support, participate in our [Telegram group](https://t.me/DozerFinance) for quick questions, follow us on [Twitter](https://twitter.com/DozerProtocol) for updates, or reach out directly at <contact@dozer.finance>.


---

# 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/getting-started/quick-start.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.
