> For the complete documentation index, see [llms.txt](https://wiki.digitalnote.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.digitalnote.org/getting-started/network-and-coin-specs.md).

# XDN Network and Coin Specs

## Network

|                       |                                                                                                                                                                                       |
| --------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Codebase              | BTC 0.17                                                                                                                                                                              |
| Mainnet Port          | 18092                                                                                                                                                                                 |
| RPC Port              | 18094                                                                                                                                                                                 |
| Consensus             | POW bmw512(wish)                                                                                                                                                                      |
| Block Time Adjustment | 2 minutes                                                                                                                                                                             |
| Difficulty Adjustment | VRX 3.0 w/Hybridchain swing (3.17min)MAX                                                                                                                                              |
| Max Block Size        | minimum block size is 1.5MB maximum block size is 15.2MB every 25 blocks the chain calculates an average block size to use for the next 25 blocks set depending on chain utilization. |
| Est TPS               | Instant                                                                                                                                                                               |

## Coin

|                   |                            |
| ----------------- | -------------------------- |
| Current Supply    | \~8,116,279,668 (Dec 2022) |
| Maximum Supply    | 10,000,000,000             |
| Staking Reward    | 100 per block              |
| Masternode Reward | 150 per block              |

## Live Network Stats

Live data and network statistics can be found here:

<https://xdn-explorer.com/>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://wiki.digitalnote.org/getting-started/network-and-coin-specs.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.
