> ## Documentation Index
> Fetch the complete documentation index at: https://docs.digitalasset.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Token Issuance

## Issuer requests token issuance (minting)

Issuer (as the issuer of BOND) requests issuance (minting) of 10,000 BOND.

| Actor  | Utility Module |
| ------ | -------------- |
| Issuer | REGISTRY       |

<iframe src="https://www.youtube.com/embed/1-HiaDji_tk" width="560" height="315" frameBorder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowFullScreen />

## Registrar accepts and tokens are issued

Registrar (as the registrar of BOND) accepts the mint request.

| Actor     | Utility Module |
| --------- | -------------- |
| Registrar | REGISTRY       |

Select MINTS on the left navigation. The mint request is shown. Click ACCEPT. The 10,000 BOND is minted. Note first the state is changed to Accepted. After execution is done automatically, the state is now changed to Executed. Select HOLDINGS on the left navigation. The minted 10,000 BOND is owned by Issuer.

<img src="https://mintcdn.com/digitalasset-374e862b/Efo7AgruOaunt-2i/registry/tutorials/issuance/pictures/registrar-accepts-mint-request.gif?s=bc034a8db8c16bc15cc3054ca076e79f" alt="Registrar accepts mint request" width="1209" height="687" data-path="registry/tutorials/issuance/pictures/registrar-accepts-mint-request.gif" />

## Issuer offers token transfer to Investor1

Issuer (as the holder of BOND) offers transfer of BOND to Investor1 (another holder of BOND).

| Actor  | Utility Module |
| ------ | -------------- |
| Issuer | REGISTRY       |

<iframe src="https://www.youtube.com/embed/B5DZuMyTxtY" width="560" height="315" frameBorder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowFullScreen />

## Investor1 accepts the transfer offer and tokens are transferred

Investor1 (as the holder of BOND) accepts the transfer offers.

| Actor     | Utility Module |
| --------- | -------------- |
| Investor1 | REGISTRY       |

Select TRANSFERS on the left navigation. The transfer offer is shown. Click the offer and click ACCEPT. The transfer is executed. Select HOLDINGS on the left navigation. The minted 10,000 BOND is owned by the Investor.

<img src="https://mintcdn.com/digitalasset-374e862b/Efo7AgruOaunt-2i/registry/tutorials/issuance/pictures/investor-accepts-token-offer.gif?s=bef47abe153de919513d14db20f580a5" alt="Investor accepts token offer" width="1209" height="687" data-path="registry/tutorials/issuance/pictures/investor-accepts-token-offer.gif" />

Congratulations! The issuance is complete.
