# Testnet

The Manifest Testnet is a dedicated testing environment designed for safely experimenting with validator setup, transaction handling, and network upgrades before deploying to the mainnet. On this page, you will find important information about the Manifest Testnet configuration, including the various testnet endpoints, the testnet genesis file, and the testnet upgrade schedule.

## Endpoints

<table><thead><tr><th width="205.6500244140625">Type</th><th>Endpoint</th></tr></thead><tbody><tr><td>RPC</td><td>https://nodes.liftedinit.tech/manifest/testnet/rpc</td></tr><tr><td>Websocket</td><td>https://nodes.liftedinit.tech/manifest/testnet/rpc/websocket</td></tr><tr><td>REST</td><td>https://nodes.liftedinit.tech/manifest/testnet/api</td></tr><tr><td>gRPC</td><td>manifest-testnet-grpc.liftedinit.tech:443</td></tr><tr><td>Indexer</td><td>https://testnet-indexer.liftedinit.tech</td></tr></tbody></table>

## Genesis

<https://nodes.liftedinit.tech/manifest/testnet/rpc/genesis?>

Network initialized with [manifest-ledger v0.0.1-alpha.16](https://github.com/liftedinit/manifest-ledger/releases/tag/v0.0.1-alpha.16).

## Upgrades

<table><thead><tr><th width="217.566650390625">Upgrade Handler Name</th><th width="192.2667236328125">Height</th><th width="330.63330078125">Release</th></tr></thead><tbody><tr><td>v0.0.1-alpha.17</td><td>220500</td><td><a href="https://github.com/liftedinit/manifest-ledger/releases/tag/v0.0.1-alpha.17">https://github.com/liftedinit/manifest-ledger/releases/tag/v0.0.1-alpha.17</a></td></tr><tr><td>mfx-denom-metadata</td><td>238000</td><td><a href="https://github.com/liftedinit/manifest-ledger/releases/tag/v0.0.1-alpha.18">https://github.com/liftedinit/manifest-ledger/releases/tag/v0.0.1-alpha.18</a></td></tr><tr><td>v0.0.1-alpha.20</td><td>982500</td><td><a href="https://github.com/liftedinit/manifest-ledger/releases/tag/v0.0.1-alpha.20">https://github.com/liftedinit/manifest-ledger/releases/tag/v0.0.1-alpha.20</a></td></tr><tr><td>v0.0.1-rc.1</td><td>997750</td><td><a href="https://github.com/liftedinit/manifest-ledger/releases/tag/v0.0.1-rc.1">https://github.com/liftedinit/manifest-ledger/releases/tag/v0.0.1-rc.1</a></td></tr><tr><td>v0.0.1-rc.3</td><td>1526300</td><td><a href="https://github.com/liftedinit/manifest-ledger/releases/tag/v0.0.1-rc.3">https://github.com/liftedinit/manifest-ledger/releases/tag/v0.0.1-rc.3</a></td></tr><tr><td>v0.0.1-rc.6</td><td>2105855</td><td><a href="https://github.com/liftedinit/manifest-ledger/releases/tag/v0.0.1-rc.6">https://github.com/liftedinit/manifest-ledger/releases/tag/v0.0.1-rc.6</a></td></tr><tr><td>v1.0.0</td><td>2201165</td><td><a href="https://github.com/liftedinit/manifest-ledger/releases/tag/v1.0.0">https://github.com/liftedinit/manifest-ledger/releases/tag/v1.0.0</a></td></tr></tbody></table>


---

# 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.manifest.network/network-configurations/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.
