> For the complete documentation index, see [llms.txt](https://thesium.gitbook.io/thesium-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://thesium.gitbook.io/thesium-docs/feature-deep-dives/social-ingestion.md).

# Social Ingestion

The Feed panel is the third leg of the snapshot. It exists because the trader's natural research instinct after seeing holders is to read what is being said.

<div><figure><img src="/files/RXpWukr6OcmICklLDTty" alt=""><figcaption></figcaption></figure> <figure><img src="/files/O81XKbVCkkHGCUpJdOcD" alt=""><figcaption></figcaption></figure></div>

## What enters the feed

* Posts from accounts in Thesium's wallet graph (named KOLs, attributed smart money, influencers) on public social platforms that mention the token's symbol or address.
* Long-form theses from **fomo.app** - the platform traders use to publish conviction calls tied to specific token addresses.

Both sources are filtered against the wallet graph: a post from a random account that happens to mention the ticker does not enter the feed. A post from a tracked KOL that mentions the ticker does.

This is the deliberate choice. The feed is signal-weighted, not mention-weighted. The trader is not looking for everyone who said the ticker; they are looking for the people whose opinion has historical predictive value.

## Position-aware annotations

For every feed entry where the author has an identifiable wallet that holds the token, the entry is annotated with:

* USD value of the author's current position.
* Tokens held.
* Unrealized PnL on the position.

The annotation lives directly on the entry's card in the side panel. Reading the take and reading whether the author is long the trade happens in the same glance.

## The threshold parameter

The feed accepts a USD threshold (default $1,000). Entries below the threshold are filtered out. Two reasons:

* **Signal density.** The feed is small real estate. The trader needs the top items, not the long tail.
* **Game-theoretic resistance.** A feed that surfaces any mention from any account is trivially gameable - spin up wallets, attach to throwaway accounts, post about your own bag. Requiring position size above the threshold raises the cost of gaming proportionally.

## Update cadence

The feed refreshes on the polling loop while a token tab is active. New entries are pushed onto the top of the timeline; the panel does not auto-scroll, so the trader's read position is preserved across refreshes.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://thesium.gitbook.io/thesium-docs/feature-deep-dives/social-ingestion.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
