# Account Labeling

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

* ![](https://3551900137-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MO2nrmwh_DoxKc1v80n%2Fuploads%2F2udKOc8LV7svaHEuJMeo%2Fwallet%2001.svg?alt=media\&token=c004bb50-2159-400f-8ad0-649521683870) EOA (Externally Owned Account)
* ![](https://3551900137-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MO2nrmwh_DoxKc1v80n%2Fuploads%2FtRzCkcymuc0KCEW2EHyf%2Fsmart%20contract.svg?alt=media\&token=f0bf6ce0-9d48-4522-933f-3e6238f423c6) Smart Contract&#x20;
* ![](https://3551900137-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MO2nrmwh_DoxKc1v80n%2Fuploads%2F88cJk2gB9slZRljXmJKw%2Fice%20cream.svg?alt=media\&token=74d2fee9-675e-41b3-a614-c6b9caf379b0) 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 ](https://docs.dex.guru/features/dyor)

![](https://3551900137-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MO2nrmwh_DoxKc1v80n%2Fuploads%2FLcXTClCIfWlpHGRz8BJV%2FTwitter_Token%20Profile%20\(1\).png?alt=media\&token=84e55ac1-10ca-47bd-93a1-9f9dbd460cb0)

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

![](https://3551900137-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MO2nrmwh_DoxKc1v80n%2Fuploads%2FBTK8y1bKYB1bYblaaa6Q%2FTwitter_Trader%20Profile%20\(1\).png?alt=media\&token=68d7e2cd-912a-40bf-9613-74471dcebd10)
