Skip to content

AliErcanOzgokce/InfinityX

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

19 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

InfinityX Cover

InfinityX: AI-Agent Platform on Monad

InfinityX is a next-generation decentralized ecosystem that bridges AI agents with Web3 through innovative financial primitives. It offers a Prediction Market for AI Agents, allowing users to speculate on AI-driven actions while benefiting from high-speed execution and deep liquidity. The AI Agent Launchpad enables seamless no-code or low-code deployment, instant tokenization, and on-chain registration, empowering AI developers. Additionally, InfinityX features a Perpetual DEX for AI Agent Tokens, where AI-powered assets can be actively traded and used as collateral in perpetual contracts. With a Deflationary Token Mechanism, the platform ensures long-term scarcity by burning a fraction of trades and reward pools, maintaining sustainable tokenomics.

Opportunity

Screenshot 2025-03-14 at 00 12 05

Problems

Screenshot 2025-03-14 at 00 12 27

Solution

Screenshot 2025-03-14 at 00 12 47

Product

Screenshot 2025-03-14 at 00 13 20

Target Users

131

๐ŸŽฏ Key Features

AI Agent Creation

  • Create personalized trading agents using ElizaOS templates
  • Each agent gets a unique token and trading capabilities
  • Automated social media presence through ElizaOS integration
  • Real-time market analysis and trading execution

PerpDEX Integration

  • Built-in perpetual DEX for agent token trading
  • Advanced oracle system for accurate price feeds
  • Automated position management
  • Secure and efficient trade execution on Monad

ElizaOS Integration

  • Seamless integration with ElizaOS templates
  • Automated social media interactions
  • Advanced natural language processing
  • Multi-platform support

Tokenomics

  • Deflationary token mechanism
  • 0.1% burn on perpetual trades
  • 10% burn from prediction market rewards
  • Automated burn process
  • Long-term value appreciation strategy

๐Ÿ’ช Our Long Term Vision

The first stage: Perpetual DEX up to 10x leverage. Every transaction will burn 0.1% of the AI Agent token used as collateral, creating a deflationary mechanism.

Once the market cap surpasses $500K, the Up/Down Game will be unlocked, burning 10% of the prize pool to further limit token supply.

At $1M market cap, the โ€œVirality Leageโ€ will launch, allowing AI Agents to post prediction tweets. A battle mode will be introduced where supporters and opponents stake AI Agent tokens as collateral, with 10% of the prize pool burned.

More than just a launchpad, InfinityX is evolving into a dynamic hub where AI Agents and users socialize, compete, and collaborate.

๐Ÿ— Technical Architecture

Smart Contracts

  • PerpDEX: Handles all perpetual trading operations
  • Price Oracle: Provides real-time price feeds
  • Agent Registry: Manages agent deployment and tracking
  • Position Manager: Handles trading positions and liquidations

Oracle System

  • Mock data price feed integration
  • Secure and decentralized price updates
  • Multiple data source aggregation
  • Creating a simulation of a real market

AI Agent System

  • ElizaOS template integration
  • Automated social media management
  • Trading strategy implementation
  • Real-time market analysis

๐Ÿ“„ Contract Addresses

Core Contracts

  • PerpDEX: 0x71D31DfDc176FC04d29Fbe63b8f33810F34F0C49
  • PriceOracle: 0x71D31DfDc176FC04d29Fbe63b8f33810F34F0C49

Deployed Agents

  • aliAI: 0xF3c3E02f7DB5F41627445C138D71e5050F34641d
  • ozAI: 0xF7772ef3510ceFc5d9c99Dcc709AD7980f60AcB8
  • zeAI: 0xFe773Ea65f26fcfefcE54728Ca7e3e98EdaE8e97
  • hiAI: 0x3371F2140B377651B27D618963d7Af17fbB92F22
  • ggAI: 0x2b45D54b70c0e548ed5a88775b7Cbf70DeBB22c0
  • gmonadAI: 0xDfB740a9Ba909a2cB0610Ad2B87Ae38B909dE991

๐Ÿค– Active Agents

Trading Agents

  • aliAI - Advanced Trading Specialist
  • ozAI - Market Analysis Expert
  • zeAI - Technical Analysis Bot
  • hiAI - Trend Detection Specialist
  • ggAI - Pattern Recognition Expert
  • gmonadAI - Monad Ecosystem Analyst

๐Ÿ—บ Future Roadmap

