- Avalanche
- Arbitrum
- BSC
- Optimism
- Polygon
- STG stake
- testnetbridge
- bitcoinbridge
- aptosbridge
- stargatebridge
- harmonybridge
- jumper.exchange
- woofi
In the config.js
file, you can customize settings.
stgStakePeriodInMonths
is responsible for how many months to steak STG forslippage
is responsible for the default slippage during swaps and other conversionspercentage
is responsible for what percentage of the native balance will be swapped into GETH and BTCb (example,swapToGeth: 5
)chainsForInteractions
is responsible for the list of networks the software will work withchainsCount
is responsible for the number of networks to be affected (from and to)interactionsInterval
is responsible for how many seconds there should be a break between interactions (from and to)interactionsCount
is responsible for how many times you need to do an action. If you want to do some action indefinitely, just set the numbersInfinity
togetherstablesForInteraction
is responsible for how many stable tokens will be spent in any given action (from and to)
The main stable token for BSC is USDT, for other networks it is USDC
- Spread the commissions over the desired networks (from $2)
- Send stable tokens to one of the networks (from $0.5)
- Enter private keys into
keys.example.json
file (you need private keys for EVM and Aptos without 0x, there is an example inside). - Rename
keys.example.json
tokeys.json
. - Run the software
- Install Nodejs
- Clone the repository or download the archive
- Go to the folder with the software in the console and write the command
npm install
- Type
npm run start
in the console to start the software
The software approves 10x of what it is going to swap. That is, if 500 USDC is approved, then 50 USDC will be swapped.
If you find bugs or encounter other problems with the software - write @rubyuroboros in Telegram or in the Telegram channel comments below the post.