# DAGS Documentation

## Dag documentation

- [Introduction](https://wiki.dagcoin.org/overview/introduction.md)
- [DAGS + SDAG](https://wiki.dagcoin.org/overview/dags-+-sdag.md)
- [Roadmap 2025-2026](https://wiki.dagcoin.org/overview/roadmap-2025-2026.md): The key milestones for DAGS deflationary token.
- [Burn milestones](https://wiki.dagcoin.org/overview/burn-milestones.md)
- [Deflationary model](https://wiki.dagcoin.org/dags/deflationary-model.md)
- [Contracts](https://wiki.dagcoin.org/dags/contracts.md)
- [Tokenomics](https://wiki.dagcoin.org/dags/tokenomics.md)
- [Burn schedule](https://wiki.dagcoin.org/dags/burn-schedule.md)
- [Proof  of Burn](https://wiki.dagcoin.org/dags/proof-of-burn.md)
- [Burn mechanisms](https://wiki.dagcoin.org/dags/burn-mechanisms.md)
- [Excess supply burn](https://wiki.dagcoin.org/dags/burn-mechanisms/excess-supply-burn.md)
- [Transaction fee burn](https://wiki.dagcoin.org/dags/burn-mechanisms/transaction-fee-burn.md)
- [Early Adopters Burn Incentive](https://wiki.dagcoin.org/dags/burn-mechanisms/early-adopters-burn-incentive.md)
- [Early Adopters Community Burn](https://wiki.dagcoin.org/dags/burn-mechanisms/early-adopters-community-burn.md)
- [Utility burns](https://wiki.dagcoin.org/dags/burn-mechanisms/utility-burns.md)
- [Stablecoin](https://wiki.dagcoin.org/sdag/stablecoin.md)
- [Preliminary milestones](https://wiki.dagcoin.org/sdag/preliminary-milestones.md)
- [Whitepaper](https://wiki.dagcoin.org/technical/whitepaper.md)
- [Whitepaper](https://wiki.dagcoin.org/technical/whitepaper-1.md)
- [Introduction](https://wiki.dagcoin.org/technical/whitepaper-1/introduction.md)
- [Ideoloy](https://wiki.dagcoin.org/technical/whitepaper-1/ideoloy.md)
- [The Problem](https://wiki.dagcoin.org/technical/whitepaper-1/the-problem.md)
- [Technical](https://wiki.dagcoin.org/technical/whitepaper-1/technical.md)
- [Database structure](https://wiki.dagcoin.org/technical/whitepaper-1/technical/database-structure.md)
- [Native currency](https://wiki.dagcoin.org/technical/whitepaper-1/technical/native-currency.md)
- [Double-spends](https://wiki.dagcoin.org/technical/whitepaper-1/technical/double-spends.md)
- [Dagcoin](https://wiki.dagcoin.org/technical/whitepaper-1/technical/dagcoin.md)
- [Codebase](https://wiki.dagcoin.org/technical/whitepaper-1/technical/codebase.md)
- [Tokenomics](https://wiki.dagcoin.org/technical/whitepaper-1/tokenomics.md)
- [The exchange hub network](https://wiki.dagcoin.org/technical/the-exchange-hub-network.md)
- [Current Situation](https://wiki.dagcoin.org/technical/the-exchange-hub-network/current-situation.md)
- [Exchange Hubs and their functionalities](https://wiki.dagcoin.org/technical/the-exchange-hub-network/exchange-hubs-and-their-functionalities.md)
- [Shared Address Solution](https://wiki.dagcoin.org/technical/the-exchange-hub-network/shared-address-solution.md)
- [Hub funding protocol](https://wiki.dagcoin.org/technical/the-exchange-hub-network/hub-funding-protocol.md)
- [Extracts from Byteball  Whitepaper](https://wiki.dagcoin.org/technical/extracts-from-byteball-whitepaper.md)
- [Database structure](https://wiki.dagcoin.org/technical/extracts-from-byteball-whitepaper/database-structure.md)
- [Native currency: bytes](https://wiki.dagcoin.org/technical/extracts-from-byteball-whitepaper/native-currency-bytes.md)
- [Double-spends](https://wiki.dagcoin.org/technical/extracts-from-byteball-whitepaper/double-spends.md)
- [The main chain](https://wiki.dagcoin.org/technical/extracts-from-byteball-whitepaper/the-main-chain.md)
- [Yearly reports](https://wiki.dagcoin.org/yearly-reports.md)
- [2025](https://wiki.dagcoin.org/yearly-reports/2025.md)
- [2024](https://wiki.dagcoin.org/yearly-reports/2024.md)
- [2023](https://wiki.dagcoin.org/yearly-reports/2023.md)
- [2022](https://wiki.dagcoin.org/yearly-reports/2022.md)
- [2021](https://wiki.dagcoin.org/yearly-reports/2021.md)
- [2020](https://wiki.dagcoin.org/yearly-reports/2020.md)
- [2019](https://wiki.dagcoin.org/yearly-reports/2019.md)
- [2018](https://wiki.dagcoin.org/yearly-reports/2018.md)
- [2017](https://wiki.dagcoin.org/yearly-reports/2017.md)
- [Pricing Models](https://wiki.dagcoin.org/pricing-models.md)


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://wiki.dagcoin.org/overview/introduction.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.
