> For the complete documentation index, see [llms.txt](https://docs.motif.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.motif.finance/user-guide-bitdsm-testnet/how-to-mint-dtp/create-new-staking-dtp.md).

# Create New Staking DTP

## Video Guide

{% embed url="<https://youtu.be/_VwpWSUXcsY>" %}

1. **Start the Creation Process**

* Click on the **"Create DTP"** button to open the creation dialog.

2. **Enter Token Details**

* Provide the following metadata for your DTP token:
  * **Name** (e.g., "EigenStake DTP")
  * **Symbol** (e.g., "eDTP")
  * **Description** (brief overview of the DTP)
  * **Logo** (upload an image representing the DTP)
* Click **"Next"** to proceed.

<figure><img src="/files/kWX8g128nc75JB28umVZ" alt=""><figcaption></figcaption></figure>

3. **Select an EigenLayer Operator**

* Choose an operator from the list of available EigenLayer Operators.
* You can either:
  * Run your own EigenLayer Operator, or
  * Partner with an existing operator to issue the DTP.

<figure><img src="/files/Bs2UCbdnx2LatMjrKyA7" alt=""><figcaption></figcaption></figure>

4. **Sign & Deploy the DTP Contract**

* Confirm and sign the transaction to issue the DTP.
* Upon confirmation, the platform will deploy a new **iSAT contract**, which manages the newly issued DTP token.

<figure><img src="/files/CLhdCgCvvU2RRb58AeyY" alt=""><figcaption></figcaption></figure>

5. **View Your Issued DTP**

* Once deployed, the DTP will appear under the **"APP"** section on the frontend.

<figure><img src="/files/v47TkruWZfbVU613F4DH" alt=""><figcaption></figcaption></figure>


---

# 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://docs.motif.finance/user-guide-bitdsm-testnet/how-to-mint-dtp/create-new-staking-dtp.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.
