# /early

## Description

The early command analyzes early buyers for a specific token mint:

* Takes a mint address and optional time window
* Identifies wallets that bought within a specified time window from token creation
* Shows detailed statistics about early buyers including:
  * Number of buys
  * Amount of SOL spent
  * Percentage of total supply bought
* Helps track early adopters and their trading patterns
* Supports optional CSV output formats

## Optional flags:

* -csv
  * Will generate a csv sheet.
  * Useful for wanting to extract the data and input elsewhere
* -{time}
  * 1 minute from the token creation is the default amount of time
  * -2m or -2min will get you the early wallets within 2 minutes of token creation
  * -30s or -30secs will get you the early wallets within a 30 second window
  * Acceptable syntax:
    * m, min, minutes
    * s, sec, seconds

## Usage examples:

`/early 7Cv7V3JpHWSyq6Zk16oqPZrmQtFLEeWYTu37g8svCHHk`&#x20;

`/early 7Cv7V3JpHWSyq6Zk16oqPZrmQtFLEeWYTu37g8svCHHk -3s`

`/early 7Cv7V3JpHWSyq6Zk16oqPZrmQtFLEeWYTu37g8svCHHk -csv`

`/early 7Cv7V3JpHWSyq6Zk16oqPZrmQtFLEeWYTu37g8svCHHk -3sec -csv`&#x20;

<figure><img src="https://2366715571-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FwZhT2rt1MEsR0j03JVUI%2Fuploads%2FvU56rxwHR40qsoHvbnra%2Fimage.png?alt=media&#x26;token=52e000ae-f7de-4ff9-8eb8-4ca2ae512ce3" alt=""><figcaption></figcaption></figure>
