# How to create an Attestation token

In order to create an Attestation token the contract needs to be executed with the command "Attest" and the message body according to the rule.

| Key          | Value   | Type       |
| ------------ | ------- | ---------- |
| OraclePubKey | !pk     | public key |
| Recipient    | address | string     |
| Commit       | hash    | string     |

## Step by step Guide

* Open your Zen Wallet and go to the 'Send' page under 'My Wallet' tab and click the 'Paste' button
* Add the command "Attest"
* Add OraclePubKey, Recipient and Commit in the message body field
* Click the 'Execute' button to continue
* &#x20;Review your "Execution Summary" and click 'Continue'
* Enter your password to sign the transaction and click 'Continue
* Confirm your contract execution transaction and click ‘Publish’
* After publishing your transaction a success message will appear

View your transaction on the ‘Transaction History’ page. You might first see the transaction on pending status till it will get its first confirmation.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.zenprotocol.com/apps/oracle/how-to-create-an-attestation-token.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
