# Testnet

{% hint style="info" %}
Canto migrated to a new testnet network with chain ID 7701 (previously 740) in March 2023. Information about the new testnet is provided below.
{% endhint %}

Canto has a testnet network for development and testing purposes. To connect to and explore the testnet, use these details:

**Network Name:** Canto Testnet\
**New RPC URL:** `https://canto-testnet.plexnode.wtf`\
**Chain ID:** 7701\
**Currency Symbol:** CANTO\
**Block Explorer URL:** <https://testnet.tuber.build/>\
**Alternative Explorer URL:** <https://canto-test.dex.guru/>

## Faucet

A testnet faucet at <https://www.cantofaucet.com/> disperses 50 tokens per address per 24 hours.

Alternatively, use the `/driptestnet {address}` command in the #canto-testnet-faucet channel of the [Canto Discord](https://discord.gg/canto).

<details>

<summary>Discord Faucet Instructions</summary>

To use the faucet, locate the `#canto-testnet-faucet` channel in the Canto Discord. In this channel, begin typing `/driptestnet` into the chat bar. When you see the command appear above the chat bar, hit enter and paste in your wallet address. Finally, hit enter once more to send the command.

</details>

## Free Public Infrastructure

Canto's Free Public Infrastructure primitives, including the Canto DEX and Lending Market, are deployed to Canto testnet. Contract addresses can be found [here](https://docs.canto.io/evm-development/contract-addresses#testnet-7701).

## Contract Secured Revenue

[Contract Secured Revenue (CSR)](https://docs.canto.io/evm-development/contract-secured-revenue) is enabled on Canto testnet. Turnstile is deployed at the same address as on mainnet i.e. 0xEcf044C5B4b867CFda001101c617eCd347095B44.


---

# 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.canto.io/evm-development/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.
