Scorch

Solana Global AI Hackathon Submission

Scorch AI - Farcaster Bot

Decentralized application (dApp) built on Solana with Farcaster integrations, leveraging concentrated liquidity pools using Orca Whirlpools SDK

Scorch Bot

How It Works

Scorch leverages Solana's high-performance blockchain and Orca's Whirlpools SDK to provide seamless liquidity management and automated trading signals through Farcaster integration.

  • Automated Liquidity Management
  • AI-Powered Trading Signals
  • Real-time Farcaster Alerts
Scorch-bot.ts
import { Scorch } from 'Scorch-Pepper-kit';

const agent = new ScorchPepperKit({
    network: 'devnet',
    apiKey: 'YOUR_API_KEY'
});

// Deploy $TOAI token 
const tokenAddress = await agent.addLiquidity({
    name: 'Scorch AI',
    symbol: '$TOAI', 
    decimals: 9
});

// Initialize Whirlpool
const pool = await agent.createPool({
    tokenA: tokenAddress,
    tokenB: 'SOL',
    fee: 0.3
});

// Configure Farcaster Bot
await agent.configureFarcaster({
    channelId: 'Scorch-alerts',
    triggers: ['price', 'volume'],
    actions: {
        onPriceChange: handlePriceAlert,
        onVolumeSpike: handleVolumeAlert
    }
});

// AI Trading Signals
agent.enableAISignals({
    model: 'Scorch-gpt',
    confidence: 0.85
});

System Architecture

How Scorch works under the hood

AI Agent (Eliza)

Derive token details and description

Warpcast Client

Send and receive cast frames via Warpcast

Bot Server

Process and manage interactions

Farcaster Network

Decentralized social protocol

Solana Blockchain

Create Pools and positions
Create Tokens
Create Token Meta data

Orca Programs

(whirlpool & positions)

Token 2025

Program

Token Metadata

Program

Powerful Features

Revolutionize your meme coin promotion with AI-driven tools

AI

AI-Driven Promotion

Intelligent content generation for meme coin promotion using Anthropic AI

DeFi

DeFi Integration

Seamless liquidity management with Orca Whirlpools on Solana

Social

Social Integration

Direct integration with Farcaster for community engagement

Powered By

Built with cutting-edge technologies

Solana Solana
Orca Orca
Anthropic Anthropic
Farcaster Farcaster
Address copied to clipboard!
Due to impersonators, GitHub repository is currently set to private.