# Policy Workflow Step 24

Next, we click on the “mint\_events”, and then add a send action by clicking on the “Send” button in the top navigation bar to send the MRV data in the CSD004 form – Requesting IREC Issuance for tokens to be issued to the Guardian.

![](https://1556785885-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FNYWPEEAknX9Vki1yV5HY%2Fuploads%2Fgit-blob-2a6960856c6b859dae3d2d2d632542f646cd6cfc%2FPW_image_32.png?alt=media)

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

```
    // Store the new MRV.
    {
      "tag": "CSD04_requesting_i_Rec_issuance",
      "blockType": "sendToGuardianBlock",
      "dataType": "vc-documents",
      "entityType": "MRV",
      "uiMetaData": {}
    },
```
