# Nexus Testnet

Nexus Network has launched a Testnet that showcases how it provides secure yields to the Rollup with minimum change in its tech stack. \
For testing Nexus Network Rollup a user needs to follow the following steps:

1. You will need ETH on Holesky testnet to bridge. Check out these faucets if you do not have ETH already -
   1. <https://cloud.google.com/application/web3/faucet/ethereum/holesky>
   2. <https://faucet.quicknode.com/ethereum/holesky>
2. You'll need to Bridge ETH to Nexus Network Rollup:
   1. Navigate to [https://testnet.app.nexusnetwork.live](https://t.co/T9aSBwk7O1)
   2. Connect your wallet, and move ETH to the Nexus Network testnet. The assets will get bridged within 10 minutes
3. For bridging the funds back to holeky:
   1. Switch the network to Nexus Network.
   2. Start the bridging by selecting the amount of ETH
   3. After the transaction is verified on Holesky, you'll be able to claim your funds back
4. You can visualize the returns on our [dashboard](https://testnet.app.nexusnetwork.live/rollup)

For more information have a look at the video below. Also, if you face any error you can message us on our [discord](https://discord.gg/NAR8UTxP) on #testnet-queries channel.

{% embed url="<https://youtu.be/2Sm5kRTGOfU?si=8Uw8Gmrkg8PAEJ3v>" %}
Demo Testnet
{% endembed %}

For integrating with Nexus on testnet reach out to us on our discord or our website. You can look at [Integration Guide](/product-docs/developer-docs/integration-guide.md)it to see what the integration will look like.&#x20;


---

# 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://web3navigators.gitbook.io/product-docs/developer-docs/nexus-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.