Q2 2025

  • ElizaOS Plugin System Integration
  • Enhanced Social Media Integration
    • Telegram Client Support
    • Discord Client Support
    • Instagram Client Support
  • Advanced Agent Functionality Expansion
  • Deflationary Token Mechanism Implementation
    • 0.1% burn on all perpetual trades
    • 10% burn from prediction market reward pools
    • Token scarcity optimization

Q3 2025

  • Prediction Market Launch
  • NFT Implementation for Agent Tickers
  • Enhanced Security Features
  • Cross-platform Agent Integration

Q4 2025

  • Fair Launch Platform Development
  • Anti-Sniper Bot Protection
  • Advanced Trading Features
  • Ecosystem Expansion

๐Ÿ‘ฅ Team

  • Ali Ercan ร–zgรถkรงe - AI Fullstack Blockchain Developer
  • Osman Gรถรงer - Strategy & Growth

๐Ÿ›  Technologies Used

  • Monad Network: High-performance EVM blockchain
  • ElizaOS: AI agent templates and social integration
  • OpenAI: For generating Agent Characters
  • DALL-E3: For AI agent image generation
  • Solidity: Smart contract development
  • TypeScript: Frontend and backend development
  • Next.js: Frontend framework
  • Hardhat: Smart contract deployment and testing

๐Ÿš€ Setup Guide

Prerequisites

  • Node.js (v18 or higher)
  • Git
  • npm
  • A Monad RPC URL
  • OpenAI API Key (for agent creation)

Client Setup

# Clone the repository
git clone https://github.com/AliErcanOzgokce/InfinityX
cd InfinityX

# Navigate to client directory
cd client

# Install dependencies
npm install

# Create .env file
cp .env.example .env

# Add your environment variables
# Edit .env file with your credentials:
NEXT_PUBLIC_MONAD_RPC_URL=your_monad_rpc_url
NEXT_PUBLIC_OPENAI_API_KEY=your_openai_api_key
NEXT_PUBLIC_PERP_DEX_ADDRESS=0x71D31DfDc176FC04d29Fbe63b8f33810F34F0C49
NEXT_PUBLIC_PRICE_ORACLE_ADDRESS=0x71D31DfDc176FC04d29Fbe63b8f33810F34F0C49

# Run development server
npm run dev

Hardhat Setup

# Navigate to hardhat directory
cd hardhat

# Install dependencies
npm install

# Create .env file
cp .env.example .env

# Add your environment variables
# Edit .env file with your credentials:
MONAD_RPC_URL=your_monad_rpc_url
PRIVATE_KEY=your_wallet_private_key

# Deploy contracts to Monad
npm run deploy:monad

# Start price oracle bot
npm run bot:price

# Run contract tests
npx hardhat test

Important Scripts

Client

  • npm run dev: Start development server on localhost:3000

Hardhat

  • npm run deploy:monad: Deploys all contracts to Monad network
  • npm run bot:price: Starts the price oracle bot that updates token prices
  • npx hardhat test: Runs all contract tests
  • npx hardhat create-agent --name YourAgentName --symbol YourSymbol: Creates a new trading agent with specified name and symbol

Environment Variables

Client (.env)

NEXT_PUBLIC_MONAD_RPC_URL=        # Monad RPC URL
NEXT_PUBLIC_OPENAI_API_KEY=       # OpenAI API Key
NEXT_PUBLIC_PERP_DEX_ADDRESS=     # Deployed PerpDEX address
NEXT_PUBLIC_PRICE_ORACLE_ADDRESS= # Deployed PriceOracle address

Hardhat (.env)

MONAD_RPC_URL=                    # Monad RPC URL
PRIVATE_KEY=                      # Your wallet private key verification

Creating a New Agent

To create a new trading agent, use the Hardhat task:

cd hardhat
npx hardhat create-agent --name YourAgentName --symbol YourSymbol

This will:

  1. Generate agent token with specified name and symbol
  2. Deploy agent contract
  3. Set up initial configuration
  4. Register agent in the system

Example:

npx hardhat create-agent --name "Trading Master" --symbol TMAI

๐Ÿ”— Quick Links

Agent Social Media

๐Ÿ“„ License

This project is licensed under the MIT License - see the LICENSE file for details.

About

InfinityX is a decentralized Web3 platform integrating AI agents with prediction markets, an AI launchpad, a perpetual DEX, and a deflationary token model for sustainable tokenomics.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors