# New Cohort Set Up

### Add New Cohort

* Navigate to the Wallet Selector feature page.
* Click on "Add New."
* Choose the type of cohort you want to create: NFT, DeFi, Game.

### Choose Categories

<figure><img src="/files/0qYelMm2thYothQi0lkD" alt=""><figcaption></figcaption></figure>

* Select the audience category from the category pool, which includes **Growing3 predefined categories** ([click to view Growing3 category definitions](/growing3/feature/wallet-selector/category-pools-make-the-pre-set-easy.md#growing3-categories)) and user-uploadable categories for your own CRM data ([click to view Customized Categories](/growing3/feature/wallet-selector/category-pools-make-the-pre-set-easy.md#customized-categroies)).&#x20;
* Should you prefer not to select any specific categories, the option to choose "<mark style="color:yellow;">All Wallet Addresses</mark>" is available, allowing for a direct selection from our entire wallet pool.&#x20;
* Following this selection, advanced filters can be applied for further refinement.

### **Applying Advanced filter conditions**

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

> This section let user add advanced conditions on top of the previously selected category.

#### **I. Wallet Asset**

> Filter the wallet accounts according to their on-chain wallet asset amount

1. Choose Blockchain: Currently, ETH is supported for selection.
2. Choose on-chain token: In the token dropdown menu, you can search for any token on the blockchain or select from the top 10 tokens by TVL (Total Value Locked). We also provide the corresponding US dollar price next to each token for reference.
3. Set conditions: You can filter the token assets of the wallet account using four types of conditions: <mark style="color:yellow;">**Greater than, Less than, Between, Top N**</mark> (referring to the top X% of wallet accounts under this condition).
4. After setting a condition, we also support adding multiple conditions. You can use the "Relations within the filters" button on the left to choose whether the conditions are intersecting (AND) or unioning (OR).

#### II. DeFi Engagement

> Here, you can filter based on the interaction of a wallet account with certain DeFi projects.&#x20;

1. Choose the interaction time, currently supporting options from yesterday, last 7 days to last 60 days.&#x20;
2. Select DeFi projects and actions (functions), currently prioritizing support for the "transfer" action. This allows you to select wallet accounts that have transferred with these DeFi projects.&#x20;
3. Under the condition section, you can also set quantity conditions based on the amount of interaction.

#### III. Contract Interaction:

> This filter allows you to enter any contract, and we will identify wallet accounts that have either interacted with or never interacted with this contract.

1. Choose the interaction time, currently supporting options from yesterday, last 7 days to last 60 days.
2. Enter the contract address.
3. Choose between "**interact with**" or "**not interact with**." These options enable you to include users who have interacted with competitors or add your own contract to exclude existing users.

Finally, the relationship between each filter can be set at the top in "Relations between the filters" to specify whether the conditions intersect or unite.&#x20;

If there's a filter you're not using, you can turn off the entire filter section using the **toggle button**.


---

# 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://growing3.gitbook.io/growing3/feature/wallet-selector/new-cohort-set-up.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.
