Automated multi-account farming tool for Kite AI decentralized payment network with faucet claims, token staking, DEX swaps, daily quiz completion, cross-chain bridging, proxy rotation, and configurable task scheduling
Automated multi-account interaction tool for the Kite AI decentralized payment network testnet.
- Multi-account management — load multiple wallets from
accounts.txt - Proxy rotation — supports HTTP/SOCKS5 proxies with automatic rotation
- Faucet claims — auto-claim testnet KITE tokens
- Token staking — automated staking of available balance
- DEX swaps — random token swap execution
- Daily quiz — automatic quiz completion for rewards
- Cross-chain bridge — bridge tokens to Ethereum, Arbitrum, Base
- Configurable delays — randomized intervals between tasks
- Python 3.9+
- pip
git clone https://github.com/vonssy/KiteAi-BOT.git
cd KiteAi-BOT
pip install -r requirements.txt- Add private keys to
accounts.txt(one per line) - Add proxies to
proxy.txt(optional, one per line) - Run the bot and use the interactive configuration menu, or edit
config.jsondirectly
| Parameter | Default | Description |
|---|---|---|
rpc_url |
https://rpc.kiteai.top |
RPC endpoint |
chain_id |
2368 |
Network chain ID |
max_concurrent |
5 |
Parallel worker threads |
task_delay_min |
3 |
Minimum delay between tasks (sec) |
task_delay_max |
10 |
Maximum delay between tasks (sec) |
auto_claim_faucet |
true |
Enable faucet auto-claim |
auto_stake |
true |
Enable auto-staking |
auto_swap |
true |
Enable DEX swap execution |
auto_quiz |
true |
Enable daily quiz completion |
auto_bridge |
true |
Enable cross-chain bridge |
python main.pyip:port
http://ip:port
http://user:pass@ip:port
socks5://ip:port
This tool is for educational and testnet purposes only. Use at your own risk.
MIT