# How to Register Delegations (TAP)?

Registering delegations allows you to mint or perform other actions from your most convenient wallet. The optimal method for setting delegations in TAP is described below.

Assuming three sample addresses:

* Address A (vault address) : 0xAcf42B85eCb77d9332584119FD78a3DE9953c2a0
* Address B (transaction address) : 0x3558C942EeA9e9Bb9b1a6A02d272756EDD3A1Fe4
* Address C (minting address) : 0xD0f03CB42Fe821c0654846E474c19484865c5B4a

1. Connect to NFTDelegation.com with Address A (vault) and Set Address B (transaction) as the Delegation Manager of Address A by following the steps below:
   1. Launch the Wallet Wizard.
   2. Select Appoint Delegation Manager and click Next.
   3. Select a specific Collection or choose Any Collection and click Next.
   4. Insert the Delegate Address and click Next.
   5. Review Details and click Submit.

Note: Once completed, Address A will not need to connect to any service again, and further delegations can be made on its behalf by Address B.

2. Connect to NFTDelegation.com with Address B (transaction):

   1. Delegate Use Case 1 (all) or 2 (minting/allowlist) to Address C (minting).
      * Launch the Wallet Wizard.
      * Select Delegate Actions and click Next.
      * Select Connected wallet as the Delegator.
      * Select all Use Cases or Use Case #2 Minting / Allowlist and click Next.
      * Select Any Collection and click Next.
      * Enter wallet Address C and click Next.
      * Review Details, click Submit and execute the transaction.
   2. Delegate Use Case 1 (all) or 2 (minting/allowlist) on behalf of Address A (vault) to Address C (minting).
      * Click on My Activity.
      * Select Delegate Actions and click Next.
      * Select Address A as the Delegator.
      * Select all Use Cases or Use Case #2 Minting / Allowlist and click Next.
      * Select Any Collection and click Next.
      * Enter wallet Address C and click Next.
      * Review Details, click Submit and execute the transaction.

   This will assign all usecases or all /minting allowlist spots for Addresses A, B, and C to Address C, that can mint on behalf of all three. Address B can continue to manage delegations for Address A.

3. \[To confirm] Connect to NFTDelegation.com with Address C (minting)&#x20;
   1. Click on My Activity.
   2. Select Any Collection from the My Collections Tab.
   3. In the Delegations Area you should view the two delegation addresses in the Delegations area: one for wallet A and one for wallet B.


---

# 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.nftdelegation.com/three-address-protocol-tap/how-to-register-delegations-tap.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.
