# Uniswap Price Feeds

The idea here is to derive price information from on-chain DeX sources.

[WBTC price and volume](https://dashargos.chainargos.com/looks/274) over time from Uniswap. This one chart covers several different fee pools and stablecoins. You get a good overview of WBTC pricing and can check visually if there is much variance by contra stable or fee.

[Volumes by token and protocol](https://dashargos.chainargos.com/looks/209) gives a larger overview of the DeX landscape. This includes Uniswap and several forks and all involved tokens.

Those looks compute volume weighted average price (VWAP) a day at a time. We can also run that hourly or weekly. But we can get even more clever if needed. [This shows the rolling 7 day average price](https://dashargos.chainargos.com/looks/281) where we are averaging 7 consecutive VWAPs. Maybe that is sensible. Or maybe [we should weight a rolling 7 days of VWAPS by each day's volume](https://dashargos.chainargos.com/looks/282).

This is only limited by user demand and creativity.

Here is a table that shows daily average price for every token that's been through Uniswap. [There are a lot of columns](https://dashargos.chainargos.com/looks/678).


---

# 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.chainargos.com/documentation/research/empirical-research/basics/uniswap_price_feeds.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.
