Settings
Last updated
Last updated
The setting where your JSON RPC URL is substituted. You can also test the connection here.
Example:
The setting in which your Websocket RPC url is substituted.
Example:
The setting in which your Yellowstone GRPC url is substituted.
Example:
The field for entering the bot token is used to receive notifications about purchases and sales in real time.
Select your server in Discord and open the channel settings where notifications should be sent by clicking on the gear. Select the Integration section and the Create Webhook option. Go to the created webhook and copy the webhook URL.
Example:
You can flexibly adjust the gas size for your transactions. With this setting, you can change the commission of your transactions not only by changing the number of lamports, but also by changing the number of compute units. For example, if you have not spent more than 65.000 compute units during your entire trading period, you can change the setting to 75.000 unit limit. This will provide more lamports for the same money, which will increase the transaction speed.
Example of a settlement commission:
Unit price = 1 000 000
Unit limit = 100 000
Calculation formula:
We substitute the values:
If you want to use Jito, it is recommended to subtract 30% from the base unit price and add it to the jito tip field.
Example:
Unit price = 700 000
Unit limit = 100 000
Jito tip = 300 000
The field for entering the bot token is used to receive notifications about purchases and sales in real time.
Write to @BotFather
Enter the command /newbot
Enter the desired bot name
Copy your bot-token
Write something to your bot
Necessary for the bot to be able to write to you
Directly interacts with the previous point. It is necessary to specify your specific id to interact with the bot.
Using the official Telegram Bot API:
Enter your bot-token in the token field
Make a request to /getUpdates
Take the id from the result
Using the iMe application, log in to your telegram account, then copy your user_id from your profile.
Use any third-party bot that gives your Telegram ID
Follow the