# Wallet Collection

Wallet collection is usually used pre project mint to collect members wallet address, to enter them into an allow list. You can configure and start collecting wallets easily with our system using the following command:

#### &#x20;/whitelist-wallet-collection

<table><thead><tr><th width="167.33333333333331">Parameter</th><th width="425">Description</th><th>Required</th></tr></thead><tbody><tr><td>Role</td><td>A role an user needs to have in order to be able submit his wallet address.</td><td>yes</td></tr><tr><td>minimum-amount</td><td>A minimum amount of sol user needs to have in his wallet in order to submit his wallet</td><td>no</td></tr><tr><td></td><td></td><td></td></tr></tbody></table>

The system will validate the wallet is a valid solana wallet and if you defined the minimum-amount parameter, will validate that the wallet entered has at least that amount of sol in it.

Example:<br>

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

This command should give you the following message, with 2 buttons, ***Add Wallet***, allows user to enter their wallet address, and ***Verify Wallet***, verifies if the user has already submitted a wallet.

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

#### &#x20;/get-wallets

This command is used when you want to download all collected wallet addresses, usually necessary to send to a launchpad that will handle your project mint.

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

\
Watch below a demonstration on how to add and interact with wallet collection.

{% embed url="<https://youtu.be/Io6Yj4vfw9A>" %}


---

# 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.tektools.app/product-guides/configuring-in-discord/wallet-collection.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.
