# Token Creators

Filter the database of token creators by their track record, export the ones you trust, and load the list into your trading bot as a deployer whitelist.

Token Creators is the database of wallets that deploy tokens on Solana, with each creator's track record: how many tokens they launched, on which launchpads, how many migrated and how fast, and how high those tokens went\. Filter it down to the creators you trust, export the list, and load it into your trading bot as a whitelist\. The next time one of them launches, your bot is in\. Plus plan and above\.

```mermaid
flowchart LR
  A["Filter the creators"] --> B["Save the preset"] --> C["Export Creators"] --> D["Load into your bot"]
```

## Compare creators by track record

Open **Token Creators** in the sidebar\. One row per creator, sorted by the number of tokens created, with the count of creators at the bottom and 50 rows per page \(or 10 or 20\)\. The columns cover four things:

- **Launches**: tokens created in total, per launchpad \(pump\.fun, LaunchLab, Bonk, Jupiter Studio, Bags, Heaven\) and outside launchpads\.
- **Migrations**: how many tokens migrated, in total and per launchpad, as counts and as rates\.
- **Timing**: when the first and the last token were created, and the median time from launch to migration\.
- **Outcome**: the median all\-time\-high market cap of the creator's tokens, and how much it varies\.

The full list with definitions is in [Token creator metrics](/token-creator-metrics), for subscribers\.

### Sort and filter

Click the chevron next to a column name to sort, highest first, and again to flip\. Click the funnel to filter: numbers and percentages get a **From** and a **To** field, dates get a calendar with a time range\. **Filter** applies, **Reset** clears, a solid funnel marks a filtered column\. Filters stack and run on the whole database\.

### Save filters as a preset

**Filtering and Sorting** keeps your filter setups\. **Default** clears everything\. Tick **Save as Preset**, type a name and click **Save** to keep the current filters and sort; save under the same name to overwrite; the trash icon deletes\. Presets here are separate from your Data Import presets\.

### Choose your columns

**Columns preset** shows which column set is on\. Click it, then **Customize Columns**, to tick the columns you want, drag them into order in the **Columns Selected** list, name the set and click **Apply**\. **Set as Default** makes it the view you open with\.

## Build your whitelist

1. ### Filter down to the creators you trust
   Decide what a trustworthy creator looks like to you and set it as filters\. A common starting point: enough launches to judge, a migration rate well above the crowd, a last token within the past month, and a median all\-time high that clears your minimum\.
2. ### Save the preset
   **Filtering and Sorting**, **Save as Preset**, a name\. The database changes every hour; the preset lets you pull a fresh whitelist any time\.
3. ### Export Creators
   Click **Export Creators** at the top of the table\. The menu tells you the first 10,000 results will be exported and offers three options: **Use applied filters** \(on\), **Use applied columns** \(on\) and **Include token details** \(off\)\. Pick **CSV** or **JSON**\. The file is prepared on our side and downloads when ready, one creator per row\.
4. ### Load it into your bot
   Take the address column and paste it into your trading bot's deployer or creator whitelist\. Every bot names the setting differently; it is the filter that makes the bot buy only tokens launched by listed wallets\.

> [!TIP]
> Run the export again after a refresh, or whenever the preset shows new rows, and replace the list in your bot\. A whitelist ages like any other data\.

## Check one creator in full

Click the arrow at the end of a row to open the creator:

- **Header**: avatar, name or shortened address with a pencil to name it, full address, **Solscan**, copy, **Share** \(a card for the wallet\) and **Add to Watchlist**\.
- **Three numbers**: **Tokens**, **Migration %** and **Migrations**\.
- **Two panels**: tokens and migrations per launchpad, and the creator's timing and outcome figures: first and last token, tokens created outside launchpads, median time to migration, median all\-time\-high market cap and its spread\.
- **Every token they created**, newest first: **Token**, **Created**, **ATH Mcap**, **ATH Date**, **Price Updated** and **Last Price**, 10 per page, sortable and filterable\.

> [!NOTE]
> The profile is where you check a single launch: open the creator, read the migration rate, scroll the token list, decide\.
