# Using Block Explorers

### Understanding the different networks

Below is a list of block explorers that are used on the Gamma platform. All actions involving the GAMMA and xGAMMA tokens currently occur on Ethereum layer-one mainnet, also known as "L1". Liquidity providers can interact with Ethereum L1, as well as several layer two aka "L2" platforms such as Polygon, Arbitrum, and Optimism.&#x20;

If you're not sure, and just want to explore all possible networks on a wallet, use the **Blockscan** site below.&#x20;

{% embed url="<https://blockscan.com>" %}

Here, you can see multiple networks for the sample wallet.&#x20;

![](/files/0JIXCuqvrBuS6lcd1wKe)

### Finding GAMMA

GAMMA and xGAMMA both are on the Ethereum L1 network. There are many ways to get to the Gamma page on etherscan, but the easiest is a direct link or to search "gamma" or the contract address like in the picture below.

{% embed url="<https://etherscan.io/token/0x6bea7cfef803d1e3d5f7c0103f7ded065644e197>" %}

![](/files/sYzkQVSLqeqi5jX0dDv6)

If successful, you will have navigated to GAMMA's main etherscan page. There is a ton of information here!

### Basic token information

Below is some basic information about the GAMMA token's supply, price, holders, socials, links, and the contract address.&#x20;

![](/files/Rjws8uyZ1K6AHgWKe7S6)

The bottom tabs are where all the "action is". The two primary tabs you'll be using are "Transfers" and "Holders" Transfers shows all the sales, buys, transfers, stakes, etc of the GAMMA token. If something happens to the GAMMA token, it appears here. This is very useful for observing activities on the chain, both routine and unusual.

![](/files/oCBud1dxgSfkCH75MLfT)

The "Holders" tab shows the wallets holding the most GAMMA in order of largest to smallest. Any wallet that holds GAMMA, whether it is team funds, a private owner, a vesting contract, or anything else is listed here. The Holders tab can help you keep track of "whales" (large holders), vesting contracts, the amount of GAMMA in liquidity pools, and team funds.&#x20;

![ ](/files/rPAU8lCtqKhIUnQz48Yy)


---

# 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.gamma.xyz/gamma/lp-vaults/troubleshooting-help/research.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.
