> For the complete documentation index, see [llms.txt](https://dev.guardian.hedera.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://dev.guardian.hedera.com/guardian/standard-registry/policies/policy-creation/creating-a-policy-through-policy-configurator/policy-workflow-step-22.md).

# Policy Workflow Step 22

Next, we return to the top field in our policy to add our final policy action block – minting of tokens – by clicking on the “Container” button in the top navigation bar.

![](/files/Q2JqwTFGwvOVVkak3pMQ)

**Programmatically this workflow step looks like this:**

```
// Policy branch for minting tokens.
{
  "tag": "mint_events",
  "permissions": [
    "OWNER",
    "INSTALLER"
  ],
  "blockType": "InterfaceContainerBlock",
  "uiMetaData": {
    "type": "blank"
  },
```
