# Social Mapping (Telegram + X)

<figure><img src="/files/1eMiZTtWGUzfLecL6bSX" alt=""><figcaption></figcaption></figure>

### Equinox AI decodes public activity across two of the most behaviourally rich platforms in crypto—Telegram and X. Rather than treat posts and handles as isolated signals, we build a synchronised map of a user’s presence, history, and influence over time.

Key functions include:

• Linking wallet activity to known or pseudonymous online identities\
• Detecting patterns between group chats, social posts, and asset movement\
• Flagging coordinated activity that reflects influence or insider behaviour\
• Monitoring alias changes, deleted posts, and repeated behavioural loops

***

#### Structured Identity Extraction

```json
User ID        : @example
Linked Handles : @example_eth (X), @example_tg (Telegram)
Common Activity:
  - Joined: AlphaDAO, DeFiCircle
  - Posted: Token pre-sale call
  - Exit TX: 4 minutes after post
```

***

#### Telegram Layer

• Tracks when users joined or exited public groups\
• Stores past usernames and group-level admin status\
• Measures activity bursts (e.g. spike during token mint or dump)\
• Clusters groups where same users resurface across ecosystems

***

#### X (Twitter) Layer

• Follows tweet timing in relation to swaps or bridge usage\
• Correlates deleted tweets with contract events\
• Maps large KOL audiences to known trading wallet clusters\
• Flags repeated narrative push patterns under different handles

***

#### Cross-Platform Pattern Detection

We avoid snapshot analysis. Equinox builds ongoing timelines. A Telegram push followed by an X call, followed by a buy/sell → gets logged and scored as a behavioural loop.

***

#### Example Mapping: Time-Based Correlation

```
[Telegram Group Join: T] 
↓
[Launch Tweet: T+3m]
↓
[Swap TX: T+4m] 
↓
[Bridge Out: T+9m] 
⇒ Flags Triggered: Social Coordination Index = 92/100
```

***

This model helps:

* Detect influencer-wallet ties without self-disclosure
* Flag projects with recycled alias teams
* Monitor pre-hype/post-hype trader exits
* Catch wallet patterns matching deleted post cycles

Equinox does not scrape DMs or enter gated content. All data is open-source indexed. If you wish to be excluded, you may burn $ENOX to deactivate mapping on your social ID.

**Different platforms, one identity graph.**


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://equinoxai.gitbook.io/equinox-ai-whitepaper/core-features/social-mapping-telegram-+-x.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
