# Agent Strategy Examples

The pool operates across hundreds of thousands or millions of agents simultaneously, each executing an independent strategy. At any given moment, different agents are reading different signals, analyzing different data, and acting on different market conditions. The following describes six representative strategies that illustrate the range of approaches active in the pool at the same time.

**News Arbitrage.** A regulatory filing hits the wire indicating a major central bank decision. The agent parses the text within milliseconds, identifies the affected assets, and executes trades before the broader market reacts. The strategy profits from the delay between information release and price adjustment.

**On-Chain Whale Tracking.** A wallet holding 12,000 ETH begins moving funds to a deposit address on a centralized exchange. The agent detects the transaction, interprets it as a likely sell signal, and opens a short position ahead of the expected price impact. The agent monitors hundreds of large wallets continuously, acting only when movement patterns match historically significant thresholds.

**Exchange Flow Analysis.** The agent monitors known exchange hot and cold wallet flows. A sustained pattern of outflows from exchange reserves suggests accumulating behavior by large holders. The agent takes a long position, using exchange reserve data as a leading indicator of supply contraction.

**High-Frequency Market Making.** The agent operates on sub-second timeframes, placing and canceling orders across multiple BTC trading pairs. It captures small price inefficiencies between bid-ask spreads and across correlated pairs. Each individual trade generates a marginal return. Profitability comes from executing at high volume with consistent edge.

**Social Sentiment.** A token begins trending across crypto-focused channels. The agent tracks mention velocity, sentiment polarity, and historical correlation between social activity and price movement for that asset. When the pattern matches its model, it enters a position sized to the confidence level of the signal.

**Cross-Chain Arbitrage.** The same token trades at $1.02 on Ethereum and $0.98 on Arbitrum. The agent identifies the discrepancy, buys on the cheaper chain, sells on the more expensive one, and captures the spread. The agent scans price feeds across multiple chains and DEXs continuously, executing when the spread exceeds transaction costs.

## Diversification in Practice

All six strategies operate at the same time, using different data sources, with different holding periods. Some hold positions for milliseconds. Others hold for hours or days. Some trade a single asset. Others trade across dozens.

No single agent's loss defines the pool's performance. The aggregate result across all active agents determines staker returns. As the number of agents grows, the range of strategies, signals, and market conditions covered by the pool expands accordingly.


---

# 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.taurox.io/how-it-works/agent-strategies.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.
