> For the complete documentation index, see [llms.txt](https://docs.novaspektr.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.novaspektr.io/operations/operations-signing/sign-with-a-single-polkadot-vault-wallet.md).

# Sign with a Single Polkadot Vault Wallet

Using Polkadot Vault in conjunction with Nova Spektr means you will use a mobile device to sign the operation.

{% hint style="warning" %}
It is important to note that the device which has Polkadot Vault installed on it should be:

1. **Factory Reset to remove any previous data**
2. **Disconnected from the internet**
3. **Set to airplane mode**

If you turn off airplane mode, connect to the internet, or plug in your Polkadot Vault device to a computer that has internet access after setting up your Polkadot Vault you will need to repeat the process of installing and setting up Polkadot Vault.
{% endhint %}

Use Nova Spektr for creating operations like [staking](/staking/nominating-start-staking.md) and [transfer](broken://pages/tqjaag2DdY9gJrSJhX35). When the Single Polkadot Vault wallet type is used Nova Spektr offers to sign the operation with the Polkadot Vault.

{% hint style="warning" %}
The following steps include actions you must perform on both your **Polkadot Vault Device** and your **Nova Spektr Device**.
{% endhint %}

{% hint style="info" %}
Actions for each device are clearly labelled below.
{% endhint %}

1. Click on **Sign with Polkadot Vault** <mark style="background-color:blue;">(Nova Spektr device)</mark>.
2. A **QR code** should now be displayed <mark style="background-color:blue;">(Nova Spektr device)</mark>.
3. Select **Scan** <mark style="background-color:purple;">(Polkadot Vault Device)</mark>.
4. **Scan** the QR code with your <mark style="background-color:purple;">Polkadot Vault Device</mark>.&#x20;
5. Review the transaction details and select **Unlock key and sign** <mark style="background-color:purple;">(Polkadot Vault Device)</mark>.
6. A QR code will now appear on your Polkadot Vault Device. In your Nova Spektr application select **Continue** and then scan this QR code <mark style="background-color:blue;">(Nova Spektr device)</mark>.
7. The Nova Spektr will show the result of submitting the operation.


---

# 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.novaspektr.io/operations/operations-signing/sign-with-a-single-polkadot-vault-wallet.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.
