# Explorer on GR1D Testnet

### Checking Out the GR1D Testnet Explorer

Got your contracts deployed? Need to debug a transaction? Head over to the [**GR1D Testnet Explorer**](https://blockscout-123420000418.raas-testnet.gelato.digital/).&#x20;

It’s your go-to for viewing transactions, inspecting smart contracts, and seeing token transfers in action. If something doesn’t look right, this is where you’ll find the details.

#### Real-Time Event Tracking with WebSockets

For those wanting real-time updates, you can connect via the WebSocket endpoint:

* **WSS URL**: <wss://ws-123420000418.raas-testnet.gelato.digital>\
  Perfect for monitoring on-chain events or listening for contract events like NFT mints or DeFi protocol actions.


---

# 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.gr1d.network/build-with-gr1d/gr1d-chain-info/explorer-on-gr1d-testnet.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.
