Skip to main content

➕ Create

This command allows you to create new notifications to receive alerts of NFTs, Governance, Price, and more. Simply select the notification you want to create and follow the steps to set it up.

/notification create

NFT

/notification create nft

Parameters:

*Required

blockchain*

type: Option
description: Blockchain where the NFT collection exists.
choices: [ Terra Classic, Terra ]

collection*

type: Option
description: Address of the NFT collection.
choices: [ NFT Collections supported on our Assets ]

token

type: Option
description: Specific NFT token from the collection to create a NFT Monitor.
choices: [ All NFT tokens from the collection previously selected ]

channel

type: Channel
description: Channel to send the alerts.
default: Channel where the command was executed.

Example Usage

/notification create nft blockchain:Terra collection:Skeleton Punks token:Skeleton Punk #878 (878)
info

You will be prompted with a message with some alert types to choose from, please press the ones you wish.

Governance

/notification create gov

Parameters:

*Required

blockchain*

type: Option
description: Blockchain where the Governance exists.
choices: [ Terra Classic, Terra ]

project*

type: Option
description: Select the project from which you want to receive new polls alerts.
choices: [ Supported projects from the previously selected blockchain ]
info

Terra Classic, Terra, Astroport, Mirror Protocol and Anchor Protocol are the only projects supported for now.

mention

type : Role
description: Insert which role you wish to mention whenever a new poll is posted.

channel

type: Channel
description: Channel to send the alerts.
default: Channel where the command was executed.

Example Usage

/notification create gov blockchain:Terra project:Astroport

Price

/notification create price

Parameters:

*Required

blockchain*

type: Option
description: Blockchain where the DEX exists.
choices: [ Terra Classic, Terra ]

dex*

type: Option
description: DEX where the pair exists.
choices: [ All DEXs supported from the selected blockchain on our Assets ]

pair*

type: Option
description: Pair you wish to create the price alert for.
choices: [ All pairs supported from the selected DEX on our Assets ]

price*

type: Number
description: Price you wish to set as a trigger for the alert.

type*

type: Option
description: Type of comparison you wish to make between the price and the price you set.
choices: [ >=, =, <=, <, > ]

channel

type: Channel
description: Channel to send the alerts.
default: Channel where the command was executed.

Example Usage

/notification create price blockchain:Terra dex:Astroport pair:bLUNA / LUNA Pair price:0.9 type:lower than

Wallet

/notification create wallet

Parameters:

*Required

blockchain*

type: Option
description: Blockchain where the wallet address exists.
choices: [ Terra Classic, Terra ]

address*

type: Option | String
description: Wallet to watch.
choices: [ All your connected wallets to your account ]
info

If you want to watch a wallet that is not connected to your account, you can insert the address directly.

channel

type: Channel
description: Channel to send the alerts.
default: Channel where the command was executed.

Example Usage

/notification create wallet blockchain:Terra Classic wallet:terra..2x8

Validator

/notification create validator

Parameters:

*Required

blockchain*

type: Option
description: Blockchain where the Validator exists.
choices: [ Terra Classic, Terra ]

validator

type: Option
description: Validator to be alerted about.
choices: [ All validators from the previously selected blockchain ]

channel

type: Channel
description: Channel to send the alerts.
default: Channel where the command was executed.

Example Usage

/notification create validator blockchain:Terra validator:Hermes Protocol | Earn airdrops & more!

Liquidity Pool

/notification create liquidity-pool

Parameters:

*Required

blockchain*

type: Option
description: Blockchain where the DEX exists.
choices: [ Terra Classic, Terra ]

dex*

type: Option
description: DEX where the pair exists.
choices: [ All supported DEXs on our Assets ]

pair*

type: Option
description: Pair of the liquidity pool you want to be alerted about.
choices: [ All supported pairs on the previously selected DEX ]

value*

type: Number
description: Value to be compared with the liquidity pool.
info

If you do not specify a token, the value will be assumed as relative (%) to the total deposited/withdrawn in the liquidity pool when the alert is triggered.

type*

