> For the complete documentation index, see [llms.txt](https://docs.objkt.com/product/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.objkt.com/product/objkt-protocol/shadownet.md).

# Shadownet

A shadownet instance of objkt.com is available at [shadownet.objkt.com](https://shadownet.objkt.com/). The ghostnet environment has been deprecated in favour of shadownet.

It also comes with a public API: [data.shadownet.objkt.com](https://data.shadownet.objkt.com/).

Shadownet indexing differs slightly from mainnet, on shadownet:

* We do not index token contracts that have 0 tokens and have not had any activity for over 6 months, example: <https://api.ghostnet.tzkt.io/v1/contracts/KT1R9BdHMfGTwKnbCHii8akcB7DqzfdnD9AD> `"tokensCount": 0, "lastActivityTime": "2022-01-25T17:04:35Z"`
* 6 months after minting we stop updating token metadata that have a TTL

A faucet that lets you fund your shadownet wallet is available at [https://faucet.shadownet.teztnets.com](https://faucet.shadownet.teztnets.com/).


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.objkt.com/product/objkt-protocol/shadownet.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.
