# The Feed

[The Feed](https://thefeed.today/) is a real-time X (Twitter) terminal built in partnership with [Sir Doge of the Coin](https://x.com/dogeofficialceo) and [Size Chad](https://x.com/sizechad), the hosts of The Feed show. Powered by the X API, The Feed surfaces the most viral and trending posts across X as they happen - built for the terminally online.

> 📢 See the official announcement: <https://x.com/dogeofficialceo/status/2052477565596762546>

## Coin It - Deployer Tool

The **Coin It** tab on The Feed is a deployer tool that surfaces tweets which have inspired recently launched coins on Solana. For each entry, The Feed displays:

* The original tweet that inspired the coin
* When the tweet was posted
* The ticker symbol used for the coin

Each row includes a **"Coin It ↗"** call-to-action button that redirects to the Anoncoin [Create Coin](/creating-a-coin/coin-creation.md) page with the coin's name, ticker, image, and description pre-filled from the tweet - making it easy to launch a coin inspired by what's trending on X.

Visit [thefeed.today/coin](https://thefeed.today/coin) to explore the Coin It section.

## Other Features

* **AI Summaries** - Tweet summaries displayed on The Feed are generated by AI.
* **Grok Summarization** - Aggregated summarization of trending tweets is powered by Grok.
* **Live Ticker** - The marquee at the top displays key fintech/crypto tickers and the top five Anoncoin coins by market cap.
* **Category Tags** - Tags like Breaking, Trump, and Elon help users navigate trending content. The Exclude Elon filter lets users explore X without Elon-dominated timelines while keeping his content a tap away.
* **Bookmarks** - Save any post for quick reference via the Bookmarks tab.
* **Globe** - An interactive 3D globe that maps the top trending items by region.
* **Feed Activity** - A quantifiable reflection of how much activity is happening across the X timeline in real time.


---

# 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://docs.anoncoin.it/devving-tools/the-feed.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.
