Setup
Learn how to start NFT collection trackers in your server.
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 of your tracker. It can by anything, but we recommend using name of your collection.
The blockchain that your collection is based on.
Contract address of your collection. On Solana, it’s a verified creator address of your collection.
Channel to send notifications to.
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 of your tracker. It can by anything, but we recommend using name of your collection.
The blockchain that your collection is based on.
Contract address of your collection. On Solana, it’s a verified creator address of your collection.
Channel to send notifications to.
Template to use for the notification. It’s used to customize its appearance. See customization for details.
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.