> For the complete documentation index, see [llms.txt](https://docs.nmkr.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.nmkr.io/nmkr-studio/testnet/testnet-wallet-and-tada.md).

# Testnet Wallet & tADA

The preprod testnet of Cardano can be used with any wallet that supports to switch between Testnet and mainnet. For this documentation we are going to use Lace.

{% embed url="<https://www.lace.io/>" %}

### Download and install Lace Wallet Browser Extension

Go to <https://chromewebstore.google.com/search/lace> to download the browser extension and create a new wallet or import any wallet that you have custodial of.<br>

<figure><img src="/files/qVXr1QauyBsVQHjNN540" alt=""><figcaption></figcaption></figure>

After installing, go to the Wallet extension, top right, and click on the "account button".

Scroll down to "Network"

<figure><img src="/files/YUr9dsswAhtA5p2ceRnH" alt="" width="375"><figcaption></figcaption></figure>

Select Preprod Network

<figure><img src="/files/GF9OO8eoXWb0N9X7LcXe" alt="" width="375"><figcaption></figcaption></figure>

You will find the Preprod notifier in the middle center of the Lace wallet.

<figure><img src="/files/6Hj6VPZxZ2qwyN9PcLe5" alt="" width="375"><figcaption></figcaption></figure>

### Claim tADA

Go to the Cardano [Testnet Faucet](https://docs.cardano.org/cardano-testnet/tools/faucet/) and claim tADA.\
In order to do so, please select "Preprod Testnet" in the Environment dropdown and "Receive test ADA" in the Action dowpdown.\
\
Put the wallet address of your testnet wallet into the Address field, verify with the captcha that you are not a robot and click on "Request Funds". (The API Key field can be ignored)

<figure><img src="/files/5JF3vGCl4ZB92DIQ4Vck" alt=""><figcaption></figcaption></figure>

You have now received your funds to your testnet wallet and can start testing.


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.nmkr.io/nmkr-studio/testnet/testnet-wallet-and-tada.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
