# News

<figure><img src="/files/1xKU83IG5dVPXtj9lK9c" alt="News tab with important, website, and social feeds for market-moving updates."><figcaption><p>News tab with important, website, and social feeds for market-moving updates.</p></figcaption></figure>

Use Proliquid News as a crypto news feed for trading, combining market-moving headlines, website updates, X / Twitter posts, matched markets, and quick-trade actions in one workspace.

The feed is grouped into three streams so you can separate urgent market context from broader research.

## Important news

Important news is flagged from source quality, author, and curated keywords. The system is continuously refined to reduce duplicates and false positives.

Examples of important news:

* Macro economic decisions.
* War or conflict headlines.
* Stock earnings that affect risk markets.
* New exchange listings.
* Influential people moving markets with public statements.
* Blockchain exploits, hacks, and security incidents.

## Websites

Websites are articles and posts from public websites and blogs. They can appear before aggregator accounts repost them, which makes the feed useful for early investigation.

## Socials

Socials include X / Twitter and Telegram posts from tracked crypto projects, companies, analysts, influencers, and information sources. Mute noisy sources from the item menu or [News settings](/settings/news.md). Notification behavior is covered in [Alerts](/features/alerts.md).

## News item menu

<div align="left"><figure><img src="/files/MqVWcoJKM8nj0qvF3tni" alt="News item menu for copying, muting, marking important, and colorizing a source."><figcaption><p>News item menu for copying, muting, marking important, and colorizing a source.</p></figcaption></figure></div>

The item menu lets you manage a source directly from the feed:

* Copy the news item.
* Mute the account or source.
* Mark the source as important so future items can appear in the Important feed.
* Colorize the source so future posts are recognizable at a glance.

Source preferences can be edited later in [News settings](/settings/news.md).

## Voting

<div align="left"><figure><img src="/files/19ZHmd4WLHG9wRITGiTk" alt="News voting controls for upvoting or downvoting market relevance."><figcaption><p>News voting controls for upvoting or downvoting market relevance.</p></figcaption></figure></div>

Vote buttons let you upvote or downvote a news item so other Proliquid users can spot relevant updates and filter noise.

## Trading from news

<div align="left"><figure><img src="/files/CQvV45OmoReMJC61xoQu" alt="News LONG and SHORT quick-trade menu with Market, Limit, Chase, TWAP, and Burst options."><figcaption><p>News LONG and SHORT quick-trade menu with Market, Limit, Chase, TWAP, and Burst options.</p></figcaption></figure></div>

LONG and SHORT buttons open a quick-trade menu for the matched market when speed matters but execution style still matters.

<table><thead><tr><th width="119.5">Option</th><th>What it does</th><th>Best use</th></tr></thead><tbody><tr><td>Market</td><td>Sends a market-style order using your max slippage setting, <code>0.5%</code> by default.</td><td>Fast entry when execution speed matters more than maker fees.</td></tr><tr><td>Limit</td><td>Places a limit ALO order at the nearest bid or ask to enforce maker-only execution.</td><td>Entering with maker intent when you do not want taker execution.</td></tr><tr><td>Chase</td><td>Places a maker-only order and keeps updating it near the best bid or ask until it fills or is stopped.</td><td>Trying to enter quickly while still targeting maker fees.</td></tr><tr><td>TWAP 5m</td><td>Splits the selected notional into a 5-minute TWAP with automatic lot sizing.</td><td>Entering larger size over time instead of all at once.</td></tr><tr><td>Burst</td><td>Sends repeated market-style child orders and waits between batches so the orderbook can refill.</td><td>Executing size quickly while reducing single-order slippage.</td></tr></tbody></table>

Quick-trade sizes are configured in [News settings](/settings/news.md). For full controls, open [Terminal](/features/hyperliquid-trading-terminal.md) and use the [Trade form](/terminal-sections/trade-form.md).

## Matched markets

<div align="left"><figure><img src="/files/x8T7n4xsLa0CiK9C2lIY" alt="Matched markets on a news item with price movement since the item appeared."><figcaption><p>Matched markets on a news item with price movement since the item appeared.</p></figcaption></figure></div>

Proliquid matches markets from news content and keywords, then tracks price change from the moment the item arrives. Click a matched market to open it in [Terminal](/features/hyperliquid-trading-terminal.md).

## Exchange filters

<div align="left"><figure><img src="/files/IvFMi3qifqa8iuvmwHy5" alt="News exchange filter for choosing which venues are used for matched tickers."><figcaption><p>News exchange filter for choosing which venues are used for matched tickers.</p></figcaption></figure></div>

Use the topbar to select exchanges for matched tickers and price comparison. Proliquid can show context across exchanges, but placing orders from News is currently Hyperliquid-only.

## Search

<div align="left"><figure><img src="/files/YNjjcHFgNJfbEog4wkQw" alt="News search input for filtering headlines by keyword, source, or market."><figcaption><p>News search input for filtering headlines by keyword, source, or market.</p></figcaption></figure></div>

Use search to investigate a move by keyword, source, or market symbol.

Open [News in Proliquid](https://www.proliquid.xyz/news). Related: [Alerts](/features/alerts.md), [Terminal news block](/terminal-sections/news.md), and [order types](/order-types/overview.md).


---

# 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.proliquid.xyz/features/crypto-news-feed-for-trading.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.
