# Inscriptions

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

This token template derives from the BRC-20 token standard on the Bitcoin network, which is well known for its relatively fair token distribution model. With this token template you can experiece the inscription processes of BRC-20 tokens.

### Minting Fee

The token deployer can set an optional minting fee in EBEN. This fee has to be paid in each minting action. If the mining fee is not set, the token will become free to mint.

100% of the minting fee is directly burned.

### FAQ

#### Does a token deployer have any privileges?

No. Token deployers do not have any additional privileges other than the ability to set some attributes at the time of deployment.

#### Why the "Mint" button is disabled for me?

There could be several possible causes. The max supply of this token may have been reached. Your wallet may have reached the minting limit. Or that you don't have enough EBEN in your wallet to pay for the minting fee.

#### I see a "Canonical" property in the token explorer. What does that mean?

For the same token symbol, only the first deployed token will have this "Canonical" property. This means that if you deploy a token with this template whose symbol has been used by someone else before, then your token will not be able to have this property.


---

# 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.benswap.cash/features/sep-20-factory/inscriptions.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.
