> For the complete documentation index, see [llms.txt](https://docs.guardianservice.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.guardianservice.app/technical-information/users/standard-registry-users-schemas-and-policies/policies/creating-a-policy-using-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.

<figure><img src="/files/99CF6RZ501Gumt4lV4pk" alt=""><figcaption></figcaption></figure>

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

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