# Congifure cheqd Testnet for Leap

To configure your Leap wallet to support cheqd testnet, please follow the instructions below:

## Tutorial

{% stepper %}
{% step %}

### Install the Leap browser extension

Click on the [link here to install the Leap wallet](https://www.leapwallet.io/) for your browser.
{% endstep %}

{% step %}
Click the "**Switch Chain**" icon in the top right&#x20;

{% endstep %}

{% step %}
Click the "+" sign beside the "Search chains" box&#x20;

{% endstep %}

{% step %}

### Configure cheqd testnet parameters

This will open a full page view in the browser. Fill in the chain details as follows&#x20;

1. Chain Id: \`cheqd-testnet-6\`&#x20;
2. Chain Name: \`cheqd Testnet\`&#x20;
3. New RPC Url: \`[https://rpc.cheqd.network](https://rpc.cheqd.network/)\`&#x20;
4. New REST Url: \`[https://api.cheqd.network](https://api.cheqd.network/)\`&#x20;
5. Address Prefix: \`cheqd\`&#x20;
6. Native Denom: \`CHEQ\`&#x20;
7. Coin Type: \`118\`&#x20;
8. Decimals: \`9\`&#x20;
   {% endstep %}

{% step %}

### Click "Add Chain"&#x20;

{% endstep %}

{% step %}

### Go back to the extension

Your new chain should be selected already (if not, use the Switch Chain" icon to select it).
{% endstep %}

{% step %}

### Copy the address from the Wallet name box

This is your cheqd testnet acount address.
{% endstep %}

{% step %}

### Top up testnet tokens

To get testnet tokens go to the faucet at <https://testnet-faucet.cheqd.io/>, enter your address and the faucet will send you 100,000 $CHEQ testnet tokens.
{% endstep %}
{% endstepper %}


---

# 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.cheqd.io/product/network/wallets/setup-leap-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.
