# Issue

In order to issue position tokens (Bull/Bear), the contract needs to be executed with the command "Issue" and the generated message body according to the *rule.* It must include authentication to sign your execution.

## Step by step Guide

* Go to the 'Issue' tab
* Enter a Collateral Asset and amount
* Choose a Ticker using the drop down menu
* Provide the Strike Price
* Provide the Expiry date
* Click the "Generate" button to continue

![](/files/-Mj9_c_t_WIHv1p6X6eU)

1\) Review your event data summary and click the 'Copy All' button

![](/files/-Mj9_rbNiD1420ZViql8)

2\) Open your Zen Wallet and go to the 'Send' page under 'My Wallet' tab and click the 'Paste' button. Pasting the data is also possible using the QR code. Scan the QR code to copy the generated data.

![](/files/-Mj9_w88bjp2a742vnR3)

3\) Click the 'Execute' button to continue

4\) Review your "Execution Summary" and click 'Continue'

![](/files/-Mj9a5Me8kR4ZhazR9a2)

5\) Enter your password to sign the transaction and click 'Continue'

![](/files/-Mj9a83FEdHZe_gn3iQg)

6\) Confirm your contract execution transaction and click ‘Publish’

![](/files/-Mj9bFi5dJO-30ST1xB8)

7\) After publishing your transaction a success message will appear.

{% hint style="info" %}
You can NOT cancel a transaction after publishing it.
{% endhint %}

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

![](/files/-Mj9bLdwAkb3J_sOXn2_)


---

# 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/fixed-payout/fixed-payout-generator/issue.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.
