# Explorer

## Solscan (Recommended)

Use the following link to access

<https://solscan.io/token/3LNr7uCTP75kdQ2K8eUEjp7R5pLzMT9i4xLYSGoCfFpU?cluster=custom&customUrl=https%3A%2F%2Frpc.carv.testnet.soo.network%2Frpc%2Fcarv-McPrlbfMcW0ggpkvr07Tjs2YfviwpHaI>

## SOON Explorer

You can check CARV SVM's explorer by going to link: <https://explorer.testnet.carv.io/><br>

<figure><img src="/files/IMPorw2vZdfziVGzj4g8" alt=""><figcaption><p>CARV SVM Chain Explorer</p></figcaption></figure>

You will be able to check the SVM Chain's status including txs, slots, block height, etc.

## FAQ

1. If you open the page with only localhost endpoint on the top right like below:

<figure><img src="/files/bxul6fYuxp9WpeMx72sc" alt=""><figcaption><p>Local mode explorer</p></figcaption></figure>

You will need to turn on the developer mode or put CARV's RPC endpoint manually by click the localhost button on the top right:<br>

<figure><img src="/files/YrkHMdQCFyAfzvYKQmk1" alt=""><figcaption><p>Settings in the Explorer</p></figcaption></figure>

You can either

1. put the CARV SVM Chain's RPC endpoint <https://rpc.testnet.carv.io/rpc> in the Custom RPC URL,
2. or enable the custom url param and access the link again: <https://rpc.testnet.carv.io/rpc>


---

# 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.carv.io/svm-ai-agentic-chain/quick-start/explorer.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.
