# How to mint DTP

DTP can be minted either by deploying an iSAT contract or by remapping to an already deployed contract, registered in the `appregistry.sol`

Users may choose to run their own Eigenlayer operator for full custodial setup or create a bitcoin address with one of the registered Operators. To mint a DTP, user wil:

1. Create a Bitcoin Pod, aka BOD. A bitcoin pod smart contract representing your BTC address as an Ethereum contract
2. Deposit bitcoins in the Bitcoin Address.
3. Once deposit gets confirmed by Motif operator, remap your BOD to an iSAT contract
4. iSAT contract emits a transfer event for the DTP tokens.&#x20;


---

# Agent Instructions: 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.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.
