# Multisig Accounts

Due to limited support for multisig accounts created via the substrate's pallet multisig we allow parties owning multisig accounts to move their `GOV` tokens to a different account of their choosing. This way they can vote from a regular account, using any of the standard wallets: [Wallets](/aleph-zero/use/wallets.md).

Note that the `GOV` tokens are non-transferable, hence it's not possible to move the tokens directly. Instead, follow the below procedure to move the `GOV` tokens from `MULTISIG` account to another account `VOTER`:

1. Choose the `VOTER` account -- either by using an existing account, or by creating a new one in any of the Aleph Zero compatible wallets.
2. Transfer EXACTLY `0.8683` AZERO from `MULTISIG` to `VOTER`&#x20;
3. After some time, the `GOV` tokens from the `MULTISIG` account will be transferred to `VOTER` (note that this might take up to 24h). You can inspect it via <https://ascan.alephzero.org/mainnet>

The procedure is chosen so as to consist of only standard multisig operations so that the users controlling such accounts can perform it no matter what kind of wallet or UI they use.&#x20;

In case you encounter troubles in transferring your GOV tokens using the above procedure, please contact our support on discord.&#x20;

In case you transferred your `GOV` tokens to a particular `VOTER` account and you would like to transfer them again to a different account, you can follow the above procedure again, with a different target account.


---

# 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.alephzero.org/aleph-zero/use/governance/multisig-accounts.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.
