# Testnet

## Testnet extension

NuFi extension/web currently doesn't allow switching between mainnet/testnet. The extension is available on the Chrome webstore is configured for the mainnet. To test your dApp on testnet, you can download the latest testnet build of the extension [here](https://assets.nu.fi/extension/testnet/nufi-cwe-testnet-latest.zip)

[Guide on how to install Chrome extension from .zip](https://bashvlas.com/blog/install-chrome-extension-in-developer-mode/)

### Cardano Sanchonet build

In order to test NuFi with the Cardano Conway-era testnet (Sanchonet) and [CIP-95](https://developers.cardano.org/docs/governance/cardano-improvement-proposals/cip-0095/), please download this [build](https://assets.nu.fi/extension/sanchonet/nufi-cwe-sanchonet-latest.zip) of the extension.


---

# 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://nufi.gitbook.io/developer-docs/nufi-wallet/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.
