pen-to-squareKite AI

Kite AI is a Layer-1 blockchain for AI, creating an agentic economy where AI agents, data providers, and creators interact with cryptographic identities, governance, and payments. It uses Proof of Attributed Intelligence (PoAI) to fairly reward contributions.

Requirements (More info herearrow-up-right)

Functionality

  • Faucet onchain

  • Faucet portal

  • Daily quiz

  • Onboarding quiz

  • AI agent actions

  • Swaps

  • Mint Badge NFT

  • Bridge

  • Refferals

Installation

  1. Clone the repository:

  1. Install dependencies:

  1. Activate virtual environment:

For Windows

For Linux/Mac

  1. Run script

Configuration

After running the script, a folder named files will be created. Inside this folder, you will find text files that must be filled line by line (one value per line).

  • private_keys.txt: Private keys EVM

  • proxy.txt: One proxy per line (format: http://user:pass@ip:port)

Main configurations

3. Module Configurations

Usage

For your security, you can enable private key encryption by setting private_key_encryption: true in the settings.yaml. If set to false, encryption will be skipped.

On first use, you need to fill in the private_keys.txt file once. After launching the program, go to DB Actions → Import wallets to Database.

If encryption is enabled, you will be prompted to enter and confirm a password. Once completed, your private keys will be deleted from the private_keys.txt file and securely moved to a local database, which is created in the files folder.

If you want to update proxy/twitter/discord/email you need to make synchronize with DB. After you made changes in these files, please choose this option.

Once the database is created, you can start the project by selecting Kite AI → Random Activity.

Last updated