# add\_signer

📝 **RADAR Documentation - Command: Add a Signer to the Multisig Wallet**

🤝 **Command Group: multisig**

📝 **Command Name: add\_signer**

📋 **Parameters:**

* `member` (required: True) - The member to add as a signer to the multisig wallet. *(Type: user)*
* `send` (required: True) - Whether the signer has permission to send funds. *(Type: boolean)*
* `transfer` (required: True) - Whether the signer has permission to transfer funds. *(Type: boolean)*
* `manage` (required: True) - Whether the signer has permission to manage the wallet. *(Type: boolean)*

📝 **Description:**

Add a signer to the multisig wallet.

🔍 **Example Usage:**

* Add a signer to the multisig wallet:

  ```
  !add_signer --member @username --send true --transfer true --manage true
  ```

  *This command is used to add the specified `@username` as a signer to the multisig wallet with the specified permissions.*

📝 **Note:**

* This command requires appropriate permissions to execute.
* Use the command to add a signer to the multisig wallet in Solana NFT communities.
* Specify the `member` parameter as the Discord user you want to add as a signer.
* Set the `send`, `transfer`, and `manage` parameters to `true` or `false` to define the signer's permissions.
* The command will prompt you to set withdrawal thresholds for the added signer, if desired.
* You can add up to 10 signers to a multisig wallet.
* After adding the signer, the command will display the signer's permissions and thresholds.
* Use appropriate Solana network parameters for the member and permissions.

🔧 **Command Signature:**

```
Command Group - multisig
Command Name - add_signer
Parameters - member: The member to add as a signer to the multisig wallet (required: True), send: Whether the signer has permission to send funds (required: True), transfer: Whether the signer has permission to transfer funds (required: True), manage: Whether the signer has permission to manage the wallet (required: True)
```

Now you can use the RADAR bot's `add_signer` command to enhance the security and management of your Solana NFT community by adding signers to the multisig wallet.


---

# 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://bewinxed.gitbook.io/radar-docs/bot_help/multisig/add_signer.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.
