> ## Documentation Index
> Fetch the complete documentation index at: https://docs.alloca.xyz/llms.txt
> Use this file to discover all available pages before exploring further.

# Integrators Overview

> Resources for aggregators, trading bots, Telegram bots, and analytics platforms integrating with Alloca

# Integrators

Welcome to the Alloca integration documentation. This section provides all the technical resources you need to integrate Alloca into your platform.

## Who is this for?

* **Aggregators** - DEX aggregators looking to route trades through Alloca
* **Trading Bots** - Automated trading systems and MEV bots
* **Telegram Bots** - Social trading bots and community tools
* **Analytics Platforms** - Dashboards and analytics providers tracking Alloca activity

## Quick Links

<CardGroup cols={2}>
  <Card title="Integration Guide" icon="code" href="/integrators/integration-guide">
    Core concepts, events to track, and token lifecycle
  </Card>

  <Card title="Contract Reference" icon="file-contract" href="/integrators/contracts">
    Contract ABIs, addresses, and function documentation
  </Card>
</CardGroup>

## Network Information

| Property         | Value                                        |
| ---------------- | -------------------------------------------- |
| **Network**      | Monad Mainnet                                |
| **Chain ID**     | 143                                          |
| **Native Token** | MON                                          |
| **WMON Address** | `0x3bd359C1119dA7Da1D913D1C4D2B7c461115433A` |

## Getting Started

1. Review the [Integration Guide](/integrators/integration-guide) to understand the token lifecycle and events
2. Check the [Contract Reference](/integrators/contracts) for ABIs and function signatures
3. Set up event listeners for new token deployments and trades
4. Implement quote functions for accurate pricing

## Support

Need help with integration? Reach out to us on [Discord](https://discord.com/invite/alloca) or [X (Twitter)](https://x.com/alloca_xyz).
