Investors Club

From Seasonal Tokens
Revision as of 21:49, 14 July 2023 by Mediawiki (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Investors Club Bot Tutorial

In this tutorial, we'll use the bot to buy some tokens for us and send them to us. First, we need to start a private conversation with the bot.

Discord

Click on the bot's avatar to send it a message. You can find it in the ⁠investors-club channel. If you say !hello to it, then it will respond with a friendly greeting.

Next, you need to give it some MATIC so that it can buy tokens:

!deposit

The bot will give you a deposit address. You can send MATIC to it using MetaMask. Make sure MetaMask is connected to the Polygon Network.

After the MATIC has arrived at the deposit address, the bot will send you a message saying that the deposit is complete. Then you can check your balance:

!balance

You should see the amount of MATIC that you deposited. Next, you want to set the amount of MATIC that you want to spend each day on tokens. Let's set it to 0.1 MATIC for testing:

!setdca 0.1


Now you can get the bot to do a single day's worth of token purchases for all users. This function is available only during the testing period. When the bot is operating normally, it will do this at scheduled times. For testing, users can trigger the event.

!do_dca

That will take about a minute to complete. After it has completed, it will publish the results of the purchases in the Telegram and Discord channels for the club. It won't send a notification DM. You can check your balances to see the tokens as they arrive:

!balance

After you have the tokens, you can withdraw them, but first, you need to specify a receiving address:

!setreceivingaddress <my_address_from_metamask>

Then you can withdraw the tokens:

!withdrawtokens

It will take about a minute for the withdrawal to complete, and the bot will send you a DM letting you know when it's done.

After that, you can withdraw your remaining MATIC:

!withdrawmatic

Then you can look at the history of changes to your balances by doing:

!logs

Telegram

On Telegram, you can go to https://t.me/seasonal_investors_club_bot and then click "Start" and say /hello.

Next, you need to give it some MATIC so that it can buy tokens:

/deposit

The bot will give you a deposit address. You can send MATIC to it using MetaMask. Make sure MetaMask is connected to the Polygon Network.

After the MATIC has arrived at the deposit address, the bot will send you a message saying that the deposit is complete. Then you can check your balance:

/balance

You should see the amount of MATIC that you deposited. Next, you want to set the amount of MATIC that you want to spend each day on tokens. Let's set it to 0.1 MATIC for testing:

/setdca 0.1

Now you can get the bot to do a single day's worth of token purchases for all users. This function is available only during the testing period. When the bot is operating normally, it will do this at scheduled times. For testing, users can trigger the event.

/do_dca

That will take about a minute to complete. After it has completed, it will publish the results of the purchases in the Telegram and Discord channels for the club. It won't send a notification DM. You can check your balances to see the tokens as they arrive:

/balance

After you have the tokens, you can withdraw them, but first, you need to specify a receiving address:

/setreceivingaddress <my_address_from_metamask>

Then you can withdraw the tokens:

/withdrawtokens

It will take about a minute for the withdrawal to complete, and the bot will send you a DM letting you know when it's done.

After that, you can withdraw your remaining MATIC:

/withdrawmatic

Then you can look at the history of changes to your balances by doing:

/logs