AxtonAXTON
TON

Documentation

Axton Docs

Everything you need to understand how Axton surfaces on-chain signals, what each event type means, and how to plug into the data feeds.

Overview

Axton is a TON-native operational radar. It indexes three event streams — token deployments, DEX pool creations, and LP burns — and surfaces them in a single live terminal at /terminal and a public Telegram channel @cryptotonalert.

Event types

New Token (jetton master deployed)

Whenever a new jetton master is registered, Axton pulls metadata (name, symbol, decimals, holders count, verification status, image) and persists it. The feed is sorted by deploy time.

New Pool (DeDust or STON.fi)

Each new liquidity pool from DeDust V2 or STON.fi V1/V2 is indexed with reserves, TVL in USD, 24h volume (when available), and the TON-side liquidity. Pools are deduplicated across DEXes.

LP Burn (rug-proof signal)

Every jetton transfer routed to the TON dead address (EQAA…M9c) is captured. If the jetton master matches a known DeDust or STON.fi pool, the event is enriched as an LP burn — the strongest rug-proof signal in TON DeFi. Axton reports the burn amount, the percentage of total supply burned, the burner wallet, and the pool TVL at the time of the burn.

Data sources

Axton cross-references four independent sources to maximize signal quality:

  • TonAPI — block-level jetton history, jetton metadata, account info.
  • DeDust API — pool registry, reserves, LP total supply.
  • STON.fi API — pool registry, TVL in USD, 24h volume, APY.
  • DexScreener — secondary USD pricing and liquidity validation.

Indexer cadence

  • LP Burns: every 1 minute
  • New Pools: every 2 minutes
  • New Tokens: every 5 minutes

All cursors are stored at the logical-time (lt) level — Axton never re-processes a transaction it has already seen, and never misses one between runs.

Public API

The terminal consumes a small set of public endpoints. They are unauthenticated and return JSON.

GET/api/feedLatest 50 records of each event type.
GET/api/stats24h and all-time counts.
GET/api/ratesCurrent TON/USD price.

Telegram bot

Talk to @criptotonalert_bot in DM:

  • /start — overview & commands
  • /burns — last 5 LP burns
  • /pools — last 5 new pools
  • /jettons — last 5 new tokens
  • / — open the live terminal
  • /docs — open this page

Quick Buy (coming soon)

The lightning bolt next to every row is reserved for Quick Buy: a one-click swap executed via the connected wallet, at the best price across DeDust and STON.fi. Holders of $AXT will receive fee rebates and priority execution.

Disclaimer

Axton is a data terminal, not financial advice. The presence of a token, pool, or LP burn in the feed is not an endorsement. Always verify the on-chain state with the linked tonviewer transaction before making any trading decision.