Referrals
Consortium has referral rewards for both individual users & anyone who wants to integrate redirects to the Consortium Bot from their alerts - this pg. outlines both!
Last updated
Consortium has referral rewards for both individual users & anyone who wants to integrate redirects to the Consortium Bot from their alerts - this pg. outlines both!
Last updated
Click Settings -> then Settings again -> then click "referral code"
Input a name for your code & refresh the menu to see your code/link
Share that link and profit!
Simply follow someone else's referral link/code and setup the bot - that's all you need to do!
To build a buy link with your referral code structure it like so: https://t.me/ConsortiumKeyBot?start=[CHAIN_ID]_[TOKEN_ADDRESS]_[YOUR_REFERRAL_CODE]
To build a sell link with your referral code structure it like so: https://t.me/ConsortiumKeyBot?start=[CHAIN_ID]_[TOKEN_ADDRESS]_[YOUR_REFERRAL_CODE]
Please ensure that you have put an underscore _
in between all of the fields.
For the chainId on EVM chains please use the ChainId as an integer without any quote around it (no need to JSON encode this).
For the chainId on other chains please use their chainname lower cased as their chainId (e.g., for Solana use solana
).
For the token's address please also do not quote it or do any JSON encoding. Just add the string into the URL. The referral code you get from us will be a six digit code that will be entered into our system. Please do not stringify that or put quotes around it.
To buy Pepe on ETH use the following link: https://t.me/ConsortiumKeyBot?start=1_0x6982508145454ce325ddbe47a25d4ec3d2311933_111111
To sell Pepe on ETH use the following link: https://t.me/ConsortiumKeyBot?start=1_0x6982508145454ce325ddbe47a25d4ec3d2311933_111111
To buy WIF on SOL use the following link: https://t.me/ConsortiumKeyBot?start=solana_EKpQGSJtjMFqKZ9KQanSqYXRcF8fBopzLHYxdM65zcjm_111111
To sell WIF on SOL use the following link: https://t.me/ConsortiumKeyBot?start=solana_EKpQGSJtjMFqKZ9KQanSqYXRcF8fBopzLHYxdM65zcjm_111111
(where 111111
is the assumed referral code you have gotten from us)