> For the complete documentation index, see [llms.txt](https://docs.zenprotocol.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.zenprotocol.com/apps/fixed-payout/fixed-payout-generator/redeem.md).

# Redeem

In order to redeem position tokens (Bull/Bear), the contract needs to be executed with the command "Redeem" and the generated message body according to the *rule.*

Note:: A position can be redeemed only after an oracle attest the issued event

## Step by Step Guide

1\) Go to the 'Redeem' page

2\) Enter your Asset ID (Bull/Bear)

3\) Enter the exact amount you wish to redeem

4\) Click  the "Generate" button

![](/files/-Mj9cRq2Q1VPKjRTDHp4)

5\) Review your redeem  summary and click the 'Copy' button

![](/files/-Mj9cVAfydDOm4miasfG)

6\) 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.

7\) Click the Execute button to continue

![](/files/-Mj9cf_LKQDOe3PZZ7x1)

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

![](/files/-Mj9cmP0nf5U3ukxswSo)

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

![](/files/-Mj9cov0g4l-efC5QS5o)

10\) Confirm your contract execution transaction and click ‘Publish

![](/files/-Mj9crvHtHQEwyMt9tCL)

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.

![](/files/-Mj9curc7tCjOg_f6eQE)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.zenprotocol.com/apps/fixed-payout/fixed-payout-generator/redeem.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
