> For the complete documentation index, see [llms.txt](https://dipe.gitbook.io/dipe-protocol-on-dogecoin/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://dipe.gitbook.io/dipe-protocol-on-dogecoin/overview/dipe-or-dmt-introduction.md).

# DIPE | DMT Introduction

{% hint style="warning" %}
**Disclaimer:** DIPE is a new experimental protocol, USE AT YOUR OWN RISK. DIPE is not yet indexed within any Doge wallets. Please use a brand new empty wallet to avoid losing your DIPE or any Doginals.&#x20;
{% endhint %}

## Overview:

> DIPE is a Dogecoin native token protocol inspired by a mix of different Ordinals token standards on Bitcoin.            \
> \
> DIPE currently consists of five "functions": Deploy, Mint, Transfer, Split, and Combine. Deploy (D) signals that a new token has been deployed. Mint (M) allows users to mint a token until the supply is fully sold out. Split (S) enables users to split their token balances into smaller units, while Combine (C) allows users to combine smaller token balances into larger ones. Transfer (T) then enables users to send and receive tokens. These functions facilitate the creation, management, and transfer of tokens within the DIPE ecosystem.\
> \
> This documentation of DIPE describes how each of the functions should be reflected within Dogecoin transactions and how indexers/wallets must treat those. Further upgrades may be progressively added and enhanced with this document.          &#x20;

## Protocol Information:&#x20;

{% content-ref url="/pages/b5XWwLRQ8DSl3eBJjoDP" %}
[General Information](/dipe-protocol-on-dogecoin/overview/general-information.md)
{% endcontent-ref %}

## Guides:

We've put together some helpful guides for you to get setup with our product quickly and easily.

{% content-ref url="/pages/CKnKbunebcucNtzq5BD7" %}
[Wallet Setup](/dipe-protocol-on-dogecoin/additional-guides/wallet-setup.md)
{% endcontent-ref %}

{% content-ref url="/pages/tqqUeLJ0wPHW0anslvI0" %}
[Minting on dipechain.xyz](/dipe-protocol-on-dogecoin/additional-guides/minting-on-dipechain.xyz.md)
{% endcontent-ref %}


---

# 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, and the optional `goal` query parameter:

```
GET https://dipe.gitbook.io/dipe-protocol-on-dogecoin/overview/dipe-or-dmt-introduction.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
