# Secure Sign Transaction

{% hint style="info" %}
Only Available on the PWA

Here the link: [Run Locally](/apps/wallet/web-wallet/run-locally.md)
{% endhint %}

The Signer component in the Zen Protocol PWA wallet enables users to both sign and publish unsigned transactions.\
The Watch Wallet mode allows the creation of unsigned transactions. \
The signer page allows the user to check the transaction before signing and publishing.&#x20;

1. **Paste the Unsigned Transaction created in the Watch Mode**

{% content-ref url="/pages/MKfE1sVUMkSrJncOfOam" %}
[Create Unsigned Transaction](/use-cases/create-unsigned-transaction.md)
{% endcontent-ref %}

2. **Prepare to Sign the Transaction**

* In the Signer section of the PWA Wallet paste the unsigned transaction.
* Review your unsigned transaction before signing.&#x20;
* Click "Sign" to securely sign the transaction.

3. **Publish Signed Transaction**

* Once signed successfully, verify the transaction and then click "Publish" to securely publish the signed transaction.


---

# 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/secure-sign-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.
