# Verified Subgraphs

Subgraphs are published for Verified smart contract deployments on the Ethereum and Base main nets for production use, and Gnosis for development use. There are two sets of subgraphs -

1. Verified Liquidity pools - these are custom pools that are implemented using the Balancer protocol. The Balancer Vault does the accounting for Verified Liquidity pools.
2. Verified Wallet - these index tokenized products, issuances, investors and aspects of servicing issuers and investors.

The subgraphs are available on&#x20;

1. Gnosis
   1. Vault - <https://api.studio.thegraph.com/query/77016/vault-gnosis/version/latest>
   2. Wallet - <https://api.studio.thegraph.com/query/77016/wallet-gnosis/version/latest>
2. Ethereum mainnet
   1. Vault - <https://gateway.thegraph.com/api/b8a85dbf6f1f1111a5d83b479ee31262/subgraphs/id/DcVx37MBsmRXinhAeTssAyVuZtn9m8bcvcCCZVSt7bQW>
   2. Wallet - <https://gateway.thegraph.com/api/b8a85dbf6f1f1111a5d83b479ee31262/subgraphs/id/9phMoFdBZGRKVWfsgmzCaEBCo1jZLX22FuqQU1JwWfW8>
3. Base mainnet
   1. Vault - <https://gateway.thegraph.com/api/b8a85dbf6f1f1111a5d83b479ee31262/subgraphs/id/HESgHTG2RE8F74MymKrdXKJw2u4s8YBJgbCjHuzhpXeC>
   2. Wallet - <https://gateway.thegraph.com/api/b8a85dbf6f1f1111a5d83b479ee31262/subgraphs/id/2aGD2WDR6ncrTvGU4wEaME2Ywke1ookuNucMNJmcnrz5>


---

# 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.verified.network/reference/verified-subgraphs.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.
