# Creating a pure proxy

Proxies are essential part of your multisig experience on substrate since they allow enhanced functionalities for your multisig wallets.&#x20;

1. You can click on create proxy button from multiple places in the product. (It is well placed, we are sure you won't miss)

Clicking on Create proxy will open up a product popup box -&#x20;

<figure><img src="/files/uUckUV7iFka7ConeiWSQ" alt=""><figcaption></figcaption></figure>

You will notice that when creating a proxy, a small amount is included in the txn apart from txn gas.&#x20;

{% hint style="info" %}
Well, that's the existential deposit for your proxy account.&#x20;
{% endhint %}

Once you approve the transaction, a proxy wallet is created.

BUT, the multisig wallet is not linked to the proxy wallet yet as it awaits approval from other signatories.

<figure><img src="/files/GbNSZvDIfT1SLYkla6Q8" alt=""><figcaption></figcaption></figure>

The other signatories can see the transaction in their transaction queue tab once they login to Polkasafe.&#x20;

Once the threshold is reached, the proxy is succesfully linked to your multisig wallet.&#x20;


---

# 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.polkasafe.xyz/setup-polkasafe/creating-a-pure-proxy.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.
