# Account Labeling

We currently recognize three different account types based on on-chain information:

* ![](/files/AFQYUsTv9KM76gypRkhZ) EOA (Externally Owned Account)
* ![](/files/cgP7vVa5LDS6BsN49j6S) Smart Contract&#x20;
* ![](/files/AAQMQExeG9JAKEKEBQfQ) Liquidity Pool&#x20;

DexGuru labels an account as **EOA** when anyone with private keys controls it. This kind of account can be thought of as a wallet address.&#x20;

We label an account as **Smart Contract** when it is a program/code that runs on-chain. Some contracts will have their names listed and some won't. This is because we use on-chain data. We can only get names of smart contracts that have a name method in their ABI (Application Binary Interface). \
\
The last label is **Liquidity Pool** implies that an account is a smart contract and specifically represents a liquidity pool address. All liquidity pools are smart contracts, but not all smart contracts are liquidity pools.&#x20;

Currently, the account labeling feature can be found inside 🍄[Token Profile ](/features/dyor.md)

![](/files/fjisNqm3zQTHbpCgJ0y4)

You can also check account type inside [Account Profile](/features/account-profile.md) (aka Token Profile[🐳](/features/account-profile.md))&#x20;

![](/files/5TBE3I1sKEpZUDDSgi52)


---

# 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/features/account-labeling.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.
