# Research Tools

SageSight acts like your personal DeFi research assistant. It pulls from onchain and offchain data sources to give you clear, up-to-date answers across price, volume, sentiment, and metrics — without needing to touch a single tab.

**🪙 Token Lookup**

Query any token across chains and platforms using plain English.

**Examples:**

* `Tell me the token metrics, including contract address, for SAGE Market on Base`
* `What’s the FDV and 24h volume of $BOME on Solana?`
* `How has DOGE been performing this week?`
* `Show me historical price action of MASK on Solana via Dexscreener`

**Sources used:** CoinGecko (broad coverage), DexScreener (DEX-specific, chain-level data)

***

**📈 Price & Volume Data**

Ask for real-time or historical data by token, chain, or timeframe.

**Examples:**

* `What’s the current price of ETH on Base?`
* `Give me the 7-day volume trend for USDC on Arbitrum`
* `Compare WBTC and WETH market cap and daily volume`
* `Show me daily chart data for BONK on Solana`

**Note:** If the token exists across multiple chains, SageSight will clarify and let you pick the right one.

***

**🔮 Price Predictions (via Allora)**

AI-driven forecasts for **BTC**, **ETH**, and **SOL** over two timeframes:

* **Short-term:** 5 minutes
* **Mid-term:** 8 hours

**Examples:**

* `What will ETH cost in 5 minutes?`
* `Where’s BTC heading in 8 hours?`
* `Is SOL predicted to go up or down short-term?`

SageSight uses Allora to deliver confidence-weighted predictions based on real-time signals.

***

**📊 Token Metrics**

Quick access to all key numbers:

* Market Cap
* FDV
* Circulating Supply
* Volume (1h / 24h / 7d)
* Onchain Liquidity
* Contract Address

**Examples:**

* `Show me FDV vs MC for TIA`
* `Does DEGEN have more volume on Base or ETH?`
* `Is PEPE still active or fading out?`

***

**🔥 Trending Tokens & Sentiment (via Elfa, Santiment, others)**

SageSight tracks social and onchain trends so you don’t have to scroll CT.

**Examples:**

* `What tokens are trending on X in the last 8 hours?`
* `What are the top 5 most-mentioned tokens right now?`
* `Give me a sentiment breakdown for $MASK`
* `Is social sentiment for $SOL positive or negative?`

You can specify:

* **Timeframe** (`last hour`, `past day`, `7d`)
* **Token-specific** or general interest

***

**Bonus Tips**

* You can ask **“what’s hot?”** or **“any alpha?”** and SageSight will return a fresh digest.
* Combine with trading tools:\
  `What’s trending right now? → Ok, swap into top token on Solana`
* Expect more integrations soon: SageSight’s agent layer is modular and always expanding.

Ready to test? Try:

```
What are the most discussed tokens on X today?
```

SageSight doesn’t just quote numbers. It interprets them.


---

# 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.sagestudios.ai/sagesight/core-features/research-tools.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.
