> For the complete documentation index, see [llms.txt](https://bitfair.gitbook.io/bitfair/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://bitfair.gitbook.io/bitfair/advancing-with-brc420/deploy-and-mint.md).

# Deploy and Mint

## Deploy

* Everyone could deploy brc420 for his/her owned inscriptions
* The deployer is the receiver of the royalty fee
* The brc420 could only be deployed once for each inscription. That means further deployments are all invalid once one valid brc420 is deployed for specific inscription no matter how it circulates among different accounts

## Mint

* Everyone could mint resursive inscriptions based on the rules defined by brc420 deploy inscription
* The mime type of the brc420 defined resursive inscription should be the same as original inscription
* The content simply follows the resursive style: /content/, INSCRIPTION\_ID here refers to the inscription to be resursived, it’s the same as inscription id specified in the brc420 deploy inscription
* The correct amount of BTC should be sent to brc420 deployer during mint process

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

<br>


---

# 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://bitfair.gitbook.io/bitfair/advancing-with-brc420/deploy-and-mint.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.
