Step 1 - Start a listing tracker

To start a listing tracker in Discord, simply call the /track-listings start command in your server. It takes the following arguments:

name
string
required

Name of your tracker. It can by anything, but we recommend using name of your collection.

chain
string
required

The blockchain that your collection is based on.

collection
string
required

Contract address of your collection. On Solana, it’s a verified creator address of your collection.

channel
channel
required

Channel to send notifications to.

template
string

Template to use for the notification. It’s used to customize its appearance. See customization for details.

Sample command arguments

Soon the channel should populate with notifications similar to the one below:

Sample listing notification

Step 2 - Start a sales tracker

To start a sales tracker in Discord, simply call the /track-sales start command in your server. It takes the following arguments:

name
string
required

Name of your tracker. It can by anything, but we recommend using name of your collection.

chain
string
required

The blockchain that your collection is based on.

collection
string
required

Contract address of your collection. On Solana, it’s a verified creator address of your collection.

channel
channel
required

Channel to send notifications to.

template
string

Template to use for the notification. It’s used to customize its appearance. See customization for details.

reward-pool
string

Reward pool to use for rewarding buyers. You can find more explanation below.

Sample command arguments

Soon the channel should populate with notifications similar to the one below:

Sample sale notification

What’s next?

Learn how to customize appearance of your notifications and reward buyers.