type: Option
description: Type of comparison to be made.
choices: [ >=, =, <=, <, > ]

token

type: Option
description: Token to be compared with the liquidity pool.
choices: [ Tokens involved in the previously selected pair ]

channel

type: Channel
description: Channel to send the alerts.
default: Channel where the command was executed.

Example Usage

absolute
/notification create liquidity-pool blockchain:Terra dex:Phoenix Finance pair:axlUSDC / LUNA Pair type:greater than value:10 token:LUNA

or

relative
/notification create liquidity-pool blockchain:Terra dex:Phoenix Finance pair:axlUSDC / LUNA Pair type:greater than value:10
info

After creating the notification you will be prompt to choose the type of alerts you wish to receive.

Liquid Staking

/notification create liquid-staking

Parameters:

*Required

blockchain*

type: Option
description: Blockchain where that liquid staking exists.
choices: [ Terra Classic, Terra ]

type*

type: Option
description: Type of comparison to be made with the liquid staking.
choices: [ >=, =, <=, <, > ]

amount*

type: Number
description: Amount to be compared with the liquid staking.

wallet

type: String
description: Wallet that executed the liquid staking.
caution

Wallet is optional only in servers, you must provide it in DMs.

channel

type: Channel
description: Channel to send the alerts.
default: Channel where the command was executed.

Example Usage

/notification create liquid-staking blockchain:Terra type:lower than or equal to amount:23 wallet:terra...2x8
info

After creating the notification you will be prompt to choose the type of alerts you wish to receive.

Domain Changes

/notification create domain-changes

Parameters:

*Required

blockchain*

type: Option
description: Blockchain where that domain exists.
choices: [ Terra Classic, Terra ]

domain

type: String | Regex
description: Domain you want to be alerted about | Regex to match single or multiple domains.
info
  • Keep in mind that the domain must be in the format of domain.tld and not just the name of the domain.
  • Regex is only supported in servers.
  • If you provide a regex, you must set the regex parameter to true.
  • If you want to match multiple domains you can either use the regex .* to match all domains or | to separate the domains.
  • We recommend to use a regex builder as regex101 to build and test your regex.

regex

type: Boolean
description: Whether to use regex or not in the domain parameter.
choices: [ True or False ]

channel

type: Channel
description: Channel to send the alerts.
default: Channel where the command was executed.

Example Usage

domain
/notification create domain-changes blockchain:Terra domain:anything.luna
info

After creating the notification you will be prompt to choose the type of alerts you wish to receive.

Domain Registration

/notification create domain-registration

Parameters:

*Required

blockchain*

type: Option
description: Blockchain where that domain exists.
choices: [ Terra Classic, Terra ]

domain

type: String
description: Domain you want to be alerted about.
info
  • Keep in mind that the domain must be in the format of domain.tld and not just the name of the domain.
  • You must provide a registered domain.

channel

type: Channel
description: Channel to send the alerts.
default: Channel where the command was executed.

Example Usage

/notification create domain-registration blockchain:Terra domain:alien.luna
info

After creating the notification you will be prompt to choose the type of alerts you wish to receive.

caution

While this types can already be configured, some of them are not live yet. It'll start working automatically once it's live.

New Domain

/notification create new-domain
info

This command can only be ran in a server.

Parameters:

*Required

blockchain*

type: Option
description: Blockchain where the domain(s) exists.
choices: [ Terra Classic, Terra ]

regex

type: Regex | String
description: Regex to match single or multiple domains. | Domain to be alerted about.
info
  • Keep in mind that the domain must be in the format of domain.tld and not just the name of the domain.
  • If you want to match multiple domains you can either use the regex .* to match all domains or | to separate the domains.
  • You can also send the regex parameter empty to match all domains.
  • We recommend to use a regex builder as regex101 to build and test your regex.

channel

type: Channel
description: Channel to send the alerts.
default: Channel where the command was executed.

Example Usage

domain with channel
/notification create new-domain blockchain:Terra regex:alien.luna channel:#new-domains

or

regex without channel
/notification create new-domain blockchain:Terra regex:alien.*\.luna