> For the complete documentation index, see [llms.txt](https://satxio.gitbook.io/satx/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://satxio.gitbook.io/satx/inscribe/pipe.md).

# Pipe

PIPE is a Bitcoin-native token protocol inspired by Casey Rodarmor's RUNES and Ordinal's BRC-20 ideas.

Since RUNES does not allow for fair mints (an important aspect of BRC-20's) and potentially renders all of its tokens securities (due to centralized distribution), PIPE tries to combine the strengths of both ideas.

Like BRC-20, PIPE consists of 3 "functions": Deploy, Mint, Transfer (hence DMT). Deploy signals that a new token has been deployed, while Mint allows to mint from this token, based on the deployment's rules (supply, limits). Eventually, Transfer is being used to send tokens to selected recipients.

<mark style="background-color:orange;">**Pipe Documentation:**</mark> [<mark style="background-color:orange;">**https://github.com/BennyTheDev/pipe-specs**</mark>](https://github.com/BennyTheDev/pipe-specs)

**As the earliest supporter of Pipe DEX, this section will introduce 2 functions related to Pipe.**

{% content-ref url="/pages/pd7XBSUl9WqWzlxy78S8" %}
[DMT](/satx/inscribe/pipe/dmt.md)
{% endcontent-ref %}

{% content-ref url="/pages/UlK4iHMY9n7H8NblyuwX" %}
[ART](/satx/inscribe/pipe/art.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:

```
GET https://satxio.gitbook.io/satx/inscribe/pipe.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.
