# Create Unsigned Transaction

{% hint style="info" %}
Only available in Watch Mode&#x20;
{% endhint %}

Watch Mode allows users to import public addresses or a public key, facilitating direct observation of wallet activity without the need to expose private keys.

**Access Watch Mode:** Connect in Watch Mode within the Zen Protocol Wallet.

**Create Unsigned Transactions:** Enter the transaction details, including the recipient's address, the amount of assets to send, and any additional parameters. It will generate an unsigned transaction  in hex format to copy.

**Review and Verification:** reviews the unsigned transaction details.

**Create Unsigned Transactions:** inputs the transaction details, including the recipient's address, the amount of cryptocurrency to send, and any additional parameters. It will generate a Raw Transaction  in Hex format to copy.

**Copying the Unsigned Transaction:** You have the option to send it to another party for their signature or sign it yourself.

**Signing and Publishing :** After confirming the signing process, click "Publish" to securely broadcast the signed transaction to the network

\ <br>


---

# 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/use-cases/create-unsigned-transaction.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.
