Yokai AIO
  • Welcome to Yokai AIO
  • Getting Started
    • Installation
    • Quick Start
      • Settings
      • Wallet
      • Tasks
        • Copytrading
          • Copy wallets
          • Tasks
          • Copytrading
        • Discord Scrapper
        • Sniper
Powered by GitBook
On this page
  • JSON RPC
  • Websocket RPC
  • Yellowstone GRPC
  • Discord Webhook
  • Unit price and Unit limit
  • Jito tip
  • Telegram bot token
  • How to get telegram bot token
  • Your Telegram ID
  • Variant 1
  • Variant 2
  • Variant 3 (Not recommended)
  1. Getting Started
  2. Quick Start

Settings

PreviousQuick StartNextWallet

Last updated 4 months ago

JSON RPC

The setting where your JSON RPC URL is substituted. You can also test the connection here.

Example:

http://frankfurt.rpc.yokai-node.com

Websocket RPC

The setting in which your Websocket RPC url is substituted.

Example:

ws://frankfurt.rpc.yokai-node.com

Yellowstone GRPC

The setting in which your Yellowstone GRPC url is substituted.

Example:

http://frankfurt.grpc.yokai-node.com

Discord Webhook

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:

https://discord.com/api/webhooks/43221342314123/gfdgdfsg

Unit price and Unit limit

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:

(Unit price / 1 000 000) = lamports amount
(Lamports amount * Unit limit) / 1 000 000 000 * 2 * sol price

We substitute the values:

((1 000 000 / 1 000 000) * 100 000) / 1 000 000 * 2 * sol price = $0.04

Jito tip

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


Telegram bot token

The field for entering the bot token is used to receive notifications about purchases and sales in real time.

How to get telegram bot token

1

Write to @BotFather

2

Enter the command /newbot

3

Enter the desired bot name

4

Copy your bot-token

5

Write something to your bot

Necessary for the bot to be able to write to you


Your Telegram ID

Directly interacts with the previous point. It is necessary to specify your specific id to interact with the bot.

Variant 1

Using the official Telegram Bot API:

1
2

Enter your bot-token in the token field

3

Make a request to /getUpdates

4

Take the id from the result

{
  "ok": true,
  "result": [
    {
      "update_id": 111111111,
      "message": {
        "message_id": 1,
        "from": {
          "id": your_user_id_here,

Variant 2

Using the iMe application, log in to your telegram account, then copy your user_id from your profile.

Variant 3 (Not recommended)

Use any third-party bot that gives your Telegram ID

Follow the

link