# Inscriptions

> It is inspired by the BRC-20 protocol on Ordinals and has extended the functionality to auditable points in addition to introducing inscriptions on Hedera / Hashinals.

{% hint style="warning" %}
This feature is considered to be in an **Alpha** state, and that any code may change at anytime. We may additionally update this documentation to reflect the updated standards for dealing with this meta-protocol.

But due to the low-cost nature of HCS there is lower overhead to rectify issues.

Use at your own risk but have fun.
{% endhint %}

On **mainnet e**very inscription call may provide a custom topic for private usage but it will always default to the public topic of [0.0.4350190](https://hashscan.io/mainnet/topic/0.0.4350190).

These are the calls as follows:

### Deploy an Inscription

{% content-ref url="inscriptions/deploy-an-inscription" %}
[deploy-an-inscription](https://docs.trust.enterprises/rest-api/inscriptions/deploy-an-inscription)
{% endcontent-ref %}

### Mint an Inscription

{% content-ref url="inscriptions/mint-an-inscription" %}
[mint-an-inscription](https://docs.trust.enterprises/rest-api/inscriptions/mint-an-inscription)
{% endcontent-ref %}

### Burn an Inscription

{% content-ref url="inscriptions/burn-an-inscription" %}
[burn-an-inscription](https://docs.trust.enterprises/rest-api/inscriptions/burn-an-inscription)
{% endcontent-ref %}

### Transfer an Inscription

{% content-ref url="inscriptions/transfer-an-inscription" %}
[transfer-an-inscription](https://docs.trust.enterprises/rest-api/inscriptions/transfer-an-inscription)
{% endcontent-ref %}
