> For the complete documentation index, see [llms.txt](https://docs.dex.guru/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.dex.guru/features/account-labeling.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.dex.guru/features/account-labeling.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
