> For the complete documentation index, see [llms.txt](https://docs.novawallet.io/nova-wallet-wiki/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.novawallet.io/nova-wallet-wiki/wallet-management/delegated-authorities-proxies/sign-transaction-as-proxied-account.md).

# Sign Transaction as Proxied Account

{% hint style="info" %}
The guide below shows how to sign a transaction from an account you have Delegated Authority over. Please note that in this example the Delegated Authority has **Any Proxy** access, meaning that it can send balance transfers on behalf of the main account.&#x20;

The type of transaction that the Delegated account can sign is based on the access level that the account is granted, for example, if an account has **Staking Proxy** authority, then it can only sign staking related operations and not balance transfers.&#x20;
{% endhint %}

<div align="left"><figure><img src="/files/r3gLRTDpjAYDEq0o0yqz" alt=""><figcaption></figcaption></figure></div>

1. `Select` the **identicon** located at the top right of the **Assets Screen**.

{% hint style="info" %}
You will be notified of any new accounts that have Delegated to You (Proxied).
{% endhint %}

2. You can now see a list of all of the accounts that have delegated to your account. `Select` one of them to **continue**.
3. You will now see that the **identicon** has changed to display that this is a **Proxied Account**. In this example we have **Any Proxy** authority, so let's conduct a balance transfer by selecting DOT tokens.
4. `Select` **Send** from the balance widget.
5. `Input` the **destination address** and the **amount of tokens** that you wish to send and `select` **Continue**.
6. Review the transaction and `select` **Confirm**.
7. You will see a **popup** notifying you that you are initiating this transaction from a Delegated (Proxied) account, `select` **Continue** to sign the transaction.


---

# 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.novawallet.io/nova-wallet-wiki/wallet-management/delegated-authorities-proxies/sign-transaction-as-proxied-account.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.
