Skip to main content

Integration Guide

Technical guide for aggregators, trading bots, Telegram bots, and analytics platforms.

Quick Reference

Deployed Contracts (Monad Mainnet)

Contract ABIs

ABIs are available via IPFS:

Core Concepts

Token Lifecycle

Each token goes through three phases:
Each token is a pool - AllocaToken inherits AllocaPool functionality.

Phase 1: Bonding Curve (Pre-Graduation)

  • Tokens trade on internal bonding curve
  • Price increases as more tokens are bought
  • Target: Raise ~492,566 MON to graduate

Phase 2: Graduation

  • Automatic when bonding curve completes
  • Liquidity moves to AllocaDex (Uniswap V2 fork)
  • DEX pair created automatically

Phase 3: DEX Trading

  • Trade via AllocaDexRouter02
  • Standard Uniswap V2 interface

Events to Track

1. New Token Deployments

Listen to AllocaFactoryMemes for new token launches:

2. Token Graduation Events

Listen to individual token contracts for graduation:

3. Trade Events (Bonding Curve)

4. DEX Trade Events (Post-Graduation)

Listen to the DEX pair contract:

Determining Token Phase

To check if a token has graduated:

Last Updated: 2025-12-05 Monad Mainnet Chain ID: 143