# Intro

Doge-on-Doge (DOD) is a new experimental POW blockchain built on top of ICP. DOD aims to build a decentralized shared mining protocol, allowing everyone to share the hash rate and earn block rewards.

DOD is fully implemented in the smart contract and open-sourced to permit 100% fairness and decentralization.

### Initial prameters

* Block Rewards: 10000 DOD per block
* Block Time: 1 minute
* Initial difficulty: 6
* Difficulty adjustment: every 120 blocks (every 2 hours)
* Max Total Supply: 420 M
* Halving: Every 21000 blocks, around 14.5 days
* Allocation: 100% fair launch, 0% dev fund, 0% pre-mined

### Quick Start

To start minting/mining check&#x20;

{% content-ref url="/pages/lia2tgkLofd2PIzFupCS" %}
[DOD Wallet](/docs/getting-started/dod-wallet.md)
{% endcontent-ref %}

### Smart contract

* DOD Ledger: cp4zx-yiaaa-aaaah-aqzea-cai
* DOD Canister: tmhkz-dyaaa-aaaah-aedeq-ca
* Ledger Indexer: ci57d-vqaaa-aaaah-aqzeq-cai
* Ledger Archive: cb6u7-dyaaa-aaaah-aqzfa-cai


---

# 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://dod-blockchain.gitbook.io/docs/readme.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.
