# Data Completeness

### DEXs/AMMs&#x20;

For the time being, for every DEX/AMM that is added onto DexGuru, we currently index and display transaction data **only from the date/time they are implemented**.&#x20;

This means for all transactions (and its TX data) that have occurred before the date of the DEX/AMM implementation date, **will not be included** in transaction lists, aggregates/counts and charts that involve the pre-implementation time period.

{% hint style="info" %}
💡 We are working on indexing and back-syncing all historical transactions and transaction data for every DEX/AMM that is supported on DexGuru.&#x20;
{% endhint %}

For the time being, a complete list of DEXs dates and their added date are available for your reference at [Supported DEXs](/data/supported-dexs.md).

### Types of Transactions&#x20;

We only show swaps, mints, and burns from [Supported DEXs](/data/supported-dexs.md)&#x20;

Currently, we only support the following types of transactions:

1. **Swap** - an exchange of one token for another.&#x20;
   * Buy&#x20;
   * Sell&#x20;
2. **Mint** - adding liquidity to a liquidity pool.&#x20;
3. **Burn** - removing liquidity from a liquidity pool.&#x20;


---

# 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.dex.guru/data/data-completeness.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.
