# FAQ

## General Questions

<details>

<summary>What is Dozer Finance?</summary>

Dozer Finance is a DeFi protocol built on the Hathor Network, designed to provide low-fee transactions and instant finality. It offers a trading platform with built-in MEV protection and a no-code framework (Blueprints) for rapid development of Web3 applications.

</details>

<details>

<summary>Can I buy Dozer Tokens?</summary>

Yes! More details at our Telegram Channel.

</details>

<details>

<summary>What makes Dozer different from other DeFi protocols?</summary>

Dozer stands out through its zero-fee transaction model for simple transactions, built-in MEV protection, and instant finality for all transactions. We also offer a no-code development framework through Blueprints and integrate with Bitcoin's security through the Hathor Network.

</details>

<details>

<summary>Is Dozer available on mainnet?</summary>

Yes, at [dozer.finance](https://dozer.finance).

</details>

## Trading Platform

<details>

<summary>How does Dozer achieve zero-fee transactions?</summary>

Dozer leverages Hathor Network's architecture to enable fee-less transactions for simple operations. This is possible due to the efficient DAG-blockchain hybrid structure and parallel transaction processing.

</details>

<details>

<summary>How does Dozer protect against MEV?</summary>

Dozer implements a unique transaction ordering mechanism based on block hash entropy, making it computationally infeasible for validators to manipulate transaction sequences. This prevents common MEV exploitation methods like front-running and sandwich attacks.

</details>

<details>

<summary>What is the transaction speed on Dozer?</summary>

Dozer's architecture enables processing of up to 10,000 transactions per second (TPS) with instant finality, meaning transactions are confirmed immediately without needing multiple block confirmations.

</details>

## Technical Questions

<details>

<summary>What blockchain is Dozer built on?</summary>

Dozer is built on the Hathor Network, which uses a hybrid DAG-blockchain architecture. This provides the benefits of both technologies while maintaining Bitcoin-grade security through merged mining.

</details>

<details>

<summary>What are the hardware requirements to run a node?</summary>

Hathor Network is designed to run on consumer-grade hardware with minimal requirements. You'll need at least 8GB RAM, a standard CPU, and a regular internet connection to operate a node.

</details>

<details>

<summary>How does Dozer ensure security?</summary>

Dozer inherits security from both Bitcoin's network (through Hathor's merged mining) and implements additional security measures through its architecture and MEV protection mechanisms.

</details>

## Blueprints

<details>

<summary>What are Dozer Blueprints?</summary>

Blueprints are pre-made, customizable smart contract templates that allow users to deploy various DeFi applications without coding knowledge. These templates are pre-audited and secure.

</details>

<details>

<summary>What can I build with Blueprints?</summary>

You can use Blueprints to:

* Create tokens
* Deploy liquidity pools

</details>

<details>

<summary>Do I need coding experience to use Blueprints?</summary>

No, Blueprints are designed to be user-friendly and require no coding experience for basic implementations. However, advanced customization options are available for those with technical knowledge.

</details>

## Future Development

<details>

<summary>How can I stay updated on Dozer's progress?</summary>

Stay connected with Dozer's progress by following @DozerProtocol on Twitter, checking our documentation regularly, joining our community channels, and subscribing to updates through our website.

</details>


---

# 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/faq.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.
