# 4 October: DeFi tables available on Ethereum mainnet

With the introduction of these new tables specifically crafted to power DeFi analytics, we aim to simplify the most common DeFi use cases by providing pre-processed and normalized data about the most used DeFi protocols.

The first version of these tables gathers data from every pool ABI-compatible with Uniswap V2, Uniswap V3, and Curve, but support for more protocols is already in the work.

We started with Ethereum mainnet, but plan on supporting more chains in the coming weeks.

Documentation for these new tables:

* [Trades](https://docs.agnostic.dev/api/defi/trades)
* [Liquidity Events](https://docs.agnostic.dev/api/defi/liquidity-events)
* [Liquidity Snapshots](https://docs.agnostic.dev/api/defi/liquidity-snapshots)


---

# 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://changelog.agnostic.dev/october-2023/4-october-defi-tables-available-on-ethereum-mainnet.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.
