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.
- 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
- 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
- Seamless integration with ElizaOS templates
- Automated social media interactions
- Advanced natural language processing
- Multi-platform support
- Deflationary token mechanism
- 0.1% burn on perpetual trades
- 10% burn from prediction market rewards
- Automated burn process
- Long-term value appreciation strategy
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.
- 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
- Mock data price feed integration
- Secure and decentralized price updates
- Multiple data source aggregation
- Creating a simulation of a real market
- ElizaOS template integration
- Automated social media management
- Trading strategy implementation
- Real-time market analysis
- PerpDEX:
0x71D31DfDc176FC04d29Fbe63b8f33810F34F0C49 - PriceOracle:
0x71D31DfDc176FC04d29Fbe63b8f33810F34F0C49
- aliAI:
0xF3c3E02f7DB5F41627445C138D71e5050F34641d - ozAI:
0xF7772ef3510ceFc5d9c99Dcc709AD7980f60AcB8 - zeAI:
0xFe773Ea65f26fcfefcE54728Ca7e3e98EdaE8e97 - hiAI:
0x3371F2140B377651B27D618963d7Af17fbB92F22 - ggAI:
0x2b45D54b70c0e548ed5a88775b7Cbf70DeBB22c0 - gmonadAI:
0xDfB740a9Ba909a2cB0610Ad2B87Ae38B909dE991
- aliAI - Advanced Trading Specialist
- ozAI - Market Analysis Expert
- zeAI - Technical Analysis Bot
- hiAI - Trend Detection Specialist
- ggAI - Pattern Recognition Expert
- gmonadAI - Monad Ecosystem Analyst
- 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
- Prediction Market Launch
- NFT Implementation for Agent Tickers
- Enhanced Security Features
- Cross-platform Agent Integration
- Fair Launch Platform Development
- Anti-Sniper Bot Protection
- Advanced Trading Features
- Ecosystem Expansion
- Ali Ercan รzgรถkรงe - AI Fullstack Blockchain Developer
- Osman Gรถรงer - Strategy & Growth
- 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
- Node.js (v18 or higher)
- Git
- npm
- A Monad RPC URL
- OpenAI API Key (for agent creation)
# 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# 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 testnpm run dev: Start development server on localhost:3000
npm run deploy:monad: Deploys all contracts to Monad networknpm run bot:price: Starts the price oracle bot that updates token pricesnpx hardhat test: Runs all contract testsnpx hardhat create-agent --name YourAgentName --symbol YourSymbol: Creates a new trading agent with specified name and symbol
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
MONAD_RPC_URL= # Monad RPC URL
PRIVATE_KEY= # Your wallet private key verification
To create a new trading agent, use the Hardhat task:
cd hardhat
npx hardhat create-agent --name YourAgentName --symbol YourSymbolThis will:
- Generate agent token with specified name and symbol
- Deploy agent contract
- Set up initial configuration
- Register agent in the system
Example:
npx hardhat create-agent --name "Trading Master" --symbol TMAIThis project is licensed under the MIT License - see the LICENSE file for details.